/**
 * 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.
 */ 


/* Menü: rot */
nav {
  background-color: #E51111;
}

 /* Falls die Standard-Farbe der KuferTools geändert werden soll, kann dies hier gemacht werden. */
/* Footer */
footer {
  background-color: #F1EDED;
}


/* Reiter */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #E51111;
}

/* Blättern */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #E51111;
  border: 1px solid #E51111;
}


footer, footer a, footer a:hover, footer a:focus {
color: #787878;
}

.btn-success {
  background-color: #00822F;  /* grün */
  border-color: #00822F;
}
