
.schausontag-content{
  max-width: 100em;
  margin: auto;
  margin-bottom: 8em;
  /*box-shadow: 0px 40px 25px -25px #00000047;*/
  display: grid;
  grid-template-columns: 1fr 1fr; /* Definiert zwei Spalten */
  grid-gap: 10px; /* Abstand zwischen den Spalten */
}

.schausontag-headline{
  width: 100%;
  text-align: center;
  font-size: 2em !important;
  margin-bottom: 0em;
  line-height: 35px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.schausontag-description{
  width: 100%;
  font-size: 1.1em;
  max-width: 475px;
  margin: auto !important;
  margin-bottom: 20px !important;
  margin-top: 28px !important;
  padding: 15px;
  text-align: justify;
}

.schausontag-datum-zeit{
  min-height: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #11438f;
}

.schausontag-content > .schausontag-datum-zeit:last-child {
    grid-column: 1 / -1; /* Lässt das letzte Element sich über alle Spalten erstrecken */
}

.schausontag-span{
  width: 100%;
  max-width: 16em;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  padding: 5px;
}

.schausontag-datum-zeit span {
    border-right: 0.5px solid #fff;
}

.schausontag-datum-zeit span:last-child {
    border-right: none; /* Entfernt die Grenze vom letzten span-Element */
}


@media screen and (max-width: 888px)  {
  .schausontag-datum-zeit span {
      border-right: none;
  }

}

@media screen and (max-width: 910px)  {
  .schausontag-content {
      grid-template-columns: none; /* Definiert zwei Spalten */
  }

  .schausontag-headline{
    margin-top: 1em;
  }

}
