/*
 * Copyright (C) Grosslukass.de - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Lukas Klingelberg <admin@grosslukass.de>, November 2019
 */

html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.container-background {
    width: 100%;
    height: 100%;
    background: #1c2537;
}

.container-background-hex {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: url(../../backgrounds/hexes.png) no-repeat top center fixed;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    overflow: hidden;
}

.container-logo {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: url(../../backgrounds/02.png) no-repeat center center fixed;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    overflow: hidden;
}
.loading {
    display: block;
    position: relative;
    bottom: 80px;
    left: calc(50% - 26px);
    font-size: 50px;
    color: #e0e0e0;
}