.elementor-473 .elementor-element.elementor-element-90e110d{--display:flex;--margin-top:-150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-473 .elementor-element.elementor-element-90e110d:not(.elementor-motion-effects-element-type-background), .elementor-473 .elementor-element.elementor-element-90e110d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-3b29453 *//* ===========================
   FOOTER – Figma exakt
   =========================== */
.footer-section {
  position: relative;
  width: 100%;
  max-width: 1344px;
  height: 166px;
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

/* --- Innerer Balken mit Verlauf + runden Ecken --- */
.footer-bar {
  width: 1344px;
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-radius: 30px;
  border: 1px solid #222222;
  background: linear-gradient(180deg, #000000 52.73%, #191919 100%);
  box-sizing: border-box;
}

/* --- Logo links --- */
.footer-logo img {
  height: 40px; /* ungefähr optisch zentriert im 72px-Container */
  width: auto;
  display: block;
}

/* --- Navigation rechts --- */
.footer-nav {
  display: flex;
  gap: 24px;
  align-items: center;
}

.footer-nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  color: #FFD21E;
}

/* --- Copyright-Zeile --- */
.footer-copy {
  width: 1344px;
  height: 30px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #8D8D8D;
  opacity: 0.6;
  background: transparent; /* laut Figma kein Balken */
}

/* --- Zentrierung bei kleinen Bildschirmen --- */
@media (max-width: 1024px) {
  .footer-bar {
    flex-direction: column;
    height: auto;
    gap: 16px;
  }
  .footer-nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-copy {
    font-size: 13px;
  }
}/* End custom CSS */