/**
 * 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: #01959F;
}

/* 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: #3D3D3D;
  border: 1px solid #3D3D3D;
}

/* Reiter */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #01B6C2;
}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color:  #01B6C2;
}

.btn-success {
  background-color: #01959F;
}

.btn-success:hover {
  background-color: #01B6C2;
}

/* Footer */
footer {
  background-color: #3D3D3D;
}
 

 
footer a:focus {
color: #fff;
}
