.sonder-boxen {
  margin-bottom: 20px;
}

.termin-tabel {
  margin-top: 45px;
  display: inline-block;
  width: 100%;
  border: 1px solid black;
  padding: 25px 15px;
  border-radius: 5px;
}
.termin-tabel * {
  font-family: "Source Sans Pro", Arial, sans-serif;
}
@media only screen and (min-width: 1186px) {
  .termin-tabel {
    max-width: 466px;
  }
}
.termin-tabel .timeSlotText {
  text-align: left !important;
}
.termin-tabel .timeSlotText-bold {
  font-size: 17px;
  font-weight: 700 !important;
  margin-bottom: 15px;
}
.termin-tabel .timeSlotText-pt {
  padding-top: 0 !important;
}
.termin-tabel #timeSlotBox {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  box-sizing: border-box;
}
.termin-tabel #timeSlotBox .terminBox {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  margin: 0 10px 10px 0;
  background-color: white;
  outline: 1px solid #046bd2;
}
.termin-tabel #timeSlotBox .terminBox .month {
  background-color: #046bd2;
  border: 1px solid #046bd2;
  border-radius: 10px 10px 0 0;
  color: white;
  text-align: center;
  font-size: 18px;
}
.termin-tabel #timeSlotBox .terminBox .day {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}
.termin-tabel #timeSlotBox .terminBox .weitereTermine {
  font-size: 12px;
}

/*# sourceMappingURL=termin-style.css.map */
