@font-face {
    font-family:'Helvetica';
    src: url('fonts/Helvetica LT.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:'Helvetica';
    src: url('HelveticaLTOblique.ttf') format('ttf');
    font-weight: normal;
    font-style: italic, oblique;
}

/*GENERAL*/
html, body {
    width: 100%;
    height: 100%;	
    padding: 0;
    margin: 0;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Helvetica", sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-style: normal;
    color: white;
    text-shadow: 1px 1px 3px black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::-webkit-scrollbar{
    width: 0 !important;
}

a{
    color: white;
    opacity: 0.7;
    text-decoration: none;
}

a:hover{
    opacity: 1;
}



/*LOADPAGE*/
.conladen{
    position: fixed;
    width: 100%;
    height: 100%;  
    background-color: white;
	z-index: 10000;
}


.laden{
    position: fixed;
    height: auto;
    width: 80%;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 2vw;
    line-height: 3vw;
    color: black;
    letter-spacing: 0.1vw;
    text-shadow: 1px 1px 2px grey;
}

.conladen:hover{
    cursor: pointer;
}

.laden:hover{
    transform: translate(-49.9%,-49.5%);
    text-shadow: none;
}




/*IMAGES*/

.conImages{
    position: fixed;
    width: 100%;
    height: 100%;    
}


.drag{
    position: relative;
    height: 1719px;
    width: 3181px;
}

.draw_click{
    
}
#draw0, #draw1, #draw2, #draw3, #draw4, #draw5, #draw6, #draw7, #draw8, #draw9{
    position: relative;
    height: auto;
    width: auto;

}

/*MENU*/
/*oben*/
.conMenuleft{
    position: fixed;
    width: auto;
    left:25px;
    top: 25px;
}

.atlasButton, .drawName{
    opacity: 0.7;
}

.infoButton{
    position: fixed;
    width: auto;
    right:25px;
    top: 25px;
    opacity: 0.7; 
    float: right;
    top: 25px;
    right: 25px;
}

.draw_aktiv{
    opacity: 1 !important;
}


/*unten*/
.conBottom{
    position: fixed; 
    display: flex;
    flex-direction: row;
    width: auto;
    height: 25px;
    bottom: 25px;
    left: 25px;
    right: 25px;
}

.datum, .conTimeslider, .zoominButton, .zoomoutButton {
    height: 100%;
    margin-right: 25px;
    width: auto;
    opacity: 0.7; 

}

.datum{
    flex: 0 1 auto;
}

.conTimeslider{
    flex: 1 1 auto;
    padding-left: 12px;
    padding-right: 12px;
}

.Timeslider{
    position: relative;
	width: 100%;
    height: 10%;
    top:45%;
    background: white;
    box-shadow: 1px 1px 3px black;
}

.zoominButton, .zoomoutButton{
    flex: 0 1 25px;
    height: 25px;
    width: 25px;
    filter: drop-shadow(1px 1px 3px black);
}

.zoominButton{
    margin-right: 0px;
}

.atlasButton:hover, .drawName:hover, .infoButton:hover, .conTimeslider:hover, .Timeslider:hover, .zoominButton:hover, .zoomoutButton:hover {
    opacity: 1;
    cursor: pointer;     
}




/* INFOPAGE */

.conInfo{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    overflow: scroll;
    color: black;
    background-color: black;
    text-shadow: none;
    display: none;

}

.closeButton{
    position: fixed;
    width: auto;
    right:25px;
    top: 25px;
    opacity: 0.7; 
    float: right;
    top: 25px;
    right: 25px;
    color: white;
    z-index: 100;
}

.closeButton:hover{
    opacity: 1;
    cursor: pointer;  
}


.textbox{
    position: absolute;
    left: 25px;
    top: 25px;
    right: 25px;
    bottom: 25px;
    line-height: 28px;
    color: white;
}

.textbox img{
    position: relative;
    width: 90%;
    left: 5%;
    height: auto;
    
}

@media only screen
        and (min-device-width: 1000px)
        and (-webkit-min-device-pixel-ratio:2),(min-width:1000px){
            .textbox{
                left: 15%;
                right: 15%;
            }
}


