html,
body {
  background: #111;
  height: auto;
  background: linear-gradient(270deg, #e473f0, #000b10, #000000);
  background: linear-gradient(235deg, #762be7, #fc00ff);
  background-repeat: no-repeat;
  height: 100%;
}
.navbar a {
  color: #fff;
}
.navbar .navbar-end .navbar-item {
  height: 40px;
}
.nachrichtenboard {
  color: #fff;
}
.nachrichtenboard h2 {
  font-size: 2em;
  margin-top: 10px;
}
.nachrichtenboard form {
  width: 1135px;
  padding: 10px 20px 20px 20px;
  background: #fff;
  border-radius: 20px;
  margin-top: 10px;
}
.nachrichtenboard form h3 {
  color: #333;
  margin: 0 0 10px 0;
  font-weight: 600;
}
.nachrichtenboard input {
  max-width: 170px;
  color: #333;
}

.nachrichtenboard .file {
  display: inline-block;
}

.nachrichtentable {
  margin-top: 20px;
  color: #fff;
  background-color: transparent;
  border-radius: 20px;
}
.nachrichtentable thead td,
.nachrichtentable thead th,
.nachrichtentable td,
.nachrichtentable th {
  color: #fff;
  border-bottom: 1px solid rgb(255 228 228 / 16%);
}

.nachrichtenboard tbody tr {
  background: rgb(0 0 0 / 7%);
}

.wrapper {
  margin: 20px;
}

.wrapper label {
  color: #fff;
  margin-top: 20px;
  display: block;
}

.wrapper input,
.wrapper select {
  width: 300px;
}

.updated {
  color: #00ff00;
  margin-left: 5px;
}

.updated i {
  font-size: 1em;
  padding: 0 5px;
}

.desc {
  color: #fff;
  font-size: 0.8em;
  max-width: 300px;
}

.fa-info-circle {
  margin-right: 5px;
}

@media only screen and (max-width: 1023px) {
  #navbarTop {
    background-color: #000;
  }
  .ni-user {
    padding-left: 22px;
    margin-top: 20px !important;
  }
  .ni-logout {
    padding-left: 22px;
  }
  .navbar-end {
    text-align: right;
  }
  .navbar-end .navbar-item {
    width: 100%;
  }
}
