#smallsearchAnfrage {
    background: #1b71b8 !important;
}
#smallsearchAnfrage h5 {
    color: #fff;
}
.eb_smallsearch button, .eb_smallsearch .submitButton {
    padding: 13px 24px;
    background: #604429;
    color: #fff;
    width: 100%;
    border: 0px;
    margin: 5px 0;
}
.eb_smallsearch button, .eb_smallsearch .submitButton {
    background: #f7b319;
}
#footer {
    background: #1b71b8;
    border-top: 5px solid #f7b319;
}
.navigation li a {
    color: #1b71b8;
    font-size: 20px;
}
.navigation li a:hover {
    background: #1b71b8;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.navigation li.active a {
    color: #fff;
    background: #1b71b8;
}