/**
 * 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.
 */ 

.kufertools_logo {
  max-width: 360px; 
}
 
/* Menü */
nav, .dialog-active {
  background-color: #00285A;
}

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

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

footer {
  background-color: #3D3D3D;
}

footer a:focus {
color: #fff;
}

/* Success Buttons */
.btn-success {
  background-color: #5CB85C;  /* gruen */
  border-color: #5CB85C;
}

.btn-success:hover {
  background-color: #449D44;    /* dunkleres gruen */
  border-color: #449D44;
}


/* Danger Buttons */
.btn-danger {
  background-color: #CD39A1;  /* rot */
  border-color: #e30513;
}

.btn-danger:hover {
  background-color: #ac30bc;    /* dunkleres rot */
  border-color: #ac30bc;
}