.kufertools_logo {
  max-width:  420px;
}

header {
  background-color: #052C5A; 
  color: white;
}

/* Menü */
nav,  .dialog-active {
  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 {
  background-color: #052C5A; 
}

footer a:focus {
color: #fff;
}