/* Allgemeine Einstellungen */
:root {
  --tool_header_text_color:			#E0E0E0;
}
* {
    box-sizing: border-box;
  }
 html{
 	width: 600px;
    margin: 0 auto;
 } 
 #headerID{
  	text-align: center; 
}
 #contentID{
  	text-align: center; 
}
#kugelnDivId, #headerID{
	height: 			100px;
	padding-top: 		5px;
	display: 			flex;
    justify-content: 	flex-start;
}
#kugel1Id, #kugel2Id, #kugel3Id, #kugel4Id, #kugel5Id {
	text-align: center;
	flex: 	120px 0 0;
}
#headerTextId {
	text-align: center;
	flex: 	500px 0 0;
}
#headerBildId {
	text-align: center;
	flex: 	80px 0 0;
}
#audio1Id, #audio2Id, #audio3Id, #audio4Id, #audio5Id {
	text-align: center;
}
#footerDivId {
	text-align: center;
	font-size: 10px;
	color: gray;
}