 
@font-face{
	font-family: 'Font4';/*Umbenennen */
	src: url('Comfortaa-Regular.ttf');
}  
@font-face{
	font-family: 'Font6';/*Umbenennen Font6*/
	src: url('Quicksilver.ttf');
} 

.noSelect {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.noSelect:focus {
    outline: none !important;
} 
/* Einsortieren*/
.question{
	
	line-height: 1.2;
}

/* Einsoriterne*/

body{
	min-height: 330px;
	min-width: 345px;
	max-height: 700px;
	overflow: auto;
	display: flex;
	height: 100%;
	width: 100%;
	background-image: none;
	align-items: center; 
	margin: 0;
	padding: 0;
	box-sizing: border-box; 
	font-family: "Font6";/*Umbenennen Font6*/ 
	background-color: rgb(30,30,30);  
	flex-direction: column;
	padding: 5 20 5 20;
	
}
#headDiv{
	display: flex;
	flex-direction: row; 
	width: 100%;
	height: 9%;
	box-sizing: border-box;  
	padding-top: 5px;
	padding-bottom: 5px; 
	align-items: center;
	justify-content: space-evenly;
	flex-shrink: 1; 
	overflow: hidden;
}
	#logo{
	max-width: 60%; 
	height: 100%;
}
	#headline{ 
		font-family: "Font6";
		letter-spacing: 3.1; 
		max-height: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		color: rgb(240,240,240);
		margin-left: 5%;
		margin-right: 5%;
		box-sizing: border-box;   
		margin: 0;  
	}
		#headline p{ 
			box-sizing: border-box; 
			font-style: italic;
			font-size: 16;  
		}
#bodyDiv{  
	max-width: 500px;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;  
	overflow: hidden; 
}

#spacer{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	
}		
#contentDiv{
	font-family: "Font4"; /*Unbennen */  
	width: 100%;    
	box-sizing: border-box;
	color: rgb(230,230,230);    
 	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start; 
	overflow: hidden;
	position: relative;
	margin-right:10px;
	margin-left:10px;
	margin-top:6px;
	margin-bottom:6px;
	padding: 5px;
	font-size: 15px;
	min-height: 60%;
}

.border{
	background-color: #86BD24;
	position: absolute;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.border_s{ 
	width: 100%;
	height: 100%;
	background-color: rgb(30,30,30);
	z-index: 1;
}
#border1{top: 0;width:100%;}
#border2{right: 0;height:100%;}
#border3{bottom: 0;width:100%;} 
#border4{left: 0;height:100%;} 
#border1,#border3{
	left: 0;
	height: 4px;
	width: 100%;
}
#border2_s, #border4_s{ 
	top: 0;
	width: 4px;
	height: 100%;
}
.questionDiv{
	width: 100%;  
	box-sizing: border-box;    
	flex-shrink: 0;
	height: auto;
	overflow: hidden;
	display: none;
} 
	.question{
	width: 100%;
	margin: 0;
	padding: 25 30 10 30;
	box-sizing: border-box;
	flex-grow: 1;
	}
.answerDiv{
	margin-top: 15px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom:20px;
	box-sizing: border-box;  
}
.answerOne{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; 	
	
}
.answerMultipickBig, .answerSinglepickBig{ 
	display: grid;	
	grid-template-rows: 1fr 1fr; 
	justify-content: center;
	justify-items: center;
	align-items: center;
	grid-gap: 5px; 
	box-sizing: border-box;
	margin-bottom: 5px;
	
}
	.answerMultipickBig .answerOptionButton,
	.answerSinglepickBig .answerOptionButton{  
		background-color: grey;  
		width: 90%;	
	}
	.answerMultipickBig .answerOptionButton[data-checked="1"],
	.answerSinglepickBig .answerOptionButton[data-checked="1"]{
		background-color: #a1da3e;
	}
.answerText{
	display: grid;	
	grid-template-rows: 100px;
	 grid-template-columns: 1fr;
	justify-content: center;
	justify-items: center;
	align-items: center;
	grid-gap: 5px; 
	box-sizing: border-box;
	margin-bottom: 5px;
}
	.answerText textarea{
		width: 90%;
		height: 100%;
		font-size: 13;
		box-sizing: border-box;
		padding: 5px;
		margin-left: 15px;
		margin-right: 15px;
		resize: none;
		font-family: "Font4";
		border: none;
		margin-bottom: 3px;		
		background-color: rgba(255,255,255,0.1);
		color: white;
	
	}
.answerOptionButton{
	box-sizing: border-box;
	text-align: center;
	background-color: #86BD24;
	color: white;
	padding: 10 20 10 10;
	cursor: pointer;
	font-family: "Font6";
	letter-spacing: 1px;
	text-align: left;
	font-size: 12;
	text-shadow: 0 0 2px black;
	white-space: nowrap; 
	width: 90%;
	
} 	

#impressumButton{
	color: grey;
	font-size: 12;
	position: fixed;
	height: 20px; 
	border-radius: 10px;
	background-color: rgba(0,0,0,0.1);
	right: 10;
	bottom: 10;
	cursor: pointer;
}
@media (max-width: 400px) {
	.answerMultipickBig, .answerSinglepickBig { grid-template-columns: 1fr;}
}
@media (min-width: 401px) {
	.answerMultipickBig, .answerSinglepickBig { grid-template-columns:1fr 1fr;}
}	
@media (max-height: 600px){
	#headline{
		display: none;
		
	}
	
}
@media (max-height: 600px) and (min-width: 700px) {
	body{
		flex-direction: row;
	}
	#headDiv{
		flex-grow: 1;
		height: 100%;

	}
	#logo{ 
		height: auto;
		max-width: 80%; 
	}
	
} 