/* Content must remain readable when German headings wrap on narrow screens. */
.main-body {
  --site-content-max-width: 1440px;
}

/* Keep full-width section backgrounds while limiting their actual content on
   wide desktop displays. The existing responsive side spacing still applies
   whenever it is larger. */
@media (min-width: 1600px) {
  .home-leistung {
    --site-content-max-width: 1800px;
  }

  .side-padding {
    padding-right: max(var(--_local-variables---side-padding--side), calc((100vw - var(--site-content-max-width)) / 2));
    padding-left: max(var(--_local-variables---side-padding--side), calc((100vw - var(--site-content-max-width)) / 2));
  }

  .main-body h1 {
    hyphens: none;
  }

  .home-leistung .grad-4x1 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-leistung .grad-4x1 > * {
    min-width: 0;
  }

  .home-leistung .grad-4x1 .h3,
  .home-leistung .grad-4x1 .text-xl {
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .home-leistung .grad-4x1 .h3 {
    font-size: 32px;
    line-height: 36px;
    overflow-wrap: normal;
    hyphens: none;
  }
}

.w-webflow-badge {
  display: none !important;
}
/* The imported Webflow word animation can leave the mission copy at opacity 0
   when its scroll trigger does not fire. Keep this core statement readable. */
.ueberuns-mission .h3,
.ueberuns-mission .gsap_split_word {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}
.ueberuns-mission .gsap_split_word-mask {
  overflow: visible !important;
}
.product-card:focus-visible > .flex-col {
  transform: none !important;
}
.product-card:focus-visible .text-lg.font-semibold.text-white.text-center {
  opacity: 1 !important;
}
.home-produkte .product-card[data-homepage-solution-card] {
  background-image: linear-gradient(#0e0f1a80, #0e0f1a80), var(--homepage-card-image) !important;
  background-position: 0 0, 50% 50% !important;
  background-size: auto, cover !important;
}
.home-produkte .product-card[data-homepage-solution-card]:hover,
.home-produkte .product-card[data-homepage-solution-card]:focus-visible {
  background-image: linear-gradient(#0e0f1acc, #0e0f1acc), var(--homepage-card-image) !important;
  background-size: auto, cover !important;
}
.footer-social-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.footer-social-link {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  color: #f4f5f7;
  border: 1px solid rgba(244, 245, 247, 0.24);
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.03);
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}
.footer-social-link:hover,
.footer-social-link:focus-visible {
  color: #04d9c4;
  border-color: rgba(4, 217, 196, 0.7);
  background: rgba(4, 217, 196, 0.08);
  transform: translateY(-2px);
}
.footer-social-link:focus-visible {
  outline: 2px solid #04d9c4;
  outline-offset: 3px;
}
.footer-social-link svg {
  width: 1.3rem;
  height: 1.3rem;
}
.testimonial [data-editorial-single-quote] {
  grid-template-columns: minmax(0, 1fr);
  max-width: 850px;
  margin-inline: auto;
  height: auto;
}
.product-ueberblick h2,
.service-ueberblick h2,
.product-features h2,
.service-prozess h2,
.product-prozess h2 {
  overflow-wrap: anywhere;
  hyphens: auto;
}
.faq-accordion > :first-child {
  cursor: pointer;
}
.faq-accordion > :first-child:focus-visible {
  outline: 2px solid #08d2b1;
  outline-offset: 4px;
}
.faq-accordion > :last-child {
  display: none;
}
.faq-accordion.is-open > :last-child {
  display: block;
}
.faq-accordion .faq-arrow {
  transition: transform 180ms ease;
}
.faq-accordion.is-open .faq-arrow {
  transform: rotate(180deg);
}
.contact-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.form-card button[aria-busy="true"] {
  cursor: wait;
  opacity: .72;
}
.funding-showcase {
  --funding-ink: #f7f8fb;
  --funding-muted: #9aa3b5;
  --funding-border: rgba(255, 255, 255, .085);
  padding: clamp(72px, 8vw, 120px) 0;
  color: var(--funding-ink);
  background:
    radial-gradient(circle at 86% 4%, rgba(8, 210, 177, .065), transparent 28%),
    linear-gradient(180deg, #080b17 0%, #070914 100%);
  border-top: 1px solid rgba(255, 255, 255, .06);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}
.funding-showcase .side-padding {
  margin-inline: auto;
}
.funding-showcase__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 24px 64px;
  align-items: end;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.funding-showcase__eyebrow {
  grid-column: 1 / -1;
  color: #08d2b1;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.funding-showcase h2 {
  margin: 0;
  max-width: 850px;
  color: var(--funding-ink);
  font-size: clamp(36px, 4.3vw, 64px);
  line-height: .98;
  letter-spacing: -.045em;
}
.funding-showcase__intro p {
  margin: 0;
  color: var(--funding-muted);
  font-size: 17px;
  line-height: 1.6;
}
.funding-showcase__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
}
.funding-showcase__group {
  min-width: 0;
}
.funding-showcase__group h3 {
  margin: 0 0 16px;
  color: #cbd1dc;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -.01em;
}
.funding-showcase__funding-grid,
.funding-showcase__award-grid {
  display: grid;
  gap: 12px;
}
.funding-showcase__funding-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.funding-showcase__award-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.funding-logo-card {
  display: flex;
  min-width: 0;
  min-height: 144px;
  align-items: center;
  justify-content: center;
  padding: 24px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018)),
    #0d1220;
  border: 1px solid var(--funding-border);
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
}
.funding-logo-card img {
  display: block;
  width: 100%;
  height: 104px;
  object-fit: contain;
  filter: none;
  mix-blend-mode: normal;
  opacity: .82;
  transition: opacity 180ms ease, filter 180ms ease, transform 180ms ease;
}
.funding-logo-card--statement {
  grid-column: 1 / -1;
}
.funding-logo-card--statement img {
  width: min(100%, 800px);
  height: auto;
}
.funding-showcase__funding-grid > .funding-logo-card:not(.funding-logo-card--statement):not(.funding-logo-card--compact) {
  grid-column: auto;
}
.funding-logo-card--compact {
  grid-column: auto;
}
.funding-logo-card--compact img {
  height: 90px;
}
.funding-logo-card--award {
  min-height: 202px;
}
.funding-logo-card--award img {
  height: 155px;
}
.funding-logo-card--linked {
  flex-direction: column;
  gap: 16px;
  color: #e6e9f0;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}
.funding-logo-card--linked:hover {
  transform: translateY(-3px);
  border-color: rgba(8, 210, 177, .55);
  background-color: #111a29;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
}
.funding-logo-card--linked:hover img {
  opacity: 1;
  filter: saturate(1.12) brightness(1.04);
  transform: scale(1.01);
}
.funding-logo-card--linked:focus-visible {
  outline: 3px solid #08d2b1;
  outline-offset: 3px;
}
.funding-logo-card--linked img {
  height: 165px;
}
.funding-logo-card--iq img {
  height: 58px;
}
.funding-logo-card__meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
  line-height: 1.3;
}
.funding-logo-card__meta strong {
  font-size: 14px;
}
.funding-logo-card__meta span {
  font-size: 13px;
  font-weight: 600;
}
.funding-logo-card__meta small {
  color: #8f98aa;
  font-size: 12px;
}
.funding-logo-card--funding-link {
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}
.funding-logo-card--funding-link:hover {
  transform: translateY(-3px);
  border-color: rgba(8, 210, 177, .55);
  background-color: #111a29;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
}
.funding-logo-card--funding-link:hover img {
  opacity: 1;
  filter: saturate(1.12) brightness(1.04);
  transform: scale(1.01);
}
.funding-logo-card--funding-link:focus-visible {
  outline: 3px solid #08d2b1;
  outline-offset: 3px;
}
@media (max-width: 991px) {
  .funding-showcase__intro,
  .funding-showcase__layout {
    grid-template-columns: 1fr;
  }
  .funding-showcase__intro {
    gap: 20px;
  }
  .funding-showcase__award-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .funding-logo-card--iq {
    grid-column: 1 / -1;
  }
  .funding-logo-card--award {
    min-height: 240px;
  }
  .funding-logo-card--award img {
    height: 180px;
  }
  .funding-logo-card--linked img {
    height: 170px;
  }
  .funding-logo-card--iq img {
    height: 58px;
  }
}
@media (max-width: 767px) {
  .product-card > .flex-col {
    transform: none !important;
  }
  .product-card .text-lg.font-semibold.text-white.text-center {
    opacity: 1 !important;
  }
  .bottom-cta > .side-padding {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .bottom-cta .p-16 {
    padding: 32px 16px;
    max-width: 100%;
  }
  .funding-showcase {
    padding: 64px 0;
  }
  .funding-showcase h2 {
    font-size: clamp(34px, 11vw, 48px);
  }
  .funding-showcase__intro p {
    font-size: 16px;
  }
  .funding-showcase__funding-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .funding-logo-card--statement {
    grid-column: 1 / -1;
  }
  .funding-logo-card--statement img {
    width: min(100%, 720px);
    height: auto;
  }
  .funding-showcase__funding-grid > .funding-logo-card:not(.funding-logo-card--statement):not(.funding-logo-card--compact),
  .funding-logo-card--compact {
    grid-column: auto;
  }
  .funding-logo-card {
    min-height: 132px;
    padding: 18px;
  }
  .funding-logo-card img,
  .funding-logo-card--compact img {
    height: 82px;
  }
  .funding-logo-card--statement img {
    height: auto;
  }
  .funding-logo-card--award {
    min-height: 190px;
  }
  .funding-logo-card--award img {
    height: 142px;
  }
  .funding-logo-card--linked img {
    height: 136px;
  }
  .funding-logo-card--iq {
    grid-column: 1 / -1;
    min-height: 180px;
  }
  .funding-logo-card--iq img {
    height: 52px;
  }
}
@media (max-width: 620px) {
  .funding-showcase__award-grid {
    grid-template-columns: 1fr;
  }
  .funding-logo-card--linked,
  .funding-logo-card--iq {
    grid-column: 1;
  }
}
.compatibility-logo {
  display: block;
  width: auto;
  height: 16px;
  max-width: none;
  object-fit: contain;
}

.compatibility-logo[src$="kuka-logo-white.svg"] {
  width: 94px;
}

.compatibility-logo[src$="visual-components-logo-white.webp"] {
  width: 64px;
}

.service-card--focus {
  border: 1px solid rgba(8, 210, 177, 0.58);
  box-shadow: inset 0 0 0 1px rgba(8, 210, 177, 0.08), 0 18px 48px rgba(3, 19, 27, 0.24);
}
