.kufertools_logo {
}

/* Menü */
nav {
  background-color: #E8EAF6;
}

.nav > li > a:hover, .nav > li > a:focus,
.nav .open > a, .nav .open > a:focus, 
.nav .open > a:hover {
  background-color: #D2D7F0;
}

.nav > li > a {
  color: #052C5A;
}

/* Blättern */
.pagination > li >  a:hover, .pagination > li > a:focus {
  background-color: #E8EAF6;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #24557A;
  border: 1px solid #24557A;
}


/* Reiter */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #24557A;
}


/* Falls die Standard-Farbe der KuferTools geändert werden soll, kann dies hier gemacht werden. */
/* Footer */
footer {
  background-color: #E8EAF6;
  color: #052C5A;
}

footer a, footer a:focus, footer a:hover {
color:  #052C5A;
}


footer .table-responsive { 
  display: block;
  width: auto;
  overflow-x: auto;
}

footer .table {
  border: none;
}

footer .table > tbody > tr > td, 
footer .table > tbody > tr > th, 
footer .table > tfoot > tr > td, 
footer .table > tfoot > tr > th, 
footer .table > thead > tr > td, 
footer .table > thead > tr > th  {
  border: none;
  padding-top: 4px; 
  padding-bottom: 4px;
}


/* Success Buttons */
.btn-success {
  background-color: #E0000F;  /* rot */
  border-color:#e30513;
}

.btn-success:hover {
  background-color: #ba0410;    /* dunkleres rot */
  border-color:#ba0410;




