/**
 * 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ü */
nav, .dialog-active {
     background-color: #44A8CA;
}  

/*
.nav > li > a {
  color: #535353;
}         */

/* 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: #44A8CA;
  border: 1px solid #44A8CA;
}

/* Reiter */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #44A8CA;
}

footer {
  background-color: #ED126E;
}

footer a:focus {
color: #fff;
}

.btn-success {
  background-color: #44A8CA;  /* gruen */
  border-color: #44A8CA;
}

.btn-success:hover {
  background-color: #369CBF;    /* dunkleres gruen */
  border-color: #369CBF;
}
