html {
  font-size: 17px; /*z. B. für bessere Lesbarkeit*/
  font-weight: 500 !important; /* Basisgewicht*/
}

/* WICHTIG: Kein transform/filter/overflow an Vorfahren */
html, body { overflow-x: hidden; }

a {
  transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease, opacity 0.3s ease;
}

a.is-light-on-hover:hover {
  opacity: 0.8;
}

.has-shadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15)
}

.has-shadow-light {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}


.has-top-shadow-light {
  box-shadow: 0 -4px 9px rgba(0, 0, 0, 0.07);
}

.has-bottom-shadow-light {
  box-shadow: 0 9px 19px rgba(0, 0, 0, 0.3);
}

.negative-top-margin{
    margin-top: -8rem;
  }

.ratio-7-5 {
  position: relative;
  width: 100%;
  padding-top: 140%;

  > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
  }
}

 .is-fullvw {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }

.no-border {
  border: none !important;
}

.image.is-150x150 {
  width: 150px;
  height: 150px;
}

.is-cover-img {
  width: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block !important;

}

.d-inline-block {
  display: inline-block;
}


.is-lineheight-small {
  line-height: 1.2 !important;
}

.has-letter-spacing-wide {
  letter-spacing: 0.07em;
}


.quote-author .image.is-rounded img {
  border-radius: 50%;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.breadcrumb.fi-breadcrumb li + li::before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: var(--ci-dunkelblau, #384887);
  -webkit-mask-image: url("../assets/icons/arrow-thin.svg");
  mask-image: url("../assets/icons/arrow-thin.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  margin-right: 0.2em;
  margin-left: 0.2em;
  vertical-align: middle;
}

.quote {
  --quote-highlight: var(--ci-dunkelblau);

  --quote-gap: 0em;                 /* wie viel Weißraum zwischen den Zeilen */

  line-height: 2;
  font-weight: 700;
  color: #fff;
  display: inline;
  padding-block: 0.14em;
  padding-inline-end: 0.2em !important;
    padding-inline-start: 0.2em !important;

  padding-inline: 0;
  background-image: linear-gradient(var(--quote-highlight), var(--quote-highlight));
  background-repeat: no-repeat;
  background-size: 100% calc(100% - var(--quote-gap));
  background-position: 0 calc(var(--quote-gap) / 2);
  box-shadow: 0.25em 0 0 var(--quote-highlight),
              -0.25em 0 0 var(--quote-highlight);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.image-gradient-30-height {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(
    to bottom,
    rgba(10, 10, 10, 0) 0%,
    rgba(10, 10, 10, 0.8) 100%
  );
  pointer-events: none;
  z-index:2;
}

.image-gradient-70-height {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90%;
  background: linear-gradient(
    to bottom,
    rgba(10, 10, 10, 0) 0%,
    rgba(10, 10, 10, 0.9) 100%
  );
  pointer-events: none;
    z-index:1;
}

.logo-left {
  display: flex;
  align-items: center;
  gap: 1.5rem; /* oder z. B. gap: 1rem; je nach gewünschtem Abstand */
}

.logo-right {
  max-width: 100%;
  height: auto;
  display: block;
}

.section-divider {
  width: 100%;
  min-width: 80px;
  height: 1px;
  margin-top: -0.2rem;
  background-color: var(--ci-dunkelblau);
  opacity: 1;
}

.section-divider-20 {
  width: 20% !important;
    min-width: 80px;
  height: 1px;
  margin-top: -0.2rem;
  background-color: var(--ci-dunkelblau);
  opacity: 1;
}

.quote-section {
  position: relative;
  background-color: #fff;
}

.quote-section__text {
  max-width: 32rem;
}

.quote-author {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quote-author__image {
  border-radius: 50%;
  overflow: hidden;
}

.quote-author__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-author__role {
  color: var(--ci-dunkelblau);
  line-height: 1.4;
}

.info-box {
  color: var(--ci-dunkelblau, #384887);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.75rem;
  position: relative;
}

.info-box__media {
  flex: 0 0 140px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
}

.info-box__media img,
.info-box__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-box__content {
  flex: 1 1 260px;
}

.info-box__kicker {
  letter-spacing: 0.14em;
  color: var(--ci-dunkelblau, #384887);
  opacity: 0.85;
}

.info-box__title {
  color: var(--ci-dunkelblau, #384887);
}

.info-box__text p:last-child {
  margin-bottom: 0;
}

.info-box__cta .button {
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .info-box {
    gap: 1.25rem;
  }

  .info-box__media {
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
  }

  .info-box__content {
    text-align: center;
  }

  .info-box__cta {
    display: flex;
    justify-content: center;
  }
}

.breadcrumb.fi-breadcrumb li:first-child a {
  display: inline-flex;
  align-items: center;
}

.fi-breadcrumb-home-icon {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.3rem;
  background-color: var(--ci-dunkelblau, #384887);
  -webkit-mask-image: url("../assets/icons/home.svg");
  mask-image: url("../assets/icons/home.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

@media screen and (max-width: 1023px) {
  .fi-search-layout {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .fi-results-column {
    order: -1;
  }

  .fi-results-toolbar {
    gap: 0.75rem;
    justify-content: space-between;
  }

  .fi-results-toolbar__label {
    display: none;
  }

  .fi-view-toggle {
    margin-left: auto;
  }
}

.fi-active-filters--placeholder .tag.is-hidden {
  display: inline-block !important;
  visibility: hidden;
  padding: 0 0.75rem;
  min-height: 2rem;
}
