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{
display:none;	
}

/* end game logic  */ 


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

#answer-image-col{
	position:relative;
}

.answer-container-single, .answer-container-highlight{
	
	height:60px;
	background-color:#006556;
	font-size:26px;
	color:#00905E;
	width:300px;
	display:flex;
    justify-content: center;
    align-items: center;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:auto;
	margin-right:auto;
	
}

.answer-container-highlight{
	
	background-color:#ffffff;
	color:#00394D;
	
}

.answer-header-text{
	font-size:46px;	
	 font-family: 'robotobold';
}


#answer-image-mobile{
	max-width: 350px;
    border-radius: 100%;
    border: 5px solid #ffffff;
    width: 50%;
	
}

#answer-image{
	max-width: 350px;
    border-radius: 100%;
    border: 5px solid #ffffff;
    width: 90%;
	
}

#answer-container-image{
	
	max-width: 350px;
    border-radius: 100%;
    border: 5px solid #ffffff;
    width: 90%;
	
}

#answer-image-row{

display:none;	
margin-top:0px;
margin-bottom:0px;
}


 .answerbutton{
	 
	 background-color: #00905E;
     color:#ffffff;
	 
     border: 3px solid rgba(255, 255, 255, 0);
     text-decoration: none;
     font-family: 'robotomedium';
     font-size:28px;
     cursor: pointer;
     
	 /*min-width:500px;*/
	 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);
}
 .answerbutton-pulsate {
      animation: border-pulsate .5s 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); }
}

.answerbutton-right{
  background-color: #9DE900;
     color:#00394D;	
}

.answerbutton-wrong{
  background-color: #A23B70;
     color:#ffffff;	
}


#answer-col-container{
display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
	
}



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

#upper_left{

 position:absolute;
 top:0;
 left:0;
}

#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;
}

#splash-container{

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


#splash-image svg{
	width:100%;
}

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

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

#answer-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;
}
	
#result-text #header{
	font-size:46px;	
	 font-family: 'robotobold';
}

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

.answer-container-text{
	font-size:24px;
	text-align:left;
}

 .gameheader{
     font-family: 'robotobold';
     font-size:70px;
  
}
 .gamesubtitle{
     font-family: 'robotomedium';
     font-size:42px;
     color:#F8EC52;
}

 #row_startbutton{
    
     height:60px;
}


.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_question{
     font-family:robotobold;
     font-size:46px;
     line-height: 1.2;
}

 .ingame_header{

     font-family:robotomedium;
     font-size:28px;
     color:#9DE900;
     display: flex;
     align-items: center;
     justify-content:center;
     height:90px;
}


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

 .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;
}

 .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; 
	max-width:360px;
	height:100%;
	z-index:1;
	
}

.copyrightbutton img{
	width:30px;
	height:30px;
	cursor:pointer;
	filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, .8));
}

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


 #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: #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 */
    /*****************************/

	.copyrightbutton{
		max-width:350px;
		width:60%;
		
	}
	
	.answer-container-single{
	display:none;	

	}

	.answer-container-current{
	display:flex;
	}

		
.answer-container-highlight{
height:50px;
font-size:24px;
width:280px;	
}


	#answer-container-image{

    width: 40%;
	}
	
	#answer-container-second-row{
		margin-top:0px;
		margin-bottom:0px;
	}
	
	.answer-container-text{
	font-size:20px;
	text-align:center;
	margin:10px;
}


	.answer-header-text{
    font-size:30px;
	}
	

#answer-image-row{

display:block;	
}

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

.answerbutton{
	
	min-width: unset;
	width: 90%;
	margin-top: 10px;
	font-size:24px;
	min-height:50px;

}
	
	#answerbutton1{
margin-top:0px;	
}
 #game-container,#result-container,#answer-container {

	 height:calc(100% - 50px);


    }
	
#game-container{
	 justify-content: space-between; 
}
	
	#row_header{
         margin-bottom:0px;
		 height:50px;
    }
	
	
   #upper_left{
         display:none;
    }
	
	
.ingame_header{
visibility:hidden;
height: 50px;
}

.ingame_score{
	height: 50px;
	font-size: 24px;
	margin-right:50px;		 
}

.ingame_questionbox {
	color:#ffffff;
	height: 50px;
         font-size: 24px;
	}
	
	   .ingame_question{
		 font-family:robotomedium;
         font-size: 24px;
         line-height: 1.1;
    }
	
     .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 */
    /*****************************/

.answer-container-highlight{
height:50px;
font-size:24px;
width:300px;	

}


.answer-container-single{
	display:none;	
	}

.answer-container-current{
	display:flex;	
	}


	
	
#answer-container-image{

    width: 30%;
	}
	
	.answer-container-text{
	font-size:22px;
	text-align:center;
	margin:20px;
}


	.answer-header-text{
	font-size:42px;
	}

	.answerbutton{
	min-width: unset;
	width: 80%;
	margin-top: 20px;
	font-size:24px;
	min-height:50px;
	}

#answerbutton1{
margin-top:0px;	
}
	
	
#game-container,#result-container,#answer-container {
   
     height: calc(100% - 90px);

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

#row_header{
    height:80px;
    }

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

   #upper_left{
         display:none;
    }
	
.ingame_questionbox {
	color:#ffffff;
	}
	
	 .ingame_question{
         font-size:38px;
         line-height: 1.1;
    }
.gameheader{
font-size:60px;
}
.gamesubtitle{
font-size:32px;
}

#infobutton{
top: 15px;
right: 15px;
}

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


.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 */
    /*****************************/

	
}
 