@charset "UTF-8";
/* line 5, ../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, ../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* line 2, ../../sass/core-layout/_layout.scss */
* {
  box-sizing: border-box; }

/* line 7, ../../sass/core-layout/_layout.scss */
html {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.25;
  color: gray;
  background-color: white;
  -webkit-text-size-adjust: none; }

/* line 20, ../../sass/core-layout/_layout.scss */
body {
  font-size: 1em; }

/* line 24, ../../sass/core-layout/_layout.scss */
.region {
  position: relative; }

/* line 2, ../../sass/core-layout/_elements.scss */
h1 {
  font-size: 1.95313em; }

/* line 3, ../../sass/core-layout/_elements.scss */
h2 {
  font-size: 1.5625em; }

/* line 4, ../../sass/core-layout/_elements.scss */
h3 {
  font-size: 1.25em; }

/* line 5, ../../sass/core-layout/_elements.scss */
h4 {
  font-size: 1em; }

/* line 6, ../../sass/core-layout/_elements.scss */
h5 {
  font-size: 0.8em; }

/* line 7, ../../sass/core-layout/_elements.scss */
h6 {
  font-size: 0.64em; }

/* line 16, ../../sass/core-layout/_elements.scss */
ol {
  counter-reset: olCounter; }
  /* line 139, ../../sass/core/elements/_lists.scss */
  ol ol {
    counter-reset: olCounter; }
  /* line 144, ../../sass/core/elements/_lists.scss */
  ol li:before {
    content: counter(olCounter) ". ";
    counter-increment: olCounter; }
  /* line 152, ../../sass/core/elements/_lists.scss */
  ol.nestedOl li:before {
    content: counters(olCounter,".") ". "; }

/* line 55, ../../sass/core/elements/_lists.scss */
ul li {
  padding-left: 0.875em; }
  /* line 58, ../../sass/core/elements/_lists.scss */
  ul li:before {
    position: absolute;
    left: 0;
    top: 0.2em; }
  /* line 64, ../../sass/core/elements/_lists.scss */
  ul li ul {
    margin-left: -0.1em; }
    /* line 68, ../../sass/core/elements/_lists.scss */
    ul li ul li:before {
      top: 0.5em; }

/* line 94, ../../sass/core/elements/_lists.scss */
ul.checked > li:before, ul.unchecked > li:before {
  font-family: "srg-seo" !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  line-height: 1;
  text-transform: none !important;
  content: "✓";
  color: #37BC3A; }
/* line 94, ../../sass/core/elements/_lists.scss */
ul.unchecked > li:before {
  font-family: "srg-seo" !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  line-height: 1;
  text-transform: none !important;
  content: "✘";
  color: #E10D2D; }

/* line 94, ../../sass/core/elements/_lists.scss */
li.checked:before, li.unchecked:before {
  font-family: "srg-seo" !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  line-height: 1;
  text-transform: none !important;
  content: "✓" !important;
  color: #37BC3A; }
/* line 94, ../../sass/core/elements/_lists.scss */
li.unchecked:before {
  font-family: "srg-seo" !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  line-height: 1;
  text-transform: none !important;
  content: "✘" !important;
  color: #E10D2D; }

/* line 56, ../../sass/core-layout/_elements.scss */
img {
  max-width: 100%;
  height: auto !important; }

/* line 38, ../../sass/core/elements/_images.scss */
.coverImage.coverImage {
  width: 100%;
  height: 0 !important;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

@media (min-width: 961px) {
  /* line 71, ../../sass/core-layout/_elements.scss */
  .hamburger,
  .onMobileMenu {
    display: none !important; } }
@media (max-width: 960px) {
  /* line 79, ../../sass/core-layout/_elements.scss */
  .onDesktopMenu {
    display: none !important; } }
@media (min-width: 681px) {
  /* line 86, ../../sass/core-layout/_elements.scss */
  .onMobile {
    display: none !important; } }
@media (max-width: 680px) {
  /* line 93, ../../sass/core-layout/_elements.scss */
  .onDesktop {
    display: none !important; } }
/* line 101, ../../sass/core-layout/_elements.scss */
a {
  color: white; }

/* line 105, ../../sass/core-layout/_elements.scss */
strong {
  font-weight: bold; }

/* line 109, ../../sass/core-layout/_elements.scss */
em {
  font-style: italic; }

/* line 116, ../../sass/core-layout/_elements.scss */
p,
ol,
ul,
dl {
  margin-bottom: 1em; }

/* line 1, ../../sass/core-layout/_form.scss */
textarea {
  resize: none;
  height: 7.5em;
  min-height: 7.5em;
  max-height: 12em; }

/* line 1, ../../sass/core-layout/_ui-ux.scss */
.mobileNativeInput {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  cursor: pointer !important; }
  @media (max-width: 680px) {
    /* line 1, ../../sass/core-layout/_ui-ux.scss */
    .mobileNativeInput {
      display: none !important; } }

/* line 7, ../../sass/core-layout/_ui-ux.scss */
.select2-hidden-accessible {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  cursor: pointer !important;
  clip: auto !important;
  z-index: 1 !important; }
  @media (max-width: 680px) {
    /* line 7, ../../sass/core-layout/_ui-ux.scss */
    .select2-hidden-accessible {
      display: none !important; } }

/* line 1, ../../sass/core-layout/_effects.scss */
.noTransition {
  transition: none !important; }

/* line 18, ../../sass/core/effects/_helpers.scss */
.noTransitionAtAll, .noTransitionAtAll * {
  transition: none !important; }

/* line 5, ../sass/layout/_ckObjects.sass */
.accordion > .title {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }
  /* line 8, ../sass/layout/_ckObjects.sass */
  .accordion > .title:hover, .accordion > .title.active {
    color: #ffdf33; }
  /* line 12, ../sass/layout/_ckObjects.sass */
  .accordion > .title > *:first-child:after {
    content: ">";
    -moz-transition: -moz-transform 0.25s;
    -o-transition: -o-transform 0.25s;
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s; }
  /* line 17, ../sass/layout/_ckObjects.sass */
  .accordion > .title.active > *:first-child:after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

/* line 22, ../sass/layout/_ckObjects.sass */
.tabs > .title {
  font-size: inherit;
  margin-bottom: 0;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }
  /* line 165, ../../sass/core/elements/_lists.scss */
  .tabs > .title li {
    padding-left: 0; }
    /* line 167, ../../sass/core/elements/_lists.scss */
    .tabs > .title li:before {
      content: none;
      display: inline;
      margin-right: 0; }
  /* line 174, ../../sass/core/elements/_lists.scss */
  .tabs > .title ol, .tabs > .title ul {
    margin-left: 0;
    margin-bottom: 0; }
    /* line 179, ../../sass/core/elements/_lists.scss */
    .tabs > .title ol li:before, .tabs > .title ul li:before {
      content: none;
      font-size: 1em; }
  /* line 25, ../sass/layout/_ckObjects.sass */
  .tabs > .title > li {
    display: inline-block;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s; }
    /* line 28, ../sass/layout/_ckObjects.sass */
    .tabs > .title > li:hover, .tabs > .title > li.active {
      background-color: inherit; }
/* line 33, ../sass/layout/_ckObjects.sass */
.tabs > .contentWrapper table {
  position: relative; }
  /* line 35, ../sass/layout/_ckObjects.sass */
  .tabs > .contentWrapper table tr {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s; }
    /* line 43, ../sass/layout/_ckObjects.sass */
    .tabs > .contentWrapper table tr.active {
      position: relative;
      z-index: 0;
      opacity: 1; }

@media (min-width: 681px) {
  /* line 57, ../sass/layout/_ckObjects.sass */
  img.pull-left {
    float: left !important; }
  /* line 59, ../sass/layout/_ckObjects.sass */
  img.pull-right {
    float: right !important; } }
@media (min-width: 681px) {
  /* line 69, ../sass/layout/_ckObjects.sass */
  img.pull-left, img.pull-right {
    margin-bottom: 1em !important;
    max-width: 50% !important; }
  /* line 73, ../sass/layout/_ckObjects.sass */
  img.pull-left {
    max-width: calc(50% - 1rem) !important;
    margin-right: 1em !important; }
  /* line 76, ../sass/layout/_ckObjects.sass */
  img.pull-right {
    max-width: calc(50% - 1rem) !important;
    margin-left: 1em !important; } }
/* line 1, ../sass/layout/_contentObjects.sass */
* {
  outline: none; }

/* line 4, ../sass/layout/_contentObjects.sass */
a[title="AJÁNLATKÉRÉS"] {
  font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
  border: 2px solid white;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 0.75rem 1.25rem;
  background-color: #efa72b;
  background-image: linear-gradient(to bottom, #efa72b, #d46e0f);
  text-decoration: none;
  -moz-box-shadow: 0 0.25rem 1rem rgba(50, 50, 50, 0.6);
  -webkit-box-shadow: 0 0.25rem 1rem rgba(50, 50, 50, 0.6);
  box-shadow: 0 0.25rem 1rem rgba(50, 50, 50, 0.6); }
  /* line 13, ../sass/layout/_contentObjects.sass */
  a[title="AJÁNLATKÉRÉS"]:hover {
    background-color: #efa72b;
    background-image: linear-gradient(to bottom, #ffae2b, #b05810); }

/* line 18, ../sass/layout/_contentObjects.sass */
.slick-slider button {
  display: inline-block;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  cursor: default;
  font: inherit;
  color: inherit;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  line-height: normal;
  overflow: visible;
  user-select: none;
  appearance: none;
  box-decoration-break: clone;
  font-size: 0;
  cursor: pointer;
  z-index: 1; }
  /* line 30, ../../sass/core/elements/_buttons.scss */
  .slick-slider button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  /* line 23, ../sass/layout/_contentObjects.sass */
  .slick-slider button:after {
    -moz-transition: color 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: color 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: color 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: color 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
/* line 25, ../sass/layout/_contentObjects.sass */
.slick-slider .slick-arrow {
  display: block;
  position: absolute;
  top: 25%; }
  /* line 29, ../sass/layout/_contentObjects.sass */
  .slick-slider .slick-arrow.slick-next {
    right: 0; }
    /* line 31, ../sass/layout/_contentObjects.sass */
    .slick-slider .slick-arrow.slick-next:after {
      content: ""; }
  /* line 33, ../sass/layout/_contentObjects.sass */
  .slick-slider .slick-arrow.slick-prev {
    left: 0; }
    /* line 35, ../sass/layout/_contentObjects.sass */
    .slick-slider .slick-arrow.slick-prev:after {
      content: ""; }
  /* line 37, ../sass/layout/_contentObjects.sass */
  .slick-slider .slick-arrow:after {
    font-family: "srg-seo" !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    line-height: 1;
    text-transform: none !important;
    font-size: 2rem;
    color: #95A5A6; }
  /* line 41, ../sass/layout/_contentObjects.sass */
  .slick-slider .slick-arrow:hover:after {
    color: #333; }
/* line 43, ../sass/layout/_contentObjects.sass */
.slick-slider .slick-dots {
  display: block;
  position: relative;
  text-align: center; }
  /* line 47, ../sass/layout/_contentObjects.sass */
  .slick-slider .slick-dots > li {
    display: inline-block;
    padding: 2px; }
    /* line 51, ../sass/layout/_contentObjects.sass */
    .slick-slider .slick-dots > li button:hover:after {
      color: #333; }
    /* line 53, ../sass/layout/_contentObjects.sass */
    .slick-slider .slick-dots > li button:after {
      font-family: "srg-seo" !important;
      font-style: normal !important;
      font-variant: normal !important;
      font-weight: normal !important;
      line-height: 1;
      text-transform: none !important;
      content: "";
      font-size: 0.75rem;
      color: #95A5A6; }

/* line 9, ../sass/layout/_form.sass */
form .formGroup > legend:first-of-type {
  display: none; }
/* line 12, ../sass/layout/_form.sass */
form .formField {
  position: relative;
  display: block;
  margin-bottom: 1.25em;
  margin-left: 0 !important; }
  /* line 36, ../../sass/core/general/_layout.scss */
  form .formField > label:after, form .formField > fieldset:after {
    content: '';
    display: block;
    float: none;
    clear: both; }
  /* line 23, ../sass/layout/_form.sass */
  form .formField > label > span:first-of-type,
  form .formField > label > legend:first-of-type, form .formField > fieldset > span:first-of-type,
  form .formField > fieldset > legend:first-of-type {
    float: left;
    clear: left;
    width: 40%;
    padding: 0.75em;
    padding-right: 1em;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis; }
  /* line 37, ../sass/layout/_form.sass */
  form .formField > label input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
  form .formField > label select:not(.mobileNativeInput),
  form .formField > label textarea,
  form .formField > label span.select2, form .formField > fieldset input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
  form .formField > fieldset select:not(.mobileNativeInput),
  form .formField > fieldset textarea,
  form .formField > fieldset span.select2 {
    max-width: 60%; }
  /* line 49, ../sass/layout/_form.sass */
  form .formField > label > span:first-of-type,
  form .formField > label > legend:first-of-type, form .formField > fieldset > span:first-of-type,
  form .formField > fieldset > legend:first-of-type {
    display: none; }
  /* line 53, ../sass/layout/_form.sass */
  form .formField > label input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
  form .formField > label select:not(.mobileNativeInput),
  form .formField > label textarea,
  form .formField > label span.select2, form .formField > fieldset input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
  form .formField > fieldset select:not(.mobileNativeInput),
  form .formField > fieldset textarea,
  form .formField > fieldset span.select2 {
    max-width: none; }
  /* line 61, ../sass/layout/_form.sass */
  form .formField > fieldset {
    text-align: right; }
    /* line 10, ../../sass/core/general/_selectors.scss */
    form .formField > fieldset > *, form .formField > fieldset:before, form .formField > fieldset:after {
      text-align: left; }
    /* line 64, ../sass/layout/_form.sass */
    form .formField > fieldset > label {
      display: inline-block;
      margin-top: 0.5em;
      max-width: 60%;
      width: 100%; }
  /* line 73, ../sass/layout/_form.sass */
  form .formField.required > span:first-of-type:after {
    content: "*";
    display: inline-block;
    vertical-align: top;
    position: absolute;
    width: 0.5em;
    margin-right: -0.75em;
    padding-left: 0.25em;
    text-align: left; }
  /* line 88, ../sass/layout/_form.sass */
  form .formField.html > span:first-of-type + div.description {
    float: left;
    max-width: 60%;
    padding: 0.5em;
    padding-right: 1em; }
  /* line 98, ../sass/layout/_form.sass */
  form .formField.captcha > span:first-of-type + div.captcha {
    float: left;
    max-width: 60%; }
  /* line 105, ../sass/layout/_form.sass */
  form .formField.longLabel {
    font-size: 0.875em; }
    /* line 36, ../../sass/core/general/_layout.scss */
    form .formField.longLabel:after {
      content: '';
      display: block;
      float: none;
      clear: both; }
    /* line 111, ../sass/layout/_form.sass */
    form .formField.longLabel > span:first-of-type,
    form .formField.longLabel > input[type="checkbox"], form .formField.longLabel > label > span:first-of-type,
    form .formField.longLabel > label > input[type="checkbox"] {
      float: right !important; }
    /* line 115, ../sass/layout/_form.sass */
    form .formField.longLabel > span:first-of-type, form .formField.longLabel > label > span:first-of-type {
      width: auto;
      max-width: 60%;
      text-align: left !important;
      text-transform: none !important; }
    /* line 121, ../sass/layout/_form.sass */
    form .formField.longLabel > input[type="checkbox"], form .formField.longLabel > label > input[type="checkbox"] {
      margin: 0.5em;
      margin-right: 1em; }
    /* line 126, ../sass/layout/_form.sass */
    form .formField.longLabel + .formField.longLabel {
      margin-top: 0; }
  /* line 133, ../sass/layout/_form.sass */
  form .formField.descriptionLabel > label {
    float: left;
    margin-right: 1em; }
    /* line 137, ../sass/layout/_form.sass */
    form .formField.descriptionLabel > label > span:first-of-type {
      display: none; }
  /* line 140, ../sass/layout/_form.sass */
  form .formField.descriptionLabel > .description {
    cursor: default; }
  /* line 145, ../sass/layout/_form.sass */
  form .formField.hideLabel > span:first-of-type {
    display: none; }
  /* line 150, ../sass/layout/_form.sass */
  form .formField.button {
    text-align: center; }
    /* line 152, ../sass/layout/_form.sass */
    form .formField.button span:first-of-type {
      display: none; }
/* line 158, ../sass/layout/_form.sass */
form ul.errors {
  position: absolute !important;
  top: 0.5em;
  right: 0.5em;
  max-width: 50%;
  padding: 0.25em;
  font-size: 0.75em !important;
  text-align: center;
  border: 1px solid #AB0B17;
  border-radius: 2px;
  background-color: white;
  z-index: 1; }
  /* line 170, ../sass/layout/_form.sass */
  form ul.errors > li {
    margin-top: 0;
    color: #AB0B17; }
/* line 175, ../sass/layout/_form.sass */
form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
form select:not(.mobileNativeInput),
form textarea {
  width: 100%;
  padding: 0.5em;
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  color: #2b2b2b;
  background-color: white;
  border: 0;
  outline: 0;
  line-height: 1.5;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0.375em;
  -webkit-border-radius: 0.375em;
  border-radius: 0.375em;
  -moz-transition: box-shadow 0.15s;
  -o-transition: box-shadow 0.15s;
  -webkit-transition: box-shadow 0.15s;
  transition: box-shadow 0.15s; }
  /* line 61, ../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/css3/_user-interface.scss */
  form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):-moz-placeholder,
  form select:not(.mobileNativeInput):-moz-placeholder,
  form textarea:-moz-placeholder {
    color: inherit;
    opacity: 0.8;
    text-transform: lowercase; }
  /* line 64, ../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/css3/_user-interface.scss */
  form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"])::-moz-placeholder,
  form select:not(.mobileNativeInput)::-moz-placeholder,
  form textarea::-moz-placeholder {
    color: inherit;
    opacity: 0.8;
    text-transform: lowercase; }
  /* line 67, ../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/css3/_user-interface.scss */
  form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):-ms-input-placeholder,
  form select:not(.mobileNativeInput):-ms-input-placeholder,
  form textarea:-ms-input-placeholder {
    color: inherit;
    opacity: 0.8;
    text-transform: lowercase; }
  /* line 56, ../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/css3/_user-interface.scss */
  form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"])::-webkit-input-placeholder,
  form select:not(.mobileNativeInput)::-webkit-input-placeholder,
  form textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.8;
    text-transform: lowercase; }
  /* line 202, ../sass/layout/_form.sass */
  form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):focus,
  form select:not(.mobileNativeInput):focus,
  form textarea:focus {
    -moz-box-shadow: 0 0 0 1px #1abc9c;
    -webkit-box-shadow: 0 0 0 1px #1abc9c;
    box-shadow: 0 0 0 1px #1abc9c; }
  /* line 211, ../sass/layout/_form.sass */
  form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):-moz-ui-invalid:not(output),
  form select:not(.mobileNativeInput):-moz-ui-invalid:not(output),
  form textarea:-moz-ui-invalid:not(output) {
    -moz-box-shadow: 0 0 0.5px 2px #AB0B17;
    -webkit-box-shadow: 0 0 0.5px 2px #AB0B17;
    box-shadow: 0 0 0.5px 2px #AB0B17; }
  /* line 215, ../sass/layout/_form.sass */
  form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"])[readonly],
  form select:not(.mobileNativeInput)[readonly],
  form textarea[readonly] {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    background-color: transparent;
    padding: 0.5em;
    padding-right: 1em;
    color: inherit;
    line-height: inherit; }
  /* line 224, ../sass/layout/_form.sass */
  form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"])[type="number"],
  form select:not(.mobileNativeInput)[type="number"],
  form textarea[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield; }
/* line 235, ../sass/layout/_form.sass */
form select:not(.mobileNativeInput) optgroup,
form select:not(.mobileNativeInput) option {
  font-size: 0.875em; }
/* line 238, ../sass/layout/_form.sass */
form select:not(.mobileNativeInput) option {
  padding-bottom: 0.1em;
  background-color: inherit; }
  /* line 241, ../sass/layout/_form.sass */
  form select:not(.mobileNativeInput) option:disabled {
    display: none; }
/* line 247, ../sass/layout/_form.sass */
form select:not(.mobileNativeInput)::-ms-expand {
  display: none; }
/* line 251, ../sass/layout/_form.sass */
form select:not(.mobileNativeInput):not(:focus) {
  opacity: 0.8; }
/* line 256, ../sass/layout/_form.sass */
body:not(:-moz-handler-blocked) form select:not(.mobileNativeInput) {
  text-indent: -2px; }
@media screen\0 {
  /* line 228, ../sass/layout/_form.sass */
  form select:not(.mobileNativeInput) {
    padding-left: calc(0.5em - 2px); } }
@supports (-ms-accelerator: true) {
  /* line 228, ../sass/layout/_form.sass */
  form select:not(.mobileNativeInput) {
    padding-left: calc(0.5em - 2px); } }
/* line 265, ../sass/layout/_form.sass */
form span.select2 {
  width: 100% !important; }
/* line 268, ../sass/layout/_form.sass */
form textarea {
  height: 7.5em;
  min-height: 7.5em;
  max-height: 12em;
  resize: none; }

/* line 2, ../sass/layout/_posts.sass */
.postIndex {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  /* line 5, ../sass/layout/_posts.sass */
  .postIndex .groupName {
    display: none; }
  /* line 7, ../sass/layout/_posts.sass */
  .postIndex article.postEntry {
    color: #515157;
    font-size: 0.875rem; }
    /* line 10, ../sass/layout/_posts.sass */
    .postIndex article.postEntry header.sectionHeader {
      display: none; }
    /* line 12, ../sass/layout/_posts.sass */
    .postIndex article.postEntry .postBody {
      width: 100%;
      padding-top: 2rem;
      padding-left: 15%;
      padding-right: 15%; }
      /* line 17, ../sass/layout/_posts.sass */
      .postIndex article.postEntry .postBody time {
        display: none; }
      /* line 20, ../sass/layout/_posts.sass */
      .postIndex article.postEntry .postBody .postEntrySection h3.postEntrySectionHeader {
        display: none; }
      /* line 22, ../sass/layout/_posts.sass */
      .postIndex article.postEntry .postBody .postEntrySection .postEntrySectionContent {
        text-align: center; }
        /* line 24, ../sass/layout/_posts.sass */
        .postIndex article.postEntry .postBody .postEntrySection .postEntrySectionContent p {
          display: inline-block;
          vertical-align: text-top;
          line-height: 1.6; }
          /* line 28, ../sass/layout/_posts.sass */
          .postIndex article.postEntry .postBody .postEntrySection .postEntrySectionContent p:first-of-type {
            text-align: left; }
            /* line 36, ../../sass/core/general/_layout.scss */
            .postIndex article.postEntry .postBody .postEntrySection .postEntrySectionContent p:first-of-type:after {
              content: '';
              display: block;
              float: none;
              clear: both; }
          /* line 31, ../sass/layout/_posts.sass */
          .postIndex article.postEntry .postBody .postEntrySection .postEntrySectionContent p:nth-of-type(3) {
            color: #95A5A6; }
          /* line 33, ../sass/layout/_posts.sass */
          .postIndex article.postEntry .postBody .postEntrySection .postEntrySectionContent p img {
            float: left;
            width: 12rem !important;
            padding-right: 1rem;
            margin-top: -2rem; }

/* Slider */
/* line 5, ../sass/layout/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

/* line 19, ../sass/layout/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  /* line 26, ../sass/layout/_slick.scss */
  .slick-list:focus {
    outline: none; }
  /* line 30, ../sass/layout/_slick.scss */
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

/* line 35, ../sass/layout/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 44, ../sass/layout/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  /* line 50, ../sass/layout/_slick.scss */
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  /* line 56, ../sass/layout/_slick.scss */
  .slick-track:after {
    clear: both; }
  /* line 60, ../sass/layout/_slick.scss */
  .slick-loading .slick-track {
    visibility: hidden; }

/* line 64, ../sass/layout/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  /* line 68, ../sass/layout/_slick.scss */
  [dir="rtl"] .slick-slide {
    float: right; }
  /* line 71, ../sass/layout/_slick.scss */
  .slick-slide img {
    display: block; }
  /* line 74, ../sass/layout/_slick.scss */
  .slick-slide.slick-loading img {
    display: none; }
  /* line 80, ../sass/layout/_slick.scss */
  .slick-slide.dragging img {
    pointer-events: none; }
  /* line 84, ../sass/layout/_slick.scss */
  .slick-initialized .slick-slide {
    display: block; }
  /* line 88, ../sass/layout/_slick.scss */
  .slick-loading .slick-slide {
    visibility: hidden; }
  /* line 92, ../sass/layout/_slick.scss */
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* line 98, ../sass/layout/_slick.scss */
.slick-arrow.slick-hidden {
  display: none; }

/* line 1, ../sass/layout/_elements.sass */
html {
  max-width: none; }

/* line 3, ../sass/layout/_elements.sass */
body {
  color: #333; }

/* line 6, ../sass/layout/_elements.sass */
h3 {
  font-weight: 700;
  line-height: 1.1;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }

/* line 12, ../sass/layout/_elements.sass */
.hidden {
  display: none; }

/* line 1, ../sass/layout/_layout.sass */
section {
  display: block;
  position: relative;
  background-color: #ECECEC;
  padding-left: calc(50vw - 585px);
  padding-right: calc(50vw - 585px); }

/* line 8, ../sass/layout/_layout.sass */
article.statBody {
  font-size: 0; }
  /* line 10, ../../sass/core/general/_selectors.scss */
  article.statBody > *, article.statBody:before, article.statBody:after {
    font-size: 1rem; }

/* line 11, ../sass/layout/_layout.sass */
.mobileMenu {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  height: 1px;
  width: 1px; }
  @media (max-width: 760px) {
    /* line 11, ../sass/layout/_layout.sass */
    .mobileMenu {
      display: block; } }

@media (max-width: 1170px) {
  /* line 23, ../sass/layout/_layout.sass */
  section {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media (max-width: 1024px) {
  /* line 31, ../sass/layout/_layout.sass */
  .region.content section.profiweb article > p, .region.content section.profiweb article > ul, .region.content section.profiweb article > h3 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%; }
  /* line 35, ../sass/layout/_layout.sass */
  .region.content section.profiweb article h3 {
    text-align: center; }
  /* line 37, ../sass/layout/_layout.sass */
  .region.content section.profiweb article p {
    display: block;
    padding-left: 0; }
  /* line 41, ../sass/layout/_layout.sass */
  .region.content section.intro-video .statBody h3 {
    font-size: 1.25rem;
    padding-top: 0;
    margin-top: 0; }
  /* line 45, ../sass/layout/_layout.sass */
  .region.content section.intro-video .statBody div.profi-text {
    padding-left: 10%;
    padding-top: 5rem;
    text-align: left;
    width: 100%; }
    /* line 50, ../sass/layout/_layout.sass */
    .region.content section.intro-video .statBody div.profi-text ul {
      padding-left: 5%; }
  /* line 52, ../sass/layout/_layout.sass */
  .region.content section.intro-video .statBody div.srg-video {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%; }
  /* line 59, ../sass/layout/_layout.sass */
  .region.content section.szolgaltatasok article.statBody table td > h2 {
    font-size: 1.5rem; }
  /* line 61, ../sass/layout/_layout.sass */
  .region.content section.szolgaltatasok article.statBody table td > p:not(:last-of-type) {
    font-size: 1rem; } }
@media (max-width: 760px) {
  /* line 67, ../sass/layout/_layout.sass */
  .region.content section.hirdetesi article.statBody {
    margin: 0;
    text-align: center; }
    /* line 70, ../sass/layout/_layout.sass */
    .region.content section.hirdetesi article.statBody > h1 {
      font-size: 2rem; }
    /* line 73, ../sass/layout/_layout.sass */
    .region.content section.hirdetesi article.statBody > p:first-of-type {
      display: block;
      line-height: 1.2;
      font-size: 1rem; }
    /* line 77, ../sass/layout/_layout.sass */
    .region.content section.hirdetesi article.statBody > p:nth-of-type(3) {
      padding-left: 1rem;
      padding-right: 1rem; }
    /* line 81, ../sass/layout/_layout.sass */
    .region.content section.hirdetesi article.statBody > div > p:first-of-type {
      font-size: 1rem; }
    /* line 83, ../sass/layout/_layout.sass */
    .region.content section.hirdetesi article.statBody > div > p:last-of-type {
      font-size: 1.25rem; }
  /* line 87, ../sass/layout/_layout.sass */
  .region.content section.profiweb .statBody h3, .region.content section.profiweb .statBody ul, .region.content section.profiweb .statBody p {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
  /* line 91, ../sass/layout/_layout.sass */
  .region.content section.profiweb .statBody ul > li {
    margin-left: 1em; }
  /* line 95, ../sass/layout/_layout.sass */
  .region.content section.szolgaltatasok article.statBody table td {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center; }
    /* line 102, ../sass/layout/_layout.sass */
    .region.content section.szolgaltatasok article.statBody table td:first-child img {
      padding-top: 2rem;
      padding-bottom: 2rem; }
    /* line 106, ../sass/layout/_layout.sass */
    .region.content section.szolgaltatasok article.statBody table td:first-child p:nth-of-type(2) {
      margin-top: 2rem;
      margin-bottom: 0;
      padding-bottom: 2rem; }
    /* line 110, ../sass/layout/_layout.sass */
    .region.content section.szolgaltatasok article.statBody table td:first-child p:last-of-type {
      font-size: 1rem;
      margin-top: 0;
      padding-bottom: 2em;
      text-align: center; }
  /* line 116, ../sass/layout/_layout.sass */
  .region.content section.promo > .postIndex {
    padding-top: 1rem;
    padding-bottom: 1rem; }
    /* line 119, ../sass/layout/_layout.sass */
    .region.content section.promo > .postIndex > .entryGroup article.postEntry > .postBody {
      padding-left: 10%;
      padding-right: 10%; }
      /* line 123, ../sass/layout/_layout.sass */
      .region.content section.promo > .postIndex > .entryGroup article.postEntry > .postBody .postEntrySectionContent > p:not(:first-of-type) > em {
        font-size: 0.75rem; }
  /* line 126, ../sass/layout/_layout.sass */
  .region.content section.ajanlatkeres-intro .statBody {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    /* line 130, ../sass/layout/_layout.sass */
    .region.content section.ajanlatkeres-intro .statBody p {
      display: block;
      padding: 0; }
  /* line 134, ../sass/layout/_layout.sass */
  .region.content section.ajanlatkeres.form > article.formIndex {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    /* line 139, ../sass/layout/_layout.sass */
    .region.content section.ajanlatkeres.form > article.formIndex > form > fieldset.formGroup > .formField.text {
      width: 100%;
      margin-bottom: 1rem; }
  /* line 143, ../sass/layout/_layout.sass */
  .region.content section.intro-video .statBody div.srg-video {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
  /* line 147, ../sass/layout/_layout.sass */
  .region.content section.intro-video .statBody div.profi-text {
    padding-left: 0;
    text-align: center; }
  /* line 151, ../sass/layout/_layout.sass */
  .region.content section.kapcsolat .statBody p, .region.content section.kapcsolat .statBody h3 {
    width: 100%; } }
@media (max-width: 480px) {
  /* line 158, ../sass/layout/_layout.sass */
  .region.content section.hirdetesi article.statBody > p {
    display: block; }
    /* line 160, ../sass/layout/_layout.sass */
    .region.content section.hirdetesi article.statBody > p:nth-of-type(2) {
      margin-bottom: 0;
      padding-bottom: 2rem; }
  /* line 165, ../sass/layout/_layout.sass */
  .region.content section.szolgaltatasok article.statBody table td {
    text-align: center; }
    /* line 167, ../sass/layout/_layout.sass */
    .region.content section.szolgaltatasok article.statBody table td p:last-of-type {
      text-align: center !important; }
  /* line 170, ../sass/layout/_layout.sass */
  .region.content section.promo > .postIndex > .entryGroup article.postEntry > .postBody {
    padding-left: 0;
    padding-right: 0; }
    /* line 175, ../sass/layout/_layout.sass */
    .region.content section.promo > .postIndex > .entryGroup article.postEntry > .postBody .postEntrySectionContent > p:first-of-type {
      text-align: center; }
      /* line 177, ../sass/layout/_layout.sass */
      .region.content section.promo > .postIndex > .entryGroup article.postEntry > .postBody .postEntrySectionContent > p:first-of-type img {
        float: none;
        max-width: 12rem;
        margin: auto;
        padding: 0 0 2em;
        width: auto; } }
/* line 1, ../sass/layout/_header.sass */
.region.header {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: rgba(25, 52, 65, 0.37);
  z-index: 1; }
  /* line 10, ../sass/layout/_header.sass */
  .region.header ul.navigation {
    margin: 0; }
    /* line 12, ../sass/layout/_header.sass */
    .region.header ul.navigation > li {
      display: inline-block;
      float: left;
      padding-left: 2em;
      padding-right: 2em; }
      /* line 36, ../../sass/core/general/_layout.scss */
      .region.header ul.navigation > li:after {
        content: '';
        display: block;
        float: none;
        clear: both; }
      /* line 18, ../sass/layout/_header.sass */
      .region.header ul.navigation > li:last-of-type {
        float: right; }
      /* line 21, ../sass/layout/_header.sass */
      .region.header ul.navigation > li._home p picture img {
        max-width: 8em; }
      /* line 24, ../sass/layout/_header.sass */
      .region.header ul.navigation > li._zend p picture img {
        max-width: 3em;
        margin-right: 3rem; }
        @media (max-width: 760px) {
          /* line 24, ../sass/layout/_header.sass */
          .region.header ul.navigation > li._zend p picture img {
            margin-right: 0; } }
      /* line 30, ../sass/layout/_header.sass */
      .region.header ul.navigation > li h3 {
        display: none; }
      /* line 32, ../sass/layout/_header.sass */
      .region.header ul.navigation > li p {
        margin-bottom: 0; }
      @media (max-width: 760px) {
        /* line 12, ../sass/layout/_header.sass */
        .region.header ul.navigation > li {
          padding-left: 1em;
          padding-right: 1em; } }

/* line 1, ../sass/layout/_content.sass */
.region.content {
  display: block;
  position: relative; }
  /* line 5, ../sass/layout/_content.sass */
  .region.content section.hirdetesi {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10em; }
    /* line 9, ../sass/layout/_content.sass */
    .region.content section.hirdetesi article {
      padding-bottom: 7rem;
      color: white;
      max-width: 585px;
      text-shadow: 0.5px 0.866px 1px black; }
      /* line 14, ../sass/layout/_content.sass */
      .region.content section.hirdetesi article h1 {
        line-height: 1.1;
        font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
        font-size: 2.75rem;
        font-weight: 700;
        padding-bottom: 1.5rem; }
      /* line 20, ../sass/layout/_content.sass */
      .region.content section.hirdetesi article > p {
        margin-bottom: 1rem;
        display: inline-block;
        vertical-align: text-bottom; }
        /* line 24, ../sass/layout/_content.sass */
        .region.content section.hirdetesi article > p:first-of-type {
          font-size: 1.25rem;
          line-height: 1.6;
          padding-bottom: 1.5rem; }
        /* line 28, ../sass/layout/_content.sass */
        .region.content section.hirdetesi article > p:nth-of-type(2) {
          margin-bottom: 1rem; }
        /* line 30, ../sass/layout/_content.sass */
        .region.content section.hirdetesi article > p:nth-of-type(3) {
          margin-bottom: 1rem;
          font-size: 0.875rem;
          padding: 0 2rem; }
        /* line 34, ../sass/layout/_content.sass */
        .region.content section.hirdetesi article > p img {
          display: none; }
      /* line 36, ../sass/layout/_content.sass */
      .region.content section.hirdetesi article > div {
        display: inline-block; }
        /* line 38, ../sass/layout/_content.sass */
        .region.content section.hirdetesi article > div > p {
          margin-bottom: 0;
          text-align: center;
          display: block; }
          /* line 42, ../sass/layout/_content.sass */
          .region.content section.hirdetesi article > div > p:first-of-type {
            font-size: 1.25rem;
            line-height: 1.4; }
          /* line 45, ../sass/layout/_content.sass */
          .region.content section.hirdetesi article > div > p:last-of-type {
            font-size: 1.75rem;
            line-height: 1.1; }
  /* line 49, ../sass/layout/_content.sass */
  .region.content section.profiweb {
    padding-top: 3em;
    padding-bottom: 3em;
    background-color: #f3f3f3; }
    /* line 53, ../sass/layout/_content.sass */
    .region.content section.profiweb ul {
      display: inline-block;
      vertical-align: top;
      margin-top: 3em;
      margin-left: -1em;
      width: 50%; }
      /* line 59, ../sass/layout/_content.sass */
      .region.content section.profiweb ul li {
        background-image: url("/img/ul-li-icon.png");
        background-repeat: no-repeat;
        padding-left: 2em;
        margin-left: 3em;
        margin-bottom: 0.5em;
        line-height: 1.8;
        font-size: 0.875rem; }
    /* line 67, ../sass/layout/_content.sass */
    .region.content section.profiweb h3 {
      font-size: 1.6875rem;
      display: block;
      margin-bottom: -1rem; }
    /* line 71, ../sass/layout/_content.sass */
    .region.content section.profiweb p {
      width: 50%;
      display: inline-block;
      padding-left: 1em; }
  /* line 76, ../sass/layout/_content.sass */
  .region.content section.intro-video {
    -moz-box-shadow: inset 0 8px 8px -8px #696868, inset 0 -8px 0px -8px #696868;
    -webkit-box-shadow: inset 0 8px 8px -8px #696868, inset 0 -8px 0px -8px #696868;
    box-shadow: inset 0 8px 8px -8px #696868, inset 0 -8px 0px -8px #696868;
    padding-top: 4em;
    padding-bottom: 3em; }
    /* line 80, ../sass/layout/_content.sass */
    .region.content section.intro-video h3 {
      font-family: "OpenSans", Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-size: 1.7rem;
      margin-top: 0; }
    /* line 85, ../sass/layout/_content.sass */
    .region.content section.intro-video .statBody {
      font-size: 0; }
      /* line 10, ../../sass/core/general/_selectors.scss */
      .region.content section.intro-video .statBody > *, .region.content section.intro-video .statBody:before, .region.content section.intro-video .statBody:after {
        font-size: 1rem; }
      /* line 87, ../sass/layout/_content.sass */
      .region.content section.intro-video .statBody .srg-video {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        width: 50%; }
        /* line 92, ../sass/layout/_content.sass */
        .region.content section.intro-video .statBody .srg-video video {
          width: 100%; }
      /* line 94, ../sass/layout/_content.sass */
      .region.content section.intro-video .statBody .profi-text {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        width: 50%; }
        /* line 99, ../sass/layout/_content.sass */
        .region.content section.intro-video .statBody .profi-text ul {
          padding-left: 16%;
          text-align: left; }
          /* line 102, ../sass/layout/_content.sass */
          .region.content section.intro-video .statBody .profi-text ul li {
            padding-left: 2em;
            margin-bottom: 0.5em;
            line-height: 1.8;
            font-size: 0.875rem;
            position: relative; }
            /* line 108, ../sass/layout/_content.sass */
            .region.content section.intro-video .statBody .profi-text ul li:before {
              background-image: url("/img/star.svg");
              background-repeat: no-repeat;
              background-size: contain;
              content: "";
              display: block;
              height: 1.25em;
              width: 1.25em; }
  /* line 117, ../sass/layout/_content.sass */
  .region.content section.szolgaltatasok {
    background-color: white;
    padding-top: 2em;
    padding-bottom: 0;
    -moz-box-shadow: inset 0 8px 8px -8px #696868, inset 0 -8px 0px -8px #696868;
    -webkit-box-shadow: inset 0 8px 8px -8px #696868, inset 0 -8px 0px -8px #696868;
    box-shadow: inset 0 8px 8px -8px #696868, inset 0 -8px 0px -8px #696868; }
    /* line 124, ../sass/layout/_content.sass */
    .region.content section.szolgaltatasok article > table *:not(a) {
      font-size: 1.25rem;
      line-height: 1.4;
      color: #515157; }
    /* line 128, ../sass/layout/_content.sass */
    .region.content section.szolgaltatasok article > table tr {
      margin-left: -2rem;
      margin-right: -2rem; }
    /* line 131, ../sass/layout/_content.sass */
    .region.content section.szolgaltatasok article > table td {
      width: 50%;
      padding-left: 2rem;
      padding-right: 2rem;
      vertical-align: top; }
      /* line 136, ../sass/layout/_content.sass */
      .region.content section.szolgaltatasok article > table td h2 {
        font-size: 2.25rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
        line-height: 1.1; }
      /* line 141, ../sass/layout/_content.sass */
      .region.content section.szolgaltatasok article > table td p:last-of-type {
        text-align: center;
        margin-top: 2rem;
        margin-bottom: 0;
        padding-bottom: 5rem; }
      /* line 146, ../sass/layout/_content.sass */
      .region.content section.szolgaltatasok article > table td a span {
        font-size: 0.875rem; }
      /* line 148, ../sass/layout/_content.sass */
      .region.content section.szolgaltatasok article > table td:last-of-type {
        vertical-align: middle; }
  /* line 153, ../sass/layout/_content.sass */
  .region.content section.promo .postEntry .postEntryTitle {
    display: none; }
  /* line 156, ../sass/layout/_content.sass */
  .region.content section.promo .slick-arrow:before {
    content: none; }
  /* line 161, ../sass/layout/_content.sass */
  .region.content section.promo .slick-dots li button:before {
    content: none; }
  /* line 164, ../sass/layout/_content.sass */
  .region.content section.kapcsolat {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #dadada;
    text-align: center; }
    /* line 36, ../../sass/core/general/_layout.scss */
    .region.content section.kapcsolat:after {
      content: '';
      display: block;
      float: none;
      clear: both; }
    /* line 170, ../sass/layout/_content.sass */
    .region.content section.kapcsolat h3 {
      width: 50%;
      font-size: 1.5rem;
      text-align: center; }
    /* line 174, ../sass/layout/_content.sass */
    .region.content section.kapcsolat p {
      display: block;
      width: 50%;
      font-size: 0.875rem; }
      /* line 178, ../sass/layout/_content.sass */
      .region.content section.kapcsolat p:first-of-type {
        float: right;
        padding-left: 1rem;
        padding-right: 1rem; }
        /* line 182, ../sass/layout/_content.sass */
        .region.content section.kapcsolat p:first-of-type iframe {
          width: 100%;
          min-height: 12rem; }
  /* line 186, ../sass/layout/_content.sass */
  .region.content section.ajanlatkeres-intro {
    background-color: #f3f3f3;
    padding-top: 2rem;
    padding-bottom: 1rem;
    text-align: center; }
    /* line 191, ../sass/layout/_content.sass */
    .region.content section.ajanlatkeres-intro article {
      width: 80%;
      margin-left: 10%;
      margin-right: 10%; }
      /* line 195, ../sass/layout/_content.sass */
      .region.content section.ajanlatkeres-intro article h2 {
        font-size: 1.25rem;
        margin-top: 1em;
        margin-bottom: 1em;
        color: #1abc9c; }
        /* line 200, ../sass/layout/_content.sass */
        .region.content section.ajanlatkeres-intro article h2:first-of-type {
          color: #95A5A6;
          font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif; }
      /* line 203, ../sass/layout/_content.sass */
      .region.content section.ajanlatkeres-intro article hr {
        width: 10%;
        border: 1px solid #16a085; }
      /* line 206, ../sass/layout/_content.sass */
      .region.content section.ajanlatkeres-intro article p {
        display: inline-block;
        font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
        color: #2E2E2E;
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 0.9375rem; }
        /* line 213, ../sass/layout/_content.sass */
        .region.content section.ajanlatkeres-intro article p a {
          color: #2E2E2E;
          text-decoration: none; }
        /* line 216, ../sass/layout/_content.sass */
        .region.content section.ajanlatkeres-intro article p:before {
          font-family: "srg-seo" !important;
          font-style: normal !important;
          font-variant: normal !important;
          font-weight: normal !important;
          line-height: 1;
          text-transform: none !important;
          color: #1abc9c;
          padding-right: 1rem; }
        /* line 220, ../sass/layout/_content.sass */
        .region.content section.ajanlatkeres-intro article p:first-of-type {
          font-family: "OpenSans", Helvetica, Arial, sans-serif;
          color: #515157;
          margin-top: 3rem;
          margin-bottom: 3rem;
          font-size: 0.875rem; }
        /* line 226, ../sass/layout/_content.sass */
        .region.content section.ajanlatkeres-intro article p:nth-of-type(2):before {
          content: ""; }
        /* line 228, ../sass/layout/_content.sass */
        .region.content section.ajanlatkeres-intro article p:nth-of-type(3):before {
          content: ""; }
        /* line 230, ../sass/layout/_content.sass */
        .region.content section.ajanlatkeres-intro article p:nth-of-type(4):before {
          content: ""; }
  /* line 233, ../sass/layout/_content.sass */
  .region.content section.ajanlatkeres {
    background-color: #f3f3f3;
    padding-top: 2rem;
    padding-bottom: 1rem; }
    /* line 237, ../sass/layout/_content.sass */
    .region.content section.ajanlatkeres article.formIndex {
      width: 80%;
      margin-left: 10%;
      margin-right: 10%; }
      /* line 242, ../sass/layout/_content.sass */
      .region.content section.ajanlatkeres article.formIndex form fieldset.formGroup {
        font-size: 0;
        position: relative;
        display: block; }
        /* line 10, ../../sass/core/general/_selectors.scss */
        .region.content section.ajanlatkeres article.formIndex form fieldset.formGroup > *, .region.content section.ajanlatkeres article.formIndex form fieldset.formGroup:before, .region.content section.ajanlatkeres article.formIndex form fieldset.formGroup:after {
          font-size: 1rem; }
        /* line 246, ../sass/layout/_content.sass */
        .region.content section.ajanlatkeres article.formIndex form fieldset.formGroup .formField {
          display: inline-block;
          width: 100%;
          padding-left: 1rem;
          padding-right: 1rem; }
          /* line 251, ../sass/layout/_content.sass */
          .region.content section.ajanlatkeres article.formIndex form fieldset.formGroup .formField:nth-of-type(1), .region.content section.ajanlatkeres article.formIndex form fieldset.formGroup .formField:nth-of-type(2) {
            width: 50%;
            margin-bottom: 3rem; }
          /* line 255, ../sass/layout/_content.sass */
          .region.content section.ajanlatkeres article.formIndex form fieldset.formGroup .formField:nth-of-type(3), .region.content section.ajanlatkeres article.formIndex form fieldset.formGroup .formField:nth-of-type(4), .region.content section.ajanlatkeres article.formIndex form fieldset.formGroup .formField:nth-of-type(5) {
            width: 33.33333%; }
          /* line 259, ../sass/layout/_content.sass */
          .region.content section.ajanlatkeres article.formIndex form fieldset.formGroup .formField:nth-of-type(7) .description {
            font-size: 0;
            text-align: center; }
            /* line 10, ../../sass/core/general/_selectors.scss */
            .region.content section.ajanlatkeres article.formIndex form fieldset.formGroup .formField:nth-of-type(7) .description > *, .region.content section.ajanlatkeres article.formIndex form fieldset.formGroup .formField:nth-of-type(7) .description:before, .region.content section.ajanlatkeres article.formIndex form fieldset.formGroup .formField:nth-of-type(7) .description:after {
              font-size: 1rem; }
            /* line 262, ../sass/layout/_content.sass */
            .region.content section.ajanlatkeres article.formIndex form fieldset.formGroup .formField:nth-of-type(7) .description p {
              display: inline-block;
              width: auto;
              line-height: 2;
              font-size: 0.6875rem; }
              /* line 267, ../sass/layout/_content.sass */
              .region.content section.ajanlatkeres article.formIndex form fieldset.formGroup .formField:nth-of-type(7) .description p:first-of-type {
                color: #D90000; }
              /* line 269, ../sass/layout/_content.sass */
              .region.content section.ajanlatkeres article.formIndex form fieldset.formGroup .formField:nth-of-type(7) .description p:last-of-type {
                padding-left: 0.2rem; }
          /* line 271, ../sass/layout/_content.sass */
          .region.content section.ajanlatkeres article.formIndex form fieldset.formGroup .formField button.submit {
            display: inline-block;
            margin: 0;
            padding: 0;
            background: none;
            border: 0;
            cursor: default;
            font: inherit;
            color: inherit;
            text-align: center;
            text-decoration: none;
            white-space: pre;
            line-height: normal;
            overflow: visible;
            user-select: none;
            appearance: none;
            box-decoration-break: clone;
            padding: 0.5rem 1.25rem;
            color: white;
            font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
            cursor: pointer;
            background-color: #1abc9c;
            text-transform: uppercase;
            -moz-box-shadow: 0 2px #16a085;
            -webkit-box-shadow: 0 2px #16a085;
            box-shadow: 0 2px #16a085;
            -moz-border-radius: 0.3rem;
            -webkit-border-radius: 0.3rem;
            border-radius: 0.3rem; }
            /* line 30, ../../sass/core/elements/_buttons.scss */
            .region.content section.ajanlatkeres article.formIndex form fieldset.formGroup .formField button.submit::-moz-focus-inner {
              border: 0;
              padding: 0; }
            /* line 281, ../sass/layout/_content.sass */
            .region.content section.ajanlatkeres article.formIndex form fieldset.formGroup .formField button.submit:hover {
              background-color: #16a085; }

/* line 286, ../sass/layout/_content.sass */
.flash ul,
.btn-nav {
  position: fixed;
  bottom: 2em;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  z-index: 99;
  font-size: 1em;
  color: red;
  background: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  padding: 1em; }

/* line 300, ../sass/layout/_content.sass */
.flash ul {
  left: 2em; }
  /* line 302, ../sass/layout/_content.sass */
  .flash ul.error {
    margin-bottom: 0; }
  /* line 304, ../sass/layout/_content.sass */
  .flash ul.success {
    display: none; }
  /* line 306, ../sass/layout/_content.sass */
  .flash ul li {
    padding-left: 0; }

/* line 309, ../sass/layout/_content.sass */
.btn-nav {
  right: 2em; }
  /* line 311, ../sass/layout/_content.sass */
  .btn-nav:before {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: -4px;
    background-image: url("../../img/arrow_up.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px; }

/* line 325, ../sass/layout/_content.sass */
body.koszonjuk {
  min-height: 100vh;
  background-color: #ECECEC; }
  /* line 328, ../sass/layout/_content.sass */
  body.koszonjuk h1 {
    color: black;
    text-shadow: none; }
  /* line 331, ../sass/layout/_content.sass */
  body.koszonjuk .flash {
    display: none; }

/* line 336, ../sass/layout/_content.sass */
.grecaptcha-badge {
  margin: 1em auto;
  position: relative !important;
  right: auto !important; }
