/* Abschnitt 7 / Kapitel 59-62 / Ordner Webapps / memory_Final
   neu sind: img(Bilderordner) und sound (für Ton)  
   styles.css im Ordner css
   Memory Spiel                                              */


body {
	overflow: hidden;
	background-color: rgb(246, 246, 132);
}

.karte {
	display: block;
	position: absolute;
	width: 9.05%;
	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;
}

#b1 {
	top: 10.23%;
	left: 5.58%;
	height: 16.11%;
}

#b5 {
	top: 28.81%;
	left: 5.37%;
	height: 16.11%;
	transform: rotate(357deg);
}

#b9 {
	top: 48.29%;
	left: 5.58%;
	height: 16.69%;
}

#b13 {
	top: 67.44%;
	left: 5.36%;
	height: 16.83%;
	transform: rotate(3deg);
}

#b2 {
	top: 10.08%;
	left: 16.67%;
	height: 16.11%;
	transform: rotate(359deg);
}

#b6 {
	top: 29.26%;
	left: 16.74%;
	height: 16.11%;
}

#b10 {
	top: 48.29%;
	left: 16.74%;
	height: 16.69%;
}

#b14 {
	top: 67.74%;
	left: 16.61%;
	height: 16.82%;
	transform: rotate(359deg);
}

#b3 {
	top: 10.23%;
	left: 27.90%;
	height: 16.11%;
}

#b7 {
	top: 29.26%;
	left: 27.90%;
	height: 16.11%;
}

#b11 {
	top: 48.29%;
	left: 27.90%;
	height: 16.69%;
}

#b15 {
	top: 67.90%;
	left: 27.78%;
	height: 16.82%;
}

#b4 {
	top: 9.21%;
	left: 38.59%;
	height: 16.11%;
	transform: rotate(7deg);
}

#b8 {
	top: 29.26%;
	left: 39.06%;
	height: 16.11%;
}

#b12 {
	top: 47.99%;
	left: 38.91%;
	height: 16.69%;
	transform: rotate(2deg);
}

#b16 {
	top: 67.59%;
	left: 38.73%;
	height: 16.82%;
	transform: rotate(358deg);
}

#div17 {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	top: -0.20%;
	left: 58.23%;
	width: 44.93%;
	height: 100.41%;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	background-color: rgb(206, 142, 67);
	border: solid rgb(0, 0, 0) 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.83vw;
	padding: 0px;
	margin: 0px;
}

#div19 {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	top: 7.83%;
	left: 65.31%;
	width: 29.30%;
	height: 15.61%;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0);
	border: solid rgb(0, 0, 0) 0px;
	font-family: Impact, Times;
	font-size: 7.50vw;
	padding: 0px;
	margin: 0px;
}

#start {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	top: 29.81%;
	left: 20.95%;
	width: 56.43%;
	height: 7.62%;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	background-color: rgb(246, 246, 132);
	border: solid rgb(0, 0, 0) 0px;
	border-radius: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.27vw;
	padding: 0px;
	margin: 0px;
}

#versuche {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	top: 70.57%;
	left: 20.95%;
	width: 60.57%;
	height: 11.99%;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.153);
	border: solid rgb(0, 0, 0) 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.83vw;
	padding: 0px;
	margin: 0px;
}

#endeschild {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	top: 20.11%;
	left: 23.42%;
	width: 57.57%;
	height: 43.45%;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	background-color: rgb(77, 216, 76);
	border: solid rgb(0, 0, 0) 9px;
	border-radius: 31px;
	transform: rotate(344deg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.83vw;
	padding: 0px;
	margin: 0px;
}

