#bustider {
  grid-column: 1/2;
  grid-row: 1/3;
  border: 3px solid #fdf251;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}
#bustider legend {
  text-align: center;
  color: #fdf251;
  padding: 0 1rem;
  font-size: 1.5rem;
}
#bustider #busHeader h1 {
  color: #000000;
  background-color: #fdf251;
  text-align: center;
  font-size: 4rem;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 10px 0;
}
#bustider #busHeader h2 {
  color: #ffffff;
  font-size: 2.5rem;
  text-align: center;
}
#bustider #busHeader h2 span {
  color: #fdf251;
}
#bustider #bustidContainer {
  max-width: 360px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#bustider #bustidContainer hgroup {
  display: flex;
  justify-content: space-between;
}
#bustider #bustidContainer hgroup h3 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
}
#bustider #bustidContainer #bustiderne {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#bustider #bustidContainer #bustiderne .bustid {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}
#bustider #bustidContainer #bustiderne .bustid p {
  color: #000000;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 5px;
  text-align: center;
  flex: 1;
}
#bustider #bustidContainer #bustiderne .bustid p:last-child {
  background-color: #fdf251;
  max-width: 70px;
  width: 100%;
}
#bustider #bustidContainer #bustiderne .no-data p {
  max-width: 100% !important;
  background-color: #ffffff !important;
}

#clockFieldset {
  grid-column: 1/2;
  grid-row: 3/5;
  border: 3px solid #fdf251;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#clockFieldset legend {
  text-align: center;
  color: #fdf251;
  padding: 0 1rem;
  font-size: 1.5rem;
}
#clockFieldset #clock {
  flex: 1;
}
#clockFieldset #clock h2 {
  color: #fff;
  text-align: center;
  font-size: 7rem;
  padding-top: -0.5rem;
  line-height: 0.9;
}
#clockFieldset #clock h3 {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  font-weight: 300;
  color: #fdf251;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
}

#menu {
  grid-column: 2/3;
  grid-row: 1/5;
  border: 3px solid #fdf251;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  padding: 20px;
}
#menu legend {
  text-align: center;
  color: #fdf251;
  padding: 0 1rem;
  font-size: 1.5rem;
}
#menu hgroup h1 {
  color: #ffffff;
  font-size: 6rem;
  text-align: center;
  line-height: 0.9;
  font-weight: 800;
}
#menu hgroup h2 {
  color: #fdf251;
  font-size: 3rem;
  text-align: center;
  line-height: 0.9;
  font-weight: 700;
}
#menu #menu-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#menu #menu-container div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  gap: 10px;
  padding: 5px;
  border-radius: 2px;
}
#menu #menu-container div h3 {
  text-transform: capitalize;
  font-size: 2rem;
}
#menu #menu-container div h3:last-child {
  text-align: end;
  text-overflow: ellipsis;
  max-width: 250px;
  overflow: hidden;
  white-space: nowrap;
}

.today {
  background-color: #fdf251 !important;
  animation: shake 5s ease infinite;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(5px);
  }
}
#skema {
  grid-column: 3/5;
  grid-row: 1/5;
  border: 3px solid #fdf251;
  border-radius: 5px;
  display: flex;
}
#skema legend {
  text-align: center;
  color: #fdf251;
  padding: 0 1rem;
  font-size: 1.5rem;
}
#skema #skema-container {
  display: flex;
  flex-direction: column;
  margin: 20px 20px;
  background-color: transparent;
  border-radius: 5px;
  padding: 20px;
  flex: 1;
}
#skema #skema-container h1 {
  font-size: 6rem;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
#skema #skema-container table {
  width: 100%;
  border-spacing: 0 10px;
}
#skema #skema-container table tbody:first-child tr {
  background-color: transparent;
}
#skema #skema-container table tbody tr {
  border: none;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 5px;
}
#skema #skema-container table tbody tr th {
  border: none;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 300;
  text-align: start;
}
#skema #skema-container table tbody tr td {
  border: none;
  color: #000000;
  font-size: 2rem;
  font-weight: 600;
  padding: 5px;
}
#skema #skema-container table tbody tr td:first-child {
  border-radius: 2px 0 2px 0;
  text-transform: uppercase;
}
#skema #skema-container table tbody tr td:nth-child(2) {
  text-transform: uppercase;
}
#skema #skema-container table tbody tr td:last-child {
  border-radius: 0 2px 0 2px;
  background-color: #fdf251;
  text-align: center;
}
#skema #skema-container table tbody tr.no-data td {
  border-radius: 2px;
  background-color: #ffffff !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100vh;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

#backgroundVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  opacity: 0.33;
  z-index: -1;
}

main {
  display: grid;
  grid-template-columns: repeat(4, 360px);
  grid-template-rows: repeat(4, 1fr);
  gap: 20px 40px;
}/*# sourceMappingURL=main.css.map */