
/* C213 — kill sticky/fixed su header e menu (definitivo) */
header,
header *,
nav,
nav.menu,
nav[role="navigation"],
.navbar,
.menu-bar {
  position: static !important;
  top: auto !important;
  bottom: auto !important;
  inset: auto !important;
  transform: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
html, body { padding-top: 0 !important; }
main, [data-main], section[id] { scroll-margin-top: 12px !important; }


/* FIX DEFINITIVO CIVICO 213 - logo e rimozione striscia header */
html, body {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

header, .c213-home-header, .top, .site-header, .hero-header {
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.logo-top-civico213 {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-align: center !important;
  padding: 8px 0 6px 0 !important;
  margin: 0 auto !important;
}

.logo-top-civico213 a {
  display: inline-block !important;
  text-decoration: none !important;
  border: 0 !important;
}

.logo-top-civico213 img {
  height: 82px !important;
  width: auto !important;
  display: block !important;
  margin: 0 auto !important;
  border: 0 !important;
  box-shadow: none !important;
}
