html, body {
	width: auto;
	height: auto;
}

body {
	background-color: #D9FCFF;
	font-family: "Calibri", "New Romans", "Gardamont";
}

.Links a:hover {
	color: #E1EBED;
	text-decoration: none;
}

a:link {
	color: #435052;
	text-decoration: none;
}

a: active {
	color: #435052;
	text-decoration: none;
}

a:visited {
	color: #435052;
	text-decoration: none;
}

.IndexTextScreen {
	position: relative;
	top: 28%;
	color: #435052;
	font-size: 24px;
	font-weight: 800;
	text-align: center;
}

#PlatzHalter {
	align-items: center;
}

#Choose {
	position: relative;
	left: 41%;
	width: 600px;
	color: #435052;
	font-size: 30px;
	font-weight: 800;
	top: 70px;
}

#IndexBehindBottonsAnimation {
	position: absolute;
	top: 20%;
	left: 18%;
	right: 20%;
	background-color: #23C4CC;
	border-radius: 100px;
	width: 0.4%;
	height: 1%;
	animation: BottonToQube 3s forwards;
}

.FormatSizeBoxes3440 {
	display: inline-block;
	background-color: #A5F0F2;
	border-radius: 50px;	
	position: absolute;
	top: 30%;
	left: 30%;
	width: 10%;
	height:15%;
	opacity: 0.0;
	animation: FormatSizeBoxesTime 2s forwards;
	animation-delay: 3s
}

.FormatSizeBoxes1920 {
	display: inline-block;
	background-color: #A5F0F2;
	border-radius: 50px;	
	position: absolute;
	top: 30%;
	left: 43%;
	width: 10%;
	height:15%;
	opacity: 0.0;
	animation: FormatSizeBoxesTime 2s forwards;
	animation-delay: 3s
}

.FormatSizeBoxesMobil {
	display: inline-block;
	background-color: #A5F0F2;
	border-radius: 50px;	
	position: absolute;
	top: 30%;
	left: 56%;
	width: 10%;
	height:15%;
	opacity: 0.0;
	animation: FormatSizeBoxesTime 2s forwards;
	animation-delay: 3s
}

@keyframes BottonToQube {
    from {width: 0.4%;
		height: 1%;
}
    to {width: 60%;
		height: 35%;
}
}

@keyframes FormatSizeBoxesTime {
	from {opacity: 0.0}
	to{opacity: 0.8}
}