.kufertools_logo {
  max-width: 300px;
  max-height: 50px;
}

/* Menü */
.dialog-active {
  background-color: #00285A;
}

nav {
  background-color: #F5F4F7;
} 

.navbar-nav > li > a  {
  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: #00285A;
}

footer a:focus {
color: #fff;
}