html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

.kc-footer {
  width: 100%;
  background: #ffffff;
  color: #000000;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}

.kc-footer__inner {
  width: min(1320px, calc(100% - 120px));
  min-height: 648px;
  margin: 0 auto;
  padding: 100px 0 33px;
  display: grid;
  grid-template-columns: minmax(0, 892px) minmax(0, 428px);
  gap: 0;
  align-items: start;
}

.kc-footer__brand {
  display: flex;
  min-height: 414px;
  flex-direction: column;
  align-items: flex-start;
}

.kc-footer-logo {
  display: inline-flex;
  margin-bottom: 40px;
  align-items: center;
  line-height: 1;
  text-decoration: none;
}

.kc-footer-logo:hover,
.kc-footer-logo:focus {
  color: #000000;
  text-decoration: none;
}

.kc-footer-logo__image {
  display: block;
  width: auto;
  height: 70px;
}

.kc-footer-logo__kirche {
  display: block;
  color: currentColor;
  font-size: clamp(48px, 4.6vw, 58px);
  font-weight: 400;
  line-height: 0.76;
}

.kc-footer-logo__connect {
  display: block;
  margin-top: 12px;
  margin-left: 66px;
  padding: 3px 7px 4px;
  border: 2px solid currentColor;
  color: currentColor;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.4px;
}

.kc-footer__address {
  margin: 0 0 52px;
  display: grid;
  gap: 5px;
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
}

.kc-footer__address strong {
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 700;
}

.kc-footer__address span {
  display: block;
}

.kc-footer__contact {
  display: grid;
  gap: 5px;
  margin-bottom: 64px;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
}

.kc-footer__contact a,
.kc-footer-menu a {
  color: currentColor;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.kc-footer__contact a:hover,
.kc-footer__contact a:focus,
.kc-footer-menu a:hover,
.kc-footer-menu a:focus {
  opacity: 0.68;
  text-decoration: none;
}

.kc-footer__socials {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: auto;
}

.kc-footer__socials a {
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  color: #000000;
  line-height: 1;
}

.kc-footer__socials svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.kc-footer__socials .kc-social-link--facebook svg,
.kc-menu-drawer__socials .kc-social-link--facebook svg {
  transform: scale(1.6);
}

.kc-footer__socials .kc-social-link--youtube svg,
.kc-menu-drawer__socials .kc-social-link--youtube svg {
  transform: scale(1.6);
}

.kc-footer__socials .kc-social-link--instagram svg,
.kc-menu-drawer__socials .kc-social-link--instagram svg {
  transform: scale(1.6);
}

.kc-footer__copyright {
  margin: 84px 0 0;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.kc-footer-menu {
  padding-top: 14px;
  color: #000000;
}

.kc-footer-menu__list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(8, auto);
  grid-auto-columns: minmax(180px, 1fr);
  column-gap: 58px;
  row-gap: 21px;
  list-style: none;
}

.kc-footer-menu__list a {
  display: inline-flex;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

@media (max-width: 980px) {
  .kc-footer__inner {
    width: min(100% - 72px, 760px);
    min-height: auto;
    padding: 72px 0 86px;
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .kc-footer__brand {
    min-height: auto;
  }

  .kc-footer__socials {
    margin-bottom: 0;
  }

  .kc-footer__copyright {
    margin-top: 56px;
  }

  .kc-footer-menu {
    padding-top: 0;
  }
}

@media (max-width: 560px) {
  .kc-footer__inner {
    width: min(100% - 40px, 680px);
    padding: 58px 0 68px;
    gap: 44px;
  }

  .kc-footer-logo {
    margin-bottom: 34px;
  }

  .kc-footer-logo__kirche {
    font-size: 48px;
  }

  .kc-footer-logo__connect {
    margin-top: 9px;
    margin-left: 56px;
    font-size: 14px;
  }

  .kc-footer__address {
    margin-bottom: 42px;
    font-size: 18px;
  }

  .kc-footer__address strong {
    font-size: 18px;
  }

  .kc-footer__contact {
    margin-bottom: 46px;
    font-size: 16px;
  }

  .kc-footer-menu__list {
    grid-auto-flow: row;
    grid-template-rows: none;
    grid-template-columns: 1fr 1fr;
    column-gap: 28px;
    row-gap: 16px;
  }

  .kc-footer-menu__list a {
    font-size: 14px;
  }

  .kc-footer__copyright {
    margin-top: 46px;
    font-size: 13px;
  }
}

.kc-site-header,
.kc-menu-drawer {
  --kc-nav-blue: #344b57;
  --kc-nav-white: #ffffff;
  --kc-nav-panel: #f7f8f9;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}

.kc-site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  min-height: 194px;
  padding: 50px max(54px, calc((100vw - 1320px) / 2)) 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  pointer-events: none;
  background: transparent;
  box-shadow: none;
  contain: layout style;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition:
    background-color 0.28s ease,
    box-shadow 0.28s ease;
}

.kc-site-logo {
  position: relative;
  display: inline-block;
  width: auto;
  height: clamp(66px, 7.23vw, 104px);
  aspect-ratio: 639 / 571;
  color: var(--kc-nav-white);
  text-decoration: none;
  line-height: 1;
  pointer-events: auto;
}

/* Logo im Default-Zustand des Headers doppelt so gross - auf der Startseite
   (ueber dem Hero) und auf den Unterseiten gleichermassen. Beim Scrollen greift
   wieder die kleinere is-compact-Groesse. */
.kc-site-header:not(.is-compact) .kc-site-logo {
  height: clamp(132px, 14.46vw, 208px);
}

.kc-site-logo:hover,
.kc-site-logo:focus {
  color: var(--kc-nav-white);
  text-decoration: none;
}

.kc-site-logo__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left top;
  transition: opacity 0.22s ease;
}

.kc-site-logo__image--color {
  opacity: 0;
}

.kc-site-logo__image--white {
  opacity: 1;
}

.kc-site-logo__kirche {
  display: block;
  color: currentColor;
  font-size: clamp(60px, 5.8vw, 84px);
  font-weight: 400;
  line-height: 0.76;
}

.kc-site-logo__connect {
  display: block;
  margin-top: 15px;
  margin-left: 93px;
  padding: 4px 8px 5px;
  border: 2px solid currentColor;
  color: currentColor;
  font-size: clamp(19px, 1.55vw, 25px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.5px;
}

.kc-site-header__actions,
.kc-menu-drawer__top {
  display: flex;
  align-items: center;
  gap: 28px;
  pointer-events: auto;
}

.kc-header-pill {
  position: relative;
  z-index: 0;
  display: inline-flex;
  min-height: 48px;
  padding: 12px 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  isolation: isolate;
  transition:
    color 0.35s ease,
    transform 0.28s cubic-bezier(0.32, 1, 0.16, 1),
    box-shadow 0.32s ease;
}

.kc-header-pill::before {
  content: "";
  position: absolute;
  right: -110%;
  top: 50%;
  z-index: -1;
  width: 220%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--kc-header-pill-fill, currentColor);
  opacity: 0;
  transform: translateY(-50%) scale(0);
  transition:
    transform 0.10s cubic-bezier(0.32, 1, 0.16, 1),
    opacity 0.18s ease-out;
}

.kc-site-header .kc-header-pill {
  --kc-header-pill-fill: var(--kc-nav-white);
  color: var(--kc-nav-white);
}

.kc-header-pill--primary,
.kc-site-header .kc-header-pill--primary {
  --kc-header-pill-fill: var(--kc-nav-blue);
  border-color: var(--kc-nav-white);
  color: var(--kc-nav-blue);
  background: var(--kc-nav-white);
}

.kc-site-header.is-no-hero .kc-site-logo,
.kc-site-header.is-no-hero .kc-site-logo:hover,
.kc-site-header.is-no-hero .kc-site-logo:focus {
  color: var(--kc-nav-blue);
}

.kc-site-header.is-no-hero .kc-site-logo__image--color,
.kc-site-header.is-compact .kc-site-logo__image--color {
  opacity: 1;
}

.kc-site-header.is-no-hero .kc-site-logo__image--white,
.kc-site-header.is-compact .kc-site-logo__image--white {
  opacity: 0;
}

.kc-site-header.is-no-hero .kc-header-pill {
  --kc-header-pill-fill: var(--kc-nav-blue);
  color: var(--kc-nav-blue);
}

.kc-site-header.is-no-hero .kc-header-pill--primary {
  --kc-header-pill-fill: var(--kc-nav-white);
  border-color: var(--kc-nav-blue);
  color: var(--kc-nav-white);
  background: var(--kc-nav-blue);
}

.kc-site-header.is-no-hero .kc-menu-toggle {
  color: var(--kc-nav-blue);
}

.kc-menu-drawer .kc-header-pill {
  --kc-header-pill-fill: var(--kc-nav-blue);
  color: var(--kc-nav-blue);
}

.kc-menu-drawer .kc-header-pill--primary {
  --kc-header-pill-fill: var(--kc-nav-white);
  border-color: var(--kc-nav-blue);
  color: var(--kc-nav-white);
  background: var(--kc-nav-blue);
}

.kc-header-pill:hover,
.kc-header-pill:focus {
  text-decoration: none;
  transform: scale(1.05);
  box-shadow:
    0 0 42px rgba(52, 75, 87, 0.2),
    0 12px 28px rgba(52, 75, 87, 0.14);
}

.kc-header-pill:hover::before,
.kc-header-pill:focus::before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.kc-site-header .kc-header-pill:hover,
.kc-site-header .kc-header-pill:focus {
  color: var(--kc-nav-blue);
}

.kc-site-header .kc-header-pill--primary:hover,
.kc-site-header .kc-header-pill--primary:focus {
  color: var(--kc-nav-white);
}

.kc-menu-drawer .kc-header-pill:hover,
.kc-menu-drawer .kc-header-pill:focus {
  color: var(--kc-nav-white);
}

.kc-menu-drawer .kc-header-pill--primary:hover,
.kc-menu-drawer .kc-header-pill--primary:focus {
  color: var(--kc-nav-blue);
}

.kc-arrow-link::after {
  content: "";
  flex: 0 0 auto;
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin-left: 0.4em;
  background-color: currentColor;
  -webkit-mask: url("/wp-content/themes/picostrap5-child-base/assets/arrow-up-right.svg") center / contain no-repeat;
  mask: url("/wp-content/themes/picostrap5-child-base/assets/arrow-up-right.svg") center / contain no-repeat;
  transition: inherit;
}

/* "mehr erfahren" / ChurchTools arrow: thin shaft + chevron head, shaft extends on hover */
.kc-link-card__link,
.kc-donations-card__link {
  display: inline-flex;
  align-items: center;
}

.kc-more-arrow {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin-left: 8px;
}

.kc-link-card__link::before,
.kc-donations-card__link::before {
  margin-left: 8px;
}

.kc-more-arrow::before,
.kc-link-card__link::before,
.kc-donations-card__link::before {
  content: "";
  order: 1;
  flex: 0 0 6px;
  height: 1px;
  background: currentColor;
  transition: flex-basis 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.kc-more-arrow::after,
.kc-link-card__link::after,
.kc-donations-card__link::after {
  content: "";
  order: 2;
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  margin-left: -3px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.kc-link-card__link:hover::before,
.kc-link-card__link:focus-visible::before,
.kc-donations-card__link:hover::before,
.kc-donations-card__link:focus-visible::before,
.kc-event-card__link:hover .kc-more-arrow::before,
.kc-event-card__link:focus-visible .kc-more-arrow::before {
  flex-basis: 20px;
}

.kc-menu-toggle {
  width: 43px;
  height: 32px;
  padding: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  border: 0;
  color: var(--kc-nav-white);
  background: transparent;
  transition: color 0.2s ease;
}

.kc-site-header.is-compact {
  min-height: 82px;
  padding: 18px max(32px, calc((100vw - 1320px) / 2)) 16px;
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  -webkit-backdrop-filter: blur(18px) saturate(1.06);
  backdrop-filter: blur(18px) saturate(1.06);
  box-shadow: 0 12px 28px rgba(31, 47, 54, 0.12);
}

.kc-site-header.is-compact .kc-site-logo,
.kc-site-header.is-compact .kc-site-logo:hover,
.kc-site-header.is-compact .kc-site-logo:focus {
  width: auto;
  height: clamp(52px, 4.89vw, 70px);
  color: var(--kc-nav-blue);
}

.kc-site-header.is-compact .kc-site-logo__kirche {
  font-size: clamp(38px, 3vw, 46px);
  line-height: 0.82;
}

.kc-site-header.is-compact .kc-site-logo__connect {
  margin-top: 7px;
  margin-left: 50px;
  padding: 3px 6px 4px;
  border-width: 1px;
  font-size: clamp(12px, 0.9vw, 15px);
}

.kc-site-header.is-compact .kc-site-header__actions {
  gap: 28px;
}

.kc-site-header.is-compact .kc-header-pill {
  color: var(--kc-nav-blue);
}

.kc-site-header.is-compact .kc-header-pill--primary {
  border-color: var(--kc-nav-blue);
  color: var(--kc-nav-white);
  background: var(--kc-nav-blue);
}

.kc-site-header.is-compact .kc-menu-toggle {
  width: 36px;
  height: 27px;
  color: var(--kc-nav-blue);
}

.kc-menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  margin-right: auto;
  background: currentColor;
  transform-origin: left center;
  transition: width 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.kc-menu-toggle span:nth-child(3) {
  width: 68%;
}

.kc-menu-toggle:hover span:nth-child(2),
.kc-menu-toggle:focus-visible span:nth-child(2) {
  width: 68%;
}

.kc-menu-toggle:hover span:nth-child(3),
.kc-menu-toggle:focus-visible span:nth-child(3) {
  width: 100%;
}

.kc-menu-drawer {
  --kc-drawer-panel-width: min(1345px, 58vw);
  position: fixed;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  margin: 0;
  z-index: 120;
  visibility: hidden;
  pointer-events: none;
  contain: layout paint style;
}

.kc-menu-drawer.is-visible {
  visibility: visible;
}

.kc-menu-drawer.is-open {
  pointer-events: none;
}

.kc-menu-drawer__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: var(--kc-drawer-panel-width);
  background: rgba(255, 255, 255, 0.34);
  -webkit-backdrop-filter: blur(18px) saturate(1.06);
  backdrop-filter: blur(18px) saturate(1.06);
  opacity: 1;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.kc-menu-drawer.is-open .kc-menu-drawer__backdrop {
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.kc-menu-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: var(--kc-drawer-panel-width);
  height: 100vh;
  height: 100svh;
  display: block;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
  pointer-events: auto;
  will-change: transform;
}

.kc-menu-drawer.is-open .kc-menu-drawer__panel {
  transform: translate3d(0, 0, 0);
}

.kc-menu-drawer__visual {
  display: none;
}

.kc-menu-drawer__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.04) 55%);
  pointer-events: none;
}

.kc-menu-drawer__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.88;
}

.kc-menu-drawer__logo {
  position: absolute;
  top: 114px;
  left: 56px;
  z-index: 2;
}

.kc-menu-drawer__copy {
  position: absolute;
  left: 56px;
  bottom: 158px;
  z-index: 2;
  max-width: 500px;
}

.kc-menu-drawer__copy p {
  margin: 0 0 26px;
  color: var(--kc-nav-white);
  font-size: 18px;
  font-weight: 400;
}

.kc-menu-drawer__copy strong {
  display: block;
  color: var(--kc-nav-white);
  font-size: clamp(54px, 5.2vw, 78px);
  font-weight: 700;
  line-height: 1.12;
}

.kc-menu-drawer__dots {
  position: absolute;
  left: 56px;
  bottom: 50px;
  z-index: 2;
  display: flex;
  gap: 8px;
}

.kc-menu-drawer__dots span {
  width: 16px;
  height: 16px;
  border: 1px solid var(--kc-nav-white);
  border-radius: 50%;
}

.kc-menu-drawer__dots span:first-child {
  background: var(--kc-nav-white);
}

.kc-menu-drawer__nav {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: 100svh;
  min-height: 100vh;
  min-height: 100svh;
  padding: 50px min(72px, 5vw) 58px 96px;
  overflow-y: auto;
  color: var(--kc-nav-blue);
  background: rgba(247, 248, 249, 0.84);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  opacity: 0;
  transform: translate3d(34px, 0, 0);
  transition:
    opacity 0.42s ease 0.16s,
    transform 0.56s cubic-bezier(0.22, 1, 0.36, 1) 0.12s;
  will-change: opacity, transform;
}

.kc-menu-drawer.is-open .kc-menu-drawer__nav {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.kc-menu-drawer__top {
  justify-content: flex-start;
}

.kc-menu-close {
  position: relative;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  color: var(--kc-nav-blue);
  background: transparent;
  transform: scale(0.76);
  opacity: 0;
  transform-origin: center;
  transition:
    opacity 0.24s ease 0.22s,
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.kc-menu-drawer.is-open .kc-menu-close {
  opacity: 1;
  transform: scale(1);
}

.kc-menu-drawer.is-open .kc-menu-close:hover,
.kc-menu-drawer.is-open .kc-menu-close:focus-visible {
  transform: scale(1.12);
}

.kc-menu-close span {
  position: absolute;
  top: 50%;
  left: 4px;
  width: 36px;
  height: 2px;
  background: currentColor;
  transform-origin: center;
}

.kc-menu-close span:first-child {
  transform: rotate(45deg);
}

.kc-menu-close span:last-child {
  transform: rotate(-45deg);
}

.kc-drawer-menu {
  position: relative;
  width: min(650px, 100%);
  margin-top: clamp(96px, 13vh, 148px);
}

.kc-drawer-menu__list,
.kc-drawer-menu__list .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kc-drawer-menu__list > .menu-item {
  position: relative;
  width: max-content;
  max-width: 100%;
}

.kc-drawer-menu__list > .menu-item > a {
  display: inline-flex;
  padding: 7px 0;
  color: var(--kc-nav-blue);
  font-size: clamp(30px, 3vw, 36px);
  font-weight: 400;
  line-height: 1.22;
  text-decoration: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.kc-drawer-menu__list > .menu-item > a:hover,
.kc-drawer-menu__list > .menu-item > a:focus {
  opacity: 0.72;
  transform: translate3d(4px, 0, 0);
}

.kc-drawer-menu__list > .menu-item-has-children.is-submenu-open > a {
  opacity: 0.72;
  transform: translate3d(4px, 0, 0);
}

.kc-drawer-menu__list > .menu-item-has-children > a {
  cursor: default;
}

.kc-drawer-menu__list .sub-menu {
  position: absolute;
  top: 8px;
  left: 390px;
  z-index: 2;
  min-width: 260px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(18px, 0, 0);
  transition:
    opacity 0.34s ease,
    visibility 0.34s ease,
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.kc-drawer-menu__list > .menu-item-has-children.is-submenu-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.kc-drawer-menu__list .sub-menu a {
  display: inline-flex;
  padding: 7px 0;
  color: var(--kc-nav-blue);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.kc-drawer-menu__list .sub-menu a:hover,
.kc-drawer-menu__list .sub-menu a:focus {
  opacity: 0.72;
  transform: translate3d(3px, 0, 0);
}

.kc-menu-drawer__contact {
  margin-top: auto;
  padding-top: 40px;
  display: grid;
  gap: 4px;
  color: var(--kc-nav-blue);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}

/* Kurze Desktop-Fenster: Abstaende/Schrift im Drawer reduzieren, damit Menue und
   Kontakt ohne Ueberlappung passen. Reicht die Hoehe trotzdem nicht, scrollt die
   Nav-Spalte (overflow-y:auto) statt zu ueberlappen. */
@media (max-height: 820px) {
  .kc-menu-drawer__nav {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .kc-drawer-menu {
    margin-top: clamp(28px, 6vh, 72px);
  }

  .kc-drawer-menu__list > .menu-item > a {
    font-size: clamp(22px, 3.4vh, 32px);
    padding: 3px 0;
  }

  .kc-menu-drawer__contact {
    padding-top: 24px;
    font-size: 17px;
  }
}

.kc-menu-drawer__contact a {
  color: var(--kc-nav-blue);
  text-decoration: none;
}

.kc-menu-drawer__socials {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
}

.kc-menu-drawer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #000000;
  line-height: 1;
}

.kc-menu-drawer__socials svg {
  display: block;
  width: 15px;
  height: 15px;
  fill: currentColor;
}

@media (prefers-reduced-motion: reduce) {
  .kc-drawer-menu__list .sub-menu {
    transition: none;
  }
}

@media (max-width: 1120px) {
  .kc-site-header {
    padding-right: 32px;
    padding-left: 32px;
  }

  .kc-site-header__actions,
  .kc-menu-drawer__top {
    gap: 14px;
  }

  .kc-site-header .kc-header-pill {
    display: none;
  }

  .kc-menu-drawer__panel {
    width: var(--kc-drawer-panel-width);
  }

  .kc-menu-drawer {
    --kc-drawer-panel-width: min(780px, 76vw);
  }

  .kc-menu-drawer__nav {
    padding-left: 64px;
  }

  .kc-menu-drawer__contact {
    left: 64px;
  }
}

@media (max-width: 760px) {
  .kc-site-header {
    min-height: 132px;
    padding: 28px 24px 0;
  }

  .kc-site-logo__kirche {
    font-size: 50px;
  }

  .kc-site-logo__connect {
    margin-top: 10px;
    margin-left: 60px;
    font-size: 16px;
  }

  .kc-menu-toggle {
    width: 36px;
    height: 27px;
  }

  .kc-menu-drawer__panel {
    display: block;
    overflow-y: auto;
  }

  .kc-menu-drawer {
    --kc-drawer-panel-width: 100%;
  }

  .kc-menu-drawer__backdrop,
  .kc-menu-drawer.is-open .kc-menu-drawer__backdrop {
    background: #ffffff;
    opacity: 1;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .kc-menu-drawer__panel {
    background: #ffffff;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .kc-menu-drawer__visual {
    display: none;
  }

  .kc-menu-drawer__nav {
    min-height: 100vh;
    min-height: 100svh;
    height: auto;
    padding: 78px 24px 100px;
  }

  .kc-menu-drawer__top {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    justify-content: start;
    align-items: center;
    gap: 10px;
  }

  .kc-menu-drawer__top .kc-header-pill {
    min-height: 40px;
    padding: 8px 14px;
    font-size: 14px;
  }

  .kc-menu-close {
    position: absolute;
    top: 22px;
    right: 40px;
    width: 36px;
    height: 36px;
    grid-column: auto;
    justify-self: auto;
  }

  .kc-drawer-menu {
    margin-top: 68px;
  }

  .kc-drawer-menu__list > .menu-item {
    width: 100%;
  }

  .kc-drawer-menu__list > .menu-item > a {
    width: 100%;
    justify-content: space-between;
    font-size: 31px;
  }

  .kc-drawer-menu__list .sub-menu {
    position: static;
    min-width: 0;
    max-height: 0;
    padding-left: 18px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -4px, 0);
  }

  .kc-drawer-menu__list > .menu-item-has-children.is-submenu-open > .sub-menu {
    max-height: 360px;
    margin: 2px 0 10px;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }

  .kc-drawer-menu__list .sub-menu a {
    font-size: 17px;
  }

  .kc-menu-drawer__contact {
    left: 24px;
    right: 24px;
    bottom: 34px;
    font-size: 15px;
  }
}

@media (max-width: 560px) {
  .kc-menu-drawer__top {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .kc-menu-drawer__top .kc-header-pill {
    justify-self: start;
  }

  .kc-menu-close {
    justify-self: end;
  }
}

.kc-hero-eyebrow-connect {
  display: inline-flex;
  align-items: center;
}

.kc-hero-eyebrow-connect-text,
.kc-hero-eyebrow-connect-cursor,
.kc-hero-eyebrow-connect-dot {
  display: inline-block;
}

.kc-hero-eyebrow-connect-cursor {
  margin-left: 2px;
}

.kc-hero-eyebrow-connect-dot {
  margin-left: 2px;
}
.kc-hero-slider,
.kc-hero-block {
  --kc-blue: #344b57;
  --kc-white: #ffffff;
  --kc-hero-parallax: 0;
  position: relative;
  width: 100vw;;
  max-width: 100vw;;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  min-height: 900px;
  min-height: 99vh;
  min-height: 99svh;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}
.kc-hero-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.035;
  mix-blend-mode: soft-light;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.1' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
}
.kc-hero-parallax-stage {
  position: relative;
  z-index: 1;
  height: auto;
  margin: 0;
}

.kc-hero-parallax-stage .kc-hero-slider {
  position: relative;
  top: 0;
}

.kc-after-hero-parallax {
  position: relative;
  z-index: 3;
  margin-top: 0;
  transform: none;
}

.kc-hero-block {
  display: flex;
  align-items: flex-end;
}

.kc-hero-carousel-inner,
.kc-hero-slide {
  min-height: 100vh;
  min-height: 100svh;
}

.kc-hero-slide {
  position: relative;
  align-items: flex-end;
  background: transparent;
  transition: opacity 900ms ease-in-out;
  overflow: hidden;
}
.kc-hero-carousel-inner,
.kc-hero-slider {
  overflow: hidden;
}
.kc-hero-slider.carousel-fade .kc-hero-slide {
  opacity: 0;
  transform: none !important;
  transition: opacity 900ms ease-in-out !important;
}

.kc-hero-slider.carousel-fade .kc-hero-slide.active,
.kc-hero-slider.carousel-fade .kc-hero-slide.carousel-item-next.carousel-item-start,
.kc-hero-slider.carousel-fade .kc-hero-slide.carousel-item-prev.carousel-item-end {
  opacity: 1;
}

.kc-hero-slider.carousel-fade .kc-hero-slide.active.carousel-item-start,
.kc-hero-slider.carousel-fade .kc-hero-slide.active.carousel-item-end {
  opacity: 0;
}

.kc-hero-slide.active,
.kc-hero-slide.carousel-item-next,
.kc-hero-slide.carousel-item-prev,
.kc-hero-slide.carousel-item-start,
.kc-hero-slide.carousel-item-end {
  display: flex;
}

.kc-hero-slide::before,
.kc-hero-block::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.02) 68%);
  pointer-events: none;
}

.kc-hero-slide::after,
.kc-hero-block::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  height: 35%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.kc-hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 80ms linear;
  will-change: transform;
    filter:
    contrast(1.04)
    saturate(1.03)
    brightness(0.98);
}

.kc-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100% - 120px));
  margin: 0 auto;
  padding: 240px 0 126px;
  color: var(--kc-white);
  transform: translate3d(0, calc(var(--kc-hero-parallax) * -180px), 0);
  transition: transform 80ms linear;
  will-change: transform;
}

.kc-hero-eyebrow {
  margin: 0 0 8px;
  color: var(--kc-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.kc-hero-title {
  max-width: 100%;
  margin: 0;
  color: var(--kc-white);
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.kc-hero-slide:not(.active) .kc-hero-inner {
  opacity: 0;
}

.kc-hero-slide.active .kc-hero-eyebrow {
  animation: kcHeroCopyIn 0.9s ease-out 0.45s both;
}

.kc-hero-slide.active .kc-hero-title {
  animation: kcHeroCopyIn 1.05s ease-out 1s both;
}

.kc-hero-scroll {
  display: flex;
  gap: 12px;
  margin-top: 48px;
  align-items: center;
}

.kc-hero-slider .kc-hero-scroll {
  right: auto;
  bottom: 76px;
  left: 50%;
  width: min(1320px, calc(100% - 120px));
  margin: 0;
  transform: translateX(-50%);
  justify-content: flex-start;
}

.kc-hero-scroll span,
.kc-hero-scroll button,
.kc-hero-slider .kc-hero-scroll [data-bs-target] {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-top: 1px solid rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.18);
  box-sizing: border-box;
  opacity: 1;
  text-indent: -9999px;
  flex: 0 0 auto;
  transition: background-color 900ms ease-in-out, border-color 900ms ease-in-out, opacity 900ms ease-in-out;
}

.kc-hero-scroll span:first-child,
.kc-hero-scroll button.active,
.kc-hero-slider .kc-hero-scroll [data-bs-target].active {
  width: 20px;
  background: var(--kc-white);
}

.kc-hero-badge {
  position: absolute;
  right: max(60px, calc((100vw - 1320px) / 2));
  bottom: 76px;
  width: 167px;
  height: 167px;
  display: block;
  z-index: 2;
  opacity: 1;
  color: inherit;
  text-decoration: none;
  transform: translate3d(0, calc(var(--kc-hero-badge-scroll, 0) * -72vh), 0);
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.28));
  cursor: pointer;
  will-change: transform;
}

html {
  scroll-behavior: smooth;
}

.kc-hero-badge:hover,
.kc-hero-badge:focus {
  color: inherit;
  text-decoration: none;
}

.kc-hero-badge:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 8px;
  border-radius: 999px;
}

/* Startseiten-Slider-Hero (Desktop): Badge sitzt mit der Unterkante auf der
   Bullets-Linie (bottom 76px, Hoehe 167px -> Oberkante bei 243px); der Titel
   wird so weit angehoben, dass seine Unterkante knapp ueber der Badge-Oberkante
   liegt. Nur >=901px, damit das zentrierte Mobile-Layout unberuehrt bleibt.
   Scope auf .kc-hero-slider, da .kc-hero-block (ohne Badge) dieselbe .kc-hero-inner nutzt. */
@media (min-width: 901px) {
  .kc-hero-slider .kc-hero-inner {
    padding-bottom: 256px;
  }
}

.kc-hero-badge-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none;

}

.kc-badge-neu-hier__text {
  transform-box: view-box;
  transform-origin: 50% 50%;
  animation: none;
}

.kc-hero-badge .kc-badge-neu-hier__text {
  animation: kcBadgeTextLoop 18s linear infinite;
}

.kc-hero-slide.active .kc-hero-badge-img {
  animation: kcHeroBadgeIn 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) 0.58s both;
}

.kc-hero-badge.is-inverted .kc-hero-badge-img {
  filter: brightness(0) drop-shadow(0 2px 8px rgba(255, 255, 255, 0.25));
}

@keyframes kcHeroCopyIn {
  from {
    transform: translate3d(0, 18px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes kcBadgeTextLoop {
  to {
    transform: rotate(360deg);
  }
}

@keyframes kcHeroBadgeIn {
  from {
    opacity: 0;
    transform: translate3d(0, 28px, 0) scale(0.18) rotate(-12deg);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .kc-hero-slide {
    transition: none;
  }

  .kc-hero-slide.active .kc-hero-eyebrow,
  .kc-hero-slide.active .kc-hero-title,
  .kc-hero-slide.active .kc-hero-badge-img {
    animation: none;
  }

  .kc-hero-slider,
  .kc-hero-block {
    animation: none;
  }

  .kc-hero-image,
  .kc-hero-inner,
  .kc-hero-badge {
    transform: none;
    transition: none;
  }
}

@media (max-width: 900px) {
  .kc-hero-parallax-stage {
    height: auto;
  }

  .kc-after-hero-parallax {
    margin-top: 0;
  }

  .kc-hero-slider,
  .kc-hero-block {
    min-height: 95vh;
    min-height: 95svh;
  }

  .kc-hero-image {
    object-position: 54% center;
  }

  .kc-hero-slide {
    align-items: center;
  }

  .kc-hero-inner {
    width: min(100% - 40px, 680px);
    padding-top: 172px;
    padding-bottom: 0;
  }

  .kc-hero-slider .kc-hero-scroll {
    bottom: 48px;
    width: min(100% - 40px, 680px);
  }

  .kc-hero-badge {
    right: max(20px, calc((100vw - 680px) / 2));
    bottom: 32px;
    width: 124px;
    height: 124px;
  }
}

@media (max-width: 560px) {
  .kc-hero-slider,
  .kc-hero-block {
    min-height: 97vh;
    min-height: 97svh;
  }

  .kc-hero-inner {
    width: min(100% - 48px, 680px);
    padding-top: 140px;
  }

  .kc-hero-title {
    font-size: 44px;
  }

  .kc-hero-scroll {
    margin-top: 36px;
  }

  .kc-hero-slider .kc-hero-scroll {
    width: min(100% - 48px, 680px);
    bottom: 82px;
  }

  .kc-hero-badge {
    bottom: 76px;
  }
}
.kc-intro-community__eyebrow,
.kc-intro-community__title,
.kc-intro-community__text,
.kc-intro-community__button,
.kc-events__title,
.kc-events__subtitle {
  will-change: transform, opacity;
}
.kc-intro-community {
  --kc-blue: #344b57;
  --kc-text: #222222;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}

.kc-intro-community__eyebrow,
.kc-quick-access__eyebrow {
  margin: 0;
  color: var(--kc-blue);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.kc-intro-community__title,
.kc-quick-access__title {
  margin: 0;
  color: var(--kc-blue);
  font-weight: 500;
  letter-spacing: 0;
}

.kc-intro-community__inner {
  width: min(1320px, calc(100% - 108px));
  min-height: 798px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 5fr 5fr;
  gap: 44px;
  align-items: center;
}

.kc-intro-community__content {
  padding-top: 34px;
}

.kc-intro-community__eyebrow {
  margin-bottom: 28px;
}

.kc-intro-community__title {
  font-size: clamp(42px, 3.9vw, 56px);
  line-height: 1.2;
}

.kc-intro-community__text {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--kc-text);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.kc-intro-community__text p {
  margin: 0 0 1em;
}

.kc-intro-community__text > :last-child {
  margin-bottom: 0;
}

.kc-intro-community__button {
  position: relative;
  display: inline-flex;
  min-height: 48px;
  margin-top: 52px;
  padding: 12px 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--kc-blue);
  border-radius: 999px;
  color: var(--kc-blue);
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  transform: scale(1);
  transition:
    color 0.35s ease,
    border-color 0.35s ease,
    transform 0.28s cubic-bezier(0.32, 1, 0.16, 1),
    box-shadow 0.32s ease;
}

.kc-intro-community__button::before {
  content: '';
  position: absolute;
  right: -110%;
  top: 50%;
  width: 220%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--kc-blue);
  opacity: 0;
  transform: translateY(-50%) scale(0);
  transition:
    transform 0.10s cubic-bezier(0.32, 1, 0.16, 1),
    opacity 0.18s ease-out;
  z-index: -1;
}

.kc-events__button::before,
.kc-new-here__button::before {
  content: '';
  position: absolute;
  right: -110%;
  top: 50%;
  width: 220%;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0;
  transform: translateY(-50%) scale(0);
  transition:
    transform 0.10s cubic-bezier(0.32, 1, 0.16, 1),
    opacity 0.18s ease-out;
  z-index: -1;
}

.kc-intro-community__button:hover,
.kc-intro-community__button:focus {
  color: #ffffff;
  text-decoration: none;
  transform: scale(1.05);
  box-shadow:
    0 0 50px rgba(52, 75, 87, 0.22),
    0 12px 30px rgba(52, 75, 87, 0.18);
}

.kc-intro-community__button:hover::before,
.kc-intro-community__button:focus::before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.kc-events__button:hover::before,
.kc-events__button:focus::before,
.kc-new-here__button:hover::before,
.kc-new-here__button:focus::before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.kc-intro-community__media {
  position: relative;
  min-height: 548px;
  perspective: 1200px;
}

/* FOUC-Schutz: Reveal-Module verstecken, bis GSAP bereit ist (html.kc-gsap-ready).
   Liegt im <head>, greift also vor dem ersten Paint -> kein kurzes Aufblitzen des
   Inhalts beim ersten (uncached) Laden. Fallback: laedt GSAP nicht, wird die Klasse
   trotzdem gesetzt (siehe whenGsapReady), sodass der Inhalt sichtbar bleibt. */
html:not(.kc-gsap-ready) .kc-intro-community,
html:not(.kc-gsap-ready) .kc-quick-access,
html:not(.kc-gsap-ready) .kc-events,
html:not(.kc-gsap-ready) .kc-media-links,
html:not(.kc-gsap-ready) .kc-testimonials,
html:not(.kc-gsap-ready) .kc-about-intro,
html:not(.kc-gsap-ready) .kc-about-values,
html:not(.kc-gsap-ready) .kc-about-team,
html:not(.kc-gsap-ready) .kc-about-leadership,
html:not(.kc-gsap-ready) .kc-about-milestones,
html:not(.kc-gsap-ready) .kc-worship-intro,
html:not(.kc-gsap-ready) .kc-worship-freedom,
html:not(.kc-gsap-ready) .kc-worship-groups,
html:not(.kc-gsap-ready) .kc-smallgroups-intro,
html:not(.kc-gsap-ready) .kc-smallgroups-feature,
html:not(.kc-gsap-ready) .kc-smallgroups-events-head,
html:not(.kc-gsap-ready) .kc-donations-intro,
html:not(.kc-gsap-ready) .kc-donations-past,
html:not(.kc-gsap-ready) .kc-new-here-page-intro,
html:not(.kc-gsap-ready) .kc-new-here-page-contact,
html:not(.kc-gsap-ready) .kc-event-detail {
  opacity: 0;
}

/* Band-Parallax: die beiden Bilder unter dem Intro-Text traveln beim Scrollen leicht hoch
   (Desktop, JS setzt --kc-band-parallax-y pro Bild). small/large bekommen unterschiedliche
   Geschwindigkeiten -> sichtbare Tiefe, analog zu kc-intro-community. */
.kc-worship-images__image,
.kc-smallgroups-images__image,
.kc-donations-images__image,
.kc-about-images__image,
.kc-new-here-page-images__image {
  transform: translate3d(0, var(--kc-band-parallax-y, 0px), 0);
  will-change: transform;
}

.kc-intro-community__image {
  --kc-intro-parallax-y: 0px;
  --kc-intro-reveal-y: 0px;
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: transparent;
  transform: translate3d(0, calc(var(--kc-intro-parallax-y) + var(--kc-intro-reveal-y)), 0);
  transform-style: preserve-3d;
  will-change: transform;
}

.kc-intro-community__image::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0) 15%,
    rgba(255, 255, 255, 0.05) 32%,
    rgba(255, 255, 255, 0.16) 40%,
    rgba(255, 255, 255, 0.03) 52%,
    rgba(255, 255, 255, 0) 65%
  );
  mix-blend-mode: soft-light;
}

.kc-intro-community__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.kc-intro-community__image--main {
  top: 0;
  right: 0;
  width: min(524px, 78%);
  height: 468px;
}

.kc-intro-community__image--main img {
  object-position: center center;
}

.kc-intro-community__image--small {
  left: 0;
  bottom: -100px;
  z-index: 1;
  width: min(379px, 58%);
  height: 264px;
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.18),
    0 4px 12px rgba(0, 0, 0, 0.08);
}

.kc-intro-community__image--small img {
  object-position: center center;
}

@media (max-width: 1100px) {
  .kc-intro-community__inner {
    min-height: auto;
    padding: 96px 0;
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .kc-intro-community__content {
    max-width: 680px;
    padding-top: 0;
  }

  .kc-intro-community__media {
    min-height: 520px;
  }

  .kc-intro-community__image--main {
    width: 76%;
  }

  .kc-intro-community__image--small {
    width: 56%;
  }
}

@media (max-width: 700px) {
  .kc-intro-community__inner {
    width: min(100% - 40px, 680px);
    padding: 56px 0 36px;
    gap: 28px;
  }

  .kc-intro-community__eyebrow {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .kc-intro-community__title {
    font-size: 38px;
  }

  .kc-intro-community__text {
    font-size: 15px;
  }

  .kc-intro-community__button {
    margin-top: 32px;
  }

  .kc-intro-community__media {
    min-height: auto;
    display: grid;
    gap: 18px;
  }

  .kc-intro-community__image {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .kc-intro-community__image--small {
    box-shadow: none;
  }
}
.kc-quick-access__eyebrow,
.kc-quick-access__title,
.kc-quick-card {
  will-change: transform, opacity;
}
.kc-quick-access {
  --kc-blue: #344b57;
  --kc-ink: #1f2f36;
  --kc-muted: rgba(52, 75, 87, 0.74);
  --kc-card-radius: 8px;
  width: 100%;
  background: #fafbfc;
  overflow: hidden;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}

.kc-quick-access__inner {
  width: min(1320px, calc(100% - 108px));
  margin: 0 auto;
  padding: 100px 0 128px;
}

.kc-quick-access__head {
  max-width: 760px;
  margin-bottom: 48px;
}

.kc-quick-access__eyebrow {
  margin-bottom: 18px;
}

.kc-quick-access__title {
  font-size: clamp(40px, 3.35vw, 48px);
  line-height: 1.2;
}

.kc-quick-access__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  perspective: 1200px;
}

.kc-quick-card {
  --kc-card-tilt-x: 0deg;
  --kc-card-tilt-y: 0deg;
  --kc-card-scale: 1;
  --kc-card-gloss-x: 0px;
  --kc-card-gloss-y: 0px;
  --kc-card-gloss-opacity: 0;
  position: relative;
  display: grid;
  min-height: 520px;
  overflow: visible;
  border-radius: var(--kc-card-radius);
  color: #ffffff;
  background: transparent;
  text-decoration: none;
  isolation: isolate;
  transform: translateY(0);
}

.kc-quick-card:hover,
.kc-quick-card:focus {
  color: #ffffff;
  text-decoration: none;
  z-index: 5;
}

.kc-quick-card__media {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  box-shadow: 0 18px 42px rgba(31, 47, 54, 0.32);
  transform: none;
  transform-style: flat;
}

.kc-quick-card:hover .kc-quick-card__media,
.kc-quick-card:focus-visible .kc-quick-card__media {
  box-shadow: 0 18px 42px rgba(31, 47, 54, 0.32);
  filter: none;
}

.kc-quick-card__media::before,
.kc-quick-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.kc-quick-card__media::before {
  display: none;
  inset: -40% -20%;
  z-index: 2;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.3) 15%, rgba(255, 255, 255, 0.08) 32%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0.02) 52%, rgba(255, 255, 255, 0.3) 65%);
  mix-blend-mode: soft-light;
  opacity: var(--kc-card-gloss-opacity);
  transform: translate3d(var(--kc-card-gloss-x), var(--kc-card-gloss-y), 50px);
  transition: opacity 0.2s ease, transform 0.04s ease;
}

.kc-quick-card__media::after {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(10, 18, 22, 0) 14%, rgba(10, 18, 22, 0.32) 100%),
    linear-gradient(90deg, rgba(10, 18, 22, 0), rgba(10, 18, 22, 0.02) 62%);
}

.kc-quick-card__media .kc-quick-card__body {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 3;
  min-height: auto;
}

.kc-quick-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1);
  transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

.kc-quick-card:nth-child(3) .kc-quick-card__media img {
  object-position: center 28%;
}

.kc-quick-card {
  --kc-card-bottom-space: 0px;
}

.kc-quick-card__body {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 30;
  display: flex;
  min-height: 100%;
  padding: 34px;
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;
  transform: translate3d(0, calc(var(--kc-card-bottom-space) * -1), 120px);
  transition: none;
  will-change: transform;
}

.kc-quick-card__title {
  display: block;
  max-width: 320px;
  padding-right: 56px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  white-space: pre-line;
  position: relative;
  z-index: 31;
}

.kc-quick-card:hover .kc-quick-card__media img,
.kc-quick-card:focus .kc-quick-card__media img,
.kc-quick-card:focus-visible .kc-quick-card__media img {
  transform: scale(1.07);
}

.kc-quick-card__body::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 40px;
  width: 23px;
  height: 15px;
  background: url("arrow.svg") center / contain no-repeat;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.kc-quick-card:hover .kc-quick-card__body::after,
.kc-quick-card:focus .kc-quick-card__body::after,
.kc-quick-card:focus-visible .kc-quick-card__body::after {
  opacity: 1;
  transform: translateX(0);
}

.kc-quick-card__bottom-space {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: var(--kc-card-bottom-space);
  z-index: 30;
  background: #fff;
  pointer-events: none;
  transform: translateZ(120px);
  will-change: height;
}

.kc-quick-card__blur {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  backdrop-filter: blur(0px);
  background: rgba(255, 255, 255, 0.02);
  transform: translateZ(40px);
  will-change: opacity, backdrop-filter;
}
.kc-quick-card__media .kc-quick-card__body {
  z-index: 30;
  transform: translate3d(0, calc(var(--kc-card-bottom-space) * -1), 120px);
}

.kc-quick-card__bottom-space {
  z-index: 30;
  transform: translateZ(120px);
}

.kc-quick-card__title {
  z-index: 31;
}
@media (prefers-reduced-motion: reduce) {
  .kc-quick-card {
    transform: none !important;
    transition: none;
  }
}

@media (max-width: 1100px) {
  .kc-quick-access__inner {
    padding: 100px 0 112px;
  }

  .kc-quick-access__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .kc-quick-card {
    min-height: 420px;
  }
}

@media (max-width: 700px) {
  .kc-quick-access__inner {
    width: min(100% - 40px, 680px);
    padding: 56px 0 48px;
  }

  .kc-quick-access__head {
    margin-bottom: 32px;
  }

  .kc-quick-access__eyebrow {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .kc-quick-access__title {
    font-size: 38px;
  }

  .kc-quick-card {
    min-height: 340px;
  }

  .kc-quick-card__body {
    padding: 24px;
  }

  .kc-quick-card__title {
    font-size: 24px;
  }

  .kc-quick-card__body::after {
    right: 24px;
    bottom: 23px;
  }
}
.kc-events {
  --kc-events-blue: #344b57;
  --kc-events-ink: #151515;
  --kc-events-muted: #515151;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}

.kc-events__inner {
  width: min(1320px, calc(100% - 120px));
  margin: 0 auto;
  padding: 100px 0;
}

.kc-events__head {
  margin: 0 auto 60px;
  text-align: center;
}

.kc-events__title {
  margin: 0;
  color: var(--kc-events-blue);
  font-size: clamp(38px, 3.35vw, 48px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.kc-events__subtitle {
  margin: 12px 0 0;
  color: var(--kc-events-blue);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

/* Eigene Eyebrow+Titel-Ueberschrift ueber dem Card-Modul (z. B. /veranstaltungen/),
   fluchtet exakt mit dem Grid, da .kc-events__inner dieselbe Breite hat. */
.kc-events-heading {
  width: 100%;
  background: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
}

.kc-events-heading .kc-events__inner {
  padding: 100px 0 0;
}

.kc-events-heading__head {
  max-width: 980px;
  text-align: left;
}

.kc-events__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 16px;
}

.kc-event-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: var(--kc-events-ink);
}

.kc-event-card__media {
  position: relative;
  width: 100%;
  margin: 0 0 40px;
  aspect-ratio: 322 / 224;
  overflow: hidden;
  background: #e7ecef;
}

.kc-event-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1);
  transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

.kc-event-card:hover .kc-event-card__media img,
.kc-event-card:focus-within .kc-event-card__media img {
  transform: scale(1.07);
}

.kc-event-card__label-row {
  display: flex;
  justify-content: flex-end;
  min-height: 28px;
  margin-bottom: 24px;
}

.kc-event-card__label {
  display: inline-flex;
  max-width: calc(100% - 24px);
  min-height: 25px;
  padding: 5px 8px 4px;
  align-items: center;
  color: #262626;
  background: rgba(255, 255, 255, 0.94);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.kc-event-card__media .kc-event-card__label {
  position: absolute;
  top: 22px;
  right: 24px;
}

.kc-event-card__body {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  padding: 0 12px;
  flex-direction: column;
}

.kc-event-card__meta {
  display: flex;
  margin-bottom: 14px;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  color: var(--kc-events-ink);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.kc-event-card__meta-item {
  display: inline-flex;
  min-width: 0;
  gap: 8px;
  align-items: center;
}

.kc-event-card__meta-item svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kc-event-card__eyebrow {
  margin: 0 0 8px;
  color: var(--kc-events-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

/* Abstandshalter, wenn das "Weitere Spendenprojekte"-Modul ausgeblendet ist
   (sonst klebt der Bank-Stoerer direkt auf der Laufschrift). */
.kc-spendenprojekte-spacer {
  height: 100px;
}

/* Spendenprojekt-Cards (Detail-Grid + /spenden/-"Weitere"): nur Titel + Excerpt,
   schwarze Schrift fuer Titel/Excerpt/Link. (Kicker-Eyebrow wird im PHP weggelassen.)
   Die grossen "Aktuelle Spendenprojekte"-Reihen bleiben bewusst unveraendert. */
.kc-cards--ink .kc-event-card__title,
.kc-cards--ink .kc-event-card__text,
.kc-cards--ink .kc-event-card__link,
.kc-donations-past .kc-donations-card__title,
.kc-donations-past .kc-donations-card__text,
.kc-donations-past .kc-donations-card__link {
  color: #000000;
}

/* Spendenprojekt-Detail: Bilder-Slider im Center-Mode (Figma "Slider Spende"):
   mittiges Fokus-Bild gross, Nachbarn kleiner + transparenter und nah am Fokus
   (schrumpfen zur Mitte hin). Runde Pfeile (Figma-SVG) zentriert DARUNTER. Unendlicher Loop.
   Slide-Animation via Track-Transform + Scale-Transition. Bottom-Abstand zum Stoerer. */
.kc-sp-slider {
  padding: 130px 60px 170px;
  background: #ffffff;
}

.kc-sp-slider__inner {
  width: min(1320px, 100%);
  margin: 0 auto;
}

.kc-sp-slider__viewport {
  overflow: hidden;
}

.kc-sp-slider__track {
  display: flex;
  gap: 17px;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.kc-sp-slider__item {
  flex: 0 0 56%;
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e7ecef;
  opacity: 0.5;
  transform: scale(0.78);
  transform-origin: center center;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
}

/* Nachbarn beidseits des Fokus schrumpfen ZUR Mitte -> kleiner sichtbarer Abstand (wie Figma) */
.kc-sp-slider__item:has(+ .is-active) {
  transform-origin: right center;
}

.kc-sp-slider__item.is-active + .kc-sp-slider__item {
  transform-origin: left center;
}

.kc-sp-slider__item.is-active {
  opacity: 1;
  transform: scale(1);
}

.kc-sp-slider__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.kc-sp-slider__controls {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}

.kc-sp-slider__arrow {
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  background: transparent center / contain no-repeat;
  cursor: pointer;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.kc-sp-slider__arrow--prev {
  background-image: url("/wp-content/themes/picostrap5-child-base/assets/kc-slider-arrow-prev.svg");
}

.kc-sp-slider__arrow--next {
  background-image: url("/wp-content/themes/picostrap5-child-base/assets/kc-slider-arrow-next.svg");
}

.kc-sp-slider__arrow:hover {
  transform: scale(1.1);
}

@media (max-width: 980px) {
  .kc-sp-slider {
    padding-right: 36px;
    padding-left: 36px;
  }

  .kc-sp-slider__item {
    flex-basis: 72%;
    transform: scale(0.84);
  }
}

@media (max-width: 560px) {
  .kc-sp-slider {
    padding-right: 20px;
    padding-left: 20px;
  }

  .kc-sp-slider__item {
    flex-basis: 86%;
    transform: scale(0.9);
  }
}

.kc-event-card__title {
  margin: 0;
  color: var(--kc-events-ink);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.kc-event-card__text {
  margin: 6px 0 0;
  max-width: 92%;
  color: var(--kc-events-ink);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.kc-event-card__link {
  position: static;
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding-top: 30px;
  align-items: center;
  color: var(--kc-events-ink);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-decoration: none;
}

.kc-event-card__link::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
}

.kc-event-card__link:hover,
.kc-event-card__link:focus {
  color: var(--kc-events-blue);
  text-decoration: none;
}

.kc-events__actions {
  display: flex;
  margin-top: 66px;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.kc-events__button {
  position: relative;
  z-index: 0;
  display: inline-flex;
  min-height: 48px;
  padding: 12px 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--kc-events-blue);
  border-radius: 999px;
  color: var(--kc-events-blue);
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  transform: scale(1);
  transition:
    color 0.35s ease,
    border-color 0.35s ease,
    transform 0.28s cubic-bezier(0.32, 1, 0.16, 1),
    box-shadow 0.32s ease;
}

.kc-events__button::before {
  content: '';
  position: absolute;
  right: -110%;
  top: 50%;
  width: 220%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--kc-events-blue);
  opacity: 0;
  transform: translateY(-50%) scale(0);
  transition:
    transform 0.10s cubic-bezier(0.32, 1, 0.16, 1),
    opacity 0.18s ease-out;
  z-index: -1;
}

.kc-events__button:hover,
.kc-events__button:focus {
  color: #ffffff;
  text-decoration: none;
  transform: scale(1.05);
  box-shadow:
    0 0 50px rgba(52, 75, 87, 0.22),
    0 12px 30px rgba(52, 75, 87, 0.18);
}

.kc-events__button:hover::before,
.kc-events__button:focus::before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.kc-events__notice {
  max-width: 720px;
  margin: 0 auto;
  color: var(--kc-events-blue);
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.kc-events--empty .kc-events__inner {
  padding: 48px 0;
}

@media (prefers-reduced-motion: reduce) {
  .kc-events__button,
  .kc-events__button::before {
    transition: none;
  }
}

@media (max-width: 1100px) {
  .kc-events__inner {
    padding: 72px 0;
  }

  .kc-events__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .kc-event-card {
    max-width: 680px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 700px) {
  .kc-events__inner {
    width: min(100% - 40px, 680px);
    padding: 56px 0;
  }

  .kc-events__head {
    margin-bottom: 32px;
  }

  .kc-events__title {
    font-size: 36px;
  }

  .kc-events__subtitle {
    font-size: 14px;
  }

  .kc-event-card__media {
    margin-bottom: 22px;
  }

  .kc-event-card__media .kc-event-card__label {
    top: 16px;
    right: 16px;
  }

  .kc-event-card__body {
    padding: 0;
  }

  .kc-event-card__meta {
    gap: 10px;
  }

  .kc-event-card__title {
    font-size: 20px;
  }

  .kc-event-card__text {
    max-width: none;
    font-size: 14px;
  }

  .kc-event-card__link {
    padding-top: 24px;
  }

  .kc-events__actions {
    margin-top: 44px;
  }
}

.kc-event-detail {
  --kc-event-detail-blue: #344b57;
  --kc-event-detail-muted: #556c7b;
  --kc-event-detail-ink: #151515;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}

body:has(.kc-event-detail) #theme-main > .py-5.py-xl-6 {
  display: none;
}

body:has(.kc-event-detail) #container-content-page.container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body:has(.kc-event-detail) #container-content-page > .row {
  --bs-gutter-x: 0;
  margin: 0;
}

body:has(.kc-event-detail) #container-content-page > .row > [class*="col-"] {
  width: 100%;
  max-width: none;
  flex: 0 0 100%;
  margin: 0;
  padding: 0;
}

body:has(.kc-event-detail) #container-content-page > .row > .py-5 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.kc-event-detail__inner {
  width: min(1320px, calc(100% - 120px));
  margin: 0 auto;
  padding: 300px 0 100px;
  display: grid;
  grid-template-columns: minmax(0, 655px) 541px;
  gap: 123px;
  align-items: start;
}

.kc-event-detail__content {
  padding-top: 0;
}

.kc-event-detail__eyebrow {
  margin: 0 0 16px;
  color: var(--kc-event-detail-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.kc-event-detail__title {
  max-width: 650px;
  margin: 0;
  color: var(--kc-event-detail-blue);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.kc-event-detail__meta {
  display: flex;
  margin-top: 30px;
  gap: 16px 24px;
  align-items: center;
  flex-wrap: wrap;
  color: var(--kc-event-detail-blue);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.kc-event-detail__meta-item {
  display: inline-flex;
  min-width: 0;
  gap: 9px;
  align-items: center;
}

.kc-event-detail__meta-item svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kc-event-detail__text {
  max-width: 600px;
  margin-top: 34px;
  color: var(--kc-event-detail-ink);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
}

.kc-event-detail__text p,
.kc-event-detail__text ul,
.kc-event-detail__text ol {
  margin: 0 0 1em;
}

.kc-event-detail__text > :last-child {
  margin-bottom: 0;
}

.kc-event-detail__actions {
  display: flex;
  margin-top: 56px;
  gap: 17px;
  flex-wrap: wrap;
}

.kc-event-detail__button,
.kc-event-detail__person a {
  position: relative;
  z-index: 0;
  display: inline-flex;
  min-height: 44px;
  padding: 10px 25px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--kc-event-detail-blue);
  border-radius: 999px;
  color: var(--kc-event-detail-blue);
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  transform: scale(1);
  transition:
    color 0.35s ease,
    border-color 0.35s ease,
    background-color 0.35s ease,
    transform 0.28s cubic-bezier(0.32, 1, 0.16, 1),
    box-shadow 0.32s ease;
}

.kc-event-detail__button:first-child {
  color: #ffffff;
  background: var(--kc-event-detail-blue);
}

.kc-event-detail__button--ghost {
  padding-inline: 25px;
}

.kc-event-detail__button::before,
.kc-event-detail__person a::before {
  content: '';
  position: absolute;
  right: -110%;
  top: 50%;
  width: 220%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--kc-event-detail-blue);
  opacity: 0;
  transform: translateY(-50%) scale(0);
  transition:
    transform 0.10s cubic-bezier(0.32, 1, 0.16, 1),
    opacity 0.18s ease-out;
  z-index: -1;
}

.kc-event-detail__button:first-child::before {
  background: #ffffff;
}

.kc-event-detail__button:hover,
.kc-event-detail__button:focus,
.kc-event-detail__person a:hover,
.kc-event-detail__person a:focus {
  color: #ffffff;
  text-decoration: none;
  transform: scale(1.05);
  box-shadow:
    0 0 50px rgba(52, 75, 87, 0.22),
    0 12px 30px rgba(52, 75, 87, 0.18);
}

.kc-event-detail__button:first-child:hover,
.kc-event-detail__button:first-child:focus {
  color: var(--kc-event-detail-blue);
}

.kc-event-detail__button:hover::before,
.kc-event-detail__button:focus::before,
.kc-event-detail__person a:hover::before,
.kc-event-detail__person a:focus::before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.kc-event-detail__side {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0;
}

.kc-event-detail__media {
  width: 100%;
  margin: 0;
  aspect-ratio: 541 / 577;
  overflow: hidden;
  background: #e7ecef;
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}

.kc-event-detail__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.kc-event-detail__person {
  display: grid;
  grid-template-columns: 206px minmax(0, 1fr);
  gap: 52px;
  align-items: center;
  width: 100%;
  padding: 50px 30px;
  background: #fafbfc;
}

.kc-event-detail__person-image {
  display: block;
  width: 206px;
  height: 206px;
  object-fit: cover;
}

.kc-event-detail__person-content p {
  max-width: 245px;
  margin: 0 0 18px;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.kc-event-detail__notice {
  max-width: 760px;
  margin: 0 auto;
  color: var(--kc-event-detail-blue);
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.kc-event-detail--empty .kc-event-detail__inner {
  display: block;
  min-height: 0;
  padding: 180px 0 120px;
}

.kc-event-contact {
  --kc-event-contact-blue: #344b57;
  --kc-event-contact-light: #829aa6;
  width: 100%;
  scroll-margin-top: 96px;
  background: #ffffff;
  overflow: hidden;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}

.kc-event-contact__inner {
  width: min(1320px, calc(100% - 120px));
  margin: 0 auto 100px;
  padding: 100px 107px;
  display: grid;
  grid-template-columns: 431px minmax(0, 541px);
  gap: 129px;
  align-items: start;
  border-radius: 15px;
  color: #ffffff;
  background: linear-gradient(115deg, var(--kc-event-contact-blue) 0%, #58707c 52%, var(--kc-event-contact-light) 100%);
}

.kc-event-contact__eyebrow {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.kc-event-contact__title {
  max-width: 430px;
  margin: 0;
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.kc-event-contact__text {
  max-width: 430px;
  margin: 42px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.kc-event-contact__form {
  min-width: 0;
}

.kc-event-contact__notice {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}

.kc-event-contact__form .fb-form-tempate,
.kc-event-contact__form .formbuilder-form,
.kc-event-contact__form .fb-form-preview,
.kc-event-contact__form .fb-container {
  width: 100%;
}

.kc-event-contact__form .fb-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 41px;
}

.kc-event-contact__form .fb-form-preview {
  background: transparent;
}

.kc-event-contact__form .fb-container > input[type="hidden"] {
  display: none;
}

.kc-event-contact__form .fb-container > .fb-form-field {
  grid-column: span 1 / span 1;
}

.kc-event-contact__form .fb-container > .formbuilder-field-type-hidden,
.kc-event-contact__form .fb-container > .formbuilder-field-type-textarea,
.kc-event-contact__form .fb-container > .fb-submit-wrap {
  grid-column: 1 / -1;
}

.kc-event-contact__form .fb-field-container {
  margin: 0;
}

.kc-event-contact__form .fb-submit-wrap {
  grid-column: 1 / -1;
}

.kc-event-contact__form .formbuilder-field-type-hidden {
  display: none;
}

.kc-event-contact__form .fb-field-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.kc-event-contact__form .fb-field-required {
  display: none;
}

.kc-event-contact__form .formbuilder-form.fb-form-default-style .fb-container input[type="text"],
.kc-event-contact__form .formbuilder-form.fb-form-default-style .fb-container input[type="email"],
.kc-event-contact__form .formbuilder-form.fb-form-default-style .fb-container input[type="tel"],
.kc-event-contact__form .formbuilder-form.fb-form-default-style .fb-container input[type="url"],
.kc-event-contact__form .formbuilder-form.fb-form-default-style .fb-container textarea,
.kc-event-contact__form .formbuilder-form.fb-form-default-style .fb-container select {
  width: 100%;
  min-height: 32px;
  padding: 0 0 7px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 0;
  color: #ffffff;
  background: transparent;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.5;
  outline: none;
  transition:
    border-color 0.2s ease,
    color 0.2s ease;
}

.kc-event-contact__form .formbuilder-form.fb-form-default-style .fb-container textarea {
  min-height: 86px;
  resize: vertical;
}

.kc-event-contact__form input::placeholder,
.kc-event-contact__form textarea::placeholder {
  color: rgba(255, 255, 255, 0.88);
  opacity: 1;
}

.kc-event-contact__form .formbuilder-form.fb-form-default-style .fb-container select:invalid {
  color: rgba(255, 255, 255, 0.88);
}

.kc-event-contact__form .formbuilder-form.fb-form-default-style .fb-container select option {
  color: #344b57;
  background: #ffffff;
}

.kc-event-contact__form .formbuilder-form.fb-form-default-style .fb-container input:focus,
.kc-event-contact__form .formbuilder-form.fb-form-default-style .fb-container textarea:focus,
.kc-event-contact__form .formbuilder-form.fb-form-default-style .fb-container select:focus {
  border-color: #ffffff;
  background: transparent;
}

.kc-event-contact__form .fb-submit-wrap {
  margin-top: 16px;
}

.kc-event-contact__form .formbuilder-form .fb-submit-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 25px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  border-radius: 999px;
  color: #ffffff;
  background: transparent;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}

.kc-event-contact__form .formbuilder-form .fb-submit-button:hover,
.kc-event-contact__form .formbuilder-form .fb-submit-button:focus {
  color: var(--kc-event-contact-blue);
  background: #ffffff;
  border-color: #ffffff;
}

.kc-event-contact__form .fb-success-msg,
.kc-event-contact__form .fb-error-msg,
.kc-event-contact__form .fb-field-error {
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
}

@media (prefers-reduced-motion: reduce) {
  .kc-event-detail__button,
  .kc-event-detail__button::before,
  .kc-event-detail__person a,
  .kc-event-detail__person a::before,
  .kc-event-contact__form input,
  .kc-event-contact__form textarea,
  .kc-event-contact__form select,
  .kc-event-contact__form .fb-submit-button {
    transition: none;
  }
}

@media (max-width: 1100px) {
  .kc-event-detail__inner {
    width: min(100% - 72px, 760px);
    padding: 130px 0 90px;
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .kc-event-detail__content {
    padding-top: 0;
  }

  .kc-event-contact__inner {
    width: min(100% - 72px, 760px);
    margin-bottom: 90px;
    padding: 68px 54px 72px;
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 700px) {
  .kc-event-detail__inner {
    width: min(100% - 40px, 680px);
    padding: 112px 0 64px;
    gap: 42px;
  }

  .kc-event-detail__eyebrow {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .kc-event-detail__title {
    font-size: 38px;
  }

  .kc-event-detail__meta {
    margin-top: 24px;
    font-size: 14px;
  }

  .kc-event-detail__text {
    margin-top: 26px;
    font-size: 16px;
  }

  .kc-event-detail__actions {
    margin-top: 38px;
  }

  .kc-event-detail__side {
    gap: 34px;
  }

  .kc-event-detail__person {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 18px;
  }

  .kc-event-detail__person-image {
    width: 82px;
    height: 82px;
  }

  .kc-event-detail__person-content p {
    font-size: 17px;
  }

  .kc-event-contact__inner {
    width: min(100% - 40px, 680px);
    margin-bottom: 64px;
    padding: 46px 24px 50px;
    gap: 34px;
  }

  .kc-event-contact__title {
    font-size: 32px;
  }

  .kc-event-contact__text {
    margin-top: 28px;
    font-size: 18px;
  }
}
.kc-new-here {
  --kc-new-here-dark: #344b57;
  --kc-new-here-light: #829aa6;
  width: 100%;
  scroll-margin-top: 80px;
  background: #ffffff;
  overflow: hidden;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}

.kc-new-here__inner {
  position: relative;
  width: min(1320px, calc(100% - 108px));
  min-height: 395px;
  margin: 90px auto;
  padding: 94px 100px 84px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.13fr);
  gap: 100px;
  align-items: center;
  border-radius: 15px;
  color: #ffffff;
  background: linear-gradient(115deg, var(--kc-new-here-dark) 0%, #58707c 52%, var(--kc-new-here-light) 100%);
  overflow: hidden;
}

.kc-new-here__content,
.kc-new-here__text {
  position: relative;
  z-index: 2;
}

.kc-new-here__content {
  align-self: start;
  padding-top: 4px;
}

.kc-new-here__title {
  margin: 0;
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.kc-new-here__subtitle {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.kc-new-here__copy {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.kc-new-here__copy p {
  margin: 0;
}

.kc-new-here__button {
  position: relative;
  z-index: 0;
  display: inline-flex;
  min-height: 48px;
  margin-top: 38px;
  padding: 12px 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  color: #ffffff;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  transform: scale(1);
  transition:
    color 0.35s ease,
    border-color 0.35s ease,
    transform 0.28s cubic-bezier(0.32, 1, 0.16, 1),
    box-shadow 0.32s ease;
}

.kc-new-here__button::before {
  content: '';
  position: absolute;
  right: -110%;
  top: 50%;
  width: 220%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0;
  transform: translateY(-50%) scale(0);
  transition:
    transform 0.10s cubic-bezier(0.32, 1, 0.16, 1),
    opacity 0.18s ease-out;
  z-index: -1;
}

.kc-new-here__button:hover,
.kc-new-here__button:focus {
  color: var(--kc-new-here-dark);
  text-decoration: none;
  transform: scale(1.05);
  box-shadow:
    0 0 50px rgba(255, 255, 255, 0.18),
    0 14px 34px rgba(20, 38, 47, 0.2);
}

.kc-new-here__button:hover::before,
.kc-new-here__button:focus::before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.kc-new-here__icon {
  position: absolute;
  left: 29.5%;
  bottom: 54px;
  z-index: 1;
  width: 138px;
  height: 138px;
}

.kc-new-here__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.kc-new-here__icon .kc-badge-neu-hier__text {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .kc-new-here__button,
  .kc-new-here__button::before {
    transition: none;
  }
}

@media (max-width: 1100px) {
  .kc-new-here__inner {
    width: min(100% - 72px, 960px);
    padding: 72px;
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .kc-new-here__content {
    padding-top: 0;
  }

  .kc-new-here__icon {
    position: static;
    width: 120px;
    height: 120px;
    margin: -12px 0 10px;
  }

  .kc-new-here__copy {
    max-width: 680px;
  }
}

@media (max-width: 700px) {
  .kc-new-here__inner {
    width: min(100% - 40px, 680px);
    min-height: auto;
    margin: 56px auto;
    padding: 38px 28px 42px;
    gap: 30px;
    border-radius: 10px;
  }

  .kc-new-here__title {
    font-size: 34px;
  }

  .kc-new-here__subtitle,
  .kc-new-here__copy {
    font-size: 15px;
  }

  .kc-new-here__icon {
    width: 104px;
    height: 104px;
    margin: 0 0 10px;
  }

  .kc-new-here__button {
    margin-top: 28px;
  }
}

.kc-media-links {
  --kc-media-blue: #344b57;
  --kc-media-text: #262626;
  --kc-media-muted: rgba(52, 75, 87, 0.78);
  width: 100%;
  background: #fafbfc;
  overflow: hidden;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}

.kc-media-links__inner {
  position: relative;
  width: min(1320px, calc(100% - 108px));
  margin: 0 auto;
  padding: 100px 0;
  display: grid;
  grid-template-columns: minmax(0, 541px) minmax(0, 651px);
  gap: 128px;
  align-items: center;
}

.kc-media-links + .kc-media-links .kc-media-links__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(580px, 58vw);
  border-top: 1px dotted rgba(52, 75, 87, 0.58);
  transform: translateX(-50%);
}

.kc-media-links--reverse .kc-media-links__media {
  order: 2;
}

.kc-media-links--reverse .kc-media-links__content {
  order: 1;
}

.kc-media-links--reverse .kc-media-links__inner {
  grid-template-columns: minmax(0, 651px) minmax(0, 541px);
}

.kc-media-links__media {
  margin: 0;
  aspect-ratio: 541 / 577;
  overflow: hidden;
  background: #e9eef1;
  box-shadow: 0 22px 50px rgba(31, 47, 54, 0.15);
}

.kc-media-links--reverse .kc-media-links__media {
  aspect-ratio: 541 / 577;
}

.kc-media-links__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.kc-media-links__content {
  max-width: 651px;
}

.kc-media-links__eyebrow {
  margin: 0 0 14px;
  color: var(--kc-media-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.kc-media-links__title {
  margin: 0;
  color: var(--kc-media-blue);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.kc-media-links__text {
  margin: 28px 0 0;
  color: var(--kc-media-text);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.kc-media-links__text p {
  margin: 0 0 1.45em;
}

.kc-media-links__text > :last-child {
  margin-bottom: 0;
}

.kc-media-links__actions {
  display: flex;
  max-width: 440px;
  margin-top: 30px;
  gap: 14px;
  flex-wrap: wrap;
}

.kc-media-links__button {
  position: relative;
  z-index: 0;
  display: inline-flex;
  min-height: 48px;
  padding: 12px 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--kc-media-blue);
  border-radius: 999px;
  color: var(--kc-media-blue);
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  transition:
    color 0.35s ease,
    transform 0.28s cubic-bezier(0.32, 1, 0.16, 1),
    box-shadow 0.32s ease;
}

.kc-media-links__button::before {
  content: "";
  position: absolute;
  right: -110%;
  top: 50%;
  z-index: -1;
  width: 220%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--kc-media-blue);
  opacity: 0;
  transform: translateY(-50%) scale(0);
  transition:
    transform 0.10s cubic-bezier(0.32, 1, 0.16, 1),
    opacity 0.18s ease-out;
}

.kc-media-links__button:hover,
.kc-media-links__button:focus {
  color: #ffffff;
  text-decoration: none;
  transform: scale(1.05);
  box-shadow:
    0 0 42px rgba(52, 75, 87, 0.2),
    0 12px 28px rgba(52, 75, 87, 0.14);
}

.kc-media-links__button:hover::before,
.kc-media-links__button:focus::before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.kc-media-links__eyebrow,
.kc-media-links__title,
.kc-media-links__text,
.kc-media-links__button,
.kc-media-links__media,
.kc-testimonials__eyebrow,
.kc-testimonials__title,
.kc-testimonial-card,
.kc-new-here__title,
.kc-new-here__subtitle,
.kc-new-here__copy,
.kc-new-here__button,
.kc-new-here-split__title,
.kc-new-here-split__text,
.kc-new-here-split__button,
.kc-new-here-split__media,
.kc-new-here-split__icon {
  will-change: transform, opacity;
}

.kc-testimonials {
  --kc-testimonials-blue: #344b57;
  --kc-testimonials-card: #f3f3f3;
  --kc-testimonials-height: 498px;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}

.kc-testimonials__inner {
  width: min(1380px, calc(100% - 60px));
  margin: 0 auto;
  padding: 100px 0;
  display: grid;
  grid-template-columns: minmax(0, 541px) minmax(0, 996px);
  grid-template-areas:
    "head stage"
    ". controls";
  gap: 40px 127px;
  align-items: center;
}

.kc-testimonials__head {
  grid-area: head;
  align-self: end;
  position: relative;
  z-index: 5;
}

.kc-testimonials__eyebrow {
  margin: 0 0 18px;
  color: rgba(52, 75, 87, 0.78);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.kc-testimonials__title {
  margin: 0;
  color: var(--kc-testimonials-blue);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.kc-testimonials__stage {
  position: relative;
  grid-area: stage;
  min-height: var(--kc-testimonials-height);
  overflow: visible;
}

.kc-testimonials__stage::before {
  content: "";
  position: absolute;
  top: -24px;
  bottom: -24px;
  left: -560px;
  z-index: 3;
  width: 560px;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 72%, rgba(255, 255, 255, 0.96) 88%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.kc-testimonial-card {
  --kc-testimonial-card-x: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: min(490px, calc(100vw - 80px));
  min-height: 498px;
  padding: 70px 55px 54px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--kc-testimonials-card);
  color: #222222;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(var(--kc-testimonial-card-x), 0, 0);
  transition:
    opacity 0.68s ease,
    transform 0.78s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.kc-testimonial-card.is-active {
  --kc-testimonial-card-x: 0px;
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
}

.kc-testimonial-card.is-next {
  --kc-testimonial-card-x: calc(100% + 16px);
  z-index: 1;
  opacity: 1;
}

.kc-testimonial-card.is-previous {
  --kc-testimonial-card-x: -142px;
  z-index: 0;
  opacity: 0;
}

.kc-testimonial-card.is-exiting-left {
  --kc-testimonial-card-x: -190px;
  z-index: 0;
  opacity: 0;
}

.kc-testimonial-card.is-entering-right {
  --kc-testimonial-card-x: calc(100% + 16px);
  opacity: 0;
}

.kc-testimonial-card__quote {
  margin: 0;
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.kc-testimonial-card__person {
  display: flex;
  margin-top: 36px;
  gap: 18px;
  align-items: center;
}

.kc-testimonial-card__image {
  width: 98px;
  height: 78px;
  flex: 0 0 auto;
  object-fit: cover;
  object-position: center center;
}

.kc-testimonial-card__name {
  margin: 0;
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.kc-testimonials__controls {
  grid-area: controls;
  display: flex;
  gap: 18px;
  align-self: start;
  justify-self: start;
  margin-top: 0;
}

.kc-testimonials__control {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--kc-testimonials-blue);
  border-radius: 50%;
  color: var(--kc-testimonials-blue);
  background: transparent;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease;
}

.kc-testimonials__control-icon {
  display: block;
  width: 17px;
  height: 11px;
  background: currentColor;
  -webkit-mask: url("/wp-content/themes/picostrap5-child-base/assets/arrow.svg") center / contain no-repeat;
  mask: url("/wp-content/themes/picostrap5-child-base/assets/arrow.svg") center / contain no-repeat;
}

.kc-testimonials__control--prev .kc-testimonials__control-icon {
  transform: rotate(180deg);
}

.kc-testimonials__control:hover,
.kc-testimonials__control:focus {
  color: #ffffff;
  background: var(--kc-testimonials-blue);
  transform: scale(1.06);
}

.kc-testimonials__notice {
  grid-area: stage;
  margin: 0;
  color: var(--kc-testimonials-blue);
  font-size: 16px;
  line-height: 1.5;
}

.kc-text-marquee {
  --kc-marquee-blue: #344b57;
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  height: 140px;
  padding: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--kc-marquee-blue);
  background: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 9vw, #000 calc(100% - 9vw), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 9vw, #000 calc(100% - 9vw), transparent 100%);
}

.kc-text-marquee__track {
  display: flex;
  width: max-content;
  gap: 1em;
  white-space: nowrap;
  transform: translate3d(0, 0, 0);
  animation: kcTextMarquee 54s linear infinite;
  animation-play-state: running;
  will-change: transform;
}

.kc-text-marquee__track span {
  display: inline-block;
  color: transparent;
  background: linear-gradient(90deg, #213741 0%, #344b57 28%, #8098a4 55%, #344b57 82%, #213741 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(48px, 7vw, 100px);
  font-weight: 800;
  line-height: 1.2;
}

@keyframes kcTextMarquee {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
img.wp-post-image, article img, figure, img, #secondary img {
    max-width: none;
    height: auto;
}

.kc-about-intro,
.kc-about-images,
.kc-about-values,
.kc-about-team,
.kc-about-leadership,
.kc-about-engage,
.kc-about-milestones,
.kc-worship-intro,
.kc-worship-images,
.kc-worship-freedom,
.kc-worship-groups,
.kc-smallgroups-intro,
.kc-smallgroups-images,
.kc-smallgroups-feature,
.kc-smallgroups-events-head,
.kc-donations-intro,
.kc-donations-images,
.kc-donations-projects,
.kc-donations-callout,
.kc-donations-past,
.kc-new-here-page-intro,
.kc-new-here-page-images,
.kc-new-here-page-paths,
.kc-new-here-page-callout,
.kc-new-here-page-contact {
  --kc-page-blue: #344b57;
  --kc-page-muted: #556c7b;
  --kc-page-soft: #788f9d;
  --kc-page-surface: #ffffff;
  --kc-page-soft-surface: #fafbfc;
  --kc-page-border: rgba(52, 75, 87, 0.16);
  --kc-page-container: 1320px;
  --kc-page-wide-container: 1323px;
  --kc-page-section-x: 60px;
  --kc-page-section-y: 100px;
  --kc-page-hero-top: 300px;
  --kc-page-title-size: 56px;
  --kc-page-heading-size: 48px;
  --kc-page-card-title-size: 24px;
  --kc-page-text-size: 18px;
  --kc-page-button-size: 16px;
  --kc-page-line: 1.5;
  --kc-page-heading-line: 1.2;
  --kc-page-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
  --kc-page-radius: 15px;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}

.kc-about-intro__inner,
.kc-about-values__lead,
.kc-about-values__list,
.kc-about-team__inner,
.kc-about-milestones__inner,
.kc-worship-intro__inner,
.kc-worship-freedom__head,
.kc-worship-services,
.kc-worship-groups__inner,
.kc-smallgroups-intro__inner,
.kc-smallgroups-feature__head,
.kc-smallgroups-feature__body,
.kc-smallgroups-events-head__inner,
.kc-donations-intro__inner,
.kc-donations-projects__head,
.kc-donations-projects__list,
.kc-donations-past__head,
.kc-donations-past__grid,
.kc-donations-past__actions,
.kc-new-here-page-intro__inner,
.kc-new-here-page-paths__head,
.kc-new-here-page-feature-list,
.kc-new-here-page-callout__inner {
  width: min(var(--kc-page-container), 100%);
  margin-right: auto;
  margin-left: auto;
}

.kc-about-images__inner,
.kc-worship-images__inner,
.kc-smallgroups-images__inner,
.kc-donations-images__inner {
  width: min(var(--kc-page-wide-container), 100%);
  margin-right: auto;
  margin-left: auto;
}

.kc-about-intro__title,
.kc-about-values__title,
.kc-about-team__title,
.kc-about-milestones__title,
.kc-worship-intro__title,
.kc-worship-freedom__title,
.kc-smallgroups-intro__title,
.kc-donations-intro__title,
.kc-new-here-page-intro__title,
.kc-new-here-page-paths__title {
  color: var(--kc-page-blue);
  font-size: var(--kc-page-title-size);
  font-weight: 500;
  line-height: var(--kc-page-heading-line);
}

.kc-about-intro__eyebrow,
.kc-about-values__eyebrow,
.kc-about-team__eyebrow,
.kc-about-milestones__eyebrow,
.kc-worship-intro__eyebrow,
.kc-worship-service__eyebrow,
.kc-worship-groups__eyebrow,
.kc-smallgroups-intro__eyebrow,
.kc-smallgroups-feature__eyebrow,
.kc-donations-intro__eyebrow,
.kc-donations-project__eyebrow,
.kc-donations-past__eyebrow,
.kc-new-here-page-intro__eyebrow,
.kc-new-here-page-feature__eyebrow {
  font-size: 16px;
  font-weight: 500;
  line-height: var(--kc-page-line);
}

.kc-about-intro__text,
.kc-about-value__text,
.kc-about-team__intro,
.kc-about-person__text,
.kc-about-leadership__text,
.kc-about-milestone__text,
.kc-about-engage__text,
.kc-about-jobs__text p,
.kc-worship-intro__text,
.kc-worship-freedom__intro,
.kc-worship-service__text,
.kc-worship-service__speaker-topic,
.kc-smallgroups-intro__text,
.kc-smallgroups-feature__intro,
.kc-smallgroups-feature__text,
.kc-smallgroups-events-head__text,
.kc-donations-intro__text,
.kc-donations-projects__intro,
.kc-donations-project__text,
.kc-donations-callout__text,
.kc-donations-callout__copy,
.kc-donations-card__text,
.kc-new-here-page-intro__text,
.kc-new-here-page-paths__intro,
.kc-new-here-page-feature__text,
.kc-new-here-page-person__text {
  font-size: var(--kc-page-text-size);
  font-weight: 300;
  line-height: var(--kc-page-line);
}

.kc-about-intro__text p,
.kc-about-value__text p,
.kc-about-team__intro p,
.kc-about-person__text p,
.kc-about-leadership__text p,
.kc-about-milestone__text p,
.kc-about-engage__text p,
.kc-about-jobs__text p,
.kc-worship-intro__text p,
.kc-worship-freedom__intro p,
.kc-worship-service__text p,
.kc-smallgroups-intro__text p,
.kc-smallgroups-feature__intro p,
.kc-smallgroups-feature__text p,
.kc-smallgroups-events-head__text p,
.kc-donations-intro__text p,
.kc-donations-project__text p,
.kc-donations-callout__text p,
.kc-donations-callout__copy p,
.kc-new-here-page-intro__text p,
.kc-new-here-page-feature__text p,
.kc-new-here-page-callout__text p {
  margin: 0;
}

.kc-about-intro__text p + p,
.kc-about-value__text p + p,
.kc-about-person__text p + p,
.kc-about-leadership__text p + p,
.kc-about-engage__text p + p,
.kc-worship-intro__text p + p,
.kc-worship-intro__text p + ul,
.kc-worship-service__text p + ul,
.kc-smallgroups-intro__text p + p,
.kc-smallgroups-feature__text p + ul,
.kc-smallgroups-feature__text ul + p,
.kc-donations-intro__text p + p,
.kc-donations-project__text p + p,
.kc-donations-callout__copy p + p,
.kc-new-here-page-intro__text p + p,
.kc-new-here-page-feature__text p + p,
.kc-new-here-page-feature__text p + ul {
  margin-top: 27px;
}

.kc-worship-intro__text ul,
.kc-worship-service__text ul,
.kc-smallgroups-feature__text ul,
.kc-new-here-page-feature__text ul,
.kc-simple-page__text ul {
  margin: 0;
  padding-left: 18px;
  list-style: none;
}

.kc-worship-intro__text li,
.kc-worship-service__text li,
.kc-smallgroups-feature__text li,
.kc-new-here-page-feature__text li,
.kc-simple-page__text li {
  position: relative;
}

.kc-worship-intro__text li::before,
.kc-worship-service__text li::before,
.kc-smallgroups-feature__text li::before,
.kc-new-here-page-feature__text li::before,
.kc-simple-page__text li::before {
  content: "";
  position: absolute;
  top: 0.78em;
  left: -14px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: currentColor;
  transform: translateY(-50%);
}

.kc-worship-intro__text li + li,
.kc-worship-service__text li + li,
.kc-smallgroups-feature__text li + li,
.kc-new-here-page-feature__text li + li {
  margin-top: 0;
}

.kc-about-button,
.kc-worship-button,
.kc-smallgroups-button,
.kc-donations-button,
.kc-new-here-page-button {
  display: inline-flex;
  min-height: var(--kc-page-button-height, 48px);
  padding: 12px 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--kc-page-button-border, var(--kc-page-blue));
  border-radius: 44px;
  color: var(--kc-page-button-color, var(--kc-page-blue));
  background: var(--kc-page-button-background, #ffffff);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: var(--kc-page-button-size);
  font-weight: 400;
  line-height: var(--kc-page-line);
  letter-spacing: 0.32px;
  text-align: center;
  text-decoration: none;
  transition: color 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

.kc-worship-button,
.kc-smallgroups-button,
.kc-donations-button {
  --kc-page-button-height: 50px;
}

.kc-about-images__image,
.kc-worship-images__image,
.kc-smallgroups-images__image,
.kc-donations-images__image,
.kc-worship-service__media,
.kc-smallgroups-feature__media,
.kc-donations-project__media,
.kc-new-here-page-images__image,
.kc-new-here-page-feature__media {
  overflow: hidden;
  box-shadow: var(--kc-page-shadow);
}

.kc-about-images__image img,
.kc-about-person__image img,
.kc-about-team__group img,
.kc-worship-images__image img,
.kc-worship-service__media img,
.kc-worship-service__speaker-image img,
.kc-worship-group-card img,
.kc-smallgroups-images__image img,
.kc-smallgroups-feature__media img,
.kc-smallgroups-feature__person img,
.kc-donations-images__image img,
.kc-donations-project__media img,
.kc-donations-project__sponsor img,
.kc-donations-card__media img,
.kc-new-here-page-images__image img,
.kc-new-here-page-feature__media img,
.kc-new-here-page-person__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kc-about-intro,
.kc-about-images,
.kc-about-values,
.kc-about-team,
.kc-about-leadership,
.kc-about-engage,
.kc-about-milestones {
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}

body.page-id-144 #theme-main > .py-5.py-xl-6 {
  display: none;
}

body.page-id-144 #container-content-page {
  width: 100%;
  max-width: none;
  padding: 0;
}

body.page-id-144 #container-content-page > .row {
  margin: 0;
}

body.page-id-144 #container-content-page > .row > [class*="col-"] {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  flex: 0 0 100%;
}

.kc-about-intro {
  padding: 300px 60px 40px;
  background: #ffffff;
}

.kc-about-intro__inner {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 628px) minmax(0, 653px);
  gap: 39px;
  align-items: start;
}

.kc-about-intro__head {
  color: #344b57;
}

.kc-about-intro__eyebrow,
.kc-about-values__eyebrow,
.kc-about-team__eyebrow,
.kc-about-milestones__eyebrow {
  margin: 0 0 30px;
  color: #344b57;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.kc-about-intro__title,
.kc-about-values__title,
.kc-about-team__title,
.kc-about-milestones__title {
  margin: 0;
  color: #344b57;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-about-intro__content {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 32px;
}

.kc-about-intro__text,
.kc-about-value__text,
.kc-about-team__intro,
.kc-about-person__text,
.kc-about-leadership__text,
.kc-about-milestone__text,
.kc-about-engage__text,
.kc-about-jobs__text p {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.kc-about-intro__text p,
.kc-about-value__text p,
.kc-about-team__intro p,
.kc-about-person__text p,
.kc-about-leadership__text p,
.kc-about-milestone__text p,
.kc-about-engage__text p,
.kc-about-jobs__text p {
  margin: 0;
}

.kc-about-intro__text p + p,
.kc-about-value__text p + p,
.kc-about-person__text p + p,
.kc-about-leadership__text p + p,
.kc-about-engage__text p + p {
  margin-top: 27px;
}

.kc-about-intro__links {
  width: min(361px, 100%);
  display: flex;
  flex-wrap: wrap;
  gap: 20px 16px;
}

.kc-about-button--filled,
.kc-about-button:hover,
.kc-about-button:focus-visible {
  color: #ffffff;
  background: #344b57;
}

.kc-about-images {
  padding: 40px 60px 100px;
  background: #ffffff;
}

.kc-about-images__inner {
  position: relative;
  width: min(1323px, 100%);
  height: 774px;
  margin: 0 auto;
}

.kc-about-images__image {
  position: absolute;
  margin: 0;
  overflow: hidden;
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}

.kc-about-images__image img,
.kc-about-person__image img,
.kc-about-team__group img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.kc-about-images__image--small {
  top: 0;
  left: 0;
  width: 430px;
  height: 532px;
}

.kc-about-images__image--large {
  right: 0;
  bottom: 0;
  width: 874px;
  height: 640px;
}

.kc-about-values {
  padding: 100px 60px;
  background: #fafbfc;
}

.kc-about-values__lead {
  width: min(1320px, 100%);
  margin: 0 auto 90px;
  text-align: center;
}

.kc-about-values__list {
  width: min(1320px, 100%);
  margin: 0 auto;
}

.kc-about-value {
  display: grid;
  grid-template-columns: minmax(0, 600px) minmax(0, 646px);
  gap: 74px;
  padding: 100px 0;
  border-top: 1px solid rgba(52, 75, 87, 0.16);
}

.kc-about-value:last-child {
  border-bottom: 1px solid rgba(52, 75, 87, 0.16);
}

.kc-about-value__title {
  margin: 0;
  color: #344b57;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-about-team {
  padding: 100px 60px;
  background: #ffffff;
}

.kc-about-team__inner {
  width: min(1320px, 100%);
  margin: 0 auto;
}

.kc-about-team__head {
  max-width: 1160px;
  margin-bottom: 75px;
}

.kc-about-team__intro {
  max-width: 651px;
  margin-top: 30px;
}

.kc-about-team__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 80px 24px;
}

.kc-about-person {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.kc-about-person__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
  background: #e4ecf0;
}

.kc-about-person__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.kc-about-person__name {
  margin: 0;
  color: #344b57;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}

.kc-about-person__role {
  margin: -16px 0 0;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.kc-about-person__content a {
  color: #000;
}
.kc-about-person__text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.kc-about-person__text p + p {
  margin-top: 18px;
}

.kc-about-person__image--empty {
  background: #e4ecf0;
}

.kc-about-person--placeholder {
  min-height: 428px;
  background: #e4ecf0;
}

.kc-about-person--wide {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

.kc-about-team__group {
  grid-column: span 2;
  margin: 0;
  min-height: 300px;
  max-height: 582px;
  overflow: hidden;
}

.kc-about-leadership {
  padding: 0 60px 100px;
  background: #ffffff;
}

.kc-about-leadership__inner {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 426px) minmax(0, 877px);
  gap: 16px;
  align-items: center;
}

.kc-about-leadership__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.kc-about-leadership__title {
  width: min(437px, 100%);
  margin: 0;
  color: #344b57;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}

.kc-about-leadership__text {
  width: min(426px, 100%);
}

.kc-about-leadership__image {
  width: 100%;
  aspect-ratio: 877 / 582;
  margin: 0;
  overflow: hidden;
  background: #e4ecf0;
}

.kc-about-leadership__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.kc-about-engage {
  padding: 100px 60px;
  background: #ffffff;
}

.kc-about-engage__inner {
  position: relative;
  width: min(1320px, 100%);
  min-height: 458px;
  margin: 0 auto;
  padding: 100px 107px;
  display: grid;
  grid-template-columns: minmax(0, 431px) minmax(0, 541px);
  gap: 129px;
  align-items: start;
  border-radius: 15px;
  color: #ffffff;
  background: linear-gradient(109deg, #344b57 3%, #788f9d 98%);
  overflow: hidden;
}

.kc-about-engage__head {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.kc-about-engage__title {
  margin: 0;
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-about-engage__subtitle {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.kc-about-engage__seal {
  position: absolute;
  left: 406px;
  top: 273px;
  width: 148px;
  height: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
}

.kc-about-engage__seal img {
  width: 112%;
  height: 112%;
  display: block;
}

.kc-about-engage__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.kc-about-engage__text {
  color: #ffffff;
}

.kc-about-engage__text strong {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-about-engage__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid #ffffff;
  border-radius: 44px;
  color: #ffffff;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-decoration: none;
  transition: color 0.22s ease, background-color 0.22s ease;
}

.kc-about-engage__button:hover,
.kc-about-engage__button:focus-visible {
  color: #344b57;
  background: #ffffff;
  text-decoration: none;
}

.kc-about-milestones {
  padding: 100px 60px;
  background: #fafbfc;
}

.kc-about-jobs {
  width: min(760px, 100%);
  min-height: 180px;
  margin: 0 auto 100px;
  padding: 38px 48px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 74px minmax(0, auto);
  gap: 30px;
  align-items: center;
  color: #ffffff;
  background: #5b7684;
}

.kc-about-jobs__text h2 {
  max-width: 260px;
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.kc-about-jobs__text p {
  max-width: 330px;
  color: #ffffff;
  font-size: 14px;
}

.kc-about-jobs__seal {
  width: 74px;
  height: 74px;
}

.kc-about-jobs__seal img {
  width: 100%;
  height: 100%;
  display: block;
}

.kc-about-jobs__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 22px;
  border: 1px solid #ffffff;
  border-radius: 44px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.kc-about-milestones__head {
  width: min(1320px, 100%);
  margin: 0 auto 56px;
  text-align: center;
}

.kc-about-milestones__list {
  width: min(1320px, 100%);
  margin: 0 auto;
}

.kc-about-milestone {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 124px;
  padding: 24px 0;
  border-top: 1px solid rgba(52, 75, 87, 0.16);
}

.kc-about-milestone:last-child {
  border-bottom: 1px solid rgba(52, 75, 87, 0.16);
}

.kc-about-milestone__year,
.kc-about-milestone__title {
  margin: 0;
  color: #556c7b;
  font-weight: 500;
}

.kc-about-milestone__year {
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
}

.kc-about-milestone__title {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.3;
}

.kc-about-milestone__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.kc-about-milestone .kc-about-button {
  margin-top: 20px;
}

.kc-about-values[id],
.kc-about-team[id],
.kc-about-milestones[id] {
  scroll-margin-top: 120px;
}

@media (max-width: 1100px) {
  .kc-about-intro,
  .kc-about-images,
  .kc-about-values,
  .kc-about-team,
  .kc-about-leadership,
  .kc-about-engage,
  .kc-about-milestones {
    padding-right: 32px;
    padding-left: 32px;
  }

  .kc-about-intro__inner,
  .kc-about-value,
  .kc-about-leadership__inner,
  .kc-about-engage__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .kc-about-intro__content {
    min-height: 0;
  }

  .kc-about-images__inner {
    height: auto;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 28px;
  }

  .kc-about-images__image {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.08;
  }

  .kc-about-images__image--large {
    aspect-ratio: 874 / 640;
    align-self: end;
  }

  .kc-about-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kc-about-team__group {
    grid-column: span 1;
  }

  .kc-about-jobs {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .kc-about-engage__inner {
    padding: 72px;
  }

  .kc-about-engage__seal {
    position: relative;
    left: auto;
    top: auto;
    order: 2;
  }

  .kc-about-engage__content {
    order: 3;
  }
}

@media (max-width: 680px) {
  .kc-about-intro {
    padding-top: 170px;
  }

  .kc-about-intro__title,
  .kc-about-values__title,
  .kc-about-team__title,
  .kc-about-milestones__title {
    font-size: 40px;
  }

  .kc-about-value__title,
  .kc-about-engage__title {
    font-size: 40px;
  }

  .kc-about-images__inner,
  .kc-about-team__grid,
  .kc-about-leadership__inner,
  .kc-about-engage__inner,
  .kc-about-milestone {
    grid-template-columns: 1fr;
  }

  .kc-about-images__image--small,
  .kc-about-images__image--large {
    aspect-ratio: 4 / 3;
  }

  .kc-about-value {
    padding: 64px 0;
  }

  .kc-about-person--placeholder {
    display: none;
  }

  .kc-about-jobs {
    padding: 32px 28px;
  }

  .kc-about-engage__inner {
    min-height: 0;
    padding: 42px 28px;
    gap: 32px;
  }

  .kc-about-engage__seal {
    width: 96px;
    height: 96px;
  }

  .kc-about-leadership__title,
  .kc-about-milestone__title {
    font-size: 28px;
  }

  .kc-about-milestone {
    gap: 24px;
  }

  .kc-about-milestone__year {
    text-align: left;
  }
}

.kc-worship-intro,
.kc-worship-images,
.kc-worship-freedom,
.kc-worship-groups {
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}

body:has(.kc-worship-intro) #theme-main > .py-5.py-xl-6 {
  display: none;
}

body:has(.kc-worship-intro) #container-content-page {
  width: 100%;
  max-width: none;
  padding: 0;
}

body:has(.kc-worship-intro) #container-content-page > .row {
  margin: 0;
}

body:has(.kc-worship-intro) #container-content-page > .row > [class*="col-"] {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  flex: 0 0 100%;
}

.kc-worship-intro {
  padding: 300px 60px 0;
  background: #ffffff;
}

.kc-worship-intro__inner {
  width: min(1320px, 100%);
  min-height: 258px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 628px) minmax(0, 653px);
  gap: 39px;
  align-items: start;
}

.kc-worship-intro__head {
  color: #344b57;
}

.kc-worship-intro__eyebrow,
.kc-worship-service__eyebrow,
.kc-worship-groups__eyebrow {
  margin: 0 0 30px;
  color: #556c7b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.kc-worship-intro__title {
  margin: 0;
  color: #344b57;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-worship-intro__content {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 32px;
}

.kc-worship-intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.kc-worship-intro__text,
.kc-worship-freedom__intro,
.kc-worship-service__text,
.kc-worship-service__speaker-topic {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.kc-worship-intro__text p,
.kc-worship-freedom__intro p,
.kc-worship-service__text p,
.kc-worship-service__speaker-topic,
.kc-worship-service__speaker-name {
  margin: 0;
}

.kc-worship-intro__text p + p,
.kc-worship-intro__text p + ul,
.kc-worship-service__text p + ul {
  margin-top: 27px;
}

.kc-worship-intro__text strong {
  color: #556c7b;
  font-weight: 600;
}

.kc-worship-button:hover,
.kc-worship-button:focus-visible {
  color: #ffffff;
  background: #344b57;
}

.kc-worship-images {
  padding: 0 60px 100px;
  background: #ffffff;
}

.kc-worship-images__inner {
  position: relative;
  width: min(1323px, 100%);
  height: 774px;
  margin: 0 auto;
}

.kc-worship-images__image {
  position: absolute;
  margin: 0;
  overflow: hidden;
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}

.kc-worship-images__image img,
.kc-worship-service__media img,
.kc-worship-service__speaker-image img,
.kc-worship-group-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.kc-worship-images__image--small {
  top: 0;
  left: 0;
  width: 430px;
  height: 532px;
}

.kc-worship-images__image--large {
  right: 0;
  bottom: 0;
  width: 874px;
  height: 640px;
}

.kc-worship-freedom {
  padding: 100px 60px;
  background: #fafbfc;
}

.kc-worship-freedom[id] {
  scroll-margin-top: 120px;
}

.kc-worship-freedom__head {
  width: min(1320px, 100%);
  margin: 0 auto 100px;
  text-align: center;
}

.kc-worship-freedom__title {
  margin: 0 0 30px;
  color: #344b57;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-worship-freedom__intro {
  max-width: 740px;
  margin: 0 auto;
}

.kc-worship-services {
  width: min(1320px, 100%);
  margin: 0 auto;
}

/* /gottesdienste/: Modul "Angebote in unseren Gottesdiensten" ohne Reveal-Animation.
   Das Attribut data-kc-worship-animation-ready="true" laesst die GSAP-JS dieses Modul
   ueberspringen; hier zusaetzlich sicherstellen, dass es unabhaengig von .kc-gsap-ready
   sofort sichtbar ist. Greift nur fuer diese Instanz, /freiraum-gottesdienste/ behaelt die Animation. */
.kc-worship-freedom--static {
  opacity: 1 !important;
}

.kc-worship-service {
  display: grid;
  grid-template-columns: minmax(0, 541px) minmax(0, 652px);
  gap: 126px;
  padding: 100px 0;
}

.kc-worship-service + .kc-worship-service {
  border-top: 1px solid rgba(52, 75, 87, 0.16);
}

.kc-worship-service__media {
  width: 100%;
  height: 577px;
  margin: 0;
  overflow: hidden;
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}

.kc-worship-service__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.kc-worship-service__title {
  margin: -16px 0 0;
  color: #344b57;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-worship-service__date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border: 1px solid #344b57;
  border-radius: 44px;
  color: #ffffff;
  background: #344b57;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}

.kc-worship-service__speaker {
  width: 100%;
  padding-top: 32px;
  display: grid;
  grid-template-columns: 206px minmax(0, 1fr);
  gap: 52px;
  align-items: center;
  border-top: 1px solid rgba(52, 75, 87, 0.16);
}

.kc-worship-service__speaker-image {
  width: 206px;
  height: 206px;
  margin: 0;
  overflow: hidden;
}

.kc-worship-service__speaker-name {
  color: #344b57;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-worship-groups {
  padding: 100px 60px;
  background: #ffffff;
}

.kc-worship-groups__head {
  width: min(1320px, 100%);
  margin: 0 auto 59px;
  text-align: center;
}

.kc-worship-groups__eyebrow {
  margin-bottom: 15px;
}

.kc-worship-groups__title {
  margin: 0;
  color: #344b57;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-worship-groups__grid {
  width: min(1098px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.kc-worship-group-card {
  position: relative;
  min-height: 504px;
  display: block;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
  background: #344b57;
}

.kc-worship-group-card:hover,
.kc-worship-group-card:focus,
.kc-worship-group-card:focus-visible {
  color: #ffffff;
  text-decoration: none;
}

.kc-worship-group-card img {
  transform: scale(1);
  transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

.kc-worship-group-card::before {
  content: "";
  position: absolute;
  right: 34px;
  bottom: 48px;
  z-index: 2;
  width: 23px;
  height: 15px;
  background: url("arrow.svg") center / contain no-repeat;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  pointer-events: none;
}

.kc-worship-group-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(52, 75, 87, 0) 45%, rgba(52, 75, 87, 0.56) 100%);
  pointer-events: none;
}

.kc-worship-group-card__title {
  position: absolute;
  right: 26%;
  bottom: 30px;
  left: 7%;
  z-index: 2;
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

@media (hover: hover) and (pointer: fine) {
  .kc-worship-group-card:hover img,
  .kc-worship-group-card:focus img,
  .kc-worship-group-card:focus-visible img {
    transform: scale(1.07);
  }

  .kc-worship-group-card:hover::before,
  .kc-worship-group-card:focus::before,
  .kc-worship-group-card:focus-visible::before {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 1100px) {
  .kc-worship-intro,
  .kc-worship-images,
  .kc-worship-freedom,
  .kc-worship-groups {
    padding-right: 32px;
    padding-left: 32px;
  }

  .kc-worship-intro__inner,
  .kc-worship-service {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .kc-worship-intro__content {
    min-height: 0;
  }

  .kc-worship-images__inner {
    height: auto;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 28px;
  }

  .kc-worship-images__image {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.08;
  }

  .kc-worship-images__image--large {
    aspect-ratio: 874 / 640;
    align-self: end;
  }

  .kc-worship-service {
    padding: 72px 0;
  }

  .kc-worship-service__media {
    height: auto;
    aspect-ratio: 541 / 577;
  }
}

@media (max-width: 680px) {
  .kc-worship-intro {
    padding-top: 170px;
  }

  .kc-worship-intro__title,
  .kc-worship-freedom__title,
  .kc-worship-groups__title {
    font-size: 40px;
  }

  .kc-worship-service__title {
    font-size: 40px;
  }

  .kc-worship-images__inner,
  .kc-worship-groups__grid,
  .kc-worship-service__speaker {
    grid-template-columns: 1fr;
  }

  .kc-worship-images__image--small,
  .kc-worship-images__image--large {
    aspect-ratio: 4 / 3;
  }

  .kc-worship-freedom,
  .kc-worship-groups {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .kc-worship-freedom__head {
    margin-bottom: 48px;
  }

  .kc-worship-service {
    padding: 56px 0;
  }

  .kc-worship-service__speaker {
    gap: 24px;
  }

  .kc-worship-service__date {
    white-space: normal;
    text-align: center;
  }

  .kc-worship-service__speaker-image {
    width: 148px;
    height: 148px;
  }

  .kc-worship-group-card {
    min-height: 340px;
  }

  .kc-worship-group-card__title {
    font-size: 32px;
  }
}

.kc-smallgroups-intro,
.kc-smallgroups-images,
.kc-smallgroups-feature,
.kc-smallgroups-events-head {
  width: 100%;
  background: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}

body:has(.kc-smallgroups-intro) #theme-main > .py-5.py-xl-6 {
  display: none;
}

body:has(.kc-smallgroups-intro) #container-content-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body:has(.kc-smallgroups-intro) #container-content-page > .row {
  --bs-gutter-x: 0;
  margin: 0;
}

body:has(.kc-smallgroups-intro) #container-content-page > .row > [class*="col-"] {
  width: 100%;
  max-width: none;
  flex: 0 0 100%;
  margin: 0;
  padding: 0;
}

body:has(.kc-smallgroups-intro) #container-content-page > .row > .py-5 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.kc-smallgroups-intro {
  padding: 300px 60px 30px;
}

.kc-smallgroups-intro__inner {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 628px) minmax(0, 653px);
  gap: 39px;
  align-items: start;
}

.kc-smallgroups-intro__eyebrow {
  margin: 0 0 30px;
  color: #344b57;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.kc-smallgroups-intro__title {
  margin: 0;
  color: #344b57;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-smallgroups-intro__content {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.kc-smallgroups-intro__text,
.kc-smallgroups-feature__intro,
.kc-smallgroups-feature__text,
.kc-smallgroups-events-head__text {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.kc-smallgroups-intro__text p,
.kc-smallgroups-feature__intro p,
.kc-smallgroups-feature__text p,
.kc-smallgroups-events-head__text p {
  margin: 0;
}

.kc-smallgroups-intro__links {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.kc-smallgroups-button:hover,
.kc-smallgroups-button:focus-visible,
.kc-smallgroups-button--filled {
  color: #ffffff;
  background: #344b57;
  text-decoration: none;
}

.kc-smallgroups-button--filled:hover,
.kc-smallgroups-button--filled:focus-visible {
  color: #344b57;
  background: #ffffff;
}

.kc-smallgroups-images {
  padding: 40px 60px 100px;
}

.kc-smallgroups-images__inner {
  position: relative;
  width: min(1323px, 100%);
  height: 774px;
  margin: 0 auto;
}

.kc-smallgroups-images__image {
  position: absolute;
  margin: 0;
  overflow: hidden;
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}

.kc-smallgroups-images__image img,
.kc-smallgroups-feature__media img,
.kc-smallgroups-feature__person img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.kc-smallgroups-images__image--small {
  top: 0;
  left: 0;
  width: 430px;
  height: 532px;
}

.kc-smallgroups-images__image--large {
  right: 0;
  bottom: 0;
  width: 874px;
  height: 640px;
}

.kc-smallgroups-feature {
  padding: 100px 60px;
  background: #fafbfc;
}

.kc-smallgroups-feature[id] {
  scroll-margin-top: 120px;
}

.kc-smallgroups-feature__head,
.kc-smallgroups-events-head__inner {
  width: min(1320px, 100%);
  margin: 0 auto 100px;
  text-align: center;
}

.kc-smallgroups-feature__headline,
.kc-smallgroups-events-head__title {
  margin: 0 0 30px;
  color: #344b57;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-smallgroups-feature__intro {
  max-width: 760px;
  margin: 0 auto;
}

.kc-smallgroups-feature__body {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 541px) minmax(0, 652px);
  gap: 126px;
  align-items: start;
}

.kc-smallgroups-feature__media {
  width: 100%;
  height: 577px;
  margin: 0;
  overflow: hidden;
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}

.kc-smallgroups-feature__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.kc-smallgroups-feature__eyebrow {
  margin: 0;
  color: #556c7b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.kc-smallgroups-feature__title {
  margin: 0;
  color: #344b57;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-smallgroups-feature__person {
  width: 100%;
  padding-top: 32px;
  display: grid;
  grid-template-columns: 206px minmax(0, 1fr);
  gap: 52px;
  align-items: center;
  border-top: 1px solid rgba(52, 75, 87, 0.16);
}

.kc-smallgroups-feature__person img {
  width: 206px;
  height: 206px;
}

.kc-smallgroups-feature__person p {
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.kc-smallgroups-feature__person strong {
  display: block;
  color: #344b57;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-smallgroups-events-head {
  padding: 100px 60px 0;
}

.kc-smallgroups-events-head--stay {
  background: #ffffff;
}

.kc-smallgroups-events-head__inner {
  margin-bottom: 0;
}

.kc-smallgroups-events-head__text {
  max-width: 740px;
  margin: 0 auto;
}

.kc-events--smallgroups .kc-events__inner {
  padding-top: 100px;
}

.kc-events--smallgroups .kc-events__head {
  display: none;
}

.kc-events--smallgroups .kc-events__fallback-note {
  max-width: 720px;
  margin: -40px auto 54px;
  color: #556c7b;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}

.kc-events--smallgroups .kc-events__fallback-note p {
  margin: 0;
}

.kc-events--smallgroups .kc-event-card__media {
  aspect-ratio: 429 / 300;
}

.kc-events--smallgroups .kc-event-card__body {
  padding: 0 16px;
}

.kc-events--smallgroups .kc-event-card__text {
  max-width: none;
}

.kc-smallgroups-contact {
  background: #ffffff;
}

.kc-smallgroups-contact .kc-event-contact__inner {
  margin-top: 0;
}

@media (prefers-reduced-motion: reduce) {
  .kc-smallgroups-button {
    transition: none;
  }
}

@media (max-width: 1100px) {
  .kc-smallgroups-intro,
  .kc-smallgroups-images,
  .kc-smallgroups-feature,
  .kc-smallgroups-events-head {
    padding-right: 32px;
    padding-left: 32px;
  }

  .kc-smallgroups-intro__inner,
  .kc-smallgroups-feature__body {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .kc-smallgroups-intro__content {
    padding-top: 0;
  }

  .kc-smallgroups-images__inner {
    height: auto;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 28px;
  }

  .kc-smallgroups-images__image {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.08;
  }

  .kc-smallgroups-images__image--large {
    aspect-ratio: 874 / 640;
    align-self: end;
  }

  .kc-smallgroups-feature__media {
    height: auto;
    aspect-ratio: 541 / 577;
  }
}

@media (max-width: 700px) {
  .kc-smallgroups-intro {
    padding-top: 170px;
  }

  .kc-smallgroups-intro,
  .kc-smallgroups-images,
  .kc-smallgroups-feature,
  .kc-smallgroups-events-head {
    padding-right: 20px;
    padding-left: 20px;
  }

  .kc-smallgroups-intro__title {
    font-size: 40px;
  }

  .kc-smallgroups-feature__headline,
  .kc-smallgroups-events-head__title,
  .kc-smallgroups-feature__title {
    font-size: 38px;
  }

  .kc-smallgroups-images__inner,
  .kc-smallgroups-feature__person {
    grid-template-columns: 1fr;
  }

  .kc-smallgroups-images__image--small,
  .kc-smallgroups-images__image--large {
    aspect-ratio: 4 / 3;
  }

  .kc-smallgroups-feature {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .kc-smallgroups-feature__head {
    margin-bottom: 48px;
  }

  .kc-smallgroups-feature__person {
    gap: 24px;
  }

  .kc-smallgroups-feature__person img {
    width: 148px;
    height: 148px;
  }
}

.kc-donations-intro,
.kc-donations-images,
.kc-donations-projects,
.kc-donations-callout,
.kc-donations-past {
  width: 100%;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}

body:has(.kc-donations-intro) #theme-main > .py-5.py-xl-6 {
  display: none;
}

body:has(.kc-donations-intro) #container-content-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body:has(.kc-donations-intro) #container-content-page > .row {
  --bs-gutter-x: 0;
  margin: 0;
}

body:has(.kc-donations-intro) #container-content-page > .row > [class*="col-"] {
  width: 100%;
  max-width: none;
  flex: 0 0 100%;
  margin: 0;
  padding: 0;
}

body:has(.kc-donations-intro) #container-content-page > .row > .py-5 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.kc-donations-intro {
  padding: 300px 60px 30px;
  background: #ffffff;
}

.kc-donations-intro__inner {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 628px) minmax(0, 653px);
  gap: 39px;
  align-items: start;
}

.kc-donations-intro__eyebrow,
.kc-donations-project__eyebrow,
.kc-donations-past__eyebrow {
  margin: 0;
  color: #556c7b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.kc-donations-intro__eyebrow {
  margin-bottom: 30px;
  color: #344b57;
}

.kc-donations-intro__title {
  margin: 0;
  color: #344b57;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-donations-intro__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.kc-donations-intro__text,
.kc-donations-projects__intro,
.kc-donations-project__text,
.kc-donations-callout__text,
.kc-donations-callout__copy,
.kc-donations-card__text {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.kc-donations-intro__text p,
.kc-donations-project__text p,
.kc-donations-callout__text p,
.kc-donations-callout__copy p {
  margin: 0;
}

.kc-donations-intro__text p + p,
.kc-donations-project__text p + p,
.kc-donations-callout__copy p + p {
  margin-top: 27px;
}

.kc-donations-intro__text strong {
  font-weight: 600;
}

.kc-donations-intro__links,
.kc-donations-project__actions,
.kc-donations-callout__actions {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.kc-donations-button:hover,
.kc-donations-button:focus-visible,
.kc-donations-button--filled {
  color: #ffffff;
  background: #344b57;
  text-decoration: none;
}

.kc-donations-button--filled:hover,
.kc-donations-button--filled:focus-visible {
  color: #344b57;
  background: #ffffff;
}

.kc-donations-button--light {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.86);
  background: transparent;
}

.kc-donations-button--light:hover,
.kc-donations-button--light:focus-visible {
  color: #344b57;
  border-color: #ffffff;
  background: #ffffff;
}

.kc-donations-images {
  padding: 40px 60px 100px;
  background: #ffffff;
}

.kc-donations-images__inner {
  position: relative;
  width: min(1323px, 100%);
  height: 774px;
  margin: 0 auto;
}

.kc-donations-images__image {
  position: absolute;
  margin: 0;
  overflow: hidden;
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}

.kc-donations-images__image img,
.kc-donations-project__media img,
.kc-donations-project__sponsor img,
.kc-donations-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.kc-donations-images__image--small {
  top: 0;
  left: 0;
  width: 430px;
  height: 532px;
}

.kc-donations-images__image--large {
  right: 0;
  bottom: 0;
  width: 874px;
  height: 640px;
}

.kc-donations-projects {
  padding: 100px 60px;
  background: #fafbfc;
}

.kc-donations-projects[id],
.kc-donations-callout[id],
.kc-donations-past[id],
.kc-donations-project[id] {
  scroll-margin-top: 120px;
}

.kc-donations-projects__head,
.kc-donations-past__head {
  width: min(1320px, 100%);
  margin: 0 auto 100px;
  text-align: center;
}

.kc-donations-projects__headline,
.kc-donations-past__title {
  margin: 0 0 30px;
  color: #344b57;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-donations-projects__intro {
  margin: 0;
}

.kc-donations-projects__list {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.kc-donations-project {
  display: grid;
  grid-template-columns: minmax(0, 541px) minmax(0, 652px);
  gap: 126px;
  align-items: start;
  padding: 100px 0;
  border-top: 1px solid rgba(52, 75, 87, 0.16);
}

.kc-donations-project:first-child {
  padding-top: 0;
  border-top: 0;
}

.kc-donations-project:last-child {
  padding-bottom: 0;
}

.kc-donations-project__media {
  width: 100%;
  height: 577px;
  margin: 0;
  overflow: hidden;
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}

.kc-donations-project__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.kc-donations-project__title {
  margin: -8px 0 0;
  color: #344b57;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-donations-project__sponsor {
  width: 100%;
  padding-top: 32px;
  display: grid;
  grid-template-columns: 206px minmax(0, 1fr);
  gap: 52px;
  align-items: center;
  border-top: 1px solid rgba(52, 75, 87, 0.16);
}

.kc-donations-project__sponsor img {
  width: 206px;
  height: 206px;
}

.kc-donations-project__sponsor p {
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.kc-donations-project__sponsor strong {
  display: block;
  color: #344b57;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-donations-callout {
  padding: 100px 60px;
  color: #ffffff;
  background: linear-gradient(115deg, #344b57 0%, #526a75 62%, #7f98a4 100%);
  overflow: hidden;
}

.kc-donations-callout__inner {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 431px) minmax(0, 762px);
  gap: 129px;
  align-items: start;
}

.kc-donations-callout__title {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-donations-callout__text,
.kc-donations-callout__copy {
  color: rgba(255, 255, 255, 0.9);
}

.kc-donations-callout__text strong,
.kc-donations-callout__copy strong {
  font-weight: 600;
}

.kc-donations-callout__icon {
  width: 148px;
  height: 148px;
  margin: 34px auto 0;
}

.kc-donations-callout__icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.kc-donations-callout__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.kc-donations-past {
  padding: 100px 60px;
  background: #ffffff;
}

.kc-donations-past__head {
  margin-bottom: 60px;
}

.kc-donations-past__eyebrow {
  margin-bottom: 12px;
  text-align: center;
}

.kc-donations-past__title {
  margin-bottom: 0;
}

.kc-donations-past__grid {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.kc-donations-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.kc-donations-card__media {
  width: 100%;
  aspect-ratio: 429 / 300;
  margin: 0 0 28px;
  overflow: hidden;
}

.kc-donations-card__body {
  padding: 0 16px;
}

.kc-donations-card__title {
  margin: 0 0 8px;
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-donations-card__text {
  margin: 0 0 40px;
  font-size: 18px;
}

.kc-donations-card__link {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-decoration: none;
}

.kc-donations-past__actions {
  width: min(1320px, 100%);
  margin: 90px auto 0;
  display: flex;
  justify-content: center;
}

@media (prefers-reduced-motion: reduce) {
  .kc-donations-button {
    transition: none;
  }
}

@media (max-width: 1100px) {
  .kc-donations-intro,
  .kc-donations-images,
  .kc-donations-projects,
  .kc-donations-callout,
  .kc-donations-past {
    padding-right: 32px;
    padding-left: 32px;
  }

  .kc-donations-intro__inner,
  .kc-donations-project,
  .kc-donations-callout__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .kc-donations-images__inner {
    height: auto;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 28px;
  }

  .kc-donations-images__image {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.08;
  }

  .kc-donations-images__image--large {
    aspect-ratio: 874 / 640;
    align-self: end;
  }

  .kc-donations-project__media {
    height: auto;
    aspect-ratio: 541 / 577;
  }

  .kc-donations-past__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 700px) {
  .kc-donations-intro {
    padding-top: 170px;
  }

  .kc-donations-intro,
  .kc-donations-images,
  .kc-donations-projects,
  .kc-donations-callout,
  .kc-donations-past {
    padding-right: 20px;
    padding-left: 20px;
  }

  .kc-donations-intro__title {
    font-size: 40px;
  }

  .kc-donations-projects__headline,
  .kc-donations-project__title,
  .kc-donations-past__title {
    font-size: 38px;
  }

  .kc-donations-callout__title {
    font-size: 34px;
  }

  .kc-donations-images__inner,
  .kc-donations-project__sponsor {
    grid-template-columns: 1fr;
  }

  .kc-donations-images__image--small,
  .kc-donations-images__image--large {
    aspect-ratio: 4 / 3;
  }

  .kc-donations-projects,
  .kc-donations-callout,
  .kc-donations-past {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .kc-donations-project {
    padding: 72px 0;
  }

  .kc-donations-projects__head {
    margin-bottom: 48px;
  }

  .kc-donations-project__sponsor {
    gap: 24px;
  }

  .kc-donations-project__sponsor img {
    width: 148px;
    height: 148px;
  }
}
.kc-new-here-split {
  --kc-new-here-split-dark: #344b57;
  --kc-new-here-split-light: #7f98a4;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}

.kc-new-here-split__inner {
  position: relative;
  width: min(1320px, calc(100% - 120px));
  min-height: 586px;
  margin: 100px auto;
  display: grid;
  grid-template-columns: minmax(0, 668px) minmax(0, 652px);
  align-items: stretch;
  overflow: hidden;
  border-radius: 15px;
  background: linear-gradient(115deg, var(--kc-new-here-split-dark) 0%, #526a75 62%, var(--kc-new-here-split-light) 100%);
}

.kc-new-here-split__content {
  position: relative;
  z-index: 2;
  padding: 100px 120px 100px 77px;
  color: #ffffff;
  margin: auto;
}

.kc-new-here-split__title {
  margin: 0;
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.kc-new-here-split__text {
  max-width: 390px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.kc-new-here-split__text p {
  margin: 0;
}

.kc-new-here-split__button {
  position: relative;
  z-index: 0;
  display: inline-flex;
  min-height: 48px;
  margin-top: 24px;
  padding: 12px 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  color: #ffffff;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  transition:
    color 0.35s ease,
    transform 0.28s cubic-bezier(0.32, 1, 0.16, 1),
    box-shadow 0.32s ease;
}

.kc-new-here-split__button::before {
  content: "";
  position: absolute;
  right: -110%;
  top: 50%;
  z-index: -1;
  width: 220%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0;
  transform: translateY(-50%) scale(0);
  transition:
    transform 0.10s cubic-bezier(0.32, 1, 0.16, 1),
    opacity 0.18s ease-out;
}

.kc-new-here-split__button:hover,
.kc-new-here-split__button:focus {
  color: var(--kc-new-here-split-dark);
  text-decoration: none;
  transform: scale(1.05);
  box-shadow:
    0 0 50px rgba(255, 255, 255, 0.18),
    0 14px 34px rgba(20, 38, 47, 0.2);
}

.kc-new-here-split__button:hover::before,
.kc-new-here-split__button:focus::before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.kc-new-here-split__media {
  position: relative;
  margin: 0;
  min-height: 586px;
  overflow: hidden;
}

.kc-new-here-split__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 54% 44%, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0) 19%),
    linear-gradient(90deg, rgba(52, 75, 87, 0.1), rgba(52, 75, 87, 0) 34%);
  pointer-events: none;
}

.kc-new-here-split__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.96) contrast(1.04);
}

.kc-new-here-split__icon {
  position: absolute;
  right: 26px;
  bottom: 31px;
  z-index: 3;
  width: 192px;
  height: 192px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #1f2f36;
  background: #ffffff;
}

.kc-new-here-split__icon img {
  display: block;
  width: 238px;
  height: 238px;
  object-fit: contain;
}

@media (prefers-reduced-motion: reduce) {
  .kc-media-links__button,
  .kc-media-links__button::before,
  .kc-testimonials__control {
    animation: none;
    transition: none;
  }
}

@media (max-width: 1100px) {
  .kc-media-links__inner {
    padding: 72px 0 82px;
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .kc-media-links__content {
    max-width: 720px;
  }

  .kc-media-links__media,
  .kc-media-links--reverse .kc-media-links__media,
  .kc-media-links--reverse .kc-media-links__content {
    order: initial;
  }

  .kc-testimonials__inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "head"
      "stage"
      "controls";
    gap: 34px;
  }

  .kc-testimonials__stage::before {
    display: none;
  }

  .kc-new-here-split__inner {
    width: min(100% - 72px, 960px);
    grid-template-columns: 1fr;
  }

  .kc-new-here-split__content {
    padding: 52px 58px;
  }

  .kc-new-here-split__media {
    min-height: 300px;
  }

  .kc-new-here-split__icon {
    right: 36px;
    bottom: 36px;
    width: 126px;
    height: 126px;
  }

  .kc-new-here-split__icon img {
    width: 198px;
    height: 198px;
  }
}

@media (max-width: 700px) {
  .kc-media-links__inner,
  .kc-testimonials__inner {
    width: min(100% - 40px, 680px);
  }

  .kc-media-links__inner {
    padding: 56px 0 62px;
    gap: 32px;
  }

  .kc-media-links__inner,
  .kc-media-links--reverse .kc-media-links__inner {
    grid-template-columns: 1fr;
  }

  .kc-media-links__media,
  .kc-media-links--reverse .kc-media-links__media {
    order: -1;
    width: 100%;
    max-width: 420px;
  }

  .kc-media-links__content,
  .kc-media-links--reverse .kc-media-links__content {
    order: 2;
  }

  .kc-media-links + .kc-media-links .kc-media-links__inner::before {
    width: min(320px, 68vw);
  }

  .kc-media-links__title,
  .kc-testimonials__title {
    font-size: 36px;
  }

  .kc-media-links__text,
  .kc-testimonial-card__quote {
    font-size: 14px;
  }

  .kc-media-links__actions {
    gap: 10px;
  }

  .kc-testimonials__inner {
    padding: 64px 0 76px;
  }

  .kc-testimonial-card {
    width: calc(100vw - 40px);
    min-height: 340px;
    padding: 42px 28px 34px;
  }

  .kc-testimonial-card.is-next {
    opacity: 0.42;
    --kc-testimonial-card-x: calc(100% + 14px);
  }

  .kc-testimonial-card__image {
    width: 82px;
    height: 66px;
  }

  .kc-text-marquee {
    height: 96px;
    padding: 0;
  }

  .kc-new-here-split__inner {
    width: min(100% - 40px, 680px);
    min-height: auto;
    margin: 56px auto 62px;
  }

  .kc-new-here-split__content {
    padding: 42px 28px 40px;
  }

  .kc-new-here-split__title {
    font-size: 34px;
  }

  .kc-new-here-split__text {
    max-width: none;
    margin-top: 24px;
    font-size: 14px;
  }

  .kc-new-here-split__media {
    min-height: 260px;
  }

  .kc-new-here-split__icon {
    right: 22px;
    bottom: 22px;
    width: 96px;
    height: 96px;
  }

  .kc-new-here-split__icon img {
    width: 132px;
    height: 132px;
  }
}

.kc-header-pill,
.kc-intro-community__button,
.kc-events__button,
.kc-new-here__button,
.kc-media-links__button,
.kc-new-here-split__button,
.kc-event-detail__button,
.kc-event-detail__person a,
.kc-event-contact__form .formbuilder-form .fb-submit-button,
.kc-testimonials__control {
  transform: none;
  box-shadow: none;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    opacity 0.2s ease;
}

.kc-header-pill::before,
.kc-intro-community__button::before,
.kc-events__button::before,
.kc-new-here__button::before,
.kc-media-links__button::before,
.kc-new-here-split__button::before,
.kc-event-detail__button::before,
.kc-event-detail__person a::before {
  content: none;
  display: none;
}

.kc-header-pill:hover,
.kc-header-pill:focus,
.kc-intro-community__button:hover,
.kc-intro-community__button:focus,
.kc-events__button:hover,
.kc-events__button:focus,
.kc-new-here__button:hover,
.kc-new-here__button:focus,
.kc-media-links__button:hover,
.kc-media-links__button:focus,
.kc-new-here-split__button:hover,
.kc-new-here-split__button:focus,
.kc-event-detail__button:hover,
.kc-event-detail__button:focus,
.kc-event-detail__person a:hover,
.kc-event-detail__person a:focus,
.kc-event-contact__form .formbuilder-form .fb-submit-button:hover,
.kc-event-contact__form .formbuilder-form .fb-submit-button:focus,
.kc-testimonials__control:hover,
.kc-testimonials__control:focus {
  transform: none;
  box-shadow: none;
  text-decoration: none;
}

.kc-site-header .kc-header-pill:hover,
.kc-site-header .kc-header-pill:focus {
  border-color: var(--kc-nav-white);
  color: var(--kc-nav-blue);
  background: var(--kc-nav-white);
}

.kc-site-header .kc-header-pill--primary:hover,
.kc-site-header .kc-header-pill--primary:focus {
  border-color: var(--kc-nav-blue);
  color: var(--kc-nav-white);
  background: var(--kc-nav-blue);
}

.kc-site-header.is-no-hero .kc-header-pill:hover,
.kc-site-header.is-no-hero .kc-header-pill:focus {
  border-color: var(--kc-nav-blue);
  color: #ffffff;
  background: var(--kc-nav-blue);
}

.kc-site-header.is-no-hero .kc-header-pill--primary:hover,
.kc-site-header.is-no-hero .kc-header-pill--primary:focus {
  border-color: var(--kc-nav-blue);
  color: var(--kc-nav-blue);
  background: #ffffff;
}

.kc-menu-drawer .kc-header-pill:hover,
.kc-menu-drawer .kc-header-pill:focus {
  border-color: var(--kc-nav-blue);
  color: #ffffff;
  background: var(--kc-nav-blue);
}

.kc-intro-community__button:hover,
.kc-intro-community__button:focus {
  border-color: var(--kc-blue);
  color: #ffffff;
  background: var(--kc-blue);
}

.kc-menu-drawer .kc-header-pill--primary:hover,
.kc-menu-drawer .kc-header-pill--primary:focus {
  border-color: var(--kc-nav-blue);
  color: var(--kc-nav-blue);
  background: #ffffff;
}

.kc-events__button:hover,
.kc-events__button:focus {
  border-color: var(--kc-events-blue);
  color: #ffffff;
  background: var(--kc-events-blue);
}

.kc-event-detail__button:hover,
.kc-event-detail__button:focus,
.kc-event-detail__person a:hover,
.kc-event-detail__person a:focus {
  border-color: var(--kc-event-detail-blue);
  color: #ffffff;
  background: var(--kc-event-detail-blue);
}

.kc-event-detail__button:first-child:hover,
.kc-event-detail__button:first-child:focus {
  color: var(--kc-event-detail-blue);
  background: #ffffff;
}

.kc-event-contact__form .formbuilder-form .fb-submit-button:hover,
.kc-event-contact__form .formbuilder-form .fb-submit-button:focus {
  color: var(--kc-event-contact-blue);
  background: #ffffff;
  border-color: #ffffff;
}

.kc-testimonials__control:hover,
.kc-testimonials__control:focus {
  border-color: var(--kc-testimonials-blue);
  color: #ffffff;
  background: var(--kc-testimonials-blue);
}

.kc-media-links__button:hover,
.kc-media-links__button:focus {
  border-color: var(--kc-media-blue);
  color: #ffffff;
  background: var(--kc-media-blue);
}

.kc-new-here__button:hover,
.kc-new-here__button:focus {
  border-color: #ffffff;
  color: var(--kc-new-here-dark);
  background: #ffffff;
}

.kc-new-here-split__button:hover,
.kc-new-here-split__button:focus {
  border-color: #ffffff;
  color: var(--kc-new-here-split-dark);
  background: #ffffff;
}

.kc-new-here-page-intro,
.kc-new-here-page-images,
.kc-new-here-page-paths,
.kc-new-here-page-callout,
.kc-new-here-page-contact {
  --kc-new-here-page-blue: #344b57;
  --kc-new-here-page-soft: #788f9d;
  width: 100%;
  box-sizing: border-box;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}

.kc-new-here-page-intro *,
.kc-new-here-page-intro *::before,
.kc-new-here-page-intro *::after,
.kc-new-here-page-images *,
.kc-new-here-page-images *::before,
.kc-new-here-page-images *::after,
.kc-new-here-page-paths *,
.kc-new-here-page-paths *::before,
.kc-new-here-page-paths *::after,
.kc-new-here-page-callout *,
.kc-new-here-page-callout *::before,
.kc-new-here-page-callout *::after,
.kc-new-here-page-contact *,
.kc-new-here-page-contact *::before,
.kc-new-here-page-contact *::after {
  box-sizing: border-box;
}

body:has(.kc-new-here-page-intro) #theme-main > .py-5.py-xl-6 {
  display: none;
}

body:has(.kc-new-here-page-intro) #container-content-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body:has(.kc-new-here-page-intro) #container-content-page > .row {
  --bs-gutter-x: 0;
  margin: 0;
}

body:has(.kc-new-here-page-intro) #container-content-page > .row > [class*="col-"] {
  width: 100%;
  max-width: none;
  flex: 0 0 100%;
  margin: 0;
  padding: 0;
}

body:has(.kc-new-here-page-intro) #container-content-page > .row > .py-5 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.kc-new-here-page-intro {
  padding: 300px 60px 0;
  background: #ffffff;
}

.kc-new-here-page-intro__inner {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 628px) minmax(0, 653px);
  gap: 39px;
  align-items: start;
  min-height: 258px;
}

.kc-new-here-page-intro__head {
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: var(--kc-new-here-page-blue);
  min-width: 0;
}

.kc-new-here-page-intro__eyebrow {
  margin: 0;
  color: var(--kc-new-here-page-blue);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.kc-new-here-page-intro__title {
  margin: 0;
  color: var(--kc-new-here-page-blue);
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.kc-new-here-page-intro__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: flex-end;
  min-width: 0;
}

.kc-new-here-page-intro__text,
.kc-new-here-page-paths__intro,
.kc-new-here-page-feature__text,
.kc-new-here-page-person__text {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.kc-new-here-page-intro__text p,
.kc-new-here-page-feature__text p,
.kc-new-here-page-callout__text p {
  margin: 0;
}

.kc-new-here-page-intro__text p + p,
.kc-new-here-page-feature__text p + p,
.kc-new-here-page-feature__text p + ul {
  margin-top: 27px;
}

.kc-new-here-page-feature__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.kc-new-here-page-intro__links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.kc-new-here-page-intro__links:has(.kc-new-here-page-intro__links-row) {
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.kc-new-here-page-intro__links-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.kc-new-here-page-button:hover,
.kc-new-here-page-button:focus-visible {
  color: #ffffff;
  background: var(--kc-new-here-page-blue);
  text-decoration: none;
}

.kc-new-here-page-button--light {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.86);
  background: transparent;
}

.kc-new-here-page-button--light:hover,
.kc-new-here-page-button--light:focus-visible {
  color: var(--kc-new-here-page-blue);
  border-color: #ffffff;
  background: #ffffff;
}

.kc-new-here-page-images {
  padding: 0 60px 100px;
  background: #ffffff;
}

.kc-new-here-page-images__inner {
  position: relative;
  width: min(1320px, 100%);
  height: 774px;
  margin: 0 auto;
}

.kc-new-here-page-images__image {
  position: absolute;
  margin: 0;
  overflow: hidden;
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}

.kc-new-here-page-images__image img,
.kc-new-here-page-feature__media img,
.kc-new-here-page-person__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kc-new-here-page-images__image--small {
  top: 0;
  left: 0;
  width: 430px;
  height: 532px;
}

.kc-new-here-page-images__image--large {
  right: 0;
  bottom: 0;
  width: 874px;
  height: 640px;
}

.kc-new-here-page-paths {
  padding: 100px 60px;
  background: #fafbfc;
}

.kc-new-here-page-paths--continued {
  padding-top: 0;
}

.kc-new-here-page-paths__head {
  width: min(1320px, 100%);
  margin: 0 auto 100px;
  text-align: center;
}

.kc-new-here-page-paths__title {
  margin: 0 0 30px;
  color: var(--kc-new-here-page-blue);
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-new-here-page-paths__intro {
  margin: 0;
}

.kc-new-here-page-feature-list {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.kc-new-here-page-feature {
  display: grid;
  grid-template-columns: minmax(0, 541px) minmax(0, 652px);
  gap: 126px;
  align-items: start;
  padding: 100px 0;
  border-top: 1px solid rgba(52, 75, 87, 0.16);
  scroll-margin-top: 120px;
}

.kc-new-here-page-feature:first-child {
  padding-top: 0;
  border-top: 0;
}

.kc-new-here-page-feature:last-child {
  padding-bottom: 0;
}

.kc-new-here-page-feature__media {
  width: 100%;
  height: 577px;
  margin: 0;
  overflow: hidden;
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}

.kc-new-here-page-feature__media--events img {
  width: 140%;
  height: 197%;
  object-position: 50% 18%;
}

.kc-new-here-page-feature__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  min-width: 0;
}

.kc-new-here-page-feature__eyebrow {
  margin: 0;
  color: #556c7b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.kc-new-here-page-feature__title {
  margin: 0;
  color: var(--kc-new-here-page-blue);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.kc-new-here-page-feature__text {
  margin: 0;
  width: 100%;
}

.kc-new-here-page-feature__text a {
  color: inherit;
  text-decoration: underline;
}

.kc-new-here-page-person {
  width: 100%;
  padding-top: 32px;
  display: grid;
  grid-template-columns: 206px minmax(0, 1fr);
  gap: 52px;
  align-items: center;
  border-top: 1px solid rgba(52, 75, 87, 0.16);
}

.kc-new-here-page-person__image {
  width: 206px;
  height: 206px;
  margin: 0;
}

.kc-new-here-page-person__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.kc-new-here-page-person__text {
  margin: 0;
}

.kc-new-here-page-person__name {
  margin: 0 0 10px;
  color: var(--kc-new-here-page-blue);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-new-here-page-callout {
  padding: 100px 60px;
  background: #fff;
}

.kc-new-here-page-callout__inner {
  position: relative;
  width: min(1320px, 100%);
  margin: 0 auto;
  padding: 100px 107px;
  display: grid;
  grid-template-columns: minmax(0, 431px) minmax(0, 541px);
  gap: 129px;
  align-items: start;
  border-radius: 15px;
  color: #ffffff;
  background: linear-gradient(111deg, #344b57 3%, #788f9d 98%);
}

.kc-new-here-page-callout__title {
  margin: 0 0 17px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-new-here-page-callout__subtitle,
.kc-new-here-page-callout__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.kc-new-here-page-callout__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}

.kc-new-here-page-callout__badge {
  position: absolute;
  left: -277px;
  bottom: -63px;
  width: 148px;
  height: 148px;
}

.kc-new-here-page-callout__badge img,
.kc-new-here-page-contact__badge img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.kc-new-here-page-contact {
  padding-top: 100px;
  background: #fafbfc;
}

.kc-new-here-page-contact__inner {
  position: relative;
  width: min(1320px, calc(100% - 120px));
  margin: 0 auto 100px;
  padding: 84px 107px 76px;
  display: grid;
  grid-template-columns: 431px minmax(0, 541px);
  gap: 129px;
  align-items: start;
  border-radius: 15px;
  color: #ffffff;
  background: linear-gradient(106deg, #344b57 3%, #788f9d 98%);
}

.kc-new-here-page-contact__copy {
  position: relative;
}

.kc-new-here-page-contact__title {
  max-width: 430px;
  margin: 0;
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.kc-new-here-page-contact__text {
  max-width: 430px;
  margin-top: 17px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.kc-new-here-page-contact__text p {
  margin: 0;
}

.kc-new-here-page-contact__form {
  min-width: 0;
}

.kc-new-here-page-contact__form .fb-form-tempate,
.kc-new-here-page-contact__form .formbuilder-form,
.kc-new-here-page-contact__form .fb-form-preview,
.kc-new-here-page-contact__form .fb-container {
  width: 100%;
}

.kc-new-here-page-contact__form .fb-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 41px;
}

.kc-new-here-page-contact__form .fb-form-preview {
  background: transparent;
}

.kc-new-here-page-contact__form .fb-container > input[type="hidden"] {
  display: none;
}

.kc-new-here-page-contact__form .fb-container > .fb-form-field {
  grid-column: span 1 / span 1;
}

.kc-new-here-page-contact__form .fb-container > .formbuilder-field-type-hidden,
.kc-new-here-page-contact__form .fb-container > .formbuilder-field-type-textarea,
.kc-new-here-page-contact__form .fb-container > .formbuilder-field-type-select,
.kc-new-here-page-contact__form .fb-container > .fb-submit-wrap {
  grid-column: 1 / -1;
}

.kc-new-here-page-contact__form .fb-field-container {
  margin: 0;
}

.kc-new-here-page-contact__form .formbuilder-field-type-hidden {
  display: none;
}

.kc-new-here-page-contact__form .fb-field-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.kc-new-here-page-contact__form .fb-field-required {
  display: none;
}

.kc-new-here-page-contact__form .formbuilder-form.fb-form-default-style .fb-container input[type="text"],
.kc-new-here-page-contact__form .formbuilder-form.fb-form-default-style .fb-container input[type="email"],
.kc-new-here-page-contact__form .formbuilder-form.fb-form-default-style .fb-container input[type="tel"],
.kc-new-here-page-contact__form .formbuilder-form.fb-form-default-style .fb-container input[type="url"],
.kc-new-here-page-contact__form .formbuilder-form.fb-form-default-style .fb-container textarea,
.kc-new-here-page-contact__form .formbuilder-form.fb-form-default-style .fb-container select {
  width: 100%;
  min-height: 32px;
  padding: 0 0 7px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 0;
  color: #ffffff;
  background: transparent;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.5;
  outline: none;
  transition:
    border-color 0.2s ease,
    color 0.2s ease;
}

.kc-new-here-page-contact__form .formbuilder-form.fb-form-default-style .fb-container textarea {
  height: 66px;
  min-height: 66px;
  resize: none;
}

.kc-new-here-page-contact__form input::placeholder,
.kc-new-here-page-contact__form textarea::placeholder {
  color: rgba(255, 255, 255, 0.88);
  opacity: 1;
}

.kc-new-here-page-contact__form .formbuilder-form.fb-form-default-style .fb-container select:invalid {
  color: rgba(255, 255, 255, 0.88);
}

.kc-new-here-page-contact__form .formbuilder-form.fb-form-default-style .fb-container select option {
  color: #344b57;
  background: #ffffff;
}

.kc-new-here-page-contact__form .formbuilder-form.fb-form-default-style .fb-container input:focus,
.kc-new-here-page-contact__form .formbuilder-form.fb-form-default-style .fb-container textarea:focus,
.kc-new-here-page-contact__form .formbuilder-form.fb-form-default-style .fb-container select:focus {
  border-color: #ffffff;
  background: transparent;
}

.kc-new-here-page-contact__form .fb-submit-wrap {
  margin-top: 8px;
}

.kc-new-here-page-contact__form .formbuilder-form .fb-submit-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 25px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  border-radius: 999px;
  color: #ffffff;
  background: transparent;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}

.kc-new-here-page-contact__form .formbuilder-form .fb-submit-button:hover,
.kc-new-here-page-contact__form .formbuilder-form .fb-submit-button:focus {
  color: var(--kc-new-here-page-blue);
  background: #ffffff;
  border-color: #ffffff;
}

.kc-new-here-page-contact__form .fb-success-msg,
.kc-new-here-page-contact__form .fb-error-msg,
.kc-new-here-page-contact__form .fb-field-error {
  color: #ffffff;
}

.kc-new-here-page-contact__badge {
  position: absolute;
  left: 280px;
  top: 230px;
  width: 148px;
  height: 148px;
  padding: 0px;
  border-radius: 50%;
  background: transparent;
  box-sizing: border-box;
}

@media (prefers-reduced-motion: reduce) {
  .kc-new-here-page-button {
    transition: none;
  }
}

@media (max-width: 1100px) {
  .kc-new-here-page-intro,
  .kc-new-here-page-images,
  .kc-new-here-page-paths,
  .kc-new-here-page-callout {
    padding-right: 32px;
    padding-left: 32px;
  }

  .kc-new-here-page-intro__inner,
  .kc-new-here-page-images__inner,
  .kc-new-here-page-paths__head,
  .kc-new-here-page-feature-list,
  .kc-new-here-page-callout__inner,
  .kc-new-here-page-contact__inner {
    width: 100%;
  }

  .kc-new-here-page-intro__inner,
  .kc-new-here-page-feature,
  .kc-new-here-page-callout__inner,
  .kc-new-here-page-contact__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .kc-new-here-page-contact__inner {
    padding: 72px 64px;
  }

  .kc-new-here-page-images__inner {
    height: auto;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 28px;
  }

  .kc-new-here-page-images__image {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.08;
  }

  .kc-new-here-page-images__image--large {
    aspect-ratio: 874 / 640;
    align-self: end;
  }

  .kc-new-here-page-feature__media {
    height: auto;
    aspect-ratio: 541 / 577;
  }

  .kc-new-here-page-callout__badge,
  .kc-new-here-page-contact__badge {
    display: none;
  }
}

@media (max-width: 700px) {
  .kc-new-here-page-intro {
    padding-top: 170px;
  }

  .kc-new-here-page-intro,
  .kc-new-here-page-images,
  .kc-new-here-page-paths,
  .kc-new-here-page-callout {
    padding-right: 20px;
    padding-left: 20px;
  }

  .kc-new-here-page-intro__inner,
  .kc-new-here-page-images__inner,
  .kc-new-here-page-paths__head,
  .kc-new-here-page-feature-list,
  .kc-new-here-page-callout__inner,
  .kc-new-here-page-contact__inner {
    width: 100%;
  }

  .kc-new-here-page-intro__title,
  .kc-new-here-page-paths__title {
    font-size: 40px;
  }

  .kc-new-here-page-feature__title,
  .kc-new-here-page-callout__title {
    font-size: 34px;
  }

  .kc-new-here-page-images,
  .kc-new-here-page-paths,
  .kc-new-here-page-callout,
  .kc-new-here-page-contact {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .kc-new-here-page-images__inner,
  .kc-new-here-page-person {
    grid-template-columns: 1fr;
  }

  .kc-new-here-page-images__image--small,
  .kc-new-here-page-images__image--large {
    aspect-ratio: 4 / 3;
  }

  .kc-new-here-page-paths__head {
    margin-bottom: 48px;
  }

  .kc-new-here-page-feature {
    padding: 72px 0;
  }

  .kc-new-here-page-person {
    gap: 24px;
  }

  .kc-new-here-page-person__image {
    width: 148px;
    height: 148px;
  }

  .kc-new-here-page-callout__inner {
    padding: 52px 28px;
  }

  .kc-new-here-page-contact__inner {
    padding: 52px 28px;
  }

  .kc-new-here-page-contact__form .fb-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 500px) {
  .kc-new-here-page-intro__inner,
  .kc-new-here-page-images__inner,
  .kc-new-here-page-paths__head,
  .kc-new-here-page-feature-list,
  .kc-new-here-page-callout__inner,
  .kc-new-here-page-contact__inner {
    width: min(350px, calc(100% - 40px));
    margin-left: 20px;
    margin-right: auto;
  }

  .kc-new-here-page-intro__title,
  .kc-new-here-page-paths__title {
    font-size: 34px;
  }

  .kc-new-here-page-intro__text,
  .kc-new-here-page-paths__intro,
  .kc-new-here-page-feature__text,
  .kc-new-here-page-person__text,
  .kc-new-here-page-callout__subtitle,
  .kc-new-here-page-callout__text,
  .kc-new-here-page-contact__text {
    font-size: 16px;
  }
}

body:has(.kc-subpage-hero) #theme-main > .py-5.py-xl-6,
body:has(.kc-simple-page) #theme-main > .py-5.py-xl-6,
body:has(.kc-faq-page) #theme-main > .py-5.py-xl-6,
body:has(.kc-contact-page) #theme-main > .py-5.py-xl-6,
body:has(.kc-donation-detail) #theme-main > .py-5.py-xl-6,
body:has(.kc-legal-page) #theme-main > .py-5.py-xl-6 {
  display: none;
}

body:has(.kc-subpage-hero) #container-content-page,
body:has(.kc-simple-page) #container-content-page,
body:has(.kc-faq-page) #container-content-page,
body:has(.kc-contact-page) #container-content-page,
body:has(.kc-donation-detail) #container-content-page,
body:has(.kc-legal-page) #container-content-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body:has(.kc-subpage-hero) #container-content-page > .row,
body:has(.kc-simple-page) #container-content-page > .row,
body:has(.kc-faq-page) #container-content-page > .row,
body:has(.kc-contact-page) #container-content-page > .row,
body:has(.kc-donation-detail) #container-content-page > .row,
body:has(.kc-legal-page) #container-content-page > .row {
  --bs-gutter-x: 0;
  margin: 0;
}

body:has(.kc-subpage-hero) #container-content-page > .row > [class*="col-"],
body:has(.kc-simple-page) #container-content-page > .row > [class*="col-"],
body:has(.kc-faq-page) #container-content-page > .row > [class*="col-"],
body:has(.kc-contact-page) #container-content-page > .row > [class*="col-"],
body:has(.kc-donation-detail) #container-content-page > .row > [class*="col-"],
body:has(.kc-legal-page) #container-content-page > .row > [class*="col-"] {
  width: 100%;
  max-width: none;
  flex: 0 0 100%;
  margin: 0;
  padding: 0;
}

body:has(.kc-subpage-hero) #container-content-page > .row > .py-5,
body:has(.kc-simple-page) #container-content-page > .row > .py-5,
body:has(.kc-faq-page) #container-content-page > .row > .py-5,
body:has(.kc-contact-page) #container-content-page > .row > .py-5,
body:has(.kc-donation-detail) #container-content-page > .row > .py-5,
body:has(.kc-legal-page) #container-content-page > .row > .py-5 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.kc-button {
  display: inline-flex;
  min-height: 48px;
  padding: 12px 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid #344b57;
  border-radius: 44px;
  color: #344b57;
  background: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-align: center;
  text-decoration: none;
  transition: color 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

.kc-button:hover,
.kc-button:focus-visible {
  color: #ffffff;
  background: #344b57;
  text-decoration: none;
}

.kc-button--primary {
  color: #ffffff;
  background: #344b57;
}

.kc-button--primary:hover,
.kc-button--primary:focus-visible {
  color: #344b57;
  background: #ffffff;
}

.kc-button--ghost {
  color: #344b57;
  background: #ffffff;
}

.kc-subpage-hero,
.kc-simple-page,
.kc-faq-page,
.kc-contact-page,
.kc-donation-detail,
.kc-legal-page {
  box-sizing: border-box;
  width: 100%;
  background: #ffffff;
  color: #000000;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}

.kc-subpage-hero *,
.kc-simple-page *,
.kc-faq-page *,
.kc-contact-page *,
.kc-donation-detail *,
.kc-legal-page *,
.kc-contact-images *,
.kc-contact-vision *,
.kc-contact-cards *,
.kc-contact-map *,
.kc-workshop-images *,
.kc-workshop-offers *,
.kc-workshop-faq *,
.kc-employee-needs-form *,
.kc-employee-needs-events * {
  box-sizing: border-box;
}

.kc-subpage-hero {
  padding: 300px 0 100px;
}

.kc-subpage-hero__inner,
.kc-simple-page__inner,
.kc-faq-page__inner,
.kc-contact-page__inner,
.kc-donation-detail__inner,
.kc-legal-page__inner {
  width: min(1320px, calc(100vw - 120px));
  margin: 0 auto;
}

.kc-subpage-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 628px) minmax(0, 653px);
  gap: 39px;
  align-items: start;
}

.kc-subpage-hero__content {
  max-width: 680px;
}

.kc-subpage-hero__eyebrow,
.kc-simple-page__eyebrow,
.kc-link-card__eyebrow,
.kc-contact-page__eyebrow,
.kc-donation-detail__eyebrow,
.kc-legal-page__eyebrow {
  margin: 0 0 30px;
  color: #556c7b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.kc-subpage-hero__title,
.kc-simple-page__title,
.kc-donation-detail__title,
.kc-legal-page__title {
  margin: 0;
  color: #344b57;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-subpage-hero__text,
.kc-simple-page__text,
.kc-contact-page__text,
.kc-donation-detail__text {
  margin-top: 30px;
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.kc-subpage-hero__text p,
.kc-simple-page__text p,
.kc-contact-page__text p,
.kc-donation-detail__text p,
.kc-legal-page__content p {
  margin: 0 0 1em;
}

.kc-subpage-hero__text p:last-child,
.kc-simple-page__text p:last-child,
.kc-contact-page__text p:last-child,
.kc-donation-detail__text p:last-child,
.kc-legal-page__content p:last-child {
  margin-bottom: 0;
}

.kc-subpage-hero__actions,
.kc-simple-page__actions,
.kc-contact-page__actions,
.kc-donation-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 44px;
}

.kc-subpage-hero__media {
  position: relative;
  min-height: 520px;
}

.kc-subpage-hero__image {
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: #fafbfc;
}

.kc-subpage-hero__image img,
.kc-simple-page__image img,
.kc-link-card__media img,
.kc-donation-detail__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kc-subpage-hero__image--main {
  width: 82%;
  height: 500px;
  margin-left: auto;
}

.kc-subpage-hero__image--small {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48%;
  height: 260px;
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}

.kc-simple-page {
  padding: 100px 0;
}

/* /kirche-connect-app/: gleicher Abstand nach oben zum Header wie die Hero-Unterseiten (250px). */
.kc-simple-page.kc-simple-page--app {
  padding-top: 300px;
}

/* Mediathek/Livestream nutzen die kc-simple-page-Basis (100px) als erste Sektion -
   wegen des groesseren Logos hier denselben Header-Abstand wie die uebrigen Unterseiten. */
.kc-simple-page.kc-simple-page--library,
.kc-simple-page.kc-simple-page--media {
  padding-top: 300px;
}

@media (max-width: 980px) {
  .kc-simple-page.kc-simple-page--app {
    padding-top: 200px;
  }
}

.kc-simple-page__inner--split,
.kc-contact-page__inner,
.kc-donation-detail__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.82fr);
  gap: 96px;
  align-items: center;
}

.kc-simple-page__head {
  max-width: 980px;
  margin-bottom: 64px;
}

.kc-simple-page__image {
  margin: 0;
  min-height: 520px;
  overflow: hidden;
  background: #fafbfc;
}

.kc-simple-page__image--phone {
  min-height: 620px;
  background: #fafbfc;
}

.kc-simple-page__image--phone img {
  object-fit: contain;
  padding: 44px;
}

.kc-simple-page__text ul {
  margin: 26px 0 0;
  padding-left: 18px;
  list-style: none;
}

.kc-simple-page__text li + li {
  margin-top: 10px;
}

.kc-link-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.kc-link-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 18px;
  overflow: hidden;
}

.kc-link-card__media {
  aspect-ratio: 429 / 300;
  margin: 0;
  overflow: hidden;
  background: #fafbfc;
}

.kc-link-card__body {
  display: flex;
  min-height: 260px;
  padding: 0 16px;
  flex-direction: column;
}

.kc-link-card__title {
  margin: 0;
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-link-card__text {
  margin-top: 8px;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.kc-link-card__text p {
  margin: 0;
}

.kc-link-card__link {
  margin-top: auto;
  padding-top: 32px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-decoration: none;
}

.kc-link-card__link:hover,
.kc-link-card__link:focus-visible {
  text-decoration: underline;
}

.kc-faq-page {
  padding: 40px 0 120px;
}

.kc-faq-page__inner {
  max-width: 1320px;
}

.kc-faq-page__item {
  border-top: 1px solid #a7b9c2;
}

.kc-faq-page__item:last-child {
  border-bottom: 1px solid #a7b9c2;
}

.kc-faq-page__question {
  cursor: pointer;
  display: flex;
  min-height: 72px;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  color: #344b57;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  list-style: none;
}

.kc-faq-page__question::-webkit-details-marker {
  display: none;
}

.kc-faq-page__question::after {
  content: "";
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  align-self: center;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.41 15.41 12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E") center / 32px 32px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.41 15.41 12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E") center / 32px 32px no-repeat;
  transform: rotate(180deg);
  transform-origin: 50% 50%;
  transition: transform 180ms ease;
}

.kc-faq-page__item[open] .kc-faq-page__question::after {
  transform: rotate(0deg);
}

.kc-faq-page__answer {
  max-width: 940px;
  padding: 0 0 20px;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.kc-faq-page__answer p {
  margin: 0;
}

.kc-contact-page {
  padding: 90px 0 120px;
}

.kc-contact-page__details,
.kc-contact-page__panel {
  min-height: 420px;
  padding: 58px;
  background: #fafbfc;
}

.kc-contact-page__panel {
  background: #344b57;
  color: #ffffff;
}

.kc-contact-page__panel .kc-contact-page__eyebrow,
.kc-contact-page__panel .kc-contact-page__headline,
.kc-contact-page__panel .kc-contact-page__text {
  color: #ffffff;
}

.kc-contact-page__title,
.kc-contact-page__headline {
  margin: 0;
  color: #344b57;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-contact-page__address,
.kc-contact-page__links {
  display: grid;
  gap: 6px;
  margin-top: 38px;
  color: #000000;
  font-size: 18px;
  font-style: normal;
  line-height: 1.45;
}

.kc-contact-page__links a {
  color: currentColor;
  text-decoration: none;
}

.kc-contact-page__links a:hover,
.kc-contact-page__links a:focus-visible {
  text-decoration: underline;
}

.kc-donation-detail {
  padding: 300px 0 110px;
}

.kc-donation-detail__content {
  max-width: 720px;
}

.kc-donation-detail__aside {
  background: #fafbfc;
}

.kc-donation-detail__image {
  aspect-ratio: 541 / 577;
  margin: 0;
  overflow: hidden;
}

.kc-donation-detail__meta {
  display: grid;
  gap: 6px;
  padding: 34px;
  color: #000000;
  font-size: 16px;
  line-height: 1.35;
}

.kc-donation-detail__meta strong {
  font-size: 22px;
}

.kc-legal-page {
  padding: 300px 0 120px;
}

.kc-legal-page__inner {
  max-width: 1320px;
}

.kc-legal-page__content {
  margin-top: 64px;
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
}

.kc-legal-page__content h2 {
  margin: 54px 0 18px;
  color: #344b57;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-legal-page__content h2:first-child {
  margin-top: 0;
}

.kc-contact-images {
  width: 100%;
  padding: 40px 60px 100px;
  background: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}

.kc-contact-images__inner {
  position: relative;
  width: min(1323px, 100%);
  height: 774px;
  margin: 0 auto;
}

.kc-contact-images__image {
  position: absolute;
  margin: 0;
  overflow: hidden;
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}

.kc-contact-images__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kc-contact-images__image--small {
  top: 0;
  left: 0;
  width: 430px;
  height: 532px;
}

.kc-contact-images__image--large {
  right: 0;
  bottom: 0;
  width: 874px;
  height: 640px;
}

.kc-contact-vision {
  width: 100%;
  padding: 100px 60px;
  background: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  text-align: center;
  letter-spacing: 0;
}

.kc-contact-vision__inner {
  width: min(1320px, 100%);
  margin: 0 auto;
}

.kc-contact-vision__eyebrow {
  margin: 0 0 30px;
  color: #344b57;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.kc-contact-vision__title {
  margin: 0;
  color: #344b57;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-contact-cards {
  width: 100%;
  padding: 100px 60px;
  background: #fafbfc;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}

.kc-contact-cards__inner {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  justify-content: space-between;
}

.kc-contact-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.kc-contact-card__icon {
  width: 120px;
  height: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: #344b57;
}

.kc-contact-card__icon svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kc-contact-card__title {
  margin: 0;
  color: #556c7b;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}

.kc-contact-card__text {
  max-width: 315px;
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.kc-contact-card .kc-button {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.kc-contact-map {
  width: 100%;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8c8c8a;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}

.kc-contact-map__link {
  width: 129px;
  height: 91px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #ffffff;
  background: rgba(91, 91, 91, 0.72);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.kc-contact-map__link:hover,
.kc-contact-map__link:focus-visible {
  color: #ffffff;
  text-decoration: none;
  background: rgba(52, 75, 87, 0.85);
}

.kc-workshop-images,
.kc-workshop-offers,
.kc-workshop-faq {
  width: 100%;
  background: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}

.kc-workshop-page .kc-subpage-hero__text {
  max-width: 653px;
}

.kc-workshop-images {
  padding: 40px 0 100px;
}

.kc-workshop-images__inner {
  position: relative;
  width: min(1323px, calc(100vw - 120px));
  height: 774px;
  margin: 0 auto;
}

.kc-workshop-images__image {
  position: absolute;
  margin: 0;
  overflow: hidden;
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}

.kc-workshop-images__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kc-workshop-images__image--small {
  top: 0;
  left: 0;
  width: 430px;
  height: 532px;
}

.kc-workshop-images__image--large {
  right: 0;
  bottom: 0;
  width: 874px;
  height: 640px;
}

.kc-workshop-offers {
  padding: 100px 0;
}

.kc-workshop-offers__inner,
.kc-workshop-faq__inner {
  width: min(1320px, calc(100vw - 120px));
  margin: 0 auto;
}

.kc-workshop-offers__head {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}

.kc-workshop-offers__title {
  margin: 0;
  color: #344b57;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-workshop-offers__question {
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0;
  color: #ff0000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transform: translateY(-50%);
}

.kc-workshop-offers__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 90px 16px;
}

.kc-workshop-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.kc-workshop-card__media {
  position: relative;
  margin: 0;
  aspect-ratio: 429 / 300;
  overflow: hidden;
  background: #e7ecef;
}

.kc-workshop-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kc-workshop-card__media figcaption {
  position: absolute;
  top: 30px;
  right: 31px;
  margin: 0;
  padding: 5px;
  color: #000000;
  background: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.kc-workshop-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 0 16px;
}

.kc-workshop-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.kc-workshop-card__meta-item {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.kc-workshop-card__title {
  margin: 0;
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-workshop-card__text {
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.kc-workshop-card__link {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  margin-top: 22px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-decoration: none;
}

.kc-workshop-card__link:hover,
.kc-workshop-card__link:focus-visible {
  text-decoration: underline;
}

.kc-workshop-offers__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 50px;
}

.kc-workshop-offers .live-shortcode {
  width: 100%;
}

.kc-events--workshop {
  background: transparent;
  overflow: visible;
}

.kc-events--workshop .kc-events__inner {
  width: 100%;
  padding: 0;
}

.kc-events--workshop .kc-events__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 90px 16px;
}

.kc-events--workshop .kc-events__fallback-note {
  max-width: 720px;
  margin: -32px auto 54px;
  color: #556c7b;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}

.kc-events--workshop .kc-events__fallback-note p {
  margin: 0;
}

.kc-events--workshop .kc-event-card {
  max-width: none;
  margin: 0;
}

.kc-events--workshop .kc-event-card__media {
  margin-bottom: 40px;
  aspect-ratio: 429 / 300;
}

.kc-events--workshop .kc-event-card__media .kc-event-card__label {
  top: 30px;
  right: 31px;
}

.kc-events--workshop .kc-event-card__body {
  padding: 0 16px;
}

.kc-events--workshop .kc-event-card__text {
  max-width: none;
}

.kc-events--workshop .kc-events__actions {
  margin-top: 50px;
}

.kc-workshop-faq {
  padding: 100px 0;
  background: #fafbfc;
}

.kc-workshop-faq__inner {
  display: grid;
  grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
  gap: 80px;
  align-items: start;
}

.kc-workshop-faq__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.kc-workshop-faq__title {
  margin: 0;
  color: #344b57;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-workshop-faq__subtitle,
.kc-workshop-faq__contact-text {
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.kc-workshop-faq__list {
  grid-column: 1 / -1;
}

.kc-workshop-faq__item {
  border-top: 1px solid #a7b9c2;
}

.kc-workshop-faq__item:last-child {
  border-bottom: 1px solid #a7b9c2;
}

.kc-workshop-faq__item summary {
  cursor: pointer;
  display: flex;
  min-height: 72px;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  color: #344b57;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  list-style: none;
}

.kc-workshop-faq__item summary::-webkit-details-marker {
  display: none;
}

.kc-workshop-faq__item summary::after {
  content: "";
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  align-self: center;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.41 15.41 12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E") center / 32px 32px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.41 15.41 12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E") center / 32px 32px no-repeat;
  transform: rotate(180deg);
  transform-origin: 50% 50%;
  transition: transform 180ms ease;
}

.kc-workshop-faq__item[open] summary::after {
  transform: rotate(0deg);
}

.kc-workshop-faq__answer {
  max-width: 940px;
  padding: 0 0 20px;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.kc-workshop-faq__answer p {
  margin: 0;
}

.kc-workshop-faq__contact {
  grid-column: 1 / -1;
  display: flex;
  max-width: 560px;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  margin: 30px auto 0;
  text-align: left;
}

.kc-workshop-faq__contact-title {
  margin: 0;
  color: #344b57;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-employee-needs-form {
  width: 100%;
  padding: 100px 60px;
  background: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}

.kc-employee-needs-form__inner {
  width: min(1320px, 100%);
  margin: 0 auto;
  padding: 100px 107px;
  display: grid;
  grid-template-columns: minmax(0, 431px) minmax(0, 541px);
  gap: 129px;
  border-radius: 15px;
  background: linear-gradient(106deg, #344b57 3%, #788f9d 98%);
  color: #ffffff;
}

.kc-employee-needs-form__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.kc-employee-needs-form__title {
  margin: 0 0 17px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.kc-employee-needs-form__text {
  max-width: 320px;
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.kc-employee-needs-form__icon {
  width: 148px;
  height: 148px;
  margin: 28px 0 0 auto;
}

.kc-employee-needs-form__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.kc-employee-needs-form__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 41px;
}

.kc-employee-needs-form__fields label {
  min-width: 0;
  display: grid;
  gap: 2px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.kc-employee-needs-form__wide {
  grid-column: 1 / -1;
}

.kc-employee-needs-form input,
.kc-employee-needs-form select,
.kc-employee-needs-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 0;
  color: #ffffff;
  background: transparent;
  outline: 0;
}

.kc-employee-needs-form select option {
  color: #344b57;
}

.kc-employee-needs-form input::placeholder,
.kc-employee-needs-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.9);
  opacity: 1;
}

.kc-employee-needs-form textarea {
  height: 90px;
  resize: none;
}

.kc-button--light-outline {
  width: fit-content;
  border-color: #ffffff;
  color: #ffffff;
  background: transparent;
}

.kc-button--light-outline:hover,
.kc-button--light-outline:focus-visible {
  color: #344b57;
  background: #ffffff;
}

.kc-employee-needs-events {
  width: 100%;
  background: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
}

.kc-events--employee-needs .kc-events__inner {
  padding-top: 100px;
}

.kc-events--employee-needs .kc-events__subtitle {
  margin: 0 0 15px;
  order: -1;
}

.kc-events--employee-needs .kc-events__head {
  display: flex;
  flex-direction: column;
}

@media (max-width: 980px) {
  .kc-subpage-hero {
    padding: 200px 0 78px;
  }

  .kc-subpage-hero__inner,
  .kc-simple-page__inner--split,
  .kc-contact-page__inner,
  .kc-donation-detail__inner {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .kc-subpage-hero__inner,
  .kc-simple-page__inner,
  .kc-faq-page__inner,
  .kc-contact-page__inner,
  .kc-donation-detail__inner,
  .kc-legal-page__inner {
    width: min(calc(100vw - 72px), 760px);
  }

  .kc-subpage-hero__media {
    min-height: 460px;
  }

  .kc-subpage-hero__image--main {
    height: 430px;
  }

  .kc-link-card-grid {
    grid-template-columns: 1fr;
  }

  .kc-link-card__body {
    min-height: auto;
  }

  .kc-simple-page,
  .kc-contact-page,
  .kc-donation-detail,
  .kc-legal-page {
    padding: 78px 0;
  }

  .kc-contact-images,
  .kc-contact-cards,
  .kc-contact-vision,
  .kc-contact-map,
  .kc-employee-needs-form {
    padding-right: 36px;
    padding-left: 36px;
  }

  .kc-contact-images__inner {
    height: auto;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 28px;
  }

  .kc-contact-images__image {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.08;
  }

  .kc-contact-images__image--large {
    aspect-ratio: 874 / 640;
    align-self: end;
  }

  .kc-contact-cards__inner,
  .kc-employee-needs-form__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .kc-workshop-images__inner,
  .kc-workshop-offers__inner,
  .kc-workshop-faq__inner {
    width: min(calc(100vw - 72px), 760px);
  }

  .kc-workshop-images__inner {
    height: auto;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 28px;
  }

  .kc-workshop-images__image {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.08;
  }

  .kc-workshop-images__image--large {
    aspect-ratio: 874 / 640;
    align-self: end;
  }

  .kc-workshop-offers__grid,
  .kc-events--workshop .kc-events__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px 16px;
  }

  .kc-workshop-offers__question {
    position: static;
    margin-top: 12px;
    transform: none;
  }

  .kc-workshop-faq__inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .kc-employee-needs-form__inner {
    padding: 72px 58px;
  }

  .kc-employee-needs-form__icon {
    margin-left: 0;
  }
}

@media (max-width: 560px) {
  .kc-subpage-hero,
  .kc-simple-page,
  .kc-faq-page,
  .kc-contact-page,
  .kc-donation-detail,
  .kc-legal-page {
    padding-right: 0;
    padding-left: 0;
  }

  .kc-subpage-hero__inner,
  .kc-simple-page__inner,
  .kc-faq-page__inner,
  .kc-contact-page__inner,
  .kc-donation-detail__inner,
  .kc-legal-page__inner {
    width: min(calc(100vw - 40px), 680px);
    max-width: none;
    min-width: 0;
    margin-right: auto;
    margin-left: auto;
  }

  .kc-subpage-hero__content,
  .kc-simple-page__content,
  .kc-contact-page__content,
  .kc-donation-detail__content,
  .kc-legal-page__content,
  .kc-faq-page__list {
    min-width: 0;
    max-width: calc(100vw - 40px);
  }

  .kc-button,
  .kc-faq-page__question {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .kc-subpage-hero__title,
  .kc-subpage-hero__text,
  .kc-subpage-hero__text p,
  .kc-simple-page__title,
  .kc-simple-page__text,
  .kc-simple-page__text p,
  .kc-contact-page__text,
  .kc-contact-page__text p,
  .kc-donation-detail__text,
  .kc-donation-detail__text p,
  .kc-legal-page__title,
  .kc-legal-page__content,
  .kc-legal-page__content h2,
  .kc-legal-page__content p,
  .kc-faq-page__question,
  .kc-faq-page__answer {
    width: 100%;
    max-width: calc(100vw - 40px);
    overflow-wrap: break-word;
  }

  .kc-subpage-hero__actions,
  .kc-simple-page__actions,
  .kc-contact-page__actions,
  .kc-donation-detail__actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .kc-subpage-hero__title,
  .kc-simple-page__title,
  .kc-donation-detail__title,
  .kc-legal-page__title {
    font-size: 36px;
  }

  .kc-subpage-hero__text,
  .kc-simple-page__text,
  .kc-contact-page__text,
  .kc-donation-detail__text {
    font-size: 16px;
  }

  .kc-subpage-hero__media {
    min-height: auto;
  }

  .kc-subpage-hero__image--main,
  .kc-subpage-hero__image--small {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .kc-subpage-hero__image--small {
    margin-top: 16px;
  }

  .kc-simple-page__image {
    min-height: auto;
    aspect-ratio: 4 / 3;
  }

  .kc-contact-page__details,
  .kc-contact-page__panel {
    min-height: auto;
    padding: 34px 28px;
  }

  .kc-contact-page__title,
  .kc-contact-page__headline {
    font-size: 26px;
  }

  .kc-contact-images,
  .kc-contact-cards,
  .kc-contact-vision,
  .kc-contact-map,
  .kc-employee-needs-form {
    padding-right: 20px;
    padding-left: 20px;
  }

  .kc-contact-images__inner {
    grid-template-columns: 1fr;
  }

  .kc-contact-images__image--small,
  .kc-contact-images__image--large {
    aspect-ratio: 4 / 3;
  }

  .kc-workshop-images__inner,
  .kc-workshop-offers__inner,
  .kc-workshop-faq__inner {
    width: min(calc(100vw - 40px), 680px);
  }

  .kc-workshop-images__inner {
    grid-template-columns: 1fr;
  }

  .kc-workshop-images__image--small,
  .kc-workshop-images__image--large {
    aspect-ratio: 4 / 3;
  }

  .kc-contact-vision__title,
  .kc-workshop-offers__title,
  .kc-workshop-faq__title,
  .kc-employee-needs-form__title {
    font-size: 36px;
  }

  .kc-contact-cards__inner {
    gap: 56px;
  }

  .kc-contact-card__title {
    font-size: 26px;
  }

  .kc-contact-card__text,
  .kc-workshop-card__text,
  .kc-workshop-faq__subtitle,
  .kc-workshop-faq__contact-text,
  .kc-workshop-faq__answer,
  .kc-faq-page__answer,
  .kc-employee-needs-form__text {
    font-size: 16px;
  }

  .kc-workshop-offers__grid,
  .kc-events--workshop .kc-events__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .kc-workshop-card__body,
  .kc-events--workshop .kc-event-card__body {
    padding: 0;
  }

  .kc-workshop-card__title,
  .kc-events--workshop .kc-event-card__title {
    font-size: 22px;
  }

  .kc-workshop-offers__actions,
  .kc-events--workshop .kc-events__actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .kc-contact-map {
    min-height: 300px;
  }

  .kc-employee-needs-form__inner {
    padding: 46px 28px;
  }

  .kc-employee-needs-form__icon {
    width: 118px;
    height: 118px;
    margin-top: 24px;
  }

  .kc-employee-needs-form__fields {
    grid-template-columns: 1fr;
  }
}

/* Kalender-Embed (ChurchTools-iframe auf /kalender/) */
.kc-calendar-embed__frame {
  width: 100%;
  margin-top: 8px;
}
.kc-calendar-embed__frame iframe,
.kc-calendar-embed iframe.churchtoolsiframe {
  display: block;
  width: 100%;
  min-height: 800px;
  border: 0;
}
@media (max-width: 560px) {
  .kc-calendar-embed__frame iframe,
  .kc-calendar-embed iframe.churchtoolsiframe {
    min-height: 640px;
  }
}
