body {
  font-family: Raleway, sans-serif;
  color: #222222;
  background: #FFFFFF;
}
body p {
  width: 100%;
}
.header {
  width: 100%;
  max-width: 1400px;
  min-height: 200px;
  max-height: 200px;
  background-color: #E5E5E5;
  /*background: url('img url here');*/
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
}
.header .nav {
  margin: 0 auto;
  /*max-width:1240px;*/
  max-width: 1200px;
  /* border:1px solid;*/
}
.header .nav .site-logo {
  max-height: 190px;
  width: 100%;
  margin: 0px;
  padding-right: 190px;
  /*margin-right: 70px;*/
}
.header .nav .nav-link {
  margin-top: 97px;
  background-color: #C5E4C5;
  margin-right: 20px;
  border-radius: 15px;
  height: 40px;
  color: #072b56;
  text-transform: uppercase;
}
.header .nav .nav-link:hover {
  background-color: #FFFFFF;
  color: #C5E4C5;
}
.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: #C5E4C5;
    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: #FFFFFF;
    color: #C5E4C5;
  }
  .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: #C5E4C5;
    height: 40px;
    color: white;
    text-transform: uppercase;
    width: 100%;
    z-index: 100;
    border-radius: 0;
    text-align: center;
  }
}
.header .nav .active {
  background-color: #C5E4C5;
  color: #072b56;
}
@media (max-width: 766px) {
  .header {
    min-height: unset;
    height: 110px;
  }
  .header .nav {
    height: 110px;
  }
  .header .site-logo {
    height: 100px;
    width: auto !important;
    margin: 6px !important;
  }
}
@media (max-width: 766px) {
  .mobile-nav-button {
    margin-top: 10px;
    float: right;
    width: 42px;
    height: 42px;
    /*border:1px @ButtonBg 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 {
  margin-top: 20px;
  min-height: 700px;
  font-size: 20px;
}
.container a {
  color: #222222;
  font-weight: bold;
}
.carousel {
  margin-bottom: 20px;
}
h1 {
  color: #222222;
  text-transform: uppercase;
  margin-top: 42px;
}
h3 {
  color: #222222;
  text-transform: uppercase;
}
.ndt-submitbutton {
  background-color: #072b56;
  color: white;
  border: 1px solid #C5E4C5;
  border-radius: 11px;
  padding: 6px 10px 6px 10px;
  text-transform: uppercase;
}
.ndt-input {
  background-color: #afcfd7;
  border-radius: 11px;
  margin-bottom: 10px;
  border-color: #757474;
  font-size: 20px;
}
.question-block {
  max-width: 500px;
  margin: 0 auto;
  background-color: #eee;
  padding-bottom: 30px;
  border-radius: 10px;
}
.question-block .question-text {
  font-weight: bold;
}
.question-block iframe {
  width: 100%;
}
.question-block img {
  width: 100%;
  height: auto;
}
.answer-button {
  width: 90%;
  min-height: 36px;
  color: #333333;
  background-color: #ffffff;
  margin: 0 auto;
  border: 1px #757474 solid;
  border-radius: 11px;
  margin-bottom: 10px;
  font-size: 20px;
  padding: 6px;
  cursor: pointer;
}
.answer-button:hover {
  background-color: #C5E4C5;
  color: #333333;
}
.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 #E5E5E5 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 #E5E5E5 solid;
  border-radius: 11px;
  text-align: left;
  padding-left: 15px;
}
.parent-mail-block {
  /*background-color: @InputBackground;*/
  color: #FFFFFF;
  border-radius: 11px;
  /*border:1px @ButtonBg solid;*/
  padding-top: 10px;
  padding-bottom: 10px;
}
.parent-mail-block .parent-mail-text {
  font-size: 14px;
  color: #072b56;
  margin-bottom: 0px;
  text-align: center;
}
#havecookieuser {
  display: none;
  background-color: #afcfd7;
  color: #222222;
  border-radius: 11px;
  border: 1px #757474 solid;
  padding: 10px 10px 10px 10px;
}
.footer {
  background-color: #212529;
  background: url(/images/agrarteszt/AgrarFooter_1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  /* height: 400px; */
  margin-top: 30px;
  padding-top: 30px;
}
.footer a {
  color: #212529;
}
.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;
  color: #212529;
}
#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: #FFFFFF;
  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: #333333;
}
.greenbuttonbg {
  background-color: #4ec015;
  color: #333333;
}
.greybuttonbg {
  background-color: #bbb;
  color: #333333;
}
@media (max-width: 480px) {
  .single-content .row img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 30px;
  }
}
@media (min-width: 481px) {
  .single-content .row img {
    width: auto !important;
    height: auto !important;
    max-height: 142px;
    margin-left: 30px;
  }
  .social-links {
    font-weight: bold;
  }
  .social-links a {
    color: #F03E57;
  }
}
.explanation {
  font-size: 15px;
  font-style: italic;
}
/*# sourceMappingURL=szmosurvey-custom.css.map */