/* Logo im Header ersetzen */
.navbar-brand img {
    content: url("../img/MICROSERVE.png");
    height: 40px;
}
/* Zentrales Logo auf der Anmeldeseite ersetzen */
.login-logo img {
    content: url("../img/Anmeldelogo.png");
    max-width: 300px;
}

/* Ersetzt das zentrale Login-Hintergrundbild */
body {
    background-image: url("../img/HintergrundWeb.png") !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
/*    background-size: 1000px auto !important; */
}
