.startframe p {
    font-size:20px;
}

.rightSide h2 {
    
    font-size: 40px;
    top:50px;
    
}

.rightSide h3 {
    
    font-size: 20px;
    top:30px;
    
}

#mapSegment p {
    font-size:16px;
    top:150px;
}

#mapSegment ol li {
    font-size:16px;
}

.hideInfo {
    right:-100vw;
}

#infoPanel {
    width:100vw;
}

#infoContainer {


}

#mousecursor {
    left:-0vw;
    top:-70px;
}

#handmouse {
    left:-0vw;
    top:100%;
}

#startpage {
    grid-template-columns: 250px auto 0px;
}

.startframe h1 {
    font-size:70px;
}

.startframe h2 {
    font-size:30px;
    margin-bottom:20px;
}

.startframe p {
    padding-right:80px;
    padding-left:80px;
    max-width:500px;
}

.child {
    grid-template-columns: 310px auto 80px;
}

.audioInfo {
    display:none;
}

.audioList {
    width:230px;
    margin-top:20px;
}

.audioList h3, p {
    font-weight: 600;
    font-size: 14px;
}

input[type=range]::-webkit-slider-runnable-track {
    height: 5px;
    background: #ccc;
    border: none;
    border-radius: 3px;
}

.slidecontainer {
    position: absolute;
    top:13px;
    left:42px;
    background-color:transparent;
    padding:0;
    width:160px;
}

.slidePanel img:first-of-type {
    width:20px;
    position: absolute;
    left:18px;
    top:31px;
}

.slidePanel img:last-of-type {
    width:30px;
    position: absolute;
    right:10px;
    top:23px

}

.spot {
    width:50px;
    height:50px;
}

.duoSpot {
    width:50px;
    height:50px;
}

.drawSpot {
    width:50px;
    height:50px;
}

.videoSpot {
    width:50px;
    height:50px;
}

.videoSpotDuo {
    width:50px;
    height:50px;
}