.bgsound__content {
    margin: auto;
    width: 300px;
    text-align: center;
    font-size: 14px;
    margin-top: calc(50vh - 200px);
}

.bgsound__content p {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
   line-height: 1.2;
   margin-top: 0!important;
}

.bgsound__btn, .navinfo__btn, .vr-tour__btn {
    background-color: #fff;
    padding: 12px; 
    color: #000; 
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    border: none; 
    border-radius: 10px;
    margin: auto;
}

.bgsound__btn:hover, .navinfo__btn:hover, .vr-tour__btn:hover  {
    background-color: #0056b3; 
   
}

.allowbtn {
    background-color: #fff!important;
    padding: 12px!important;
    color: #000!important;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif!important;
    border: 1px solid #000;
    border-radius: 10px!important;
    margin: auto!important;
}

.allowbtn:hover {
    background-color: #0056b3!important; 
    border: 1px solid #0056b3!important;
}


.sensorallowedbox {
    text-align: center!important;
}

.a-dialog-text {
    text-align: center!important;
}

.bgsound__img img {
    margin-top: 24px;
    width: 100%;
}

.bgsound__wrapper, .android__navinfo  {
    background-color: #000;
    background-image: url(/texturen/bg.jpg);
    width:100vw; 
    height:100vh; 
    padding: 24px;
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index:999; 
    cursor: pointer; 
    display: none; 
    font-family: arial;
}

.android__navinfo {
    z-index: 999999!important;
    padding: 0!important;
}



#myEnterVRButton {
    position: absolute;
    left: calc(50vw - 23px);
    top: calc(50vh + 120px);
    z-index: 999;
    padding: 8px 12px;
    
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.divers-vr-btn {
    top: calc(50vh - 32px)!important;
}




#myEnterARButton {
   display: none;
   z-index: 999;
}

.video__wrapper {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: flex;
    justify-content: center;
}

.bgvideo {
    
   width: 100vw;
    
}

.after-loading {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100vw;
    height: 100vh;
    background-image: url(/texturen/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: arial;
    font-weight: normal;
    color: #fff;
}

.after-loading__content {
    width: 300px;
    margin: auto;
    margin-top: calc(50vh - 200px);
    text-align: center;
    line-height: 1.2;
}

#bm {
    width: 100px;
    margin: auto;
}


.a-orientation-modal {
    background: url(/loader/phone.svg) center/50% 50% no-repeat rgb(151 118 118);
    background-color: #000;
    color: #fff!important;
}

.a-orientation-modal:after {
    color: #fff!important;
    margin-top: 64px!important;
}

.progressbarwrapper {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.progressbarwrapper svg {
    width: 40px;
    margin-left: 8px;
}


.vr-tour-start {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    z-index: 8;
    background-image: url(/texturen/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


.DIALOG_DENY_BUTTON_CLASS {
    display: none!important;
}

.vr-tour-start__wrapper {
    display: flex;
    flex-direction: column!important;
    justify-content: center;
    align-items: center;

}

.vr-tour-start__wrapper p {
    text-align: center; 
    color: #fff; 
    font-family: arial;
    margin-top: 24px;
}
