/* -- start setup -- */
/*
font-family: 'Bebas Neue', cursive;
font-family: 'Raleway', sans-serif;
*/

* {
  font-family: "Noto Sans", Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
  font-size: 16px;
  color: #e4c266;
}

.white,
.white * {
  color: White !important;
}

.br1 {
  border: 1px solid Red;
}

/* -- common -- */
.horniIndex {
  vertical-align: super;
  font-size: 9px;
}

.i {
  font-style: italic;
}

sup {
  font-size: 0.7em;
}

.hiddenElement {
  visibility: hidden;
}

/* -- all pages -- */
hr {
  display: none;
}

body {
  background-color: #a60c16;
}

.imgCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.content {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 480px) {
  content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .content {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contentSmaller {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .content {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .contentSmaller {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.title,
.title span {
  font-size: 25px;
  font-family: "Noto Serif", serif;
}

.title span {
  color: White;
}
@media only screen and (min-width: 480px) {
  .title,
  .title span {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .title,
  .title span {
    font-size: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .title,
  .title span {
    font-size: 45px;
  }
}

@media only screen and (min-width: 1200px) {
  .title,
  .title span {
    font-size: 50px;
  }
}

.title2,
.title2 span {
  font-size: 25px;
  font-family: "Noto Serif", serif;
  text-transform: uppercase;
}

.title2 {
  font-size: 18px;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 480px) {
  .title2 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .title2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .title2 {
    font-size: 33px;
  }
}

@media only screen and (min-width: 1200px) {
  .title2 {
    font-size: 35px;
  }
}

.introText {
  max-width: 350px;
  margin: 0 auto 30px auto;
}

.introText2 {
  max-width: 550px;
}

.odd {
  border-bottom: 1px solid #e4c266;
  margin-top: 20px;
  margin-bottom: 20px;
}

.counter {
  font-size: 30px;
  font-family: "Noto Serif", serif;
}

.countDown {
  position: absolute;
  bottom: 20px;
  left: 5%;
  width: 90%;
  background-color: White;
  padding: 10px;
}

.countdownTitle {
  font-weight: bold;
  color: #4b337c;
}

#countdown {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  max-width: 250px;
  color: Black;
}

#countdown div {
  text-align: center;
}

#countdown span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #e4c266;
  font-family: "Noto Serif", serif;
}

.label {
  margin-top: 5px;
  font-size: 14px;
  color: White;
}

.button {
  font-weight: 500;
  border: none;
  display: block;
  color: White;
  font-size: 18px;
  width: 180px;
  height: 50px;
  line-height: 50px;
  background-color: #1a5b98;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  transition: background-color 0.5s;
  text-transform: uppercase;
  font-weight: bold;
}

.buttonLang {
  font-size: 22px;
  width: 110px;
}

.buttonCenter {
  margin-left: auto;
  margin-right: auto;
}

.buttonLogin {
  background-color: #e4c266;
  color: #a60c16;
  display: none;
}

.buttonLogin:hover {
  color: #a60c16;
  text-decoration: none;
  background-color: White;
}

.formBox {
  max-width: 300px;
  margin: 20px auto;
}

.otazka {
  color: White;
}
.otazka strong {
  color: ;
}

.formQuestionBox {
  max-width: 500px;
  margin: 20px auto;
}

.formQuestionBox1 {
  max-width: 250px;
  margin: 20px auto;
}

.kvizForm input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.kvizForm input.formSubmit {
  padding: 0;
  font-weight: 500;
  border: none;
  display: block;
  color: #a60c16;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  background-color: #e4c266;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  transition: background-color 0.5s;
  text-transform: uppercase;
  font-weight: bold;
}

.formQuizSubmit {
  width: 200px;
  margin: 20px auto 0 auto;
}

.kvizForm input.formSubmit:hover {
  color: #a60c16;
  text-decoration: none;
  background-color: White;
}

.tableMatch tr td,
.tableMatch tr th {
  border: 1px solid #1a5b98;
}

.idVyzvednuti {
  display: block;
  font-size: 130px;
}

#timerBox {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

#timerBox span {
  color: White;
  font-size: 20px;
}
