@charset "UTF-8";
.message {
  display: none;
  opacity: 0;
  transition: all 0.5s ease;
}
.message.active {
  display: inline;
  opacity: 1;
}

nav {
  margin-bottom: 20px;
}
nav p {
  color: #ffffff;
  margin-right: 10px;
  margin-bottom: 0;
}

.nav-item {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.bg {
  width: 100vw;
  height: 100vh;
  background-image: url("img/dispo_hg.jpg");
  background-size: cover;
}
.bg .container {
  padding-top: 10vh;
}
.bg .container h1 {
  text-align: center;
}
.bg .container h2 {
  text-align: center;
}
.bg .container .col-xl-6,
.bg .container .col-xl-10 {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 10px;
  border-radius: 5px;
}

.abschnitt_login {
  padding-bottom: 25px;
}

.table-danger td {
  background-color: rgba(255, 0, 0, 0.5);
}

.alert h3 {
  font-size: 1.5rem;
}

.raureif_hidden {
  display: none;
}

@media only screen and (max-width: 767px) {
  .bg .container {
    padding-top: 10px;
  }
  .row {
    flex-wrap: wrap;
  }
  .row .col-sm-4,
  .row .col-sm-8,
  .row .form_element_half {
    width: 100%;
  }
  .nav-item,
  .navbar-collapse {
    text-align: right;
    border: none;
  }
  .navbar-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  }
  .navbar-text {
    display: block;
    margin-top: 10px;
    color: #ffffff !important;
  }
  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    border: 1px solid #ccc;
  }
  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 3px 0 3px 47% !important;
  }
  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  /*
  Label the data
  */
  .kreuzung td:nth-of-type(1):before {
    content: "Abschnitt";
    font-weight: bold;
  }
  .kreuzung td:nth-of-type(2):before {
    content: "Überquerung";
    font-weight: bold;
  }
  .kreuzung td:nth-of-type(3):before {
    content: "Notfall-Kontakt";
    font-weight: bold;
  }
  .belegung td:nth-of-type(1):before {
    content: "Von";
  }
  .belegung td:nth-of-type(2):before {
    content: "Strecke";
  }
  .belegung td:nth-of-type(3):before {
    content: "Belegungsgrund";
  }
  .belegung td:nth-of-type(4):before {
    content: "Schlüssel";
  }
  .belegung td:nth-of-type(5):before {
    content: "Eisenbahnkreuzungen";
  }
  .belegung td:nth-of-type(6):before {
    content: "Bemerkung";
  }
  .belegung td:nth-of-type(7):before {
    content: "Benutzer";
  }
  .belegung td:nth-of-type(8):before {
    content: "Tel.";
  }
  .belegung.bearbeiten td:nth-of-type(1):before {
    content: "auswählen";
  }
  .belegung.bearbeiten td:nth-of-type(2):before {
    content: "Von";
  }
  .belegung.bearbeiten td:nth-of-type(3):before {
    content: "Strecke";
  }
  .belegung.bearbeiten td:nth-of-type(4):before {
    content: "Belegungsgrund";
  }
  .belegung.bearbeiten td:nth-of-type(5):before {
    content: "Schlüssel";
  }
  .belegung.bearbeiten td:nth-of-type(6):before {
    content: "Bemerkung";
  }
  .belegung.bearbeiten td:nth-of-type(7):before {
    content: "Benutzer";
  }
  .belegung.bearbeiten td:nth-of-type(8):before {
    content: "Tel.";
  }
  .reservierung td:nth-of-type(1):before {
    content: "Von";
  }
  .reservierung td:nth-of-type(2):before {
    content: "Bis";
  }
  .reservierung td:nth-of-type(3):before {
    content: "Strecke";
  }
  .reservierung td:nth-of-type(4):before {
    content: "Belegungsgrund";
  }
  .reservierung td:nth-of-type(5):before {
    content: "Bemerkung";
  }
  .reservierung td:nth-of-type(6):before {
    content: "Benutzer";
  }
  .reservierung td:nth-of-type(7):before {
    content: "Tel.";
  }
  .reservierung.bearbeiten td:nth-of-type(1):before {
    content: "auswählen";
  }
  .reservierung.bearbeiten td:nth-of-type(2):before {
    content: "Von";
  }
  .reservierung.bearbeiten td:nth-of-type(3):before {
    content: "Bis";
  }
  .reservierung.bearbeiten td:nth-of-type(4):before {
    content: "Strecke";
  }
  .reservierung.bearbeiten td:nth-of-type(5):before {
    content: "Belegungsgrund";
  }
  .reservierung.bearbeiten td:nth-of-type(6):before {
    content: "Bemerkung";
  }
  .reservierung.bearbeiten td:nth-of-type(7):before {
    content: "Benutzer";
  }
  .reservierung.bearbeiten td:nth-of-type(8):before {
    content: "Tel.";
  }
  .logfiles td:nth-of-type(1):before {
    content: "ID";
  }
  .logfiles td:nth-of-type(2):before {
    content: "Benutzer";
  }
  .logfiles td:nth-of-type(3):before {
    content: "Strecke";
  }
  .logfiles td:nth-of-type(4):before {
    content: "Belegungsgrund";
  }
  .logfiles td:nth-of-type(5):before {
    content: "Schlüssel";
  }
  .logfiles td:nth-of-type(6):before {
    content: "von";
  }
  .logfiles td:nth-of-type(7):before {
    content: "bis";
  }
  .logfiles td:nth-of-type(8):before {
    content: "Bemerkung";
  }
  .logfiles td:nth-of-type(9):before {
    content: "Bezeichnung";
  }
  .logfiles td:nth-of-type(10):before {
    content: "Firma";
  }
  .logfiles td:nth-of-type(11):before {
    content: "Telefon";
  }
  .logfiles td:nth-of-type(12):before {
    content: "Timestamp";
  }
  .logfiles td:nth-of-type(13):before {
    content: "Aktiv";
  }
  .logfiles td:nth-of-type(14):before {
    content: "Reservierung";
  }
  .information td {
    padding-left: 6px !important;
  }
  .information td:before {
    content: none;
  }
  .logfilesInformationen td:nth-of-type(1):before {
    content: "ID";
  }
  .logfilesInformationen td:nth-of-type(2):before {
    content: "Benutzer";
  }
  .logfilesInformationen td:nth-of-type(3):before {
    content: "Information";
  }
  .logfilesInformationen td:nth-of-type(4):before {
    content: "Gelöscht";
  }
  .logfilesInformationen td:nth-of-type(5):before {
    content: "Timestamp";
  }
}/*# sourceMappingURL=style.css.map */