
/*
 * Finanzbedarf24 – Globaler Footer
 * Nur auf Unterseiten aktiv. Die Startseite bleibt unberührt.
 */

/* Theme-/Builder-Footer auf Unterseiten ausblenden */
body.fb24-global-footer-active #colophon,
body.fb24-global-footer-active footer.site-footer,
body.fb24-global-footer-active .site-footer,
body.fb24-global-footer-active .elementor-location-footer {
  display:none !important;
}

/* Bereits in einzelnen Finanzbedarf24-Seitenplugins vorhandene Footer ausblenden */
body.fb24-global-footer-active .fb24ww-footer,
body.fb24-global-footer-active .fb24ds-footer,
body.fb24-global-footer-active .fb24ie-footer,
body.fb24-global-footer-active .fb24h100-footer {
  display:none !important;
}

.fb24-global-footer,
.fb24-global-footer *,
.fb24-global-footer *::before,
.fb24-global-footer *::after {
  box-sizing:border-box;
}

.fb24-global-footer {
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  padding:52px 0 0 !important;
  background:linear-gradient(100deg,#073c69 0%,#052f58 50%,#03284d 100%) !important;
  color:#fff !important;
  font-family:Arial,Helvetica,sans-serif !important;
  clear:both !important;
}

.fb24gf-inner {
  width:min(1480px,calc(100% - 48px)) !important;
  max-width:1480px !important;
  margin:0 auto !important;
}

.fb24gf-grid {
  display:grid !important;
  grid-template-columns:1.55fr .95fr .95fr 1.15fr !important;
  gap:56px !important;
  align-items:start !important;
}

.fb24gf-brand img {
  width:360px !important;
  max-width:100% !important;
  max-height:none !important;
  height:auto !important;
  display:block !important;
  object-fit:contain !important;
  object-position:left center !important;
  filter:none !important;
  background:transparent !important;
}

.fb24gf-brand p {
  max-width:330px !important;
  margin:22px 0 0 !important;
  padding:0 !important;
  color:#fff !important;
  font-size:13px !important;
  line-height:1.6 !important;
}

.fb24-global-footer h3 {
  margin:8px 0 22px !important;
  padding:0 !important;
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
  color:#fff !important;
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:14px !important;
  line-height:1.2 !important;
  font-weight:700 !important;
  text-transform:uppercase !important;
}

.fb24-global-footer h3::before,
.fb24-global-footer h3::after {
  display:none !important;
  content:none !important;
}

.fb24gf-col > a,
.fb24-global-footer .fb24gf-contact a {
  display:block !important;
  margin:0 0 15px !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  color:#fff !important;
  text-decoration:none !important;
  font-size:13px !important;
  line-height:1.35 !important;
}

.fb24gf-contact {
  display:flex !important;
  align-items:flex-start !important;
  gap:11px !important;
  margin:0 0 13px !important;
  padding:0 !important;
  color:#fff !important;
  font-size:13px !important;
  line-height:1.45 !important;
}

.fb24gf-contact > span:first-child {
  width:18px !important;
  flex:0 0 18px !important;
  text-align:center !important;
}

.fb24gf-contact a {
  display:inline !important;
  margin:0 !important;
}

.fb24gf-social {
  display:flex !important;
  gap:10px !important;
  margin-top:18px !important;
}

.fb24gf-social a {
  width:38px !important;
  height:38px !important;
  display:grid !important;
  place-items:center !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:10px !important;
  background:transparent !important;
  text-decoration:none !important;
  overflow:visible !important;
  transition:transform .18s ease, opacity .18s ease !important;
}

.fb24gf-social a svg {
  width:38px !important;
  height:38px !important;
  display:block !important;
}

.fb24gf-social a:hover {
  opacity:.92 !important;
  transform:translateY(-2px) !important;
}

.fb24gf-bottom {
  width:min(1180px,90vw) !important;
  margin:34px auto 0 !important;
  padding:18px 0 20px !important;
  border-top:1px solid rgba(255,255,255,.22) !important;
  display:flex !important;
  justify-content:center !important;
  gap:9px !important;
  flex-wrap:wrap !important;
  color:rgba(255,255,255,.82) !important;
  font-size:11px !important;
  line-height:1.4 !important;
}

.fb24gf-bottom a {
  display:inline !important;
  margin:0 !important;
  padding:0 !important;
  color:rgba(255,255,255,.82) !important;
  text-decoration:none !important;
  font-size:11px !important;
}

.fb24-global-footer a:hover {
  opacity:.82 !important;
}

@media(max-width:900px) {
  .fb24gf-grid {
    grid-template-columns:1fr 1fr !important;
    gap:34px !important;
  }
}

@media(max-width:620px) {
  .fb24gf-inner {
    width:calc(100% - 28px) !important;
  }
  .fb24gf-grid {
    grid-template-columns:1fr !important;
  }
  .fb24gf-brand img {
    width:300px !important;
  }
}


/* v1.0.1 – vorhandene Unterseiten-Footer zuverlässig entfernen */
body.fb24-global-footer-active footer:not(.fb24-global-footer),
body.fb24-global-footer-active #colophon,
body.fb24-global-footer-active .site-footer,
body.fb24-global-footer-active footer.site-footer,
body.fb24-global-footer-active .elementor-location-footer,
body.fb24-global-footer-active .fb24pkv100-footer,
body.fb24-global-footer-active .fb24kf-footer,
body.fb24-global-footer-active .fb24ww-footer,
body.fb24-global-footer-active .fb24ds-footer,
body.fb24-global-footer-active .fb24ie-footer,
body.fb24-global-footer-active .fb24h100-footer {
  display:none !important;
}

/* Den globalen Footer selbst ausdrücklich sichtbar halten */
body.fb24-global-footer-active .fb24-global-footer {
  display:block !important;
}
