/* Über-uns-Seite: seitenspezifische Ergänzungen zum bestehenden bluefish-Layout */
.bf-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1100;
  padding: .7rem 1rem;
  transform: translateY(-180%);
  background: #fff;
  color: #004c74;
  border: 2px solid #004c74;
  font-weight: 700;
}

.bf-skip-link:focus {
  transform: translateY(0);
}

.bf-skip-link:focus-visible {
  outline: 3px solid #222;
  outline-offset: 2px;
}

.bf-about-main,
.bf-about-main * {
  box-sizing: border-box;
}

.bf-about-main {
  color: #44494c;
  padding-bottom: 3rem;
}

.bf-about-shell {
  width: 100%;
  max-width: none;
  margin: 0;
}

.bf-about-main p {
  line-height: 1.72;
}

.bf-about-welcome-figure {
  display: flex;
  width: 100%;
  min-width: 0;
  margin: 0;
  flex-direction: column;
  background: #dce9ef;
}

.bf-about-welcome-figure img {
  display: block;
  width: 100%;
  height: 440px;
  object-fit: cover;
  object-position: center;
}

.bf-about-intro-panel {
  margin-bottom: clamp(2.75rem, 6vw, 5rem);
  padding: clamp(1.6rem, 4vw, 3.25rem);
  background: #f4f9fc;
  border-left: 6px solid #0086cb;
  box-shadow: 0 10px 28px rgba(0, 55, 82, .08);
}

.bf-kicker {
  margin: 0 0 .55rem !important;
  color: #765f52;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.bf-about-intro-panel h1 {
  margin: 0 0 1rem;
  color: #006da8;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.12;
}

.bf-about-intro-text {
  max-width: 680px;
  margin: 0 0 1.5rem;
  font-size: clamp(1rem, 1.6vw, 1.12rem);
}

.bf-history-figure {
  min-width: 0;
  margin: 0;
}

.bf-about-welcome-figure figcaption,
.bf-history-figure figcaption {
  padding: .7rem .9rem;
  background: #eef4f7;
  color: #4f575b;
  font-size: .82rem;
  line-height: 1.5;
}

.bf-actions {
  display: flex;
  gap: .75rem;
  align-items: stretch;
  flex-wrap: wrap;
}

.bf-button {
  display: inline-flex;
  min-height: 50px;
  padding: 11px 20px;
  align-items: center;
  justify-content: center;
  background: #006da8;
  color: #fff;
  border: 2px solid #006da8;
  border-radius: 999px;
  font-size: .96rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}

.bf-button-outline {
  background: #fff;
  color: #005f94;
}

.bf-button:hover,
.bf-button:focus {
  background: #00547f;
  border-color: #00547f;
  color: #fff;
  text-decoration: none;
}

.bf-button-outline:hover,
.bf-button-outline:focus {
  background: #e7f3f9;
  color: #004c74;
}

.bf-about-main a:focus-visible,
.bf-about-footer a:focus-visible {
  outline: 3px solid #222;
  outline-offset: 3px;
}

.bf-section {
  margin-bottom: clamp(3rem, 6vw, 5rem);
  scroll-margin-top: 1.5rem;
}

.bf-section-tinted {
  padding: clamp(1.5rem, 4vw, 3rem);
  background: #f7fbfd;
  border: 1px solid #d5dde1;
}

.bf-section-heading {
  max-width: 790px;
  margin-bottom: clamp(1.4rem, 3vw, 2rem);
}

.bf-section-heading h2,
.bf-final-cta h2 {
  margin: 0;
  color: #006da8;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1.22;
}

.bf-section-intro {
  max-width: 900px;
  margin: -1rem 0 clamp(1.5rem, 3vw, 2.25rem);
  font-size: 1.03rem;
}

.bf-fact-grid,
.bf-card-grid,
.bf-team-grid,
.bf-engagement-grid {
  display: grid;
  gap: 20px;
}

.bf-fact-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

.bf-fact-card,
.bf-info-card,
.bf-team-card,
.bf-engagement-card {
  min-width: 0;
  background: #fff;
  border: 1px solid #d5dde1;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .045);
}

.bf-fact-card {
  padding: 1.35rem;
  border-top: 4px solid #0086cb;
}

.bf-fact-card dt {
  margin-bottom: .35rem;
  color: #006da8;
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.3;
}

.bf-fact-card dd {
  margin: 0;
  color: #4f565a;
  font-size: .94rem;
  line-height: 1.55;
}

.bf-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bf-info-card {
  padding: clamp(1.3rem, 3vw, 1.8rem);
  border-top: 4px solid #7e6b60;
}

.bf-info-card h3,
.bf-work-copy h3,
.bf-timeline-item h3,
.bf-engagement-card h3 {
  margin: 0 0 .65rem;
  color: #006da8;
  font-size: 1.24rem;
  line-height: 1.35;
}

.bf-info-card p,
.bf-work-copy p,
.bf-timeline-item p,
.bf-engagement-card p {
  margin: 0;
}

.bf-team-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bf-team-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-top: 4px solid #0086cb;
}

.bf-team-card-founder {
  border-top-color: #7e6b60;
  background: #fbfaf9;
}

.bf-team-photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 7 / 9;
  object-fit: cover;
  object-position: center;
  background: #e8ecee;
}

.bf-team-card-copy {
  display: flex;
  min-height: 88px;
  padding: 1rem;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
}

.bf-team-card-copy h3 {
  margin: 0;
  color: #006da8;
  font-size: 1.08rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.bf-team-card-copy p {
  margin: .35rem 0 0;
  color: #5c6265;
  font-size: .83rem;
  font-weight: 600;
  line-height: 1.45;
}

.bf-work-copy {
  max-width: 900px;
  padding: 0;
}

.bf-work-copy h3 {
  font-size: clamp(1.35rem, 2.3vw, 1.7rem);
}

.bf-work-gallery {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(.8rem, 2vw, 1.15rem);
  margin-top: 1.5rem;
  align-items: start;
}

.bf-work-gallery > * {
  width: 100%;
  min-width: 0;
}

.bf-work-placeholder,
.bf-work-gallery-item {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ccd8de;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .04);
}

.bf-work-placeholder {
  display: flex;
  flex-direction: column;
}

.bf-work-placeholder-visual,
.bf-work-gallery-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f8fafb;
}

.bf-work-placeholder-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: .65rem;
  color: #66747b;
}

.bf-work-placeholder-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
}

.bf-work-placeholder-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.bf-work-placeholder-label {
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.35;
}

.bf-work-gallery-image img {
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.bf-work-placeholder-caption,
.bf-work-gallery-item figcaption {
  display: block;
  min-height: 58px;
  padding: .65rem .75rem;
  background: #eef4f7;
  color: #4f575b;
  font-size: .8rem;
  line-height: 1.45;
}

.bf-history-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.bf-timeline {
  position: relative;
  padding-left: 2rem;
}

.bf-timeline::before {
  position: absolute;
  top: .3rem;
  bottom: .3rem;
  left: .35rem;
  width: 3px;
  background: #b9d8e8;
  content: "";
}

.bf-timeline-item {
  position: relative;
  padding-bottom: 1.8rem;
}

.bf-timeline-item:last-child {
  padding-bottom: 0;
}

.bf-timeline-item::before {
  position: absolute;
  top: .25rem;
  left: -2.08rem;
  width: 15px;
  height: 15px;
  background: #0086cb;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #0086cb;
  content: "";
}

.bf-timeline-year {
  margin: 0 0 .25rem !important;
  color: #765f52;
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.bf-history-figure {
  overflow: hidden;
  background: #e8ecee;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}

.bf-history-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.bf-engagement-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bf-engagement-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-top: 4px solid #7e6b60;
}

.bf-engagement-image {
  display: flex;
  height: 210px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #eef2f4;
}

.bf-engagement-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bf-engagement-image-logo {
  padding: 1.25rem;
  background: #fff;
}

.bf-engagement-image-logo img {
  object-fit: contain;
}

.bf-engagement-copy {
  display: flex;
  padding: 1.25rem;
  flex: 1 1 auto;
  flex-direction: column;
}

.bf-engagement-card h3 a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.bf-engagement-card h3 a:hover,
.bf-engagement-card h3 a:focus {
  color: #004568;
  text-decoration-thickness: 2px;
}

.bf-card-label {
  margin: 0 0 .55rem !important;
  color: #765f52;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.bf-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(270px, .65fr);
  gap: 1.5rem 2.5rem;
  align-items: center;
  margin-bottom: clamp(3rem, 6vw, 4.5rem);
  padding: clamp(1.6rem, 4vw, 3rem);
  background: #006da8;
  color: #fff;
}

.bf-final-cta h2 {
  margin-bottom: .8rem;
  color: #fff;
}

.bf-final-cta p {
  max-width: 770px;
  margin: 0;
}

.bf-final-cta .bf-actions {
  flex-direction: column;
}

.bf-button-light {
  background: #fff;
  color: #005f94;
  border-color: #fff;
}

.bf-button-light-outline {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.bf-button-light:hover,
.bf-button-light:focus,
.bf-button-light-outline:hover,
.bf-button-light-outline:focus {
  background: #e7f3f9;
  color: #004c74;
  border-color: #e7f3f9;
}

.bf-final-cta a:focus-visible {
  outline-color: #ffdf6b;
}

.bf-about-footer {
  padding: 2rem 0 1rem;
  border-top: 1px solid #cfd0d1;
  text-align: center;
}

.bf-footer-links,
.bf-social-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.bf-footer-links {
  gap: .65rem 1.4rem;
  margin-bottom: 1rem;
}

.bf-footer-links a {
  color: #005f94;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bf-social-links {
  gap: 1rem;
  margin-bottom: .8rem;
}

.bf-social-links a {
  display: inline-flex;
  min-width: 48px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
}

.bf-social-links img {
  display: block;
}

.bf-about-footer p {
  margin: 0;
  font-size: .9rem;
}

@media (max-width: 1279px) {
  .bf-fact-grid,
  .bf-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bf-work-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .bf-about-welcome-figure img {
    height: auto;
    object-fit: contain;
  }

  .bf-history-layout {
    grid-template-columns: 1fr;
  }

  .bf-engagement-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bf-final-cta {
    grid-template-columns: 1fr;
  }

  .bf-final-cta .bf-actions {
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .bf-about-intro-panel {
    border-left-width: 4px;
  }

  .bf-card-grid,
  .bf-engagement-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bf-final-cta .bf-actions {
    flex-direction: column;
  }

  .bf-actions,
  .bf-actions .bf-button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .bf-fact-grid,
  .bf-team-grid,
  .bf-work-gallery {
    grid-template-columns: minmax(0, 1fr);
  }

  .bf-team-card {
    width: min(100%, 360px);
    margin: 0 auto;
  }

  .bf-team-card-copy {
    min-height: 78px;
  }
}

@media (max-width: 399px) {
  .bf-about-intro-panel,
  .bf-section-tinted,
  .bf-final-cta {
    padding: 1.25rem;
  }

  .bf-about-intro-panel h1 {
    font-size: 1.85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bf-about-page *,
  .bf-about-page *::before,
  .bf-about-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
