
/*kvízhez - - neogrady*/ 
body{
	
background-image: url("/img/programozo-oktatas-prooktatas-jatek-bg-01.jpg");
background-size: cover;

}




 .quizwrapper{
	display: flex;
	flex-direction: column;
	align-items: center;
color: white;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 50px;
	font-family: 'Asap',sans-serif !important ;
	
 }
 

 
 
.quizinner{
	border: 3px solid rgb(50,204,254);
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 90%;
	
	
}
.quizheader{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	width: 100%;
	border: 1px solid rgb(50,204,254);
	color: white;
	background-color: rgba(0,0,0,0.4);
	font-weight: bold;
		
}
.quizheader img{
	height: 50px;
	
}
.quizmanual{
	background-color: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	margin: 0;
	color: white;
	padding: 20px;
	border: 1px solid rgb(50,204,254);
	text-align: center;
}

.answers{
		display: flex;
		color: white;
		border: 1px solid rgb(50,204,254);
		max-width: 100%;
	}
	

	
	
.answers input{
	
	height: 40px;
	background-color: #333;
	color: white;
	border: none;
	font-size: 32px;
	text-align: center;
	width: 100%;
}
.answers input:first-child{
	
	border-right: 1px solid rgb(50,204,254);
	
	
	}
input:focus::-webkit-input-placeholder 
{
    color: transparent;
}	


.quizwrapper pre.code {
  border: 1px solid rgb(50,204,254);	
  font-family: 'Asap', ;
  background-color: #333;
  color: white;  
  padding: 0.5em;
  margin: 0;
  border-radius: .25em;
  box-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.45);
  line-height: 0;
  counter-reset: line;
  width: 100%;
  max-width: 100%;
  min-height: 300px;
}
.quizwrapper pre span:before {
  counter-increment: line;
  content: counter(line);
  display: inline-block;
  border-right: 1px solid #ddd;
  padding: 0 .5em;
  margin-right: .5em;
  color: white;
}

#nextbutton{
	border: none;
	padding-left: 30px; 
	padding-right: 30px;
	margin: 20px;
	height: 60px;
	border-radius: 30px;
	background-color: green;	
	color: white;
    width: 30%;
    min-width: 200px;
    font-size: 20px;
	
}

#nextbutton:disabled{
	
	background-color: #FF9933;
	
	
	
}
			
#whichisbad{
width: 20%;
  
	
}
			
			
#whatisbad{
width: 80%;
 
}
pre span {
  display: block;
  line-height: 1.5rem;
  color: white;
}


pre span:before {
  counter-increment: line;
  content: counter(line);
  display: inline-block;
  border-right: 1px solid #ddd;
  padding: 0 .5em;
  margin-right: .5em;
  color: white;
}
/* ------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 768px){
	.answers{
		display: flex;
		flex-direction: row;
		max-width: 100%;
		width: 100%;
		font-size: 18px;
        

	}
    .quizwrapper {padding: 10px;}
	.quizheader h2{
		
		font-size: 18px;
		
	}
	
	.answers{

		
	}
	

	#whichisbad{
		
		width: 20%;
		
	
	}
	#whatisbad{
	
	width: 80%;
	
	
	}	
	

	
	
	
}


