body.wettbewerb {font-size: 2.5rem; line-height: 3.4rem;}

.quiz-container {
    padding: 1em;
    max-width: 100%;
    margin: 1em auto;
}

.quiz-container a {
    text-decoration: none;
    color: #333;
}

#quiz-header,
#quiz-start-screen,
#quiz-results-screen,
#quiz-counter {
    text-align: center;
}

#quiz-counter {font-family: 'AvenirNextBold'; margin-bottom: 40px;}
.question-container {text-align: center;}

.question {
    font-size: 1.25em; margin-bottom: 40px;
}

.answers {
    list-style: none;
    padding: 0;
}

.answers a {
    display: block;
    padding: 0.5em 1em;
    margin-bottom: 20px;
    background: #DEDEDE;
    border-radius: 10px;
    font-family: 'AvenirNextBold';
    color: #000;
}

.answers a.correct {
    background: #119B25;
}
.answers a.incorrect {
    background: #c00;
}

.answers a.correct,
.answers a.incorrect {
    color: #fff;
}

#quiz-controls {
    background: #fff;
    color: #000;
    padding: 0.5em 1em;
    text-align: center;
    border-radius: 10px;
}

#quiz-response {}
#quiz-results {
    font-size: 1.25em;
}

#quiz-buttons a,
.quiz-container .quiz-button {
    display: inline-block;
    padding: 0.5em 1em;
    background: #119B25;
    color: #fff;
    border-radius: 10px;
    font-family: 'AvenirNextBold';
    padding: 15px 40px;
}
#quiz-buttons a {
    background: #119B25;
    color: #fff;
}

#quiz-start-btn {margin-top: 80px;}

/* Quiz State Overrides */

.quiz-results-state #quiz-controls {
    background: none;
    padding: 0;
}
.quiz-results-state #quiz-buttons a {
    background: #119B25;
    color: #fff;
}

#quiz-gameover-screen {text-align: center; padding-top: 100px;}
#quiz-gameover-screen #quiz-retry-btn {
    display: inline-block;
    padding: 0.5em 1em;
    background: #119B25;
    color: #fff;
    border-radius: 10px;
    font-family: 'AvenirNextBold';
    padding: 15px 40px;
    margin-top: 20px;
}

#quiz-results-screen h3 {margin-top: 0;}
.quiz-container {padding-bottom: 0; margin-bottom: 0;}
.quiz-container.quiz-results-state {margin: 0 auto;}
body.wettbewerb #main .mod_article .inside {padding-bottom: 0;}
body.wettbewerb #main {padding-bottom: 0;}