.kufertools_logo {
  max-width: 550px; 
  max-height: 66px;
}

/* Menü */
nav {
  background-color: #78B0E3; /* hellblau */
}

.nav > li > a {
  font-weight: 500; 
  text-transform: uppercase;
}

.dropdown-menu > li > a {
  font-weight: 400;
  text-transform: uppercase;
} 

/* 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: #855dbd;
  border: 1px solid #855dbd;
}

/* Reiter */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #855dbd;
}

/* Footer */
footer {
  background-color: #505050;
}

footer a:focus {
color: #fff;
}

/* Danger Buttons */
.btn-danger {
  background-color: #855dbd;  /* lila */
  border-color: #855dbd;
}

.btn-danger:hover {
  background-color: #774bb6;    /* dunkleres lila */
  border-color: #774bb6;
}

/* Success Buttons */
.btn-success {
  background-color: #00A4B7;  /* gruen */
  border-color: #00A4B7; 
  }

.btn-success:hover {
  background-color: #008D9E;    /* dunkleres gruen */
  border-color: #008D9E;
}

/* Menü und Dialog zum Passwort anfordern (obere Leiste) */
nav, .dialog-active {
  background-color: #78B0E3; /* hellblau */
}