/* Serial Recall CSS Design. */

.box {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 300px;
	color: black;
	margin: -150px 0 0 -150px;
	border-style: solid;
	border-color: black;
}

.zahlen_anzeige_style {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 300px;
	color: black;
	margin: -150px 0 0 -150px;
	font-size: 400%;
	text-align: center;
	vertical-align: middle;
	line-height: 300px;
}

.input_feld {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 7vw;
	height: 7vw;
	color: black;
	border-style: solid;
	border-color: black;
	font-size: 4vw;
	text-align: center;
	cursor: pointer;
}

#Welcome {
	padding: 1rem 1rem;
}

#Bye {
	padding: 1rem 1rem;
}

#Infotext {
	position: fixed;
	top: 80%;
	height: 20%;
	width: 100%;
	color: black;
	font-size: 1vw;
	font-style: italic;
	z-index: -1;
}

#Testrunde {
	position: fixed;
	top: 90%;
	height: 20%;
	width: 100%;
	color: blue;
	font-size: 1vw;
	font-style: italic;
}

#place {
	height: 3.5vw;
	width: 100%;	
}

#place2 {
	height: 3.5vw;
	width: 100%;	
}

#logoimage {
	max-width:100%;
	max-height:100%;
}

#logoimage2 {
	max-width:100%;
	max-height:100%;
}

#ID_Anzeige {
	font-size: 1.3vw;
	color: red;
}

#ID_Label {
	font-size: 1.3vw;
	float: left;
}