@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/* HEADER */
/* Hintergrund */
.confTitleBox {
  color: white;
  min-height: 90px;
  padding: 3em 0em 1.5em 0;
  border: none !important;
  background: #0d122e !important;
  background-image: url('https://indico.hiskp.uni-bonn.de/event/1124/images/136-ephyusical-indico-header-background.png') !important;
  background-size: 450px 150px !important;
}

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

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

/* Titel */
.conference-title-link {
  color: #fff !important;
  font-size: 30px;
  font-size: calc(24px + 1vw);
  font-family: "Outfit", serif !important;
  font-optical-sizing: auto !important;
  font-weight: 600 !important;
  font-style: normal !important;
  text-shadow: #0d122e 0 0 30px, #fff 0 0 5px;
}

/* Datum, Ort und Zeitzone */
.datePlace {
  color: #fff !important;
  text-shadow: #0d122e 0 0 30px, #0d122e 0 0 5px;
  background-color: #0d122e;
  width: fit-content;
}

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

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

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

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