input {
	margin-left: 10px;
	font-size: 1.5em;
	 }

#punkte {margin:20px}

#feedback {	font-size: 18pt;padding: 10px;}

.richtig {color: green; font-weight: bold;}
.falsch {border-color: red;border-style: solid;	border-width: 2px;}

#ausgabe {font-size: 18pt;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.inputfield[contenteditable=true]
 {max-height:30px;
	background-color: #FFEDAB;
	border-radius: 0.2em;
	height: 1.9em;
	line-height: 1.9em;
	}

.inputfield.fehler
{
background-color:#ffb3b3;
}

.inputfield[contenteditable=true]:focus
 {
   max-height:28px;
	background-color: #FEE899;
	text-align: left;
	}

.inputfieldfehler[contenteditable=true]
 {
	display:inline-flex;
	border-radius: 0.2em;
	}