body {
	font-family: Arial, sans-serif;
	text-align: center;
	margin-top: 40px;	
	height: 100%;
	margin: 0;
}
html {
	height: 100%;
	margin: 0;
}

.container {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-image: url("/de/los-pruefen/clips/radikales-festhalten-endlose-verunsicherung.jpg?v=1");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	box-sizing: border-box;
	flex-wrap: wrap;
}

div.content{
	background: rgba(0, 0, 0, 0.7);
	padding: 20px;
	width: 100%;
	max-width: 250px;
}

div#ziehung_container{
	display: none;
}

.number {	
	font-size: 48px;
	font-weight: bold;
	margin: 20px 0;
	min-height: 60px;
}

.spin {
	transition: transform 0.1s ease-out;
}

.result {
	display: none;
	font-size: 28px;
	font-size: 30px;
	color: white;
	width: 100%;
	background: rgba(87, 124, 53, 0.7);
	padding: 20px;
	box-sizing: border-box;

.animate {
	height: 60px;
	overflow: hidden;
}