/* TEMP STARTS */

/* .collapse {
  display: block !important;
  height: auto !important;
  visibility: visible !important;
} */

/* TEMP ENDS */

#opening-times {
  padding: 0;
  margin-bottom: 5em;
}
/* Order nach Status möglich */
.collapse-body{
  display: flex;
  flex-direction: column;
}
.einrichtung {
  margin-bottom: 1rem;
  display: block;
  background: #e4e5e5;
  overflow: hidden;
}
.einrichtung h3 {
  margin-top: 0;
  margin-bottom: 0.3em;
  font-size: 2.5rem;
}
.einrichtung.mit-stoerer {
  width: 100%;
}
.oeffnungszeiten {
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 1.8rem;
  align-items: flex-start;
}
.oeffnungszeiten.mit-stoerer {
}

.oeffnungszeiten .oeffnungszeiten-column {
  width: 50%;
  padding-right: 2rem;
}

.oeffnungszeiten.mit-stoerer .oeffnungszeiten-column {
}

.gastro_alert {
  margin: 0 2rem 2rem 2rem;
  display: block;
  overflow: hidden;
}

.gastro_alert .alert {
  padding-top: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  height: auto;
}

.gastro_alert .alert:last-child {
  margin-bottom: 0;
}

.gastro_ausnahmen {
  font-size: 1rem !important;
  font-weight: bold !important;
  margin-top: 1.75em;
  margin-bottom: 0.25em !important;
}

.time-notes {
  display: block;
  margin-top: 3.5rem;
}

.time-notes p {
  font-size: inherit;
}
.ampel {
  border-radius: 50%;
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-left: 0.25em;
  margin-bottom: 0.1em;
}

.opening-status {
  padding: 0.3rem 0.8rem;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
}

.opening-status.open {
  background: #63bd7c;
  color: #fff;
}

.opening-status.closed,
.opening-status.holiday {
  background: none;
  color: #ff505c;
  border: 1px solid #ff505c;
}

.opening-status.closing {
  background: #c09b42;
  color: #fff;
}

.opening-status.opening {
  background: none;
  color: #000;
  border: 1px solid #63bd7c;
}

.oeffnungszeiten .contenttable {
  margin-top: 0.75rem;
  margin-bottom: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

/* @media screen and (max-width: 425px) {
  .einrichtung.mit-stoerer {
    flex-direction: column-reverse;
  }
  .oeffnungszeiten.mit-stoerer {
    width: 100%;
  }
  .gastro_alert {
    width: 100%;
  }
  .oeffnungszeiten .contenttable,
  .time-notes {
    font-size: 12px;
  }
} */

.opening-times,
.exceptions {
  display: block;
}

.opening-times {
  margin-top: 0.6rem;
}

.opening-times .date,
.exceptions .date {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.opening-times .date .day,
.exceptions .date .day {
  width: 100px;
  font-weight: bold;
}

.opening-times .date .time,
.exceptions .date .time {
}

.exceptions {
  margin-top: 1.75rem;
}

.exceptions .exceptions-title {
  padding-left: 100px;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 525px) {
  .exceptions .exceptions-title {
    padding-left: 0;
  }
  .oeffnungszeiten .oeffnungszeiten-column {
    width: 100%;
  }
  .opening-times{margin-top: 1.6rem;}
}