/* =========================
   HEADER / BANNER
========================= */

/* barra superiore */
#header {
  background-color: #881616 !important;
  height: 90px;
  display: flex;
  align-items: center;
}

/* nasconde titolo duplicato Lizmap */
#header .project-title {
  display: none !important;
}

/* titolo */
#header h1 {
  color: white !important;
  font-size: 20px;
  font-weight: 600;
  margin-left: 15px;
  line-height: 1.3;
}

/* SPLIT automatico su due righe */
#header h1::before {
  content: Carta della vulnerabilità del patrimonio arboreo;
  display: block;
  font-size: 22px;
  font-weight: 700;
}

#header h1::after {
  content: Comune di Collesalvetti;
  display: block;
  font-size: 16px;
  font-weight: 400;
}

/* logo */
#logo {
  background: url(/index.php/view/media/getMedia?repository=lasalawebgis&project=lasala_webgis&path=media%2Fthemes%2Flasala_webgis%2Fcss%2F/img/logo.png) no-repeat center center;
  background-size: contain;
  width: 90px;
  height: 100px;
}

/* nasconde logo Lizmap */
#logo img {
  display: none !important;
}

/* rimuove sottotitolo */
#header .subtitle {
  display: none !important;
}