/* =========================
   Taxiway-Schilder – stabil
   ========================= */

.taxiway {
  /* Farben: knallhart festgelegt */
  background: #ffff00 !important;     /* gelb */
  color: #000000 !important;          /* schwarzer Text */
  border: 8px solid #bfbfbf !important;

  /* Layout */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  /* Typo */
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;

  /* Technik */
  box-sizing: border-box !important;
  user-select: none !important;

  /* Anti-Dark-Mode */
  color-scheme: light !important;
  forced-color-adjust: none !important;
  -webkit-text-fill-color: #000000 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

/* =========================
   Größen
   ========================= */

/* 100 x 100 */
.taxiway_100 {
  width: 100px !important;
  height: 100px !important;
  font-size: 28px !important;
}

/* 50 x 50 */
.taxiway_50 {
  width: 50px !important;
  height: 50px !important;
  font-size: 14px !important;
  border-width: 4px !important;
}
