/* -------------------------------------------------------------------*/
/* General & Basic Styles
/* -------------------------------------------------------------------*/

html,
body {
    width: 100%;
    height: 100%;
}

body {
    background-image: url('../img/coming-soon.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
}


/* -------------------------------------------------------------------*/
/* Content Basic Styles
/* -------------------------------------------------------------------*/

span.tab80 {
    display: block;
    float: left;
    width: 80px;
}


/* -------------------------------------------------------------------*/
/* Header
/* -------------------------------------------------------------------*/

.cover {
    position: relative;
    height: 100%;
}

.cover-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

/* -------------------------------------------------------------------*/
/* Impressum
/* -------------------------------------------------------------------*/

#impressum {
    display: none;
    background-color: #dadada;
}

#impressum .container-fluid {
    padding: 0;
}

#impressum .impressum-inner {
    padding: 20px;
    text-align: left;
}

#impressum p {
    font-size: 14px;
}

#impressum h5 {
    margin-top: 25px;
    margin-bottom: 5px;
    font-weight: bold;
}