.mit-hintergrundbild
{
	background-image: url("hintergrundbild.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* HG Quiz
   ====================================== 
*/
.hg-quiz-img
{
	width: 100%;
	max-width: 300px;
}


.hg-quizantw {
    margin-top: 10px;
    width: 50%;       
}

.hg-quiz > .antwort {
    background: #6492ba;
    vertical-align: middle;
    margin: 10px 0px 10px 0px;
    border-radius: 25px;
    cursor: pointer;
    outline: none;
    background: linear-gradient(to right, #2d4e69 75%, white);

}

.hg-quiz > .antwort >p
{
	margin-bottom: 0rem;
}


.hg-quiz > .antwort:hover {
    background: linear-gradient(to right, #6492ba 75%, white);
}

.hg-quiz > .antwort p {
    font-weight: 500;
}

.hg-quiz > .ausgewaehlt {
    border: 4px solid #2d4e69;
}

.hg-quiz > .falsch {
    border: 4px solid #d30000;
}

.hg-quiz > .richtig {
	border: 4px solid #399a42;
}


.frage >h2
{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-transform: none;
}