*{
margin:0;
padding:0;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
    
}
body{
box-sizing:border-box;
}
#game{

width:880px; /*800,800*/
height:520px;
background-image:url("results/Hintergrund-ohne.png");
background-color:lightblue;
margin-left:auto;
margin-right:auto;
position:fixed;
margin-top:522px;

}
#playbutton{
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:210px;
	width:200px;
	height:100px;
	cursor:pointer;
	background-image:url("results/playbutton.png")
	}
#playbutton:hover{
	background-image:url("results/playbutton_hover.png");
	border-radius:20px;
	}
#story_area{
	/*background-color:black; /* Story Background, exchange with a picture*/
    background-image: url("results/Story-Board.png");
    width: 880px;
    height: 125px;
    margin-top: 80px;
    box-sizing: border-box;
    position: fixed;
    bottom: 0px;
    color: hsla(80, 100%, 59%, 0.75);
    font-family: tahoma;
    font-size: 19px;
    z-index: 3;
    font-weight: bolder;
}
#story_text{
  margin-top:25px;
  margin-left:25px;
  text-shadow: 1px 2px #000000;
}
#story_text span{
    color: White;
    cursor: pointer;
    position: absolute;

}
#winlayer{
background-image:url('results/shadow.png');
color:lime;
font-size:30pt;
z-index:1000;
position:absolute;
height:520px;
width:880px;
margin-top:-325px;
margin-left:-1px;
}
#wintext{
color:orange;
text-shadow:1px 2px #000;
}
#nextAufgabe{
cursor:pointer;
}
#nextAufgabe2{
cursor:pointer;
}
#gender{
margin-left:15px;
}
#weiblich , #maennlich{
    cursor: pointer;
    border-radius: 5px;
    margin-left: 7px;
	margin-top:2px;
    margin-right: 7px;

}
#weiblich:hover,#maennlich:hover{

color:black;
box-sizing:border-box;
border-radius:5px;

}
.weiter,.weiter3,.weiter4,.startGame{
top:75px;
left:720px;
}
#startGame:hover{
font-weight:bolder;
color:white;
}
#charakterPicture{
width:300px;
height:400px;
background-image:url('results/Black-Box1.png');
margin-left:20px;
margin-top:20px;
float:left;
}
#charakterImage{
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:89px;
}
#gameEntry {
    width: 500px;
    height: 400px;
    /* background-color: black; */
    margin-top: 20px;
    margin-left: 350px;
    /* border-radius: 25px; */
    background-image: url('results/Black-Box2.png');

}
#gameEntry div{
margin-top:50px;
}
.selection{
  color:white;

  font-size:26pt;
  margin-top:30px;
  margin-left:30px;
  text-align:center;
  margin-right:30px;
  padding-top:20px;
 }
 #play{
 margin-top:20px;
 cursor:pointer;
 text-shadow:1px 1px 1px black;
 }
 .selection:hover{
  color:cyan;
  
  font-size:26pt;
  margin-top:30px;
  margin-left:35px;
 
 }

.selected{
color:black;
box-sizing:border-box;
border-radius:5px;
background-image:url('results/male_Character.png')
}

#gender_{
    color: black;
    width: 880px;
    height: 300px;
    margin-left: 320px;
    margin-top: 195px;
}
#avatar{
    width: 300px;
    height: 90px;
    margin-left: -110px;
    margin-top: -104px;
}
#karte{
  z-index:301;
  width:880px;
  height:440px;
  position:absolute;
  
}
#karte img{


}
#digit{
    position: absolute;
    z-index: 3;
    height: 50px;
    width: 50px;
    /* background-color: black; */
    left: 400px;
    top: 174px;

}
#alterZahl{
    position: absolute;
    margin-left: 15px;
    margin-top: 15px;
    font-size: 15pt;
    text-shadow: black 1px 1px 2px;}
#pfahl{
    position: absolute;
    left: 406px;
    top: 246px;
    background-image: url('results/holz_pfahl.png');
    width: 37px;
    height: 164px;
	z-index:0;
}
#arrowUp{
    position: absolute;
    height:50px;
    width: 50px;
    left: 400px;
    top: 125px;
    z-index: 2;
	cursor:pointer;
    
    background-image: url("results/arrow_top.png");
	}
#arrowDown{
    position: absolute;
    height: 50px;
    width: 50px;
    z-index: 2;
    left: 400px;
    top: 220px;
	background-image: url("results/arrow_down.png");
	cursor:pointer;
}
  
#ageBox{
    width: 250px;
    height: 250px;
    left: 300px;
    background-image: url('results/age_box.png');
    position: absolute;
    top: 50px;
    z-index: 1;}
#arrowUp:hover{
    background-image:url("results/arrow_top_hover.png");
	}

#arrowDown:hover{
background-image: url("results/arrow_down_hover.png");
}
	
#level1 {
  z-index: 300;
  width: 75px;
  position: absolute;
  height: 75px;
  margin-left: 60px;
  background-color: yellow;
  margin-top: 315px;
  border-radius: 30px;
}
#level2 {
  z-index: 300;
  width: 75px;
  position: absolute;
  height: 75px;
  margin-left: 190px;
  background-color: yellow;
  margin-top: 250px;
  border-radius: 30px;
}
#level3 {
  z-index: 300;
  width: 75px;
  position: absolute;
  height: 75px;
  margin-left: 325px;
  background-color: yellow;
  margin-top: 300px;
  border-radius: 30px;
}
#level4 {
  z-index: 300;
  width: 75px;
  position: absolute;
  height: 75px;
  margin-left: 510px;
  background-color: yellow;
  margin-top: 225px;
  border-radius: 30px;
}
#level5 {
  z-index: 300;
  width: 120px;
  position: absolute;
  height: 100px;
  margin-left: 699px;
  background-color: yellow;
  margin-top: 50px;
  border-radius: 30px;
}
#level1_select {
  cursor:pointer;
  z-index: 400;
  width: 75px;
  position: absolute;
  height: 75px;
  margin-left: 60px;
  margin-top: 315px;
  border-radius: 30px;
}
#level2_select {
  z-index: 400;
  width: 75px;
  position: absolute;
  height: 75px;
  margin-left: 190px;
  margin-top: 250px;
  border-radius: 30px;
}
#level3_select {
 cursor:pointer;
  z-index: 400;
  width: 75px;
  position: absolute;
  height: 75px;
  margin-left: 325px;
  margin-top: 300px;
  border-radius: 30px;
}
#level4_select {
  z-index: 400;
  width: 75px;
  position: absolute;
  height: 75px;
  margin-left: 510px;
  margin-top: 225px;
  border-radius: 30px;
}
#level5_select {
 cursor:pointer;
  z-index: 400;
  width: 120px;
  position: absolute;
  height: 100px;
  margin-left: 699px;
  margin-top: 50px;
  border-radius: 30px;
}
#error{
    color: red;
    text-shadow: 2px 2px 2px black;
    margin-left: 25px;}
#player{
height:50px;
width:50px;
background-color:black;
text-align:center;
margin-top:-522px;
font-weight:bolder;
border-left:1px solid black;
margin-left:830px;

}
#player a{
height:50px;
width:50px;
color:white;
position:relative;
top:10px;
}
#player:hover{
border-top:1px solid black;
border-right:1px solid black;
border-bottom:1px solid black;
box-sizing:border-box;
background-color:Gray;
cursor:pointer;
color:black;
}


#audio{
position:absolute;
margin-left:500px;
margin-top:300px;}
#levelchoose{
background-image: url("results/schild.png");
    height: 72px;
    width: 85px;
    top: 53px;
    left: -17px;
    color: white;
    text-shadow: 1px 1px 1px black;
}
#levelchoose ul{

list-style-type:none;
margin-top:22px;
text-align:center;}
#levelchoose li:hover{
background-color:white;
opacity:0.5;
color:cyan;}
#mathe1game{
    color: white;
    background-color: lightblue;
    border: 2px solid black;
    height: 420px;
    width: 880px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    box-sizing: border-box;
}
#vbecher{
position:absolute;
z-index:2;
cursor:pointer;
}
#lbecher{
position:absolute;
margin-left:450px;
z-index:1;
}
#vbecher_drag{
    position: absolute;
    z-index: 3;
    cursor: pointer;
    margin-top: 25px;
    margin-left: -120px;
}
#becher_1{
	z-index:2;
    position: absolute;
    margin-top: 25px;
	margin-left:-120px;
	}
#becher_5{
	z-index:2;
    position: absolute;
    margin-top: 25px;
	margin-left:5px;
	}
#becher{
  margin-left:150px;
  margin-top:50px;
}
#becher_10{
	z-index:2;
	position: absolute;
    margin-top: 25px;
	margin-left:130px
	}
#becher_1nd{
	z-index:1;
    position: absolute;
    margin-top: 25px;
	margin-left:-120px;
	}
#becher_5nd{
	z-index:1;
	position: absolute;
    margin-top: 25px;
	margin-left:5px;
	}
#becher_10nd{
	z-index:1;
	position: absolute;
    margin-top: 25px;
	margin-left:130px
	}
#rechnung{
     position: relative;
    margin-left: 677px;
    z-index: 3;
    margin-top: 130px;
    color: blue;
    text-shadow: 2px 2px 4px black;
    font-size: 65pt;
}
#geschlecht1{
    width: 125px;
    height: 205px;
    position: absolute;
    bottom: 118px;
    left: 307px;
}
    

#geschlecht2{
    width: 125px;
    height: 205px;
    position: absolute;
    bottom: 118px;
    left: 436px;
}
#highscore{
       position: absolute;
    left: 90px;
    top: 33px;
    color: orange;
    font-size: 20pt;
    text-shadow: 2px 2px 2px black;
    font-weight: bolder;
    font-family: cursive;
}
#eispreise{

    background-image: url('results/preiseEis.png');
    width: 400px;
    height: 500px;
    position: absolute;
    left: 250px;
    top: 10px;
	z-index:1;
}
#eisdiele{

    background-image: url('results/preisMitEis.png');
    width: 355px;
    height: 202px;
    position: absolute;
    left: 250px;
    top: 300px;
    z-index: 0;
	 
}
#eissorten{
    margin-top: 90px;
    margin-left: 55px;
    color: whitesmoke;
	
    text-shadow: 1px 1px 1px black;
}
#eissorten span{
margin-left:25px;}
#eisAuswahl{
    position: absolute;
    /* background-color: black; */
    height: 116px;
    width: 367px;
    left: 252px;
    top: 200px;
    z-index: 5;}
	
#eisAuswahl div{
 cursor:pointer;
 /*   background-color: white;*/
    width: 115px;
    height: 150px;
    position: absolute;
	z-index:10;
	
	}
#erdbeer{
left:20px;
}
#waldmeister{


left:135px
}
#himmelblau{
left:250px;
}
#mycursor{
cursor: none;
width: 325px;
height: 75px;
background: url('results/cursor.png') no-repeat right top;
position: absolute;
display: none;
z-index:2000;
top: 0;
left: 0;}
#becherEis{
height:875px;
width:200px;
background:url('results/eistuete.png') no-repeat 0px 50%;
position:absolute;
left:0px;
top:0px;
z-index:10;

}
#preisProEis{
  
    position: absolute;
    height: 100px;
    width: 100px;
    left: 502px;
    z-index: 2;
    top: 74px;
    color: White;
    line-height: 1.8;
}
#theLevel{
    margin-left: 151px;
    margin-top: 11px;
    font-size: 15pt;
    font-weight: bolder;
    color: #56FFF2;
    text-shadow: 3px 2px 2px black;
	z-index: 1001;
    position: absolute;

}
#interfaceIngame{
    background: url('results/interfaceingame.png');
    width: 268px;
    height: 169px;
    position: absolute;
    top: 0px;
    left: -3px;
	z-index:1000;
	}
#winlayer2{

    background-image: url('results/shadow.png');
    color: lime;
    font-size: 30pt;
    z-index: 1000;
    position: absolute;
    height: 520px;
    width: 880px;
    margin-top: -223px;
    margin-left: -1px;
	z-index:2000;

}
#spielAufgabe{
background:url('results/luftpolsterfolie.png') no-repeat 50%;
width:569px;
height:274px;
background-color:#CACACA;
position:absolute;
left:230px;
top:100px;
padding:20px;
border-radius:20px;

}
.einpf{
    background: url('results/geplatzt.png');
    width: 56px;
    height: 52px;
    position: absolute;
    left: 220px;
    top: 121px;
}
#minute{
    position: absolute;
    background-color: black;
    width: 50px;
    height: 50px;
    left: 500px;
    top: 0px;
	color:white;
	background:url('results/zeit.gif');

}
#playername{
	position: absolute;
    z-index: 1001;
    width: 100px;
    height: 50px;
    left: 130px;
    color: orange;
    top: 109px;
    font-size: 15pt;
    font-weight: bolder;
    text-shadow: 3px 2px 2px black;
   
}
#gesamtPunkte{
    position: absolute;
    text-shadow: 1px 1px 1px black;
    font-size: 41pt;
    margin-left: 100px;
    margin-top: 455px;
    color: orange;
}
#nameName{
	    position: absolute;
    left: 120px;
    font-size: 26pt;
    top: 52px;
    color: orange;
    background-color: rgba(0, 0, 0, 0.22);
    text-shadow: 1px 1px 1px black;
    padding: 10px;
}
#Richtig{
	position: absolute;
    left: 100px;
    top: 245px;
    z-index: 31;
    font-size: 50pt;
    color: limegreen;
    text-shadow: 1px 1px 1px black;
    box-shadow: rgba(0, 0, 0, 0.34) 0px 0px 2px 3px;
    border-radius: 35px;
    padding: 5px;
	font-weight:bolder;
	
}
#playAgain{

    color: black;
	height:30px;
	width:112px;
    background-color: aliceblue;
    border-radius: 30px;
    font-size: 12pt;
    padding: 3px;
    position: absolute;
    left: 740px;
    top: 480px;
    border: 2px solid black;
	cursor:pointer;
}
#playAgain:hover{
 color: white;
 background-color: black;
 border:2px solid white;
}
#playAgain a{
display:inline-block;
    font-size: 12pt;
    color: black;
    text-decoration: none;
    padding: 2px;
    font-weight: bolder;
}
#playAgain a:hover{
color:white;

}


