.kufertools_logo {
    max-width: 405px;
}

.boldtype { 
 font-weight: bold;
 }
 
/* Menü */
nav {
  background-color: #052C5A;
}

/* 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: #052C5A;
  border: 1px solid #052C5A;
}

/* Reiter */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #052C5A;
}

/* Footer */
footer {
  background-color: #052C5A;
}

/* Success Buttons */
.btn-danger {
  background-color: #e000f;  /* rot */
  border-color: #e000f;
}

.btn-danger:hover {
  background-color: #B70511;    /* dunkleres rot */
  border-color: #B70511; 
}

 
footer a:focus {
color: #fff;
}