html {
    height: 100%;
}
body {
  /* background: rgba(0,0,0,.2) url("../img/taust.jpg") no-repeat top center; */
  background-size: cover;
  color: #111;
  width: 100%;
  height: 100%;
  background: #fff;
  font-family: 'Calibri Light','Gill Sans','Open Sans',Geneva,Helvetica,Arial,sans-serif;
}
h1 {
  color: #111;
}

#quiz-header {
    width: 100%;
    background: #fff;
}
#logo {
    padding: 0 0 10px 0;
}
#tiitel {
    
}
.taustawrapper {
    width: 100%;
    height: 50%;
    max-height: 50%;
    background: rgba(0,0,0,.2) url("../img/taust.jpg") no-repeat top center;
    background-size: cover;
    margin-bottom: 35px;
}
.pilt {
    width: 60%;
    height: 60%;
    margin: 0 auto;
}

.flagcont {
}

.lipud {
    margin: 10px auto;
}
.lipud a {
    margin-right:20px;
}

.lipud a:last-child {
    margin-right: 0;
}
/* .mrgn {
  margin: 80px 0;
} */
#quiz {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
#vertalign {
    height: calc(100% - 150px);
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#vertchild {
    display: table-cell;
    vertical-align: middle;
}
.faded {
  color: #000;
  font-weight: 700;
  font-size: 2.7em;
  display: inline-block;
  background: #fff;
  margin-top: -13px;
  margin-bottom: 10px;
  padding: 0 10px 0 30px;
}
.floatleft {
    float: left;
}
#quiz-counter {
  color: #006152;
}
.quiz-container {
    padding: 0.25em;
    width: 1600px;
    max-width: 80vw;
    margin: 1em auto;
}

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

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

.question {
    font-size: 1.5em;
}

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

.answers a {
    display: block;
    padding: 0.5em 1em;
    margin-bottom: 0.5em;
    background: #eee;
    font-size: 1.35em;
}

.answers a.correct {
    background: #006152;
}
.answers a.incorrect {
    background: #e23130;
}

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

#quiz-controls {
    background: #006152;
    color: #fff;
    padding: 0.25em 0.5em 0.5em;
    text-align: center;
}

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

#quiz-buttons a,
.quiz-container .quiz-button {
    display: inline-block;
    padding: 0.7em 1.2em;
    background: #88449a;
    color: #fff;
    font-size: 1.2em;
}
#quiz-buttons a {
    background: #fff;
    color: #333;
}

#quiz-start-btn {
    background: #006152;
    color: #fff;
}

/* Quiz State Overrides */

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