/**
 * In dieser Datei können Sie eigene Anpassungen am CSS für Ihren
 * KuferTools-Auftritt (responsive) einbringen. Bitte nutzen Sie dafür nur diese Datei.
 */ 
header {
  background-color: #00285A; /* orange: #FE6013*/
  color: white;
}
.navbar {
  border-radius: 0;
}

footer {
  background-color: #00285A;
}

nav {
  background-color: #00285A;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #00285A;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #00285A;
  border: 1px solid #00285A;
}


/**
 Darstellung Online-Klassenbuch
*/
.anw_status_select label,
.anw_extra_status_select label {
  padding: 5px;
  margin-left: 5px;
}