/* Custom CSS Buchhandlung Marabu */

/* Navigation */
.nav li a:hover,
.logout:hover {
  color: #BC1124;
}
.nav .active a {
  color: #BC1124;
}
#breadcrumb a:hover {
  color: #BC1124;
}

/* Content */
h1,
h2,
h3 {
  color: #BC1124;
}
.content a {
  color: #BC1124;
}
.content a:hover,
.content a:focus {
  color: #EC273D;
}
input[type="submit"] {
  background-color: #BC1124;
}
