/* Büchel Footer CSS v1.8.2 */
/* === Hide old Elementor footer === */
footer[data-elementor-id="146"],
footer.elementor-location-footer { display: none !important; visibility: hidden !important; height: 0 !important; overflow: hidden !important; }

/* === New Footer Styles === */
.bf-footer {
  background: #1a1a2e;
  color: rgba(255,255,255,.85) !important;
  padding: 56px 0 0;
  font-family: inherit;
}
.bf-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
}

/* Spalte 1: Brand */
.bf-footer-brand p {
  font-size: 14px; line-height: 1.7;
  color: rgba(255,255,255,.8) !important;
  margin: 0 0 20px; max-width: 280px;
}
.bf-footer-socials { display: flex; gap: 10px; }
.bf-footer-socials a {
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,.1); color: rgba(255,255,255,.85) !important;
  text-decoration: none !important; transition: all .2s ease;
}
.bf-footer-socials a:hover { background: #c8a456; color: #1a1a2e !important; }
.bf-footer-socials a:focus-visible { outline: 2px solid #c8a456; outline-offset: 2px; }
.bf-footer-socials svg { width: 16px; height: 16px; fill: currentColor; }

/* Spalten 2-4 */
.bf-footer-col h4 {
  font-size: 14px; font-weight: 700; color: #fff !important;
  text-transform: uppercase; letter-spacing: .05em;
  margin: 0 0 16px; padding-bottom: 8px;
  border-bottom: 2px solid #c8a456; display: inline-block;
}
.bf-footer-col ul { list-style: none; margin: 0; padding: 0; }
.bf-footer-col li { margin-bottom: 8px; }
.bf-footer-col a {
  color: rgba(255,255,255,.85) !important; text-decoration: none !important; font-size: 14px;
  transition: color .2s ease;
}
.bf-footer-col a:hover { color: #c8a456 !important; }
.bf-footer-col a:focus-visible { outline: 2px solid #c8a456; outline-offset: 2px; color: #c8a456 !important; }

/* Kontakt-Spalte */
.bf-footer-contact-item {
  display: flex; align-items: flex-start; gap: 10px;
  margin-bottom: 14px; font-size: 14px; color: rgba(255,255,255,.85) !important;
}
.bf-footer-contact-item svg {
  width: 16px; height: 16px; fill: #c8a456; flex-shrink: 0; margin-top: 3px;
}
.bf-footer-contact-item a {
  color: rgba(255,255,255,.85) !important; text-decoration: none !important; transition: color .2s ease;
}
.bf-footer-contact-item a:hover { color: #c8a456 !important; }
.bf-footer-contact-item a:focus-visible { outline: 2px solid #c8a456; outline-offset: 2px; color: #c8a456 !important; }

/* Trust-Leiste */
.bf-footer-trust {
  max-width: 1200px; margin: 40px auto 0; padding: 24px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex; justify-content: center; align-items: center;
  gap: 32px; flex-wrap: wrap;
}
.bf-footer-trust-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: rgba(255,255,255,.75) !important;
}
.bf-footer-trust-item svg { width: 18px !important; height: 18px !important; fill: #c8a456; }
.bf-footer-trust-logo { display: flex; align-items: center; text-decoration: none !important; }
.bf-footer-trust-logo img { width: 40px !important; height: 40px !important; border-radius: 50%; background: #fff; object-fit: cover; }
.bf-footer-trust-link { text-decoration: none !important; transition: opacity .2s ease; }
.bf-footer-trust-link:hover { opacity: .85; }
.bf-footer-trust-link:focus-visible { outline: 2px solid #c8a456; outline-offset: 4px; border-radius: 4px; }
.bf-footer-trust-link span { color: rgba(255,255,255,.75) !important; }
.bf-footer-trust-link .bf-footer-trust-stars,
.bf-footer-trust-stars { color: #fbbf24 !important; letter-spacing: 1px; }

/* Bottom-Bar */
.bf-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.06); margin-top: 24px;
}
.bf-footer-bottom-inner {
  max-width: 1200px; margin: 0 auto; padding: 16px 24px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px; color: rgba(255,255,255,.7) !important;
}
.bf-footer-legal { display: flex; gap: 20px; flex-wrap: wrap; }
.bf-footer-legal a {
  color: rgba(255,255,255,.7) !important; text-decoration: none !important; transition: color .2s ease;
}
.bf-footer-legal a:hover { color: #fff !important; }
.bf-footer-legal a:focus-visible { outline: 2px solid #c8a456; outline-offset: 2px; color: #fff !important; }

/* Responsive */
@media (max-width: 1024px) {
  .bf-footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 640px) {
  .bf-footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .bf-footer-trust { flex-direction: column; gap: 12px; }
  .bf-footer-bottom-inner { flex-direction: column; gap: 8px; text-align: center; }
  .bf-footer-legal { justify-content: center; }
}
