body {
     background:#00394D;
     font-family: 'robotoregular';
     color:#ffffff;
}
 @font-face {
     font-family: 'robotolight';
     src: url('../fonts/roboto-light-webfont.woff2') format('woff2'), url('../fonts/roboto-light-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'robotoregular';
     src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/roboto-regular-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'robotomedium';
     src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'), url('../fonts/roboto-medium-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'robotobold';
     src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'), url('../fonts/roboto-bold-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}


/* game logic  */

#game, #splash, #exitbutton{
display:none;	
}


#pie-animation-1,#pie-animation-2,#pie-animation-mobile-1,#pie-animation-mobile-2 {
display:none;
}




/* end game logic  */ 


/*pie new */ 

figure {
	
	display: inline-block;
	position: relative;
	border-radius:100%;
	margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;

}

.pie-figure-splash{
	border:4px solid #ffffff;
	background-color: #058A60;
	width:370px;
	height:370px;
}

.pie-figure-game{
	border:4px solid #ffffff;
	background-color: #058A60;
	width:300px;
	height:300px;
}

.pie-animation{

	background-color: #00394D;
	width:300px;
	height:300px;
}

.pie-animation img{
	width:100%;
}

.pie-animation svg{
	width:100%;
	height:100%;
}

#pie-figure svg {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: visible;
}

.pie-chart {
	
visibility:hidden;
fill:rgba(0,0,0,0);
stroke-width:31.8309886184;
stroke-dasharray: 0,0,0,100;
stroke-dashoffset: 25;

/*stroke color hellgrün */
stroke:hsl(80, 100%, 46%);

}

.animate{
-webkit-animation: pie-chart-animation 2s 1 ease both;
animation: pie-chart-animation 2s 1 ease both;
}



.pie-center{
	background: #00394d;
	width: 170px;
	height: 170px;
	position: absolute;
	top: 100px;
	left: 100px;
	border-radius: 370px;
	font-size:40px;
	font-family: 'robotomedium';
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}




#game-container, #result-container{
  
     height: calc(100% - 105px);

     display: flex;
     flex-direction: column;
     justify-content: space-between; 
}



#result-body a:link {
  color: #9DE900;
}

#result-body a:visited {
  color: #9DE900;
}


#result-body a:hover {
  color: #F8EE53;
}

#result-body a:active {
  color: #9DE900;
}

#result-text p{
font-size:24px;
margin-inline-end: 20px;
margin-block-end: 0px;
}
	
#result-text #header{
	font-size:46px;	
	 font-family: 'robotobold';
}

#result-image-col{
background-image:url("../img/lebensmittel.svg");
background-size: contain;
background-repeat: no-repeat;
background-position-y: bottom;
transform: translate(0px, 105px);
}


#gamepiechart-col-2{
     display: flex;
     flex-direction: column;
     justify-content: space-evenly; 
     align-items: center;
}
 #gamepiechart-col-3{
     padding-left:20px;
     padding-right:40px;
     display:none;
}



 #row_header{
     margin-top:-8px;
}
 #solutiontext{
     font-size:24px;
     text-align:left;
}
 .ingame_questionbox{

     width:235px;
     height:90px;
     font-family:robotomedium;
     font-size:28px;
     color:#00394D;
     display: flex;
     align-items: center;
     padding-left: 30px;
     position:absolute;
     top:0px;
     left:0px;
}
 .ingame_header{

     font-family:robotomedium;
     font-size:28px;
     color:#9DE900;
     display: flex;
     align-items: center;
     justify-content:center;
     height:90px;
}
 .ingame_question{
     font-family:robotobold;
     font-size:46px;
     line-height: 1.2;
}

 #splash-container{

     height:100%;
     display: flex;
     flex-direction: column;
       justify-content: space-between;
}
 .row{
     margin-top:15px;
     margin-bottom:15px;
     margin-left:0px!important;
     margin-right:0px!important;
}
 .gameheader{
     font-family: 'robotobold';
     font-size:70px;
  
}
 .gamesubtitle{
     font-family: 'robotomedium';
     font-size:42px;
     color:#F8EC52;
}
 #row_title{
   
}
 #row_startbutton{
    
     height:60px;
}


 .lmvbutton{
     background-color: #F8EE53;
     border: none;
     text-decoration: none;
     font-family: 'robotomedium';
     font-size:30px;
     color:#00394C;
     cursor: pointer;
     width:300px;
     height:60px;
     transition: background-color .2s;
	 
	 -webkit-touch-callout: none; 
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none; 
	user-select: none;
}
 .lmvbutton-hover {
     background-color: #ffffff;
}
 #answerbutton1{
     background-color: #058A60;
     color:#ffffff;

}
 #answerbutton2{
     background-color: #9DE900;
     color:#00394C;
	
}
 .answerbutton{
     border: 3px solid rgba(255, 255, 255, 0);
     text-decoration: none;
     font-family: 'robotomedium';
     font-size:28px;
     cursor: pointer;
     width:500px;
     padding-left: 20px;
     padding-right: 20px;
     min-height:60px;
     transition: border .2s;
	 
	 -webkit-touch-callout: none; 
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none; 
	user-select: none;
	
}
 .answerbutton-hover {
     border: 3px solid rgba(255, 255, 255, 1);
}
 #infobutton, #exitbutton{
     cursor: pointer;
     position:absolute;
     top: 30px;
     right: 30px;
     width:40px;
     height:40px;
}
 #turndevice{
     display:none;
     position: absolute;
     left: 50%;
     top: 50%;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     font-size:24px;
}
 #upper_left{
     position:absolute;
     top:0;
     left:0;
}
 #lower_right{
     position:absolute;
     bottom:0;
     right:0;
}

 .modal {
     display: none;
     position: fixed;
     z-index: 1000;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     overflow: auto;
     background-color: rgb(0,0,0);
     background-color: rgba(0,0,0,0.4);
}
 .modal-header {
     color: #00394d;
}
 .modal-header h2 {
     margin-top:0px;

}
 .modal-content {
     background-color: #ffffff;
     margin: auto auto;
     padding: 20px;
     border: 1px solid #888;
     width: 60%;
     max-width:700px;
     color:#00394d;
     min-height: 40%;
}
 .close {
     color: #aaa;
     float: right;
     font-size: 30px;
     margin-top:-10px;
}
 .close:hover, .close:focus {
     color: black;
     text-decoration: none;
     cursor: pointer;
}
 @media screen and (max-width:36em) {
    /*****************************/
    /* mobile */
    /*****************************/

#row_gamepiechart{
	margin-top:0px;
	margin-bottom:0px;
} 


 #gamepiechart-col-1{
        display:none;
    }
	
	
.row_forwardbutton_hide{
	display:none!important;
}


     .gameheader{
         font-size:40px;
    }
     .gamesubtitle{
         font-size:26px;
    }
     #infobutton, #exitbutton{
         top: 10px;
         right: 10px;
         width:30px;
         height:30px;
    }
     #infobutton img{
         width:30px;
         height:30px;
    }
	 #exitbutton img{
         width:30px;
         height:30px;
    }
     .modal-content {
         width: 80%;
    }
     .lmvbutton{
         font-size:26px;
         width:280px;
         height:50px;
    }
     #row_startbutton{
         height:50px;
    }
	
.pie-figure-splash {
width:280px;
height:280px;

}
.pie-figure-splash .pie-center{
	width: 140px;
	height: 140px;
	top: 70px;
	left: 70px;
	font-size:38px;
}


.pie-figure-game, .pie-animation{
	width: 220px;
	height: 220px;
}

.pie-figure-game{
border: 3px solid #ffffff;
}


.pie-figure-game .pie-center{
	width: 120px;
	height: 120px;
	top: 50px;
	left: 50px;
	font-size:36px;
}

     #upper_left, #lower_right{
         display:none;
    }
	
	.ingame_questionbox {
	color:#ffffff;
	}
	
	
     .answerbutton{
         min-width: unset;
         width: 90%;
         margin-top: 20px;
         font-size:24px;
         min-height:50px;

    }
     .ingame_question{
		 font-family:robotomedium;
         font-size:28px;
         line-height: 1.1;
    }
     .ingame_header{
         visibility:hidden;
    }
     .ingame_questionbox {
         height: 50px;
         font-size: 24px;
    }
     .ingame_header {
         height: 50px;
    }
     #game-container,#result-container {

	 height:calc(100% - 50px);


    }

     #row_header{
         margin-bottom:0px;
    }
     #solutiontext{
         font-size:20px;
         text-align:center;
    }
     #gamepiechart-col-3{
         padding-left:20px;
         padding-right:20px;
    }
	
	#result-image-col{
		display:none;
	}
	
	#result-text #header{
    font-size:30px;
	}
	
	#result-text p{
	font-size:20px;
	margin-inline-end: 10px;
	}
	
}

@media screen and (min-width:36em) and (max-width:62em) {
    /*****************************/
    /* tablet */
    /*****************************/

 #gamepiechart-col-1{
        display:none;
    }
	
	
.row_forwardbutton_hide{
	display:none!important;
}

     .gameheader{
         font-size:60px;
    }
     .gamesubtitle{
         font-size:32px;
    }
     #infobutton, #exitbutton{
         top: 15px;
         right: 15px;
    }
     .modal-content {
         width: 80%;
    }

#game-container,#result-container{
  
     height: calc(100% - 90px);

    
}


.pie-figure-splash {
width:340px;
height:340px;

}

.pie-figure-splash .pie-center{
	width: 180px;
	height: 180px;
	top: 80px;
	left: 80px;
	font-size:54px;
}


.pie-figure-game, .pie-animation{
	width: 300px;
	height: 300px;
}
.pie-figure-game .pie-center{
width: 140px;
height: 140px;
top: 80px;
left: 80px;
font-size:40px;
}

#row_header{
margin-bottom:0px;
    }

	
	 #upper_left, #lower_right{
         display:none;
    }
	.ingame_questionbox {
	color:#ffffff;
	}
     .answerbutton{
         min-width: unset;
         width: 80%;
         margin-top: 20px;
    }
     .ingame_question{
         font-size:38px;
         line-height: 1.1;
    }
     #solutiontext{
         font-size:22px;
         text-align:center;
    }
     #gamepiechart-col-3{
         margin-top:20px;
         padding-left:30px;
         padding-right:30px;
    }
	
	#result-image-col{
		display:none;
	}
	#result-text{
	margin-top:0px;
	}
	#result-text #header{
    font-size:42px;
	}
	#result-text p{
font-size:24px;
margin-inline-end: 20px;
}

}
 @media screen and (min-width:62em) {
    /*****************************/
    /* desktop */
    /*****************************/

#gamepiechart-mobile{
	
display:none;	
	
}

.row_forwardbutton_hide{
	visibility:hidden;
}


     #gamepiechart-col-1{
         text-align:right;
    }
	
	.pie-figure-game, .pie-animation{
	width: 300px;
	height: 300px;
	}
	.pie-figure-game .pie-center{
	width: 140px;
	height: 140px;
	top: 80px;
	left: 80px;
	font-size:40px;
	}
	
	#result-text{
	margin-top:0px;
	}
}
 