.hg-spezial-h2
{
	font-weight: 500;
}

.mit-hintergrundbild
{
	background-image: url("hintergrundbild.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: .75rem 1rem;
}

.hg-neuefrage
{
	margin-top: 30px;
}
.hg-checkbox
{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
	border: 2px solid #6c2b0b;
	background: #f5d662;
	color: #6c2b0b;
	cursor: pointer;
	margin-bottom: 5px;
	padding: 4px; 
    font-family: 'Open Sans';
    font-size: 16px;
    max-width: 550px;	
}

.hg-checkbox-clicked
{
	background: #c36934;
	color: #fff;
}

.hg-checkbox-richtig
{
	border: 2px solid #28a745;
	background: #e5fdeb;
	color: #28a745;
}

.hg-checkbox-falsch
{
	border: 2px solid #d30000;
	background: #fcc8c8;
	color: #d30000;	
}

.hg-weckglaeser
{
	text-align: center;
}

.hg-weckglaeser >img
{
	width: 100%;
	max-width: 300px;
}