#transBox {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.85);
	z-index: 400;
	ms-touch-action: none;
	touch-action: none;
}

#bildbox {
	position: absolute;	
}


#bildWrapper {
	position: relative;
}

#pfeilLinks, #pfeilRechts {
	position: absolute;	
	top: 50%;
	margin-top: -23px;
	opacity: 0.6;
	/*z-index: 400;*/
}

#pfeilLinks {
	left: -35px;
}

#pfeilRechts {
	right: -35px;
}

#close {
	position: absolute;
	top: 1px;
	right: 0px;	
	opacity: 0.75;
}

#imgDesc {
	position: absolute;
	width: 100%;
	padding: 5px 0px;
	bottom: 0px;
	color: white;
	background-color: rgba(0,0,0,0.7);	
}

#pfeilRechts:hover, #pfeilLinks:hover, #close:hover {
	cursor: pointer;
	opacity: 1;
}

#tools {
	display: none;	
}

#bildPrev, #bildNext {
	display: none;	
}

@media screen and (max-width: 400px) {
	#close {
		width: 23px;
		height: 17px;
		top: 15px;
		right: 15px;	
	}
}