body {
     background:#dddddd;
     font-family: 'titilliumregular';
     color:#ffffff;
}

.body-green{
	background:#dddddd;
}


 @font-face {
     font-family: 'titilliumregular';
     src: url('../fonts/TitilliumWeb-Regular.woff2') format('woff2'), url('../fonts/TitilliumWeb-Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'titilliumsemibold'; 
     src: url('../fonts/TitilliumWeb-SemiBold.woff2') format('woff2'), url('../fonts/TitilliumWeb-SemiBold.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'titilliumbold'; 
     src: url('../fonts/TitilliumWeb-Bold.woff2') format('woff2'), url('../fonts/TitilliumWeb-Bold.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}


/* game logic  */

#game, #splash{
display:none;	
}

/* end game logic  */ 


#game-container, #result-container, #answer-container{
     position:relative;
     height: calc(100% - 105px);
     display: flex;
     flex-direction: column;
	
}


#game-header-row{
	margin-top:0px;	
	margin-bottom:0px;	

}

#game-container{
justify-content: space-evenly; 
}

#answer-container{
justify-content: space-between; 
}

#result-container{
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;
 color:#222222;
}
	
#result-text #header{
	font-size:46px;	
	 font-family: 'titilliumbold';
	 color:#222222;
}

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


 #row_header{
     margin-top:-8px;
}

.bar-container{
flex-direction: column;
justify-content: end;
align-items: center;
display: flex;	

}

.bar-label{
	font-size:30px;
	font-family: 'titilliumsemibold';
	margin-bottom:10px;
	color:#222222;
	
}

.bar{
	background-color:#999999;
	height: 0%;
    width: 60px;
}

.bar-highlight {
	
	background-color:#2352A1;
	
}


.answer_solutiontext{
	font-size:24px;
	color:#222222;
	padding-left:20px;
	padding-right:20px;
}

.forward-row{
	background-color:#cccccc;
    margin-bottom:-8px!important;
}

.forward-col{
	height:120px;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

 .answerbutton-pulsate {
      animation: border-pulsate .25s infinite;
}

@keyframes border-pulsate {
    0%   { border-color: rgba(255, 255, 255, 1); }
    50%  { border-color: rgba(255, 255, 255, 0); }
    100% { border-color: rgba(255, 255, 255, 1); }
}


.answer-caption{
	font-family:'titilliumsemibold';
     font-size:30px;
	 color:#222222;
	 margin-top:20px;
	 height:40px;
}
.answer-caption-border{
color:#ffffff;
}
.answer-image{
	width:90%;
	max-width:340px;
	min-width:180px;
	border:5px solid rgba(255, 255, 255, 0.5);
	cursor:pointer;
	
}
.answer-image-border{
	border:5px solid rgba(255, 255, 255, 1);
}

.answer-image-statistic{
border:5px solid rgba(255, 255, 255, .5);
width:100%;
max-width:290px;

}

.answer-image-statistic-border{
	border:5px solid rgba(255, 255, 255, 1)!important;
}

.ingame_question{
     font-family:'titilliumbold';
     font-size:46px;
     line-height: 1.2;
	 color:#222222;
}


.ingame_questiontext{
	color:#2352A1;
	font-family:'titilliumsemibold';
     font-size:30px;
	 line-height: 1.2;
}

 .ingame_header{

     font-family:'titilliumsemibold';
     font-size:28px;
     color:#2352A1;
     display: flex;
     align-items: center;
     justify-content:center;
     height:90px;
}


.ingame_score{
	  font-family:'titilliumsemibold';
     font-size:28px;
     color:#222222;
     display: flex;
     align-items: center;
     justify-content:flex-end;
     height:90px;
	margin-right:80px;
}


.ingame_questionbox{

     width:235px;
     height:90px;
     font-family:'titilliumsemibold';
     font-size:28px;
     color:#222222;
     display: flex;
     align-items: center;
     padding-left: 30px;
     position:absolute;
     top:0px;
     left:0px;
}


#splash-bg{
background-image:url("../img/bg.svg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
}

#game-bg{
background-image:url("../img/bg.svg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
}


#splash-container{

 height:100%;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 position:relative;
}

.splash-image {
max-width:340px;
width:90%;
border:5px solid #ffffff;
}


 .gameheader{
     font-family: 'titilliumbold';
     font-size:70px;
	 color:#2352A1;
  
}
 .gamesubtitle{
     font-family: 'titilliumsemibold';
     font-size:42px;
     color:#F8EC52;
	 line-height: 1.2;
	 color:#222222;
}

 #row_startbutton{
    
     height:80px;
}


.row-all-sizes-no-margin{
	margin-top:0px!important;
	margin-bottom:0px!important;	
}



 .lmvbutton{
	 
     background-color: #2352A1;
     border: none;
     text-decoration: none;
     font-family: 'titilliumsemibold';
     font-size:30px;
     color:#ffffff;
     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: #65AAE4;
}

 .row{
     margin-top:15px;
     margin-bottom:15px;
     margin-left:0px!important;
     margin-right:0px!important;
}

 #infobutton{
     cursor: pointer;
     position:absolute;
     top: 30px;
     right: 30px;
     width:40px;
     height:40px;
}


#exitbutton{
     cursor: pointer;
     position:absolute;
     top: 28px;
     right: 28px;
     width:40px;
     height:40px;
}



.copyrightbutton{
	display:flex;
	justify-content: flex-end;
	align-items: flex-end;
	position:absolute;
	top: 0px;
	right: 0px;
	left: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	height:100%;
	pointer-events: none;
	z-index:1;
}

.copyrightbutton img{
	width:30px;
	height:30px;
	cursor:pointer;
	margin-right:10px;
	margin-bottom:10px;
	pointer-events: auto;

}

.copyrighttext{
	margin-right: 10px;
	margin-bottom: 15px;
	font-size:16px;
	text-align:right;
	visibility:hidden;
	
}

.image-dark-active{
	filter: brightness(0.7);
}

#splash .copyrightbutton{
	width:90%;
	max-width:350px;

}

.answer-image-container{
	position:relative;
}

#game-container .copyrightbutton{
	width:90%;
	max-width:350px;
	height: calc(100% - 60px);

}

#answer-container .copyrightbutton{
max-width:300px;
}



 #turndevice{
     display:none;
     position: absolute;
     left: 50%;
     top: 50%;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     font-size:24px;
}


/* modal */ 


 .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: #222222;
}
 .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:#222222;
     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 */
    /*****************************/




#game-container .copyrightbutton {
	width: 50%;
	max-width: 350px;
	height: calc(100% - 50px);
	min-width: 190px;
}

#answer-container .copyrightbutton{
max-width:190px;
}


.answer_solutiontext{
	padding-left:0px;
	padding-right:0px;
}


.row-mobile-margin{
	margin-top:0px!important;
	margin-bottom:0px!important;
}


 #game-container,#result-container,#answer-container {

	 height:calc(100% - 50px);


    }
	
#game-container{
	 justify-content: space-between; 
}

.bar-label{
	font-size:24px;
	
}

.bar{
    width: 50px;
}


.answer-image{
	width:50%;
}


.answer_solutiontext{
	font-size:20px;

}

.answer-image-statistic {
    max-width: 180px;
}

.forward-col {
    height: 90px;
	
}

.answer-caption{
     font-size:22px;
	 margin-top:5px;
	 margin-bottom:5px;
}


.ingame_header{
visibility:hidden;
height: 50px;
}


.ingame_questiontext{
	 font-size:20px;
}


.ingame_question{
		 font-family:'titilliumsemibold';
         font-size:26px;
         line-height: 1.1;
		 margin-bottom:4px;
    }
	
	
.ingame_score{
	height: 50px;
	font-size: 24px;	
	margin-right:50px;
}


#row_header{
         margin-bottom:0px;
		 height:50px;
    }
	
	
.ingame_questionbox {

	height: 50px;
         font-size: 24px;
	}

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

	#infobutton img{
	width:30px;
	}
	#exitbutton img{
	width:30px;
	} 
	   
	    #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 */
    /*****************************/

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

}

#game-container{
	justify-content: space-evenly;
}

.bar-label{
	font-size:28px;
	
}

#game-container .copyrightbutton{
	height: calc(100% - 50px);
}

#exitbutton{
top: 28px;
right: 28px;	
}

.forward-row{
    margin-bottom:-4px!important;
}


.ingame_header{
visibility:hidden;
height: 50px;
}

.answer-caption{
     font-size:28px;
	 margin-top:10px;
}

.ingame_question{
font-size:38px;
line-height: 1.1;
}


.ingame_questiontext{
	 font-size:28px;
}

.answer_solutiontext{
	font-size:22px;

}

#row_header{
	height:80px;
}
	
.gameheader{
font-size:60px;
}
.gamesubtitle{
font-size:32px;
}

#infobutton{
top: 15px;
right: 15px;
}
.modal-content {
width: 80%;
}


#result-image-col{
display:none;
}

#result-text #header{
font-size:42px;
}
#result-text p{
font-size:24px;
margin-inline-end: 20px;
}


}




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


}
 