body, .modal {
    background-image: url(/img/build/main-background.jpg);
    background-position: center;
    background-size: cover;
}

body.page-moebelix-login .game-container {
    background-image: url(/img/build/login-background.png);
}

body.page-moebelix- .game-container {
    background-image: url(/img/build/home-background.png);
}

body.page-moebelix-tnb .game-container,
body.page-moebelix-datenschutzerklarung .game-container {
    background-image: url(/img/build/tnb-dse-background.png);
}

body.page-moebelix-leaderboard .game-container,
body.page-moebelix-howtoplay .game-container {
    background-image: url(/img/build/top100-background.png);
}

body.page-moebelix-win .game-container,
body.page-moebelix-results .game-container {
    background-image: url(/img/build/win-background.png);
}

body.page-moebelix-gameover .game-container {
    background-image: url(/img/build/gameover-background.png);
}

body.page-moebelix-settings .game-container {
    background-image: url(/img/build/settings-background.png);
}