/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/*- Quizseite -*/
/*-- Quiz-Header --*/
#quiz-header .fusion-layout-column.fusion-column-last {
  margin: 0 !important;
}
#quiz-header .fusion-imageframe {
  display: block;
}
#quiz-header img {
  width: 100%;
  height: auto;
}

/*-- Quiz-Content --*/
#quiz-content {
  margin-right: auto;
  margin-left: auto;
}
#quiz-content .post-views {
  text-align: right;
}
/*--- Ueberschrift ---*/
#quiz-content h1 {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: bold;
}
#quiz-content h2 {
  font-size: 28px !important;
}
/*--- Teilnehmeranzahl ---*/
.post-views.entry-meta > span {
  font-size: 16px;
}
/*--- Bild zwischen Überschrift und Frage ---*/
#quiz-content .imageframe-align-center {
  margin-bottom: 20px;
}
/*--- Frage ---*/
#quiz-content .wq_questionTextCtr h4 {
  font-size: 24px;
  font-weight: bold !important;
}
/*--- Medien zwischen Frage und Antworten ---*/
#quiz-content .wq_questionMediaCtr {
  width: 40% !important;
}
/*--- Antworten ---*/
.wq_singleAnswerCtr .wq_answerTxtCtr {
  font-size: 16px;
}
/*--- Falsch/Richtig ---*/
.wq_wrongExplanationHead {
  font-size: 16px;
}
/*--- Button ---*/
.wq_singleQuestionWrapper .wq_continue button {
  font-size: 16px;
}