body {
    background-image: url(../img/bg-wachbuch-white.jpg) !important;
    background-color: #0f1d38;
    background-position: right bottom !important;
    /* Center the image */
    background-repeat: no-repeat !important;
    /* Do not repeat the image */
    background-size: cover !important;
    /* Resize the background image to cover the entire container */
    min-height: 100vh !important;

}

.bg-darkblue,
.bg-primary,
.badge-primary,
.btn-primary,
.nav-pills>.nav-item>.active {
    background-color: #1c2a48 !important;
    color: #eee !important;
}

.bg-danger,
.badge-danger,
.btn-danger,
.nav-pills>.nav-item>.active {
    background-color: #c14e4e !important;
    color: #eee !important;
}