#opleidingskalender ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#opleidingskalender li a {
  display: flex;
  flex-direction: row;
  padding: 2px 6px;
}

#opleidingskalender li a:hover {
  cursor: pointer;
}

#opleidingskalender li a:hover .title {
  color: #fc4b01;
}

#opleidingskalender .dow {
  background-color: #fc4b01;
  color: #fff;
  font-weight: 600;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  padding: 2px 6px;
  font-size: 16px;
}

#opleidingskalender .event {
  border-bottom: 1px solid #ccc;
  align-items: center;
}

#opleidingskalender li.event .title {
  color: #093a21;
  flex-basis: 55%;
  font-weight: 600;
  font-size: 16px;
}

#opleidingskalender li.event .location {
  color: #777;
  flex-basis: 20%;
  text-transform: capitalize;
  font-size: 16px;
}

#opleidingskalender li.event .participants {
  color: #777;
  font-size: 16px;
}

#opleidingskalender li.event div {
  flex-basis: 15%;
  text-align: right;
}

#opleidingskalender li.event .lang {
  color: #777;
  flex-basis: 200px;
  text-align: left;
  font-size: 16px;
}

#opleidingskalender .nav svg {
  width: 16px;
  height: 16px;
}

#opleidingskalender .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 24px;
}

#opleidingskalender .nav button {
  border: 1px solid #fc4b01;
  background-color: #fff;
  color: #fc4b01;
  padding: 12px 12px 12px 14px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  border-radius: 8px;
}

#opleidingskalender .nav button:first-child {
  padding: 12px 14px 12px 12px;
}

#opleidingskalender .nav button:first-child svg {
  transform: rotate(180deg);
}

#opleidingskalender .nav button:hover {
  background-color: #fc4b01;
  color: #fff;
}

#opleidingskalender .nav button:hover svg path {
  fill: #fff;
}

#opleidingskalender .nav .week-info {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 0 24px;
}

#opleidingskalender .nav .week-info .week {
  font-size: 28px;
  font-weight: 700;
  color: #093a21;
}
#opleidingskalender .nav .week-info .range {
  font-size: 18px;
  color: #093a21;
}
#opleidingskalender li.event .register {
  color: #fc4b01;
  font-weight: 600;
  display: block;
}

#opleidingskalender li.event .full {
  color: #a50c0c;
  font-weight: 600;
  font-size: 16px;
}

.no-events {
  padding: 6px;
}
