/* Menü */
nav,  .dialog-active {
  background-color: #00A4B7;
}

/* 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: #00A4B7;
  border: 1px solid #00A4B7;
}

/* Reiter */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #00A4B7;
}

footer {
  background-color: #505050;
}

footer a:focus {
color: #fff;
}


/* Success Buttons */
.btn-success {
  background-color: #00A4B7; /* grün */
  border-color: #00A4B7;
}

.btn-success:hover {
  background-color: #008D9E;    /* dunkleres grün */
  border-color: #008D9E;
}
