
img {
	display: none;
	position: absolute;
	object-fit: contain;
	max-height:98vH;
	border: 1px dotted black;
}

.svgImg {
	background-color: linen;
}

.notransition {
	transition: none !important;
}

.rechts{
	top: 0px;
	left: 50vW;
}

.links{
	top: 0px;
//	left: 0px;
	transition:all 3s linear;
}

.container {
	border: 1px dotted red;
	width: 98vW;
	height:98vH;
}

div#seitenzahl{
	border: 1px solid red;
	color: red;
	position: absolute;
	top: 2px;
	left: 48vW;
	font-size: 1em;
	padding: 0.2em;
}

div#seitenzahl:hover{
	cursor:pointer;
}

#timerButton {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1000;
}