body { padding: 0; margin: 0 }
#hintergrundfoto {  display: block; position: fixed; left: 0; top: 0; right: 0; bottom: 0; object-fit: cover; }
#unity-container { position: absolute; }
#unity-container.unity-desktop { left: 50%; top: calc(50% - 70px); transform: translate(-50%, -50%) }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background: #231F20 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-footer { position: relative }
#info {
    width: 800px;
    height: 500px;
    position: fixed;
    bottom: 4px;
    background-color: black;
    z-index: 1000;
 
}
#text {
    color: white;
    font-size: 194%;
    text-align: center;
    padding: 50px;
}
#OKButton {
    position: fixed;
    left: calc(50% - 50px);
    width: 100px;
    height: 40px;
    border: 3px;
    background-color: rgb(255 255 255);
    border-radius: 7px;
    cursor: pointer; 
}


.unity-mobile #unity-footer { display: none }

#karotte-logo {
    height: 120px;
    position: relative;
    left: calc(25%);
    cursor: pointer; 
}

 #dihost-Logo {
    position: fixed;
    left: calc(50% - 400px);
    /* right: 0px; */
    height: 90px;
    bottom: 24px;
    background: url(dihost_logo.png) no-repeat 0;
    background-size: 144px;
    width: 150px;
}

#unity-webgl-logo{
    position: fixed;
    right: calc(50% - 400px);
    width: 87px;
    height: 93px;
    bottom: 24px;
    background: url(FH_LOGO_big.png) no-repeat 0;
    background-size: 75px;
    
}

#unity-build-title {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 35px;
    left: calc(50% + 170px);
    bottom: 50px;
    color: #0057a3;
}

#dihostArea {
    background-color: rgb(255, 255, 255);
    position: fixed;
    left: 0;
    right: 0;
    height: 77px;
    bottom: 32px;
}

#unity-fullscreen-button {
    width: 38px;
    height: 48px;
    background: url(fullscreen-button.png) no-repeat center;
    position: absolute;
    top: calc(50% + 268px);
    left: calc(50% + 404px);
    cursor: pointer;
}


