.schiff h1,
.status h2 {
  hyphens: auto;
  overflow-wrap: anywhere;
}

.wert {
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.schiff .icon {
  color: #4877BC;
}

.schiff h1,
.status h2,
.karte p {
  margin: 0;
}

.schiff h1 {
  font-size: clamp(2rem, 9vw, 3.5rem);
  line-height: 1.05;
  text-wrap: balance;
}

.schiff-fehlt {
  border-left: 0.65rem solid #8a4b08;
  background: #fff1dc;
  color: #8a4b08;
}

.schiff-fehlt h1 {
  font-size: clamp(1.6rem, 7vw, 2.6rem);
}

.status {
  border-left: 0.65rem solid currentColor;
}

.status h2 {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.statuspunkt {
  width: 0.85rem;
  height: 0.85rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 0.3rem rgb(255 255 255 / 55%);
}

.status h2 {
  font-size: clamp(1.5rem, 7vw, 2.4rem);
  line-height: 1.15;
}

.status.planmaessig {
  color: #176b44;
  background: #e7f7ee;
}

.status.verspaetet {
  color: #8a4b08;
  background: #fff1dc;
}

.status.sonderfahrt {
  color: #135f8c;
  background: #e5f4fc;
}

.status.keine-fahrt {
  color: #9e2d2d;
  background: #fde9e9;
}

.wert {
  margin-top: 0.2rem !important;
  font-size: clamp(1.6rem, 8vw, 2.8rem);
  font-weight: 750;
  line-height: 1.15;
}

.hinweis p {
  font-size: 1.15rem;
}

.hinweis .icon {
  color: #356fa3;
}

.hinweis p {
  color: #273247;
  font-size: 1.15rem;
  line-height: 1.55;
}

.info {
  min-height: 70vh;
  display: grid;
  place-items: center;
  text-align: center;
}

.info h1 {
  margin: 0;
  font-size: clamp(1.8rem, 8vw, 3rem);
}

.info-inaktiv {
  min-height: 65vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}

.info-inaktiv .icon {
  width: 2.5rem;
  height: 2.5rem;
  color: #356f8f;
}

.info-inaktiv h1 {
  margin: 0.5rem 0 1rem;
  font-size: clamp(2rem, 8vw, 3.5rem);
  line-height: 1.1;
  text-wrap: balance;
}

.info-text {
  margin: 0;
  color: #5b6475;
  font-size: 1.15rem;
  line-height: 1.55;
}

@media (max-width: 23rem) {
  .anleger {
    width: min(100% - 1rem, 44rem);
    gap: 0.75rem;
    padding-block: 0.5rem 1rem;
  }

  .karte {
    padding: 1.1rem;
    border-radius: 1rem;
  }

  .schiff h1 {
    font-size: clamp(1.8rem, 11vw, 2.6rem);
  }

  .status h2 {
    font-size: clamp(1.4rem, 9vw, 2rem);
  }

  .wert {
    font-size: clamp(1.5rem, 9vw, 2.3rem);
  }
}

@media (min-width: 42rem) {
  .anleger {
    padding-block: 2rem 3rem;
  }

  .karte {
    padding: 1.8rem;
  }
}

/* =========================================================
   Heute – Mehrschiffbetrieb
   ========================================================= */

.heute-schiff {
  width: 100%;
  margin-inline: auto;
}

.heute-schiff + .heute-schiff {
  margin-top: 1.5rem;
}

/* Schiffname etwas klarer vom Status trennen */
.heute-schiff .label {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

/* Hinweise erhalten etwas Abstand zu den Fahrtdaten */
.heute-schiff .heute-hinweis {
  margin-top: 1rem;
}

.heute-schiffe {
  width: 100%;
}

.status {
  margin-bottom: 1.5rem;
}

/* Große Bildschirme */
@media (min-width: 48rem) {
  .heute-schiff {
    max-width: 48rem;
  }

  .heute-schiff + .heute-schiff {
    margin-top: 1.75rem;
  }
}

/* Smartphones */
@media (max-width: 36rem) {
  .heute-schiff {
    padding: 1.35rem;
  }

  .heute-schiff + .heute-schiff {
    margin-top: 1rem;
  }

  .heute-schiff .heute-abfahrt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
  }

  .heute-schiff .heute-abfahrt .wert {
    line-height: 1;
  }

  .heute-schiff .heute-route {
    margin-top: 1rem;
  }
}

/* =========================================================
   Heute – Fahrzeiten-Design
   ========================================================= */

.heute-schiffe {
  display: grid;
  gap: 1.5rem;
  width: 100%;
}

.heute-fahrt {
  overflow: hidden;
  width: 100%;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 1rem 2.5rem rgba(50, 76, 110, 0.1);
}

.heute-fahrt__kopf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid rgba(59, 91, 126, 0.14);
}

.heute-fahrt__schiff {
  margin: 0;
  color: var(--farbe-dunkel, #4877bc);
  font-family:
    Roboto Slab;
  font-style: italic;
  font-weight: bolder;
  font-size: clamp(1.35rem, 3vw, 1.8rem);

  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.heute-fahrt__status {
  flex: 0 0 auto;
  max-width: 55%;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
}

.heute-fahrt__status--planmaessig {
  color: #35614b;
  background: #e7f3ec;
}

.heute-fahrt__status--verspaetet {
  color: #80571f;
  background: #fff0cf;
}

.heute-fahrt__status--sonderfahrt {
  color: #39568f;
  background: #e8efff;
}

.heute-fahrt__status--keine-fahrt {
  color: #7a4545;
  background: #f8e5e5;
}

.heute-fahrt__inhalt {
  display: grid;
  grid-template-columns: minmax(16rem, 19rem) minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
  padding: 2rem;
}

.heute-fahrt__zeit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.heute-fahrt__zeit {
  white-space: nowrap;
}

.heute-fahrt__zeit strong {
  color: var(--farbe-blau, #4877bc);
  font-size: clamp(3.5rem, 9vw, 5.5rem);
  font-weight: 800;
  line-height: 0.9;
}

.heute-fahrt__zeit {
  min-width: 0;
  white-space: nowrap;
}

.heute-fahrt__zeit strong {
  display: block;
  font-size: clamp(3.5rem, 8vw, 5.5rem);
}

.heute-fahrt__zeit span {
  margin-top: 0.4rem;
  color: var(--farbe-dunkel, #4877bc);
  font-size: 1.05rem;
  font-weight: 800;
  text-transform: uppercase;
}

.heute-fahrt__details {
  width: 100%;
  min-width: 0;
}

.heute-fahrt__route {
  width: 100%;
  min-width: 0;
  margin: 0;
  color: var(--farbe-blau, #5877bf);
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
}

.heute-fahrt__hinweis {
  margin: 1rem 0 0;
  color: var(--farbe-dunkel, #465166);
  font-size: clamp(1.05rem, 2.5vw, 1.3rem);
  line-height: 1.45;
}

.heute-fahrt--keine-fahrt .heute-fahrt__inhalt {
  grid-template-columns: 1fr;
  display: block;
}

.heute-fahrt--keine-fahrt .heute-fahrt__route {
  max-width: none;
}

.heute-fahrt--keine-fahrt .heute-fahrt__details {
  width: 100%;
}

.heute-fahrt--keine-fahrt .heute-fahrt__hinweis {
  max-width: none;
}

@media (max-width: 42rem) {
  .heute-fahrt__kopf {
    align-items: flex-start;
    gap: 1rem;
    padding: 1.35rem 1.5rem;
  }

  .heute-fahrt__inhalt {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 1.5rem;
  }

  .heute-fahrt__zeit {
    min-width: 0;
  }

  .heute-fahrt__zeit strong {
    font-size: clamp(3.6rem, 18vw, 5rem);
  }

  .heute-fahrt__route {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }
}

@media (max-width: 30rem) {
  .heute-fahrt__kopf {
    flex-direction: column;
  }

  .heute-fahrt__status {
    max-width: 100%;
  }
}

/* =========================================================
   Heute – volle Modulbreite
   ========================================================= */

.heute-schiffe {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.heute-fahrt,
.heute-schiff {
  width: 100%;
  max-width: none;
}

/* =========================================================
   Heute – Seitenhülle
   ========================================================= */

.heute-kopf h1 {
  margin: 0;
  font-size: clamp(2rem, 9vw, 3.5rem);
  line-height: 1.05;
  text-wrap: balance;
}

.heute-rahmen {
  background: #e5f4fc;
}

.heute-rahmen__eintrag {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.25rem;
}

.heute-rahmen__zahl {
  display: grid;
  width: 3.4rem;
  height: 3.4rem;
  place-items: center;
  border: 0.2rem solid #356f8f;
  border-radius: 50%;
  color: #356f8f;
  font-size: 1.5rem;
  font-weight: 800;
}

.heute-rahmen__text {
  margin: 0.15rem 0 0;
  color: #135f8c;
  font-size: 1.25rem;
  font-weight: 750;
}

@media (max-width: 23rem) {
  .heute-rahmen__eintrag {
    align-items: start;
  }

  .heute-rahmen__text {
    font-size: 1.1rem;
  }
}

@media (max-width: 56rem) {
  .heute-fahrt__inhalt {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .heute-fahrt__zeit strong {
    font-size: clamp(3.5rem, 14vw, 5rem);
  }
}

