.hg-frage-oben
{
	
}

.hg-frage-oben >img
{
	
}

.hg-frage-unten
{
	padding: 10px;
	text-align: center;
}

.eingabefeld
{
	width: 80%;
}

.huebscherKasten
{
	border: 2px dotted #155193;
	background: #f5f5f5;
	margin: 20px 0px;
	padding: 10px 15px;
}


.btn-plus, .btn-plus:focus, .btn-plus:hover
{
	background: #c0c0c0; /* Gelb/Orange aus Lebensmittelpunkt */
	color: #fff;
	font-size: 18px;
	outline:none;
}

.btn-plus-clicked, .btn-plus-clicked:active, .btn-plus-clicked:focus, .btn-plus-clicked:hover
{
	background: #ffb529;
}

.btn-plus-richtig
{
	background: #008000; 
}

.btn-plus-falsch
{
	background: #d30000; 
}

