.inner-wrapper {
  padding-top: 75px !important;
}

.header {
  height: 90px !important;
}

.meldung_personalnummer {
  color: #cc0000;
}

.select2-results .select2-highlighted {
  background: #a0a0a0;
  color: #fff;
}

.select2-container-active .select2-choice, .select2-drop-active, .form-control:focus {
  border-color: #1D1D1B;
}

@media only screen and (max-width: 767px) {
  .inner-wrapper {
    padding-top: 58px !important;
  }

  .header {
    height: 63px !important;
    position: fixed;
  }
}