@font-face {
  font-family: Cinematografica;
  src: url(https://nagydiaktesztek.hu/fonts/Cinematografica-Regular.woff);
}
body {
  font-family: Raleway, sans-serif;
  color: #757474;
  background-color: #FFF;
  background: transparent url('https://nagydiaktesztek.hu/images/filmteszt6/filmteszt6_hatter.svg');
}
.header {
  width: 100%;
  min-height: 150px;
  max-height: 200px;
  /*background-color: @HeaderBg;*/
}
.header .nav {
  margin: 0 auto;
  max-width: 1240px;
  background: transparent url('https://nagydiaktesztek.hu/images/filmteszt5/Filmteszthead-bckgr.svg');
  background-size: cover;
  background-position: center;
  /* border:1px solid;*/
}
.header .nav .site-logo {
  /*max-width:150px;*/
  max-height: 140px;
  height: 100vh;
  /*margin:6px;*/
}
.header .nav .nav-link {
  margin-top: 38px;
  margin-right: 20px;
  border-radius: 15px;
  height: 40px;
  color: #000;
  text-transform: uppercase;
  font-size: 30px;
  font-family: Cinematografica;
}
.header .nav .nav-link:hover {
  /*background-color: @BodyBg;*/
  color: #000;
}
.header .nav .mobile-nav-button {
  display: none;
}
.header .nav .redmenubutton {
  background-color: #F03E57;
}
@media (max-width: 1200px) {
  .header .nav .nav-link {
    margin-top: 84px;
    background-color: #FFC400;
    margin-right: 6px;
    border-radius: 11px;
    height: 30px;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    line-height: 17px;
  }
  .header .nav .nav-link:hover {
    background-color: #FFF;
    color: #FFC400;
  }
  .header .nav .mobile-nav-button {
    display: none;
  }
}
@media (max-width: 766px) {
  .header .nav .nav-link {
    margin-top: 0px;
    margin-right: 0px;
    display: none;
    background-color: #FFC400;
    height: 55px;
    color: white;
    text-transform: uppercase;
    width: 100%;
    z-index: 100;
    border-radius: 0;
    text-align: center;
    font-size: 36px;
  }
}
.header .nav .active {
  background: url(https://nagydiaktesztek.hu/images/filmteszt5/reflektor.png);
  background-size: 63px;
  background-position-x: 28px;
  background-position-y: 25px;
  background-repeat: no-repeat;
  height: 98px;
}
.header .nav .active-b {
  background: url(https://nagydiaktesztek.hu/images/filmteszt5/reflektor.png);
  background-size: 63px;
  background-position-x: 28px;
  background-position-y: 25px;
  background-repeat: no-repeat;
  height: 98px;
}
@media (max-width: 766px) {
  .header {
    min-height: unset;
    height: 110px;
  }
  .header .nav {
    height: 110px;
  }
  .header .site-logo {
    height: 100px !important;
    width: auto;
  }
}
@media (max-width: 766px) {
  .mobile-nav-button {
    margin-top: 30px;
    float: right;
    width: 42px;
    height: 42px;
    border: 1px #FFC400 solid;
    border-radius: 10px;
    padding: 2px 2px 0px 5px;
    z-index: 110;
    margin-left: -60px;
  }
  .mobile-nav-button div {
    width: 30px;
    height: 5px;
    margin-top: 5px;
    background-color: #FFF;
  }
}
.container {
  padding-top: 20px;
  min-height: 800px;
  font-size: 20px;
  background: #ffffffcf;
}
.container a {
  color: #FFC400;
  font-weight: bold;
}
.carousel {
  margin-bottom: 20px;
  max-width: 1240px;
  margin: 0 auto;
}
h1 {
  color: #757474;
  text-transform: uppercase;
  margin-top: 42px;
}
h3 {
  color: #757474;
  text-transform: uppercase;
}
.ndt-submitbutton {
  background-color: #FFC400;
  color: white;
  border: 1px solid #FFC400;
  border-radius: 11px;
  padding: 6px 10px 6px 10px;
  text-transform: uppercase;
}
.ndt-input {
  background-color: #FFC40080;
  border-radius: 11px;
  margin-bottom: 10px;
  border-color: #FFC400;
  font-size: 20px;
}
.question-block {
  max-width: 500px;
  margin: 0 auto;
  background-color: #eee;
  padding-bottom: 30px;
  border-radius: 10px;
}
.question-block img {
  width: 100%;
  height: auto;
}
.answer-button {
  width: 90%;
  min-height: 36px;
  color: #fff;
  background-color: #E5A610;
  margin: 0 auto;
  border: 1px #FFC400 solid;
  border-radius: 11px;
  margin-bottom: 10px;
  font-size: 20px;
  padding: 6px;
  cursor: pointer;
}
.answer-button:hover {
  background-color: #FFF;
  color: #FFC400;
}
.disabled-button {
  background-color: #eee;
  color: #bbb;
}
.question-text {
  padding: 10px;
  font-size: 20px;
}
.timer-container {
  width: 90%;
  height: 40px;
  margin: 0 auto;
  font-size: 14px;
  padding-bottom: 10px;
}
.timer-container .timer-display {
  float: right;
  background-color: #bbb;
  width: 122px;
  height: 30px;
  line-height: 28px;
  border: 1px #24201f solid;
  border-radius: 11px;
  text-align: left;
  padding-left: 15px;
}
.timer-container .question-num-display {
  float: left;
  background-color: #bbb;
  width: 122px;
  height: 30px;
  line-height: 28px;
  border: 1px #24201f solid;
  border-radius: 11px;
  text-align: left;
  padding-left: 15px;
}
.parent-mail-block {
  background-color: #FFC40080;
  color: #FFF;
  border-radius: 11px;
  border: 1px #FFC400 solid;
  padding-top: 10px;
  padding-bottom: 10px;
}
.parent-mail-block .parent-mail-text {
  font-size: 14px;
  color: #757474;
  margin-top: 10px;
  margin-bottom: 10px;
}
#havecookieuser {
  display: none;
  background-color: #FFC40080;
  color: #757474;
  border-radius: 11px;
  border: 1px #FFC400 solid;
  padding: 10px 10px 10px 10px;
}
#changecookie {
  color: #757474;
}
@media (max-width: 766px) {
  .footer {
    background-color: #FFC400;
    height: 120px;
    margin-top: 30px;
    padding-top: 30px;
  }
}
.footer {
  background-color: #FFC400;
  height: 160px;
  /*margin-top:30px;*/
  padding-top: 30px;
  padding-bottom: 260px;
}
.footer a {
  color: #FFF;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .footer-menu-container {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  text-align: center;
  margin-bottom: 10px;
}
.footer .footer-menu-container a:first-child:before {
  content: '| ';
}
.footer .footer-menu-container a:after {
  content: ' | ';
}
.footer .footer-copy-container {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  text-align: center;
  font-size: 12px;
}
#verygoodimg {
  z-index: 1100;
  position: fixed;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  min-height: 56%;
  max-width: 640px;
  max-height: 360px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  color: #FFF;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  padding-top: 140px;
  margin-bottom: -140px;
  padding-left: 50px;
  margin-right: -50px;
  display: none;
}
.redbuttonbg {
  background-color: #F03E57 !important;
  color: #fff;
}
.greenbuttonbg {
  background-color: #55D799;
  color: #fff;
}
.greybuttonbg {
  background-color: #bbb;
  color: #fff;
}
.ui-autocomplete li:nth-child(even) {
  background: #e8edf3;
}
.ui-autocomplete li:nth-child(even) .ui-menu-item-wrapper {
  border-bottom: 1px solid lightgrey;
}
/*# sourceMappingURL=diakteszt-custom.css.map */