.ms-Link
{
  color: black;
}
.ms-Button-icon
{
  color: black;
}
.customcard-container {
  border: 1px solid #009183;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-top: 20px;
  font-size: 0.9em;
  min-height: 550px;
  height: 550px;
  overflow-y: auto;
}
.customcard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.customcrd-title {
  font-weight: bold;
}
.abfahrten-logo {
  max-height: 40px;
}
.abfahrt {
  display: flex;
  justify-content: space-between;
 
}
.linienname {
  flex: 0 0 20%;
  font-weight: bold;
  text-align: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: rgb(188, 188, 226);
  color: rgb(48, 48, 41);; /* Komplementärfarbe zu navy */
}
.uhrzeit {
  flex: 0 0 30%;
  align-items: center;
  margin-bottom: 5px;
  padding: 5px 10px;
}
.richtung {
  flex: 0 0 50%;
  align-items: center;
  margin-bottom: 5px;
  padding: 5px 10px;
}
.speiseplan-date {
  font-size: 0.9em;
  color: #6c757d;
}
.speisegruppe {
  margin-bottom: 10px;
}
.speise {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
}
.speise span:first-child {
  flex: 1;
}
.speise span:last-child {
  flex: 0 0 100px; /* Mehr Platz für die Preise */
  text-align: right;
}