body {
	overflow: hidden;
	background-color: rgb(255, 255, 255);
}

#img1 {
	display: block;
	position: absolute;
	top: 0.00%;
	left: 0.00%;
	width: 100.24%;
	height: 100.41%;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0);
	border: solid rgb(0, 0, 0) 0px;
	margin: 0px;
}

#von_LM {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	/*justify-content: center;*/
	top: 85.74%;
	left: 0.00%;
	width: 72.81%;
	height: 8.08%;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	background-color: rgb(255, 255, 255);
	border: solid rgb(0, 0, 0) 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.83vw;
	padding: 0px;
	margin: 0px;
	user-select: none;
}

#SR_Info {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	top: 83.25%;
	left: 75.72%;
	width: 22.52%;
	height: 17.5%;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	background-color: rgb(255, 255, 255);
	border: solid rgb(0, 0, 0) 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.83vw;
	padding: 0px;
	margin: 0px;
	user-select: none;
}

.expanded {
    position: fixed; /* oder absolute, je nach Bedarf */
    width: 35%;
    height: 35%;
    z-index: 10; /* Stellen Sie sicher, dass dies ausreichend hoch ist, um über anderen Elementen zu liegen */
    transition: all 0.3s; /* Sanfter Übergang für die Größenänderung */
}

.originalSize {
    transition: all 0.3s;
}
