html, body{
    height:100%;
    font-family:'Ubuntu', Arial, sans-serif;
    color:#cbbcab;
    font-size:15px;
    line-height:1.5;
}

body{
    background-color:#000;
    
}

body.bg{
    background:url(../images/kejisar-web-hintergrund.jpg) center center no-repeat;
    background-size:cover;
    overflow:hidden;
}

.unterseite{
    color:#fff;
}

h4{
    font-size:20px;
    text-transform: uppercase;
    margin:40px 0;
}

.displayTable{
    display:table;
    width:100%;
    height:100%;
}

.displayTableCell{
    display:table-cell;
    vertical-align: middle;
    text-align: center;
}

#box br{
    display:none;
}

.rechtliches{
    position: absolute;
    bottom:10px;
    right:15px;
}


.logoBig{
    display:inline-block;
    text-align: center;
}

.logoBig img{
   width:120px;
   display:inline-block;
}

a, a:active, a:visited, a:link{
    color:#cbbcab;
    text-decoration: none;
    transition:.3s all ease;
}


a:hover{
    color:#fff;
    text-decoration: none;

}

#box{
    position: absolute;
    left:50%;
    transform:translateX(-50%);
    top:10%;
    width:240px;
    text-align: center;
}

#box img{
    width:100%;
}

@media (min-width: 360px){
   
}

@media (min-width: 600px){
    #box{
        top:25%;
        width:300px;
        text-align: center;
    }
    #box br{
        display:block;
    }

.rechtliches a, .rechtliches{
    color:#000;
}


.rechtliches a:hover{
    color:#444;
}
}
@media (min-width: 992px){
    #box{
        top:10%;
        width:340px;
        text-align: center;
    }
}
@media (min-width: 1400px){

    #box{
        top:15%;
        width:370px;
        text-align: center;
    }
   
}
