
body {
    margin: 0px;
    overflow: hidden;
}

.v3d-container {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
}

.fullscreen-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
    z-index: 1;
}

.fullscreen-open {
    background-image: url('media/fullscreen_open.svg');
}

.fullscreen-close {
    background-image: url('media/fullscreen_close.svg');
}

/* removes tap blinking on ios devices 
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }*/

.Skjermbilde_button {
    position: absolute;
    top: 45px;
    left: 55px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    background-image: url('media/photo-camera-svgrepo-com.svg');    
    transform: translate(-50%,-50%);
    font-size: 18px;
    padding: 8px 12px;
    opacity: 60%;
}

.UI_button2 {
    position: absolute;
    background-color: #87521c;
    color: white;
    font-size: 13px;
    font-family: "karla";
    border: none;
    right: 5%;
    top: 5%;
    padding: 0.7rem 2rem;
    /* margin-right: 5px; */
    /* margin-top: 5px; */
    cursor: pointer;
  }

  .hide2 {
    display: none;
  }