.hg-center
{
	text-align: center;
}

.hg-huebschtext
{
	background: #fcf6c0;
	border: 2px solid #fcf6c0;
	padding: 10px;
	margin-top: 10px;
	cursor: pointer;
  	color: #917700;
}


.hg-huebschtext p {
	margin: 0; 
}


.hg-mit-abstand 
{
	margin: 10px 0;
}




.hg-hilfe
{
	background: #ffb529; /* Gelb/Orange aus Lebensmittelpunkt */
	border-radius: 5px 5px 0 0;
}

.hg-fehler
{
	background: #d30000; /* Gelb/Orange aus Lebensmittelpunkt */
	border-radius: 5px 5px 0 0;
}


.hg-checked
{	
	border: 2px solid #baa73d;
   	background: #fde303;
   	box-shadow: 3px 3px 3px #ccc;
}
.hg-cb-richtig
{
	border: 2px solid #6e720e;
	color: #6e720e;
	background: #c1e469;
}
.hg-cb-falsch
{
	border: 2px solid #722222;
	color: #531919;
	background: #ffa9a5;
}

.ergebnisanzeige
{
	display: none;
	margin-top: 20px;
}