body { -webkit-touch-callout: none !important; }
a { -webkit-user-select: none !important; }
body::-webkit-scrollbar {
   	width: 0px;
    height: 0px;
	background-color: #000;
}
body::-webkit-scrollbar-thumb {
	background-color: #fff;
}

#slider {
    width: 100%;
    height: 100%;
    top: 0px;
    position: absolute;
	/*background-color: rgba(255, 255, 255, 0.8);*/
	z-index: 200;
}
#querFormat {
    width: 100%;
    height: auto;
	margin-top: 0vh;
}
#hochFormat {
    width: auto;
    height: 100%;
	margin-top: 0vh;
}
#audio {
    width: 20%;
    bottom: 20px;
    position: absolute;
	margin-left: 41%;
	z-index: 500;
}

.mySlides {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.centerQuer {
    width: 100%;
    height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.centerHoch {
    width: auto;
    height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#divFullscreen{
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 1100;
	display: show;
	cursor: pointer;
}
#divInfo{
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 1001;
	display: show;
}
#next {
    bottom: 0px;
    right: 20px;
    position: absolute;
	z-index: 1002;
}
#prew {
    bottom: 0px;
    left: 20px;
    position: absolute;
	z-index: 1003;
}
#nextR {
    top: 0px;
    left: 60%;
    width: 40%;
    height: 99%;
    position: absolute;
	z-index: 1004;
	background-color: transparent;
}
#prewL {
    top: 0px;
    left: 0px;
    width: 40%;
    height: 99%;
    position: absolute;
	z-index: 1005;
	background-color: transparent;
}

