#Spielwelt {
cursor:pointer;

}

#Titel {
cursor:pointer;
}

#Level {
cursor:pointer;
}

#Credits {
cursor:pointer;
}

#Impressum {
cursor:pointer;
}

#Feedback {
cursor:pointer;
}

#Fertig {
cursor:pointer;
}

#Check {
cursor:pointer;
}

#Trashcan {
cursor:pointer;
}

#Zeichenmodus {
cursor:pointer;
}

#Stift {
cursor:pointer;
}

#Radierer {
cursor:pointer;
}

#Play {
cursor:pointer;
}

#Schieberegler {
cursor:pointer;
}

#Punkte {
cursor:pointer;
}

#Zeit {
cursor:pointer;
}

#Vektoren {
cursor:pointer;
}

#X_Punkt {
cursor:pointer;
}

#Spielfigur {
cursor:pointer;
}

#Schild {
cursor:pointer;
}

#Textfeld {
cursor:pointer;
}

#Zeichenflaeche {
cursor:pointer;
}

#Zeichenflaeche_Auswahl {
cursor:pointer;
}



#game_ui_container {
width:70%;
background: url('pictures/game_ui.png');
background-size: 100%;
border-radius:5px;
}

#game_ui_explanation {
width:27%;
border-radius:5px;
overflow-x:hidden;
 margin-top: -200px;
 font-size:85%;
}

#game_ui_explanation p {
display:inline;
font-size:125%;
}


#headline_div_instructions {
	position: absolute;
	text-align: left;
	font-family: 'Finger Paint', cursive;
	z-index:10000;
}

#headline_div_instructions span {
  display: block;
  position: relative;
}

#instructions_container {
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.90);
	z-index: 100000;
	position: absolute;
	overflow:hidden;
	visibility:hidden;

}

#instructions_text_container {
	height:80%;
	width:80%;
	top:10%;
	left:10%;
	background: url('pictures/Background_credits.png');
	position: absolute;
	overflow:hidden;
	font-family: 'Finger Paint', cursive;
	border-style:solid;
	border-color:black;
}

#instructions_text_container_close_button {
	width:5%;
	background-color: rgba(44, 58, 77, 0.17);
	position: absolute;
	text-align: center;
	font-family: 'Finger Paint', cursive;
	cursor:pointer;
	border-style: solid;
}

#instructions_text_container_close_button span {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);

}

#instructions_text {
	position: absolute;
	overflow:hidden;
	font-family: 'Finger Paint', cursive;
	overflow-y:auto;
	overflow-x:hidden;
}

#instructions_headline {
	position: absolute;
	overflow:hidden;
	font-family: 'Finger Paint', cursive;
	text-align:center;
}