.overview-main-class{
    display: block;
    position: relative;
    width: calc(100vw * (890/960)) !important;
    height: calc(100vw * (495/960))  !important;
    border: calc(100vw * (1/960)) solid black;
}


.overview-background-image{
    position: relative;
    display: block;
    width: calc(100vw * (890/960)) !important;
    height: calc(100vw * (495/960))  !important;
}

.overview-main-title{
    position: absolute;
    display: block;
    left:0;
    top:0;
    padding: calc(100vw *(5/960));
    color: white;
    background-color: black;
    font-size: calc(100vw *(16/960));
}

.overview-sub-menu-class{
    display: block;
    position: absolute;
    top: calc(100vw * (-1/960));
    left: calc(100vw * (834/960));
    width: calc(100vw * (61/960));
    height: calc(100vw * (495/960));
    background-color: #142318;
    border-left: solid 1px black;
}

.overview-sub-menu-item-class{
    display: block;
    position: relative;
    width: calc(100vw * (55/960));
    height: calc(100vw * (75/960));
    margin-top: calc(100vw * (15/960));
    background-repeat: no-repeat;
    background-size: 130%;
    background-position: top center;
    color:white;
    left: calc(100vw * (2/960));
}

.overview-sub-menu-item-class span{
    position: absolute;
    display: block;
    top:calc(100vw *(55/960));
    text-align: center;
    font-size: calc(100vw *(11/960));
    height:calc(100vw *(20/960));
    width: 100%;
    user-select: none;
    line-height: calc(100vw *(13/960));
   
}

.overview-panorama-hotspot-class,
.overview-flight-hotspot-class,
.overview-quadrat-hotspot-class,
.overview-drone-arrow-class{
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(100vw * (50/960)) !important;
    height: calc(100vw * (50/960))  !important;
  
    transform-origin: center top;
    z-index: 10;
}

.overview-panorama-hotspot-class{
    z-index: 11;
}

.overview-drone-arrow-class{
    background-image: url("../media/images/maps/icons/VFT_drone_arrow.svg");
    top:calc(100vw * (-30/960));
    left:0;
    background-size: 70%;
    background-position-x: center;
    user-select: none;
    pppointer-events: none;

}

.overview-panorama-hotspot-class:hover,
.overview-flight-hotspot-class:hover,
.overview-quadrat-hotspot-class:hover,
.overview-sub-menu-item-class:hover,
.overview-flight-line-class:hover{
    cursor: pointer;

}

.overview-flight-line-class{

    display: block;
    position: absolute;
    background-repeat: repeat-y;
    background-image: url("../media/images/maps/icons/VFT_drone_dash.svg");
    width: calc(100vw * (50/960)) ;
    height: calc(100vw * (50/960)) ;
    background-position: center;
    transform-origin: center top;
    z-index: 1;
    
}


.overview-panorama-hotspot-class{
    background-image: url("../media/images/maps/icons/VFT_Context_Map_Pano_default.svg");
    background-position: center;
}

.overview-flight-hotspot-class{
    background-image: url("../media/images/maps/icons/VFT_Context_Map_flight_default.svg");
}
.overview-quadrat-hotspot-class{
    background-image: url("../media/images/maps/icons/VFT_Context_Map_quadrat_default.svg");
    background-position: center;
}


.overview-panorama-hotspot-class:hover{
    background-image: url("../media/images/maps/icons/VFT_Context_Map_Pano_hover.svg");
}
/*
.overview-flight-hotspot-class:hover{
    background-image: url("../media/images/maps/icons/VFT_Context_Map_flight_hover.svg");
}*/
.overview-quadrat-hotspot-class:hover{
    background-image: url("../media/images/maps/icons/VFT_Context_Map_quadrat_hover.svg");
}


.overview-panorama-menu-item-hover-class:hover{
    background-image: url("../media/images/maps/icons/VFT_ContextNav_Pano_hover.svg") !important;
}
.overview-flight-menu-item-hover-class:hover{
    background-image: url("../media/images/maps/icons/VFT_ContextNav_flight_hover.svg") !important;
}
.overview-quadrat-menu-item-hover-class:hover{
    background-image: url("../media/images/maps/icons/VFT_ContextNav_quadrat_hover.svg") !important;
}


.overview-text{
    position: relative;
    display: block;
    max-height:calc(100vw * (180/960))  !important;
    width:calc(100vw * (770/960))  !important;
    margin-left:calc(100vw * (70/960))  !important;
  

    border: calc(100vw * (1/960)) solid;
    border-top:none;
    padding:calc(100vw * (10/960));
    padding-top:0;

    background-color:#f5f5f5;
    background-color:rgb(245,245,245);

    border-color:#b1b1b1;
    border-color:rgb(177,177,177);
    overflow: scroll;
}

.overview-text-item-class{
    display:none;
}
.overview-text-class{
    margin-left:  calc(100vw * (10/960));
}
.overview-text-class p{
    padding: 0;
    margin: 0;
    margin: 0 calc(100vw * (22/960));
    margin-bottom: calc(100vw * (8/960));
    margin-left:  calc(100vw * (30/960));
    font-size: calc(100vw * (12/960));
    line-height: calc(100vw * (14/960));
}

.overview-number-class{
  display: inline-block;

    font-size: calc(100vw * (14/960));
    font-weight: bold;
    width: calc(100vw * (18/960));
    height: calc(100vw * (18/960));
    background-color: #222952;
    color: white;
    border-radius: 50%;
    
    text-align: center;
    padding-top: calc(100vw * (2/960));
    vertical-align: middle;
    margin-bottom:calc(100vw * (2/960));
    line-height: calc(100vw * (14/960));
}



.overview-video{

    position: absolute;
    display: none;
    width: calc(100vw * (895/960));
    height: calc(100vw * (495/960));
    left:0;
    top:0;
    background-color: black;
    z-index: 99;

}

.overview-video-player{

    
    width: calc(100vw * (890/960));
    height: calc(100vw * (495/960));
}

.overview-video-close{
    cursor: pointer;
    width: calc(100vw * (40/960));
    height: calc(100vw * (40/960));
    position: relative;
    margin-left: calc(100vw * (830/960));
    top:0;
    position: absolute;
}
