/* HEADER */
/* Hintergrund */
.confTitleBox {
  color: white;
  min-height: 90px;
  border: none !important;
  background: #0d122e !important;
  background-image: url('https://indico.hiskp.uni-bonn.de/event/1225/images/161-weihnachtsshow-indico-header-background.png') !important;
  background-size: 100px 100px !important;
}

.confSubTitleBox {
  border: none !important;
  background: #0d122e !important;
  background-image: url('https://indico.hiskp.uni-bonn.de/event/1225/images/162-weihnachtsshow-indico-header-subtitle-background.png') !important;
  background-size: auto 100% !important;
}

/* Logo */
.confLogo {
  width: 130px;
  height: 130px;
}

/* Datum, Ort und Zeitzone */
.datePlace {
  color: #fff !important;
  background-color: #0d122e;
  width: fit-content;
  backdrop-filter: blur(4px) saturate(0); // TODO
}

/* Zeitzone */
.timezone {
  color: #ccc !important;
}

/* Suchleiste */
#event-search-box {
  display: none;
}

/* CONTENT */
/* Beschreibung */
.conferenceDetails div p {
  font-family: Roboto, sans-serif !important;
  font-size: 18px !important;
}

/* Materialien */
.infoline.material.material-list {
  display: none;
}