.elementor-200 .elementor-element.elementor-element-5638f5d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-200 .elementor-element.elementor-element-6ec8cb3{width:100%;max-width:100%;}.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-6ec8cb3 *//* ============================================================
   FALK MONTAGEN – FOOTER STYLES (4 Spalten, Full-Width)
   → Einfügen in: Elementor → Site Settings → Custom CSS
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap');

/* ---- FOOTER WRAPPER (Full-Width Breakout) ---- */
.fm-footer {
  background: #0f1929 !important;
  color: #ffffff !important;
  font-family: 'Manrope', system-ui, sans-serif !important;
  position: relative;
  overflow: hidden;
  border-top: 3px solid #f0a830 !important;
  /* Aus dem Elementor-Container ausbrechen → volle Viewport-Breite */
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: none !important;
  left: 0;
  right: 0;
}

.fm-footer::after {
  content: '';
  position: absolute;
  bottom: -250px;
  right: -200px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(240, 168, 48, 0.05);
  border-radius: 50%;
  pointer-events: none;
}

.fm-footer__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 64px 40px 28px;
  position: relative;
  z-index: 1;
}

/* ---- 4-SPALTEN-LAYOUT ---- */
.fm-footer__main {
  display: grid !important;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr !important;
  gap: 48px;
  margin-bottom: 48px;
}

/* ---- BRAND ---- */
.fm-footer-brand__logo {
  display: flex !important;
  align-items: center !important;
  gap: 1rem;
  margin-bottom: 24px;
}

.fm-footer-brand__img {
  height: 72px !important;
  width: auto !important;
  max-height: 72px !important;
  max-width: 96px !important;
  min-height: 0 !important;
  min-width: 0 !important;
  object-fit: contain !important;
  flex-shrink: 0;
  display: block;
}

.fm-footer-brand__meta {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.fm-footer-brand__name {
  font-family: 'Oswald', system-ui, sans-serif !important;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  color: #ffffff !important;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
}

.fm-footer-brand__name span {
  color: #f0a830 !important;
}

.fm-footer-brand__tagline {
  font-family: 'Manrope', system-ui, sans-serif !important;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  color: #94a3b8 !important;
  text-transform: uppercase;
  margin: 0.55rem 0 0;
  font-weight: 600;
  white-space: nowrap;
}

.fm-footer-brand__text {
  font-family: 'Manrope', system-ui, sans-serif !important;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #94a3b8 !important;
  margin: 0;
  max-width: 360px;
}

/* ---- COLUMN TITLES ---- */
.fm-footer-col__title {
  font-family: 'Oswald', system-ui, sans-serif !important;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f0a830 !important;
  margin: 0 0 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
}

.fm-footer-col__title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

/* ---- LINKS ---- */
.fm-footer-links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.625rem;
}

.fm-footer-link {
  position: relative;
  color: #ffffff !important;
  text-decoration: none !important;
  font-family: 'Manrope', system-ui, sans-serif !important;
  font-weight: 500;
  font-size: 0.95rem;
  display: inline-block;
  padding: 0.25rem 0;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  width: fit-content;
}

.fm-footer-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #f0a830;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.fm-footer-link:hover,
.fm-footer-link:focus-visible {
  color: #f0a830 !important;
  outline: none;
}

.fm-footer-link:hover::after,
.fm-footer-link:focus-visible::after {
  transform: scaleX(1);
}

/* ---- CONTACT / STANDORT ---- */
.fm-footer-contact {
  display: grid;
  gap: 1.125rem;
}

.fm-footer-contact__item {
  text-decoration: none !important;
  display: block;
  color: inherit;
}

.fm-footer-contact__label {
  font-family: 'Oswald', system-ui, sans-serif !important;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #94a3b8 !important;
  display: block;
  margin-bottom: 0.3rem;
  font-weight: 600;
}

.fm-footer-contact__value {
  font-family: 'Manrope', system-ui, sans-serif !important;
  font-size: 0.95rem;
  color: #ffffff !important;
  margin: 0;
  transition: color 0.2s ease;
  font-weight: 500;
  line-height: 1.5;
}

.fm-footer-contact__item:hover .fm-footer-contact__value {
  color: #f0a830 !important;
}

/* ---- BOTTOM BAR ---- */
.fm-footer__bottom {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.fm-footer__copyright {
  font-family: 'Manrope', system-ui, sans-serif !important;
  font-size: 0.8rem;
  color: #94a3b8 !important;
  margin: 0;
  letter-spacing: 0.02em;
}

.fm-footer__legal {
  display: flex;
  gap: 1.5rem;
}

.fm-footer__legal a {
  font-family: 'Manrope', system-ui, sans-serif !important;
  font-size: 0.8rem;
  color: #94a3b8 !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
  letter-spacing: 0.02em;
}

.fm-footer__legal a:hover {
  color: #f0a830 !important;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Tablet: 2 Spalten, Brand spannt über volle Breite */
@media (max-width: 1100px) {
  .fm-footer__inner { padding: 56px 32px 24px; }
  .fm-footer__main {
    grid-template-columns: 1fr 1fr !important;
    gap: 40px;
  }
  .fm-footer-brand {
    grid-column: 1 / -1;
  }
  .fm-footer-brand__text {
    max-width: 480px;
  }
}

/* Mobile: 1 Spalte */
@media (max-width: 640px) {
  .fm-footer__inner { padding: 48px 20px 24px; }
  .fm-footer__main {
    grid-template-columns: 1fr !important;
    gap: 36px;
    margin-bottom: 36px;
  }
  .fm-footer-brand {
    grid-column: auto;
  }
  .fm-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .fm-footer__legal {
    gap: 18px;
    flex-wrap: wrap;
  }
  .fm-footer-brand__img {
    height: 60px !important;
    max-height: 60px !important;
    max-width: 80px !important;
  }
  .fm-footer-brand__name {
    font-size: 1.3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fm-footer-link,
  .fm-footer-link::after,
  .fm-footer-contact__value,
  .fm-footer__legal a {
    transition: none !important;
  }
}/* End custom CSS */