@font-face {
  font-family: Cinematografica;
  src: url(https://nagydiaktesztek.hu/fonts/Cinematografica-Regular.woff);
}
body {
  font-family: Raleway, sans-serif;
  color: #757474;
  background-color: #FFFAED;
  /*background: transparent url('https://nagydiaktesztek.hu/images/penzugyesteszt/penzteszt_hatter.png');*/
}
.header {
  width: 100%;
  min-height: 150px;
  max-height: 200px;
  background-color: #4cd36a;
}
.header .nav {
  margin: 0 auto;
  max-width: 1240px;
  background: transparent url('https://nagydiaktesztek.hu/images/sportteszt/sport_header.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 179px;
  /* border:1px solid;*/
  /* .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;
    }


    .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;
    }*/
}
.header .nav .site-logo {
  max-width: 350px;
  max-height: 166px;
  height: 100vh;
  margin: 6px 6px 6px 6px;
}
.header .nav .nav-link {
  margin-top: 131px;
  background-color: #21ce35;
  margin-right: 20px;
  border-radius: 8px;
  /* -webkit-border-top-right-radius: 10px;
      -webkit-border-top-left-radius: 10px;
      -moz-border-radius-topright: 10px;
      -moz-border-radius-topleft: 10px;
      border-top-right-radius: 10px;
      border-top-left-radius: 10px;*/
  height: 36px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
}
.header .nav .nav-link:hover {
  background-color: #FFFAED;
  color: #757474;
}
.header .nav .mobile-nav-button {
  display: none;
}
.header .nav .redmenubutton {
  background-color: #eb535d;
}
@media (max-width: 1200px) {
  .header .nav .nav-link {
    margin-top: 141px;
    background-color: #20CE36;
    margin-right: 6px;
    /*border-radius:11px;*/
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 30px;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 17px;
  }
  .header .nav .nav-link:hover {
    background-color: #FFFAED;
    color: #20CE36;
  }
  .header .nav .mobile-nav-button {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header .nav .nav-link {
    margin-top: 133px;
    background-color: #20CE36;
    margin-right: 6px;
    /*border-radius:11px;*/
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 30px;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 17px;
  }
  .header .nav .nav-link:hover {
    background-color: #FFFAED;
    color: #20CE36;
  }
  .header .nav .mobile-nav-button {
    display: none;
  }
}
@media (max-width: 990px) {
  .header .nav .nav-link {
    margin-top: 131px;
    background-color: #20CE36;
    margin-right: 6px;
    /*border-radius:11px;*/
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 30px;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 17px;
  }
  .header .nav .nav-link:hover {
    background-color: #FFFAED;
    color: #20CE36;
  }
  .header .nav .mobile-nav-button {
    display: none;
  }
}
@media (max-width: 768px) {
  .header .nav .nav-link {
    margin-top: 0px;
    margin-right: 0px;
    display: none;
    background-color: #20CE36;
    height: 55px;
    color: #FFF;
    text-transform: uppercase;
    width: 100%;
    z-index: 100;
    border-radius: 0;
    text-align: center;
    font-size: 28px;
  }
}
.header .nav .active {
  background-color: #FFFAED;
  color: #757474;
}
@media (max-width: 768px) {
  .header {
    min-height: unset;
    height: 110px;
  }
  .header .nav {
    height: 110px;
    /*background: transparent url('https://nagydiaktesztek.hu/images/sportteszt/sport_header.png');
      background-size: cover;
      background-repeat:no-repeat;
      background-position: center;*/
    background: #4cd36a;
  }
  .header .site-logo {
    height: 100px !important;
    width: auto;
  }
}
@media (max-width: 768px) {
  .mobile-nav-button {
    margin-top: 30px;
    float: right;
    width: 42px;
    height: 42px;
    border: 1px #20CE36 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: #FFFAED;
  }
}
.container {
  padding-top: 20px;
  min-height: 800px;
  font-size: 20px;
  /* background: @ContainerBg;*/
}
.container a {
  color: #757474;
  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: #20CE36;
  color: #FFF;
  border: 1px solid #757474;
  border-radius: 11px;
  padding: 6px 10px 6px 10px;
  text-transform: uppercase;
}
.ndt-input {
  background-color: #C5E4C5;
  border-radius: 11px;
  margin-bottom: 10px;
  border-color: #20CE36;
  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: #ffb135;
  margin: 0 auto;
  border: 1px #20CE36 solid;
  border-radius: 11px;
  margin-bottom: 10px;
  font-size: 20px;
  padding: 6px;
  cursor: pointer;
}
.answer-button:hover {
  background-color: #FFFAED;
  color: #757474;
}
.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 #4cd36a 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 #4cd36a solid;
  border-radius: 11px;
  text-align: left;
  padding-left: 15px;
}
.parent-mail-block {
  background-color: #C5E4C5;
  color: #FFFAED;
  border-radius: 11px;
  border: 1px #20CE36 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: #C5E4C5;
  color: #757474;
  border-radius: 11px;
  border: 1px #20CE36 solid;
  padding: 10px 10px 10px 10px;
}
#changecookie {
  color: #757474;
}
@media (max-width: 768px) {
  .footer {
    background-color: #4cd36a;
    height: 230px;
    /*background: url("https://nagydiaktesztek.hu/images/sportteszt/sport_footer.png");*/
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 6px;
    color: #FFF;
  }
  .footer a {
    color: #FFF;
  }
  .footer a:hover {
    text-decoration: underline;
  }
  .footer .footer-menu-container {
    background-color: #4cd36a;
    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;
  }
  .footer .footer-logo-container {
    text-align: center;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .footer {
    /* background-color: @FooterBg; */
    background: url("https://nagydiaktesztek.hu/images/sportteszt/sport_footer.png");
    height: 137px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 6px;
    color: #FFF;
  }
  .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: #FFFAED;
  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: #eb535d !important;
  color: #fff;
}
.greenbuttonbg {
  background-color: #21ce35;
  color: #fff;
  border: 3px solid #fff;
  font-weight: 500;
}
.greybuttonbg {
  background-color: #bbb;
  color: #fff;
}
.partnerlogok img {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=diakteszt-custom.css.map */