body {
  font-family: sans-serif;
  margin: auto;
  background-color: #000082;
  color: #fefffc;
  font-size: 80px;
  font-weight: 900;
}

.header {
  width: 100%;
  text-align: center;
}


#clock {
  width: 20%;
  float: left;
}

#headertext {
  width: 60%;
  float: left;
}

#logo {
  width: 20%;
  float: left;
}

#logo_img {
  height: 110px;
}

.timetable {
  text-align: left;
  width: 100%;
  font-size: 60px;
}

thead {
  background-color: #ffff01;
  color: #000100;
  border: 0px;
}

td, th {
  padding: 0px 20px 0px 20px;
}

tbody > tr {
  height: 160px;
}


td.time {
  background-color: #fefffc;
  color: #000082;
  font-weight: 400;
  text-align: center;
}

.ueber {
  font-weight: 400;
}
