.frame-type-gplustermine_calendar section {
  padding-top: 35px;
}

.calendarBlock {
  color: #000000;
  font-family: "Hind", sans-serif;
}
.calendarBlock * {
  box-sizing: border-box;
}

.tabNav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tabNav .tabLabel {
  width: 20%;
  appearance: none;
  border: none;
  background: #dcdcdc;
  cursor: pointer;
  padding: 0.6rem 0;
  transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
  font-size: 20px;
  font-family: "HindSemiBold", sans-serif;
  color: #707070;
}
.tabNav .tabLabel:hover {
  color: #005a9c;
}
.tabNav .tabLabel:focus-visible {
  outline: 2px solid #005a9c;
  outline-offset: 2px;
}
.tabNav .tabLabel.active {
  color: #000000;
  font-family: "HindSemiBold", sans-serif;
  background-color: #f7f7f7;
}

.tabSelect {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
  width: 100%;
  padding: 0.6rem 0.75rem;
  font-size: 20px;
  color: #000000;
  background: #dcdcdc;
  border: 1px solid #d9dde2;
  font-family: "HindSemiBold", sans-serif;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23707070' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 16px;
  cursor: pointer;
  padding-left: 24px;
}
.tabSelect:focus {
  outline: 2px solid #005a9c;
  outline-offset: 2px;
}

@media (max-width: 992px) {
  .tabNav {
    display: none;
  }
  .tabSelect {
    display: block;
  }
}
.dayBlock {
  display: none;
}
.dayBlock.active {
  display: block;
}
.dayBlock h3 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.calendarList {
  list-style: none;
  margin: 0;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background: #f7f7f7;
}

.calendarEntry {
  background: white;
  padding: 0.9rem 1.1rem;
}
.calendarEntry .standort {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.35rem;
  font-family: "HindSemiBold", sans-serif;
  color: var(--standort-color, #005a9c);
}
.calendarEntry .titelzeile {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.calendarEntry .zeitraum {
  margin: 0;
  display: flex;
  gap: 0.6rem;
  align-items: baseline;
  flex-wrap: wrap;
}
.calendarEntry .zeitraum .uhrzeit {
  width: 110px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.calendarEntry .zeitraum .titel {
  font-family: "HindSemiBold", sans-serif;
  color: #707070;
}
.calendarEntry .showmore {
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  color: #000000;
  text-decoration: underline;
  transition: color 0.15s ease;
}
.calendarEntry .showmore:hover {
  color: #005a9c;
}
.calendarEntry .showmore:focus-visible {
  outline: 2px solid #005a9c;
  outline-offset: 2px;
}
.calendarEntry .zusatzhinweis {
  margin: 0.6rem 0 0;
  font-family: "HindSemiBold", sans-serif;
}
.calendarEntry .beschreibung {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.25s ease, opacity 0.25s ease, margin 0.25s ease;
}
.calendarEntry.open .showmore {
  color: #8e8e8e;
}
.calendarEntry.open .beschreibung {
  max-height: 40rem;
  opacity: 1;
  margin-top: 0.6rem;
  padding-top: 10px;
  color: #000000;
}

.noEntries {
  margin: 0;
  padding: 1rem;
  color: #8e8e8e;
  font-style: italic;
}

/*# sourceMappingURL=termine.css.map */
