@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic|Roboto+Slab:400,700");

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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  -webkit-text-size-adjust: none; }

mark {
  background-color: transparent;
  color: inherit; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none; }

/* Basic */
@-ms-viewport {
  width: device-width; }

body {
  -ms-overflow-style: scrollbar; }

@media screen and (max-width: 480px) {
  html, body {
    min-width: 320px; } }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background: #ffffff; }
  body.is-preload *, body.is-preload *:before, body.is-preload *:after, body.is-resizing *, body.is-resizing *:before, body.is-resizing *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important; }

/* Type */
body, input, select, textarea {
  color: #7f888f;
  font-family: "Open Sans", sans-serif;
  font-size: 13pt;
  font-weight: 400;
  line-height: 1.65; }
  @media screen and (max-width: 1680px) {
    body, input, select, textarea {
      font-size: 11pt; } }
  @media screen and (max-width: 1280px) {
    body, input, select, textarea {
      font-size: 10pt; } }
  @media screen and (max-width: 360px) {
    body, input, select, textarea {
      font-size: 9pt; } }

a {
  -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  border-bottom: dotted 1px;
  color: #6db04a;
  text-decoration: none; }
  a:hover {
    border-bottom-color: #6db04a;
    color: #6db04a !important; }
    a:hover strong {
      color: inherit; }

/* MAIN text links (exclude footer section) */
#main > .inner > section:not(.mp-footerblock) :where(p, blockquote, dd, li) a:not(.button):not(.image):not(.icon):not(.logo) {
  border-bottom: 0;
  text-decoration: none;
  padding: 0.1em 0.15em;
  border-radius: 0.15em;
  transition: background-color 0.2s ease, color 0.2s ease;
}

#main > .inner > section:not(.mp-footerblock) :where(p, blockquote, dd, li) a:not(.button):not(.image):not(.icon):not(.logo):hover {
  background-color: rgba(109, 176, 74, 0.12);
  color: #496e34 !important;
}

/* Sidebar/footer “grey text blocks” (but NOT the menu) */
/* Sidebar “grey text block” */
#sidebar .welcome-text a {
  border-bottom: 0;
  text-decoration: none;
  padding: 0.1em 0.15em;
  border-radius: 0.15em;
  transition: background-color 0.2s ease, color 0.2s ease;
}

#sidebar .welcome-text a:hover {
  background-color: rgba(109, 176, 74, 0.12);
  color: #496e34 !important;
}

/* Sidebar text links (paragraph/list content), exclude the MENU */
#sidebar .inner :where(p, li, dd, blockquote) a:not(.button):not(.image):not(.icon):not(.logo) {
  border-bottom: 0;
  text-decoration: none;
  padding: 0.1em 0.15em;
  border-radius: 0.15em;
  transition: background-color 0.2s ease, color 0.2s ease;
}

#sidebar .inner :where(p, li, dd, blockquote) a:not(.button):not(.image):not(.icon):not(.logo):hover {
  background-color: rgba(109, 176, 74, 0.12);
  color: #496e34 !important;
}


/* Hard stop: never apply highlight behavior inside the sidebar menu */
#sidebar #menu a {
  padding: 0;
  border-radius: 0;
  background: transparent;
}
#sidebar #menu a:hover {
  background: transparent;
  color: #6db04a !important; /* keep the menu hover as-is */
}



strong, b {
  color: #3d4449;
  font-weight: 600; }

em, i {
  font-style: italic; }

p {
  margin: 0 0 2em 0; }

h1, h2, h3, h4, h5, h6 {
  color: #3d4449;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1em 0; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
    border-bottom: 0; }

h1 {
  font-size: 3em;
  margin: 0 0 0.5em 0;
  line-height: 1.3; }

h2 {
  font-size: 1.75em; }

h3 {
  font-size: 1.25em; }

h4 {
  font-size: 1.1em; }

h5 {
  font-size: 0.9em; }

h6 {
  font-size: 0.7em; }

@media screen and (max-width: 1680px) {
  h1 {
    font-size: 2.75em; } }

@media screen and (max-width: 980px) {
  h1 {
    font-size: 2.5em; } }

@media screen and (max-width: 736px) {
  h1 {
    font-size: 1.8em;
    line-height: 1.4; }
  h2 {
    font-size: 1.5em; } }

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em; }

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em; }

blockquote {
  border-left: solid 3px rgba(210, 215, 217, 0.75);
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em; }

code {
  background: rgba(230, 235, 237, 0.25);
  border-radius: 0.375em;
  border: solid 1px rgba(210, 215, 217, 0.75);
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em; }

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0 2em 0; }
  pre code {
    display: block;
    line-height: 1.75;
    padding: 1em 1.5em;
    overflow-x: auto; }

hr {
  border: 0;
  border-bottom: solid 1px rgba(210, 215, 217, 0.75);
  margin: 2em 0; }
  hr.major {
    margin: 3em 0; }

.heading-muted{
  color: #8f979d; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

/* Row */
.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch; }
  .row > * {
    box-sizing: border-box; }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0; }
  .row.aln-left {
    justify-content: flex-start; }
  .row.aln-center {
    justify-content: center; }
  .row.aln-right {
    justify-content: flex-end; }
  .row.aln-top {
    align-items: flex-start; }
  .row.aln-middle {
    align-items: center; }
  .row.aln-bottom {
    align-items: flex-end; }
  .row > .imp {
    order: -1; }
  .row > .col-1 {
    width: 8.33333%; }
  .row > .off-1 {
    margin-left: 8.33333%; }
  .row > .col-2 {
    width: 16.66667%; }
  .row > .off-2 {
    margin-left: 16.66667%; }
  .row > .col-3 {
    width: 25%; }
  .row > .off-3 {
    margin-left: 25%; }
  .row > .col-4 {
    width: 33.33333%; }
  .row > .off-4 {
    margin-left: 33.33333%; }
  .row > .col-5 {
    width: 41.66667%; }
  .row > .off-5 {
    margin-left: 41.66667%; }
  .row > .col-6 {
    width: 50%; }
  .row > .off-6 {
    margin-left: 50%; }
  .row > .col-7 {
    width: 58.33333%; }
  .row > .off-7 {
    margin-left: 58.33333%; }
  .row > .col-8 {
    width: 66.66667%; }
  .row > .off-8 {
    margin-left: 66.66667%; }
  .row > .col-9 {
    width: 75%; }
  .row > .off-9 {
    margin-left: 75%; }
  .row > .col-10 {
    width: 83.33333%; }
  .row > .off-10 {
    margin-left: 83.33333%; }
  .row > .col-11 {
    width: 91.66667%; }
  .row > .off-11 {
    margin-left: 91.66667%; }
  .row > .col-12 {
    width: 100%; }
  .row > .off-12 {
    margin-left: 100%; }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em; }
    .row.gtr-0 > * {
      padding: 0 0 0 0em; }
    .row.gtr-0.gtr-uniform {
      margin-top: 0em; }
      .row.gtr-0.gtr-uniform > * {
        padding-top: 0em; }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375em; }
    .row.gtr-25 > * {
      padding: 0 0 0 0.375em; }
    .row.gtr-25.gtr-uniform {
      margin-top: -0.375em; }
      .row.gtr-25.gtr-uniform > * {
        padding-top: 0.375em; }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75em; }
    .row.gtr-50 > * {
      padding: 0 0 0 0.75em; }
    .row.gtr-50.gtr-uniform {
      margin-top: -0.75em; }
      .row.gtr-50.gtr-uniform > * {
        padding-top: 0.75em; }
  .row {
    margin-top: 0;
    margin-left: -1.5em; }
    .row > * {
      padding: 0 0 0 1.5em; }
    .row.gtr-uniform {
      margin-top: -1.5em; }
      .row.gtr-uniform > * {
        padding-top: 1.5em; }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -2.25em; }
    .row.gtr-150 > * {
      padding: 0 0 0 2.25em; }
    .row.gtr-150.gtr-uniform {
      margin-top: -2.25em; }
      .row.gtr-150.gtr-uniform > * {
        padding-top: 2.25em; }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -3em; }
    .row.gtr-200 > * {
      padding: 0 0 0 3em; }
    .row.gtr-200.gtr-uniform {
      margin-top: -3em; }
      .row.gtr-200.gtr-uniform > * {
        padding-top: 3em; }
  @media screen and (max-width: 1680px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-xlarge {
        order: -1; }
      .row > .col-1-xlarge {
        width: 8.33333%; }
      .row > .off-1-xlarge {
        margin-left: 8.33333%; }
      .row > .col-2-xlarge {
        width: 16.66667%; }
      .row > .off-2-xlarge {
        margin-left: 16.66667%; }
      .row > .col-3-xlarge {
        width: 25%; }
      .row > .off-3-xlarge {
        margin-left: 25%; }
      .row > .col-4-xlarge {
        width: 33.33333%; }
      .row > .off-4-xlarge {
        margin-left: 33.33333%; }
      .row > .col-5-xlarge {
        width: 41.66667%; }
      .row > .off-5-xlarge {
        margin-left: 41.66667%; }
      .row > .col-6-xlarge {
        width: 50%; }
      .row > .off-6-xlarge {
        margin-left: 50%; }
      .row > .col-7-xlarge {
        width: 58.33333%; }
      .row > .off-7-xlarge {
        margin-left: 58.33333%; }
      .row > .col-8-xlarge {
        width: 66.66667%; }
      .row > .off-8-xlarge {
        margin-left: 66.66667%; }
      .row > .col-9-xlarge {
        width: 75%; }
      .row > .off-9-xlarge {
        margin-left: 75%; }
      .row > .col-10-xlarge {
        width: 83.33333%; }
      .row > .off-10-xlarge {
        margin-left: 83.33333%; }
      .row > .col-11-xlarge {
        width: 91.66667%; }
      .row > .off-11-xlarge {
        margin-left: 91.66667%; }
      .row > .col-12-xlarge {
        width: 100%; }
      .row > .off-12-xlarge {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em; }
        .row.gtr-0 > * {
          padding: 0 0 0 0em; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0em; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0em; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375em; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375em; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375em; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75em; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75em; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75em; }
      .row {
        margin-top: 0;
        margin-left: -1.5em; }
        .row > * {
          padding: 0 0 0 1.5em; }
        .row.gtr-uniform {
          margin-top: -1.5em; }
          .row.gtr-uniform > * {
            padding-top: 1.5em; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25em; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25em; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25em; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em; }
        .row.gtr-200 > * {
          padding: 0 0 0 3em; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3em; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3em; } }
  @media screen and (max-width: 1280px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-large {
        order: -1; }
      .row > .col-1-large {
        width: 8.33333%; }
      .row > .off-1-large {
        margin-left: 8.33333%; }
      .row > .col-2-large {
        width: 16.66667%; }
      .row > .off-2-large {
        margin-left: 16.66667%; }
      .row > .col-3-large {
        width: 25%; }
      .row > .off-3-large {
        margin-left: 25%; }
      .row > .col-4-large {
        width: 33.33333%; }
      .row > .off-4-large {
        margin-left: 33.33333%; }
      .row > .col-5-large {
        width: 41.66667%; }
      .row > .off-5-large {
        margin-left: 41.66667%; }
      .row > .col-6-large {
        width: 50%; }
      .row > .off-6-large {
        margin-left: 50%; }
      .row > .col-7-large {
        width: 58.33333%; }
      .row > .off-7-large {
        margin-left: 58.33333%; }
      .row > .col-8-large {
        width: 66.66667%; }
      .row > .off-8-large {
        margin-left: 66.66667%; }
      .row > .col-9-large {
        width: 75%; }
      .row > .off-9-large {
        margin-left: 75%; }
      .row > .col-10-large {
        width: 83.33333%; }
      .row > .off-10-large {
        margin-left: 83.33333%; }
      .row > .col-11-large {
        width: 91.66667%; }
      .row > .off-11-large {
        margin-left: 91.66667%; }
      .row > .col-12-large {
        width: 100%; }
      .row > .off-12-large {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em; }
        .row.gtr-0 > * {
          padding: 0 0 0 0em; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0em; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0em; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375em; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375em; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375em; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75em; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75em; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75em; }
      .row {
        margin-top: 0;
        margin-left: -1.5em; }
        .row > * {
          padding: 0 0 0 1.5em; }
        .row.gtr-uniform {
          margin-top: -1.5em; }
          .row.gtr-uniform > * {
            padding-top: 1.5em; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25em; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25em; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25em; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em; }
        .row.gtr-200 > * {
          padding: 0 0 0 3em; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3em; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3em; } }
  @media screen and (max-width: 980px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-medium {
        order: -1; }
      .row > .col-1-medium {
        width: 8.33333%; }
      .row > .off-1-medium {
        margin-left: 8.33333%; }
      .row > .col-2-medium {
        width: 16.66667%; }
      .row > .off-2-medium {
        margin-left: 16.66667%; }
      .row > .col-3-medium {
        width: 25%; }
      .row > .off-3-medium {
        margin-left: 25%; }
      .row > .col-4-medium {
        width: 33.33333%; }
      .row > .off-4-medium {
        margin-left: 33.33333%; }
      .row > .col-5-medium {
        width: 41.66667%; }
      .row > .off-5-medium {
        margin-left: 41.66667%; }
      .row > .col-6-medium {
        width: 50%; }
      .row > .off-6-medium {
        margin-left: 50%; }
      .row > .col-7-medium {
        width: 58.33333%; }
      .row > .off-7-medium {
        margin-left: 58.33333%; }
      .row > .col-8-medium {
        width: 66.66667%; }
      .row > .off-8-medium {
        margin-left: 66.66667%; }
      .row > .col-9-medium {
        width: 75%; }
      .row > .off-9-medium {
        margin-left: 75%; }
      .row > .col-10-medium {
        width: 83.33333%; }
      .row > .off-10-medium {
        margin-left: 83.33333%; }
      .row > .col-11-medium {
        width: 91.66667%; }
      .row > .off-11-medium {
        margin-left: 91.66667%; }
      .row > .col-12-medium {
        width: 100%; }
      .row > .off-12-medium {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em; }
        .row.gtr-0 > * {
          padding: 0 0 0 0em; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0em; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0em; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375em; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375em; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375em; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75em; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75em; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75em; }
      .row {
        margin-top: 0;
        margin-left: -1.5em; }
        .row > * {
          padding: 0 0 0 1.5em; }
        .row.gtr-uniform {
          margin-top: -1.5em; }
          .row.gtr-uniform > * {
            padding-top: 1.5em; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25em; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25em; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25em; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em; }
        .row.gtr-200 > * {
          padding: 0 0 0 3em; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3em; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3em; } }
  @media screen and (max-width: 736px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-small {
        order: -1; }
      .row > .col-1-small {
        width: 8.33333%; }
      .row > .off-1-small {
        margin-left: 8.33333%; }
      .row > .col-2-small {
        width: 16.66667%; }
      .row > .off-2-small {
        margin-left: 16.66667%; }
      .row > .col-3-small {
        width: 25%; }
      .row > .off-3-small {
        margin-left: 25%; }
      .row > .col-4-small {
        width: 33.33333%; }
      .row > .off-4-small {
        margin-left: 33.33333%; }
      .row > .col-5-small {
        width: 41.66667%; }
      .row > .off-5-small {
        margin-left: 41.66667%; }
      .row > .col-6-small {
        width: 50%; }
      .row > .off-6-small {
        margin-left: 50%; }
      .row > .col-7-small {
        width: 58.33333%; }
      .row > .off-7-small {
        margin-left: 58.33333%; }
      .row > .col-8-small {
        width: 66.66667%; }
      .row > .off-8-small {
        margin-left: 66.66667%; }
      .row > .col-9-small {
        width: 75%; }
      .row > .off-9-small {
        margin-left: 75%; }
      .row > .col-10-small {
        width: 83.33333%; }
      .row > .off-10-small {
        margin-left: 83.33333%; }
      .row > .col-11-small {
        width: 91.66667%; }
      .row > .off-11-small {
        margin-left: 91.66667%; }
      .row > .col-12-small {
        width: 100%; }
      .row > .off-12-small {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em; }
        .row.gtr-0 > * {
          padding: 0 0 0 0em; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0em; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0em; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375em; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375em; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375em; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75em; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75em; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75em; }
      .row {
        margin-top: 0;
        margin-left: -1.5em; }
        .row > * {
          padding: 0 0 0 1.5em; }
        .row.gtr-uniform {
          margin-top: -1.5em; }
          .row.gtr-uniform > * {
            padding-top: 1.5em; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25em; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25em; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25em; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em; }
        .row.gtr-200 > * {
          padding: 0 0 0 3em; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3em; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3em; } }
  @media screen and (max-width: 480px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-xsmall {
        order: -1; }
      .row > .col-1-xsmall {
        width: 8.33333%; }
      .row > .off-1-xsmall {
        margin-left: 8.33333%; }
      .row > .col-2-xsmall {
        width: 16.66667%; }
      .row > .off-2-xsmall {
        margin-left: 16.66667%; }
      .row > .col-3-xsmall {
        width: 25%; }
      .row > .off-3-xsmall {
        margin-left: 25%; }
      .row > .col-4-xsmall {
        width: 33.33333%; }
      .row > .off-4-xsmall {
        margin-left: 33.33333%; }
      .row > .col-5-xsmall {
        width: 41.66667%; }
      .row > .off-5-xsmall {
        margin-left: 41.66667%; }
      .row > .col-6-xsmall {
        width: 50%; }
      .row > .off-6-xsmall {
        margin-left: 50%; }
      .row > .col-7-xsmall {
        width: 58.33333%; }
      .row > .off-7-xsmall {
        margin-left: 58.33333%; }
      .row > .col-8-xsmall {
        width: 66.66667%; }
      .row > .off-8-xsmall {
        margin-left: 66.66667%; }
      .row > .col-9-xsmall {
        width: 75%; }
      .row > .off-9-xsmall {
        margin-left: 75%; }
      .row > .col-10-xsmall {
        width: 83.33333%; }
      .row > .off-10-xsmall {
        margin-left: 83.33333%; }
      .row > .col-11-xsmall {
        width: 91.66667%; }
      .row > .off-11-xsmall {
        margin-left: 91.66667%; }
      .row > .col-12-xsmall {
        width: 100%; }
      .row > .off-12-xsmall {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em; }
        .row.gtr-0 > * {
          padding: 0 0 0 0em; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0em; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0em; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375em; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375em; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375em; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75em; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75em; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75em; }
      .row {
        margin-top: 0;
        margin-left: -1.5em; }
        .row > * {
          padding: 0 0 0 1.5em; }
        .row.gtr-uniform {
          margin-top: -1.5em; }
          .row.gtr-uniform > * {
            padding-top: 1.5em; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25em; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25em; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25em; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em; }
        .row.gtr-200 > * {
          padding: 0 0 0 3em; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3em; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3em; } }

@media screen and (max-width: 736px){
  .mp-args-row.gtr-uniform > *{
    padding-top: 2.5em;   /* <-- increase this for more gap */
  }
  .mp-args-row.gtr-uniform > *:first-child{
    padding-top: 0;
  }
}

/* Section/Article */
section.special, article.special {
  text-align: center; }

header p {
  font-family: "Roboto Slab", serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: -0.5em;
  text-transform: uppercase; }

header.major > :last-child {
  border-bottom: solid 3px #6db04a;
  display: inline-block;
  margin: 0 0 2em 0;
  padding: 0 0.75em 0.5em 0; }

header.main > :last-child {
  margin: 0 0 1em 0; }

/* Form */
form {
  margin: 0 0 2em 0; }

label {
  color: #3d4449;
  display: block;
  font-size: 0.9em;
  font-weight: 600;
  margin: 0 0 1em 0; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #ffffff;
  border-radius: 0.375em;
  border: none;
  border: solid 1px rgba(210, 215, 217, 0.75);
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  width: 100%; }
  input[type="text"]:invalid,
  input[type="password"]:invalid,
  input[type="email"]:invalid,
  input[type="tel"]:invalid,
  input[type="search"]:invalid,
  input[type="url"]:invalid,
  select:invalid,
  textarea:invalid {
    box-shadow: none; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="search"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus {
    border-color: #6db04a;
    box-shadow: 0 0 0 1px #6db04a; }

select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(210, 215, 217, 0.75)' /%3E%3C/svg%3E");
  background-size: 1.25em;
  background-repeat: no-repeat;
  background-position: calc(100% - 1em) center;
  height: 2.75em;
  padding-right: 2.75em;
  text-overflow: ellipsis; }
  select option {
    color: #3d4449;
    background: #ffffff; }
  select:focus::-ms-value {
    background-color: transparent; }
  select::-ms-expand {
    display: none; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select {
  height: 2.75em; }

textarea {
  padding: 0.75em 1em; }

input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    text-decoration: none;
    color: #7f888f;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    padding-left: 2.4em;
    padding-right: 0.75em;
    position: relative; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      text-transform: none !important;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      background: #ffffff;
      border-radius: 0.375em;
      border: solid 1px rgba(210, 215, 217, 0.75);
      content: '';
      display: inline-block;
      font-size: 0.8em;
      height: 2.0625em;
      left: 0;
      line-height: 2.0625em;
      position: absolute;
      text-align: center;
      top: 0;
      width: 2.0625em; }
  input[type="checkbox"]:checked + label:before,
  input[type="radio"]:checked + label:before {
    background: #3d4449;
    border-color: #3d4449;
    color: #ffffff;
    content: '\f00c'; }
  input[type="checkbox"]:focus + label:before,
  input[type="radio"]:focus + label:before {
    border-color: #6db04a;
    box-shadow: 0 0 0 1px #6db04a; }

input[type="checkbox"] + label:before {
  border-radius: 0.375em; }

input[type="radio"] + label:before {
  border-radius: 100%; }

::-webkit-input-placeholder {
  color: #9fa3a6 !important;
  opacity: 1.0; }

:-moz-placeholder {
  color: #9fa3a6 !important;
  opacity: 1.0; }

::-moz-placeholder {
  color: #9fa3a6 !important;
  opacity: 1.0; }

:-ms-input-placeholder {
  color: #9fa3a6 !important;
  opacity: 1.0; }

/* Box */
.box {
  border-radius: 0.375em;
  border: solid 1px rgba(210, 215, 217, 0.75);
  margin-bottom: 2em;
  padding: 1.5em; }
  .box > :last-child,
  .box > :last-child > :last-child,
  .box > :last-child > :last-child > :last-child {
    margin-bottom: 0; }
  .box.alt {
    border: 0;
    border-radius: 0;
    padding: 0; }

/* Icon */
.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative; }
  .icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  .icon > .label {
    display: none; }
  .icon:before {
    line-height: inherit; }
  .icon.solid:before {
    font-weight: 900; }
  .icon.brands:before {
    font-family: 'Font Awesome 5 Brands'; }

/* Image */
.image {
  border-radius: 0.375em;
  border: 0;
  display: inline-block;
  position: relative; }
  .image img {
    border-radius: 0.375em;
    display: block; }
  .image.left, .image.right {
    max-width: 40%; }
    .image.left img, .image.right img {
      width: 100%; }
  .image.left {
    float: left;
    padding: 0 1.5em 1em 0;
    top: 0.25em; }
  .image.right {
    float: right;
    padding: 0 0 1em 1.5em;
    top: 0.25em; }
  .image.fit {
    display: block;
    margin: 0 0 2em 0;
    width: 100%; }
    .image.fit img {
      width: 100%; }
  .image.main {
    display: block;
    margin: 0 0 3em 0;
    width: 100%; }
    .image.main img {
      width: 100%; }

a.image {
  overflow: hidden; }
  a.image img {
    -moz-transition: -moz-transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
    -ms-transition: -ms-transform 0.2s ease;
    transition: transform 0.2s ease; }
  a.image:hover img {
    -moz-transform: scale(1.075);
    -webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075); }

/* List */
ol {
  list-style: decimal;
  margin: 0 0 2em 0;
  padding-left: 1.25em; }
  ol li {
    padding-left: 0.25em; }

ul {
  list-style: disc;
  margin: 0 0 2em 0;
  padding-left: 1em; }
  ul li {
    padding-left: 0.5em; }
  ul.alt {
    list-style: none;
    padding-left: 0; }
    ul.alt li {
      border-top: solid 1px rgba(210, 215, 217, 0.75);
      padding: 0.5em 0; }
      ul.alt li:first-child {
        border-top: 0;
        padding-top: 0;
        margin-bottom: 0.6em; }

ul li + li {
  margin-top: 0.6em;
}

ul.actions li + li {
  margin-top: 0;
}

/* Mobile steps list styling */
@media screen and (max-width: 736px){

  .mp-steps__list {
    font-size: 0.8rem;      /* bigger text */
    line-height: 1.65;
    padding-left: 1.2em;     /* clean ordered list indent */
  }

  .mp-steps__list li {
    margin-bottom: 0.75em;   /* space between rows */
  }

  .mp-steps__list li:last-child {
    margin-bottom: 0;
  }

  .mp-steps__list .icon {
    margin-left: 0.4em;      /* small spacing before icon */
    font-size: 0.95em;
  }
}


dl {
  margin: 0 0 2em 0; }
  dl dt {
    display: block;
    font-weight: 600;
    margin: 0 0 1em 0; }
  dl dd {
    margin-left: 2em; }

/* Actions */
ul.actions {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  cursor: default;
  list-style: none;
  margin-left: -1em;
  padding-left: 0; }
  ul.actions li {
    padding: 0 0 0 1em;
    vertical-align: middle; }
  ul.actions.special {
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-left: 0; }
    ul.actions.special li:first-child {
      padding-left: 0; }
  ul.actions.stacked {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0; }
    ul.actions.stacked li {
      padding: 1.3em 0 0 0; }
      ul.actions.stacked li:first-child {
        padding-top: 0; }
  ul.actions.fit {
    width: calc(100% + 1em); }
    ul.actions.fit li {
      -moz-flex-grow: 1;
      -webkit-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -moz-flex-shrink: 1;
      -webkit-flex-shrink: 1;
      -ms-flex-shrink: 1;
      flex-shrink: 1;
      width: 100%; }
      ul.actions.fit li > * {
        width: 100%; }
    ul.actions.fit.stacked {
      width: 100%; }

/* ICONS */
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}

ul.icons li {
  display: inline-flex;
  align-items: center;  }

ul.icons li:last-child {
  padding-right: 0; }

ul.icons li .icon:before {
  font-size: 1.3em; }

  ul.icons li.lang a {
  font-weight: 900;
  letter-spacing: .08em;
  font-size: 1em;
  text-decoration: none;
  color:#7f888f;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
  padding: 4px 2px;  }

ul.icons li.lang a::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.0em;
  background-size: cover;
  background-position: center;
  border-radius: 2px; }

ul.icons li.lang a[lang="hu"]::before {
  background-image: url("/images/hu.svg");  }

ul.icons li.lang a[lang="en"]::before {
  background-image: url("/images/en.svg");  }

ul.icons li.lang a:hover {
  text-decoration: underline; }

ul.icons a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 2px; }

ul.icons .icon-text {
  font-weight: 700;
  font-size: .9em;
  letter-spacing: .02em;
  white-space: nowrap;
  color:#7f888f;  }

ul.icons a:hover .icon-text {
  color: #6db04a; }

ul.icons a.icon::before {
  width: 1.25em;
  text-align: center; }

ul.icons a,
ul.icons a:hover,
ul.icons a:focus,
ul.icons a:active {
  border-bottom: 0 !important;
  text-decoration: none !important;
  box-shadow: none !important;  }

/* Contact */
ul.contact {
  list-style: none;
  padding: 0; }
  ul.contact li {
    text-decoration: none;
    border-top: solid 1px rgba(210, 215, 217, 0.75);
    margin: 1.5em 0 0 0;
    padding: 1.5em 0 0 3em;
    position: relative; }
    ul.contact li:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      text-transform: none !important;
      font-family: 'Font Awesome 5 Free';
      font-weight: 400; }
    ul.contact li:before {
      color: #6db04a;
      display: inline-block;
      font-size: 1.5em;
      height: 1.125em;
      left: 0;
      line-height: 1.125em;
      position: absolute;
      text-align: center;
      top: 1em;
      width: 1.5em; }
    ul.contact li:first-child {
      border-top: 0;
      margin-top: 0;
      padding-top: 0; }
      ul.contact li:first-child:before {
        top: 0; }
    ul.contact li a {
      color: inherit; }

/* Pagination */
ul.pagination {
  cursor: default;
  list-style: none;
  padding-left: 0; }
  ul.pagination li {
    display: inline-block;
    padding-left: 0;
    vertical-align: middle; }
    ul.pagination li > .page {
      -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      border-bottom: 0;
      border-radius: 0.375em;
      display: inline-block;
      font-size: 0.8em;
      font-weight: 600;
      height: 2em;
      line-height: 2em;
      margin: 0 0.125em;
      min-width: 2em;
      padding: 0 0.5em;
      text-align: center; }
      ul.pagination li > .page.active {
        background-color: #6db04a;
        color: #ffffff !important; }
        ul.pagination li > .page.active:hover {
          background-color: #d0e7c0; }
        ul.pagination li > .page.active:active {
          background-color: #d0e7c0; }
    ul.pagination li:first-child {
      padding-right: 0.75em; }
    ul.pagination li:last-child {
      padding-left: 0.75em; }
  @media screen and (max-width: 480px) {
    ul.pagination li:nth-child(n+2):nth-last-child(n+2) {
      display: none; }
    ul.pagination li:first-child {
      padding-right: 0; } }

/* ==== TABLE ==== */
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto; }

table {
  margin: 0 0 2em 0;
  width: 100%; }
  table tbody tr {
    border: solid 1px rgba(210, 215, 217, 0.75);
    border-left: 0;
    border-right: 0; }
    table tbody tr:nth-child(2n + 1) {
      background-color: rgba(230, 235, 237, 0.25); }
  table td {
    padding: 0.75em 0.75em; }
  table th {
    color: #3d4449;
    font-size: 0.9em;
    font-weight: 600;
    padding: 0 0.75em 0.75em 0.75em;
    text-align: left; }
  table thead {
    border-bottom: solid 2px rgba(210, 215, 217, 0.75); }
  table tfoot {
    border-top: solid 2px rgba(210, 215, 217, 0.75); }
  table.alt {
    border-collapse: separate; }
    table.alt tbody tr td {
      border: solid 1px rgba(210, 215, 217, 0.75);
      border-left-width: 0;
      border-top-width: 0; }
      table.alt tbody tr td:first-child {
        border-left-width: 1px; }
    table.alt tbody tr:first-child td {
      border-top-width: 1px; }
    table.alt thead {
      border-bottom: 0; }
    table.alt tfoot {
      border-top: 0; }

/* ==== BUTTON ==== */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: transparent;
  border-radius: 0.375em;
  border: 0;
  box-shadow: inset 0 0 0 2px #6db04a;
  color: #6db04a !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-size: 0.8em;
  font-weight: 700;
  height: 3.5em;
  letter-spacing: 0.075em;
  line-height: 3.5em;
  padding: 0 2.25em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap; }
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  button:hover,
  .button:hover {
    background-color: rgba(109, 176, 74, 0.05); }
  input[type="submit"]:active,
  input[type="reset"]:active,
  input[type="button"]:active,
  button:active,
  .button:active {
    background-color: rgba(109, 176, 74, 0.15); }
  input[type="submit"].icon:before,
  input[type="reset"].icon:before,
  input[type="button"].icon:before,
  button.icon:before,
  .button.icon:before {
    margin-right: 0.5em; }
  input[type="submit"].fit,
  input[type="reset"].fit,
  input[type="button"].fit,
  button.fit,
  .button.fit {
    width: 100%; }
  input[type="submit"].small,
  input[type="reset"].small,
  input[type="button"].small,
  button.small,
  .button.small {
    font-size: 0.6em; }
  input[type="submit"].large,
  input[type="reset"].large,
  input[type="button"].large,
  button.large,
  .button.large {
    font-size: 1em;
    height: 3.65em;
    line-height: 3.65em; }
  input[type="submit"].primary,
  input[type="reset"].primary,
  input[type="button"].primary,
  button.primary,
  .button.primary {
    background-color: #6db04a;
    box-shadow: none;
    color: #ffffff !important; }
    input[type="submit"].primary:hover,
    input[type="reset"].primary:hover,
    input[type="button"].primary:hover,
    button.primary:hover,
    .button.primary:hover {
      background-color: #496e34; }
    input[type="submit"].primary:active,
    input[type="reset"].primary:active,
    input[type="button"].primary:active,
    button.primary:active,
    .button.primary:active {
      background-color: #496e34; }
  input[type="submit"].disabled, input[type="submit"]:disabled,
  input[type="reset"].disabled,
  input[type="reset"]:disabled,
  input[type="button"].disabled,
  input[type="button"]:disabled,
  button.disabled,
  button:disabled,
  .button.disabled,
  .button:disabled {
    pointer-events: none;
    opacity: 0.25; }

/* ==== Mini Posts ==== */
.mini-posts article {
  border-top: solid 1px rgba(210, 215, 217, 0.75);
  margin-top: 2em;
  padding-top: 2em; }
  .mini-posts article .image {
    display: block;
    margin: 0 0 1.5em 0; }
    .mini-posts article .image img {
      display: block;
      width: 100%; }
  .mini-posts article:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0; }

    /* Make the Welcome text look like normal sidebar text (not link-green) */
#sidebar .welcome-text,
#sidebar .welcome-text p {
  color: rgba(127, 136, 143, 0.75);             /* back to normal text color */
}

/* If the text is wrapped in <a>, also neutralize link styling there */
#sidebar .welcome-text a {
  color: #6db04a;
  border-bottom: 0;              /* no underline */
  text-decoration: none;
  padding: 0.1em 0.15em;         /* tiny padding so highlight looks intentional */
  border-radius: 0.15em;         /* soft edges */
  transition: background-color 0.2s ease, color 0.2s ease;
}

#sidebar .welcome-text a:hover {
  background-color: rgba(109, 176, 74, 0.12);
  color: #496e34;
}

/* ==== FEATURES ==== */
.features {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 2em -3em;
  width: calc(100% + 3em); }
  .features article {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 0 3em 3em;
    position: relative;
    width: calc(50% - 3em); }
    .features article:nth-child(2n - 1) {
      margin-right: 1.5em; }
    .features article:nth-child(2n) {
      margin-left: 1.5em; }
    .features article:nth-last-child(1), .features article:nth-last-child(2) {
      margin-bottom: 0; }
    .features article .icon {
      -moz-flex-grow: 0;
      -webkit-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0;
      -moz-flex-shrink: 0;
      -webkit-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      display: block;
      height: 10em;
      line-height: 10em;
      margin: 0 2em 0 0;
      text-align: center;
      width: 10em; }
      .features article .icon:before {
        color: #6db04a;
        font-size: 2.75rem;
        position: relative;
        top: 0.05em; }
      .features article .icon:after {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 0.25rem;
        border: solid 2px rgba(210, 215, 217, 0.75);
        content: '';
        display: block;
        height: 7em;
        left: 50%;
        margin: -3.5em 0 0 -3.5em;
        position: absolute;
        top: 50%;
        width: 7em; }
    .features article .content {
      -moz-flex-grow: 1;
      -webkit-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -moz-flex-shrink: 1;
      -webkit-flex-shrink: 1;
      -ms-flex-shrink: 1;
      flex-shrink: 1;
      width: 100%; }
      .features article .content > :last-child {
        margin-bottom: 0; }
  @media screen and (max-width: 980px) {
    .features {
      margin: 0 0 2em 0;
      width: 100%; }
      .features article {
        margin: 0 0 3em 0;
        width: 100%; }
        .features article:nth-child(2n - 1) {
          margin-right: 0; }
        .features article:nth-child(2n) {
          margin-left: 0; }
        .features article:nth-last-child(1), .features article:nth-last-child(2) {
          margin-bottom: 3em; }
        .features article:last-child {
          margin-bottom: 0; }
        .features article .icon {
          height: 8em;
          line-height: 8em;
          width: 8em; }
          .features article .icon:before {
            font-size: 2.25rem; }
          .features article .icon:after {
            height: 6em;
            margin: -3em 0 0 -3em;
            width: 6em; } }
  @media screen and (max-width: 480px) {
    .features article {
      -moz-flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -moz-align-items: -moz-flex-start;
      -webkit-align-items: -webkit-flex-start;
      -ms-align-items: -ms-flex-start;
      align-items: flex-start; }
      .features article .icon {
        height: 6em;
        line-height: 6em;
        margin: 0 0 1.5em 0;
        width: 6em; }
        .features article .icon:before {
          font-size: 1.5rem; }
        .features article .icon:after {
          height: 4em;
          margin: -2em 0 0 -2em;
          width: 4em; } }
  @media screen and (max-width: 480px) {
    .features article .icon:before {
      font-size: 1.25rem; } }


      @media screen and (max-width: 736px) {

  /* shrink the icon container */
  .features article .icon {
    width: 4.5em;
    height: 4.5em;
    line-height: 4.5em;
    margin-bottom: 1em;
  }

  /* shrink the Font Awesome icon itself */
  .features article .icon:before {
    font-size: 1.45rem;
  }

  /* shrink the diamond outline */
  .features article .icon:after {
    width: 3.5em;
    height: 3.5em;
    margin: -1.75em 0 0 -1.75em;
  }

  /* tighten spacing under headings */
  .features article h3 {
    margin-bottom: 0em;
  }

  /* tighten paragraph spacing */
  .features article p {
    margin-bottom: 0;
  }
}

/* ==== POSTS ==== */
.posts {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 2em -6em;
  width: calc(100% + 6em); }
  .posts article {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    margin: 0 0 6em 6em;
    position: relative;
    width: calc(33.33333% - 6em); }
    .posts article:before {
      background: rgba(210, 215, 217, 0.75);
      content: '';
      display: block;
      height: calc(100% + 6em);
      left: -3em;
      position: absolute;
      top: 0;
      width: 1px; }
    .posts article:after {
      background: rgba(210, 215, 217, 0.75);
      bottom: -3em;
      content: '';
      display: block;
      height: 1px;
      position: absolute;
      right: 0;
      width: calc(100% + 6em); }
    .posts article > :last-child {
      margin-bottom: 0; }
    .posts article .image {
      display: block;
      margin: 0 0 2em 0; }
      .posts article .image img {
        display: block;
        width: 100%; }
  @media screen and (min-width: 1681px) {
    .posts article:nth-child(3n + 1):before {
      display: none; }
    .posts article:nth-child(3n + 1):after {
      width: 100%; }
    .posts article:nth-last-child(1), .posts article:nth-last-child(2), .posts article:nth-last-child(3) {
      margin-bottom: 0; }
      .posts article:nth-last-child(1):before, .posts article:nth-last-child(2):before, .posts article:nth-last-child(3):before {
        height: 100%; }
      .posts article:nth-last-child(1):after, .posts article:nth-last-child(2):after, .posts article:nth-last-child(3):after {
        display: none; } }
  @media screen and (max-width: 1680px) {
    .posts article {
      width: calc(50% - 6em); }
      .posts article:nth-last-child(3) {
        margin-bottom: 6em; } }
  @media screen and (min-width: 481px) and (max-width: 1680px) {
    .posts article:nth-child(2n + 1):before {
      display: none; }
    .posts article:nth-child(2n + 1):after {
      width: 100%; }
    .posts article:nth-last-child(1), .posts article:nth-last-child(2) {
      margin-bottom: 0; }
      .posts article:nth-last-child(1):before, .posts article:nth-last-child(2):before {
        height: 100%; }
      .posts article:nth-last-child(1):after, .posts article:nth-last-child(2):after {
        display: none; } }
  @media screen and (max-width: 736px) {
    .posts {
      margin: 0 0 2em -4.5em;
      width: calc(100% + 4.5em); }
      .posts article {
        margin: 0 0 4.5em 4.5em;
        width: calc(50% - 4.5em); }
        .posts article:before {
          height: calc(100% + 4.5em);
          left: -2.25em; }
        .posts article:after {
          bottom: -2.25em;
          width: calc(100% + 4.5em); }
        .posts article:nth-last-child(3) {
          margin-bottom: 4.5em; } }
  @media screen and (max-width: 480px) {
    .posts {
      margin: 0 0 2em 0;
      width: 100%; }
      .posts article {
        margin: 0 0 4.5em 0;
        width: 100%; }
        .posts article:before {
          display: none; }
        .posts article:after {
          width: 100%; }
        .posts article:last-child {
          margin-bottom: 0; }
          .posts article:last-child:after {
            display: none; } }

/* ==== WRAPPER ==== */
#wrapper {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  min-height: 100vh; }

/* ==== MAIN ==== */
#main {
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  width: 100%; }
  #main > .inner {
    padding: 0 6em 0.1em 6em ;
    margin: 0 auto;
    max-width: 110em; }

    /* PULL BANNER UP - NO PADDING */

  #main > .inner > section {
    padding: 6em 0 4em 0;
    border-top: solid 2px rgba(210, 215, 217, 0.75);   }

  #main > .inner > section:first-of-type{
    border-top: 0;
    padding-top: 0;   }

 @media screen and (max-width: 1680px) {
  #main > .inner { padding: 0 5em 0.1em 5em; }
  #main > .inner > section { padding: 5em 0 3em 0; }
  #main > .inner > section:first-of-type { padding-top: 0; }}

@media screen and (max-width: 1280px) {
  #main > .inner { padding: 0 4em 0.1em 4em; }
  #main > .inner > section { padding: 4em 0 2em 0; }
  #main > .inner > section:first-of-type { padding-top: 0; }}

@media screen and (max-width: 736px) {
  #main > .inner { padding: 0 2em 0.1em 2em; }
  #main > .inner > section { padding: 3em 0 1em 0; }
  #main > .inner > section:first-of-type { padding-top: 0; }}


/* ==== SIDEBAR ==== */
#search form {
  text-decoration: none;
  position: relative; }
  #search form:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; }
  #search form:before {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    color: #7f888f;
    content: '\f002';
    cursor: default;
    display: block;
    font-size: 1.5em;
    height: 2em;
    line-height: 2em;
    opacity: 0.325;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 2em; }
  #search form input[type="text"] {
    padding-right: 2.75em; }

#sidebar {
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -moz-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  -webkit-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  -ms-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  background-color: #f5f6f7;
  font-size: 0.9em;
  position: relative;
  width: 26em; }
  #sidebar h2 {
    font-size: 1.38889em; }
  #sidebar > .inner {
    padding: 2.22222em 2.22222em 2.44444em 2.22222em ;
    position: relative;
    width: 26em; }
    #sidebar > .inner > * {
      border-bottom: solid 2px rgba(210, 215, 217, 0.75);
      margin: 0 0 3.5em 0;
      padding: 0 0 3.5em 0; }
      #sidebar > .inner > * > :last-child {
        margin-bottom: 0; }
      #sidebar > .inner > *:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0; }
    #sidebar > .inner > .alt {
      background-color: #eff1f2;
      border-bottom: 0;
      margin: -2.22222em 0 4.44444em -2.22222em;
      padding: 2.22222em;
      width: calc(100% + 4.44444em); }
  #sidebar .toggle {
    text-decoration: none;
    -moz-transition: left 0.5s ease;
    -webkit-transition: left 0.5s ease;
    -ms-transition: left 0.5s ease;
    transition: left 0.5s ease;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    border: 0;
    display: block;
    height: 7.5em;
    left: 26em;
    line-height: 7.5em;
    outline: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-indent: -15em;
    white-space: nowrap;
    top: 0;
    width: 6em;
    z-index: 10000; }
    #sidebar .toggle:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      text-transform: none !important;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900; }
    #sidebar .toggle:before {
      content: '\f0c9';
      font-size: 2rem;
      height: inherit;
      left: 0;
      line-height: inherit;
      position: absolute;
      text-indent: 0;
      top: 0;
      width: inherit; }
  #sidebar.inactive {
    margin-left: -26em; }
  @media screen and (max-width: 1680px) {
    #sidebar {
      width: 24em; }
      #sidebar > .inner {
        padding: 1.66667em 1.66667em 1.33333em 1.66667em ;
        width: 24em; }
        #sidebar > .inner > .alt {
          margin: -1.66667em 0 3.33333em -1.66667em;
          padding: 1.66667em;
          width: calc(100% + 3.33333em); }
      #sidebar .toggle {
        height: 6.25em;
        left: 24em;
        line-height: 6.25em;
        text-indent: 5em;
        width: 5em; }
        #sidebar .toggle:before {
          font-size: 1.5rem; }
      #sidebar.inactive {
        margin-left: -24em; } }
  @media screen and (max-width: 1280px) {
    #sidebar {
      box-shadow: 0 0 5em 0 rgba(0, 0, 0, 0.175);
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      z-index: 10000; }
      #sidebar.inactive {
        box-shadow: none; }
      #sidebar > .inner {
        -webkit-overflow-scrolling: touch;
        height: 100%;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        top: 0; }
        #sidebar > .inner:after {
          content: '';
          display: block;
          height: 4em;
          width: 100%; }
      #sidebar .toggle {
        text-indent: 6em;
        width: 6em; 
        background: rgba(222, 225, 226, 0.75);   /* <-- add */
        border-radius: 0.375em; }
        #sidebar .toggle:before {
          font-size: 1.5rem;
          margin-left: -0.4375em; }
      body.is-preload #sidebar {
        display: none; } }
        /* xxxx */
  @media screen and (max-width: 736px) {
    #sidebar .toggle {
      text-indent: 7.25em;
      width: 7.25em;
      background: rgba(222, 225, 226, 0.75);
      border-radius: 0.375em; }
    #sidebar .toggle:before{                 /* Hamburger icon: full-size overlay + centered */
      position: absolute !important;
      inset: 0 !important;                   /* top/right/bottom/left: 0 */
      width: 100% !important;
      height: 100% !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      transform: none !important;           /* kill the old translate */
      margin: 0 !important;                 /* kill old nudges */
      line-height: 1 !important; }           /* stable centering */
    #sidebar .toggle:after{
      content: none !important; } }

/* ==== HEADER ==== */
#header {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  border-bottom: solid 5px #6db04a;
  padding: 2em 0 1.5em 0;   /* 1.5em 0 1em 0; - this is too narrow */
  position: relative;
  align-items: center; }

  #header > * {
    margin-bottom: 0; }

  #header .logo {
    border-bottom: 0;
    color: inherit;
    font-family: "Roboto Slab", serif;
    font-size: 1.35em;
    display: inline-flex;
    align-items: center;
    gap: .35em;
    flex: 1;
    margin-top: 2px;
    position: relative; top: 2px;  }      /* XXX Adjust Mediátorpont - Per helyett egyezség height*/

  #header .logo-tagline {
    font-size: .85em;
    font-weight: 400;
    color: #7f888f;
    position: relative;
    padding-left: 0.75em;
    position: relative; top: 2px; }

#header .logo-tagline::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #9fa3a6;             /* softer than text */
  font-weight: 400;
}

#header .logo strong {
  position: relative;
  top: 1px;   /* try 1px if 2px feels too much */
}
/* xxx */
  #header .icons {
    text-align: right;
    margin-left: auto;
    padding-left: 0;
    flex: 0 0 auto;}

  @media screen and (max-width: 1680px) {
    #header {
      padding-top: 5em; }  }

#header .header-logo{
  flex: 0 0 auto;
  margin-right: 1rem;                                /* space between logo and text */
  line-height: 0;
  text-align: left; }                                /* avoid right-align weirdness */

#header .header-logo img {
  height: 60px;        /* adjust */
  width: auto;
  display: block; }

.header-logo a {
  text-decoration: none;
  border-bottom: none;  }

/* Mobile: shrink header logo */
@media screen and (max-width: 736px) {
  #header .header-logo img {
    height: 40px;   /* try 36–44px */
  }

  /* optional: tighten header so it doesn't get too tall */
  #header {
    padding: 4.5em 0 0.75em 0;  } }

/* ==== Banner ==== */
#banner {
  padding: 6em 0 4em 0 ;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; }
  #banner h1 {
    margin-top: -0.125em; }
  #banner .content {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 50%; }
  #banner .image {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    display: block;
    margin: 0 0 2em 4em;
    width: 50%; }
    #banner .image img {
      height: 100%;
      -moz-object-fit: cover;
      -webkit-object-fit: cover;
      -ms-object-fit: cover;
      object-fit: cover;
      -moz-object-position: center;
      -webkit-object-position: center;
      -ms-object-position: center;
      object-position: center;
      width: 100%; }
  @media screen and (orientation: portrait) {
    #banner {
      -moz-flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      #banner h1 br {
        display: none; }
      #banner .content {
        -moz-flex-grow: 0;
        -webkit-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -moz-flex-shrink: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        width: 100%; }
      #banner .image {
        -moz-flex-grow: 0;
        -webkit-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -moz-flex-shrink: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        margin: 0 0 4em 0;
        height: 25em;
        max-height: 50vh;
        min-height: 18em;
        width: 100%; } }
  @media screen and (orientation: portrait) and (max-width: 480px) {
    #banner .image {
      max-height: 35vh; } }

/* ==== HERO background ==== */

#banner.mp-hero{
  position: relative;
  overflow: hidden;
  padding: 2em 0 4em 0;                                 /* same vertical rhythm as original banner */
}

#banner.mp-hero::before { /* background */
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero-bg, url("/images/header-bkgd.jpg"));
  background-size: cover;
  background-position: 65% center; /* ← key change */
  background-repeat: no-repeat;
  z-index: 0;
}

#banner.mp-hero::after{                                 /* white overlay */
  content:""; 
  position:absolute;
  inset:0;
  background: rgba(255,255,255,0.1);                 /* adjust transparency from 0 to 0.75-0.82 */
  z-index: 1;
}

#banner.mp-hero .mp-hero__inner{                        /* This is the "inner" alignment container */
  position: relative;
  z-index: 2;
  padding: 0 !important;
  max-width: none !important;
  margin: 0 !important;          
}

#banner.mp-hero .content{ width: 100% !important; max-width: 44em; }

#banner.mp-hero .mp-hero__content{
  padding-left: 2.5em;
  padding-top: 4.5em;                                   /* global top breathing space */
  padding-bottom: 1.5em;  }

#banner.mp-hero.has-breadcrumbs .mp-hero__content{
  padding-top: 0.75em;  }                                /* small gap from green line to breadcrumb */

#banner.mp-hero.has-breadcrumbs .mp-breadcrumbs{         /* Space between breadcrumb and H1 (robust: doesn't depend on adjacency) */
  margin: 0 0 2.75em 0;                                       /* big gap breadcrumb -> H1 */
  padding: 0;   }


#banner.mp-hero.has-breadcrumbs h1{                      /* Ensure H1 doesn't add extra top margin weirdness */
  margin-top: 0; } 

@media screen and (max-width: 1680px){                   /* Match template breakpoints exactly */
  #banner.mp-hero .mp-hero__inner{ padding: 0 5em; }
  #banner.mp-hero{ padding: 5em 0 3em 0; }  }
@media screen and (max-width: 1280px){
  #banner.mp-hero .mp-hero__inner{ padding: 0 4em; }
  #banner.mp-hero{ padding: 4em 0 2em 0; }  }
@media screen and (max-width: 736px){
  #banner.mp-hero .mp-hero__inner{ padding: 0 2em; }
  #banner.mp-hero{ padding: 3em 0 1em 0; }
  #banner.mp-hero .mp-hero__content{ padding-left: 0 !important; padding-right: 0 !important; } }

@media screen and (min-width: 1280px) and (max-width: 1380px) {
  #banner.mp-hero::before {
    background-position: 60% center;  } }

.mp-hero__content h3 {
  margin-top: 2.4em;                                                      /* space above section headings */
  margin-bottom: 0.6em; }                                                 /* keep text close */  

.mp-hero__content .actions {
  margin-top: 2.75em; }

@media screen and (max-width: 736px) {
  #banner.mp-hero::after {
    background: rgba(255,255,255,1);   }  }

#banner.mp-hero .image {
  display: block; }

@media screen and (min-width: 737px) {
  #banner.mp-hero .image {
    display: none;  } }

@media screen and (max-width: 480px){
  .actions{
    flex-wrap: wrap;  }
  .actions li{
    width: 100%;
    margin-bottom: 1em; }
  .actions li > *{
    width: 100%;
    text-align: center;  }  }

@media screen and (max-width: 736px) {
  #banner.mp-hero .image {
    width: 100%;
    height: auto;
    aspect-ratio: 1024 / 629;                                               /* <-- adjust if your torta.jpg ratio differs */
    max-height: none;
    min-height: 0;
    background: #fff;   
    overflow: hidden;   
    line-height: 0;        }

  #banner.mp-hero .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;                                                    /* no cropping */
    object-position: right center;                                          /* keep cake on right */
    display: block;
    background: #fff;  } }

@media screen and (min-width: 737px) and (max-width: 925px) {
  #banner.mp-hero::before {
    background-position: 52% center;  } }


/* ==== MENU ==== */
#menu ul {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #3d4449;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  letter-spacing: 0.075em;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  text-transform: uppercase; }
  #menu ul a, #menu ul span {
    border-bottom: 0;
    color: inherit;
    cursor: pointer;
    display: block;
    font-size: 0.9em;
    padding: 0.625em 0; }
    #menu ul a:hover, #menu ul span:hover {
      color: #6db04a; }
    #menu ul a.opener, #menu ul span.opener {
      -moz-transition: color 0.2s ease-in-out;
      -webkit-transition: color 0.2s ease-in-out;
      -ms-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out;
      text-decoration: none;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      position: relative; }
      #menu ul a.opener:before, #menu ul span.opener:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        text-transform: none !important;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900; }
      #menu ul a.opener:before, #menu ul span.opener:before {
        -moz-transition: color 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
        -webkit-transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out, -ms-transform 0.2s ease-in-out;
        transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
        color: #9fa3a6;
        content: '\f078';
        position: absolute;
        right: 0; }
      #menu ul a.opener:hover:before, #menu ul span.opener:hover:before {
        color: #6db04a; }
      #menu ul a.opener.active + ul, #menu ul span.opener.active + ul {
        display: block; }
      #menu ul a.opener.active:before, #menu ul span.opener.active:before {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }

#menu > ul > li {
  border-top: solid 1px rgba(210, 215, 217, 0.75);
  margin: 0.5em 0 0 0;
  padding: 0.5em 0 0 0; }
  #menu > ul > li > ul {
    color: #9fa3a6;
    display: none;
    margin: 0.5em 0 1.5em 0;
    padding-left: 1em; }
    #menu > ul > li > ul a, #menu > ul > li > ul span {
      font-size: 0.8em; }
    #menu > ul > li > ul > li {
      margin: 0.125em 0 0 0;
      padding: 0.125em 0 0 0; }
  #menu > ul > li:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0; }

@media screen and (min-width: 981px) {
  #menu ul a.is-current {
    color: #6db04a;
    color: #6db04a;
    font-weight: 700;
    background: rgba(109, 176, 74, 0.12);
    border-radius: 0.25em;  }
    #menu .opener.is-current-section {
    color: #6db04a;
    font-weight: 700;  }
}

/* ==== Media block container ==== */
.media-block {
  width: 100%;
  background-image: var(--media-bg, url("/images/media-bg.jpg"));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 5em 0;
  color: #fff;
}

/* Dark overlay */
.media-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

/* Inner content wrapper */
.media-block-inner {
  position: relative;
  max-width: 1200px;
  margin: - 1.5em auto 0 calc(auto - 1.5em);
  padding: 0 0.3em; 
  padding-left: 2em;
  padding-right: 2em;
}

/* Title */
.media-block-inner h2 {
  color: #fff;
  margin-bottom: 0.5em;
}

/* Text */
.media-block-inner p {
  max-width: 640px;
  margin-bottom: 1.5em;
  color: rgba(255, 255, 255, 0.9);
}

/* Button spacing */
.media-block-inner .button {
  margin-bottom: 2.5em;
}

/* Logos strip */
.media-logos {
  display: block;
  background: transparent;
  padding: 0;
  padding-top: 1em;
  border-radius: 4px;
  border-bottom: none;
}

/* Logos image */
.media-logos img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100px;
  margin-top: 1.25em;          /* ensures it's underneath */
  border: 0;
  background: transparent;     /* removes the white card */
  padding: 0;                  /* removes white “border” effect */
  border-radius: 0;
  text-decoration: none;
}

@media screen and (max-width: 736px){
  .media-logos{
    display: block;
    width: 100%;  }
  .media-logos img{
    width: 100%;               /* fill available width */
    height: auto;              /* keep aspect ratio */
    max-width: 100%;  }
    .media-block {
    padding: 3.5em 0; }
  .media-block-inner h2 {
    font-size: 2em;  }  }

.media-block-inner .button,
.media-logos {
  display: block;              /* forces new line */
  width: fit-content;          /* keep button not full width */
}

/* No underline on hover */
.media-logos:hover {
  border-bottom: none;
}

/* =========================
   SLIDER (single card)
   image on top, text below
   ========================= */

.quote-slider{
  position: relative;
  background: #f4f4f4;
  padding: 2.4em 4.25em;                 /* reserves space for arrows */
  overflow: hidden;                       /* prevents next slide peeking */
}

/* horizontal track */
.quote-slider .track{
  display: flex;
  overflow-x: auto;

  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;

  scrollbar-width: none;
  width: 100%;
}

.quote-slider .track::-webkit-scrollbar{
  display: none;
}

/* each slide fills the card */
.quote-slider .slide{
  flex: 0 0 100%;
  scroll-snap-align: start;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5em;
}

/* avatar on top */
.quote-slider .avatar{
  width: 120px;                           /* adjust as needed (e.g. 110–150) */
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
}

.quote-slider .avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* text area spans full width (minus card padding) */
.quote-slider .text{
  width: 100%;
  padding: 0 0.25em;
}

.quote-slider blockquote{
  margin: 0 0 1em 0;                      /* bottom only */
  font-style: italic;
  color: rgba(127,136,143,.9);
  border-left: 0;
  padding: 0;
  font-size: 1.05em;
  line-height: 1.6;
}

.quote-slider .who strong{
  display: block;
  color: #3d4449;
  font-size: 1em;
}

.quote-slider .who span{
  display: block;
  color: #9fa3a6;
  font-size: 0.9em;
  line-height: 1.25;
  margin-top: 0.15em;
}

/* nav arrows (buttons) */
.quote-slider .nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  width: 40px;
  height: 40px;

  padding: 0 !important;                  /* prevents oval/pill */
  min-width: 0 !important;                /* overrides template buttons */
  line-height: 1 !important;

  border-radius: 50%;
  background: #6db04a;
  color: #fff !important;
  border: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 10;
}

.quote-slider .prev{ left: 10px; }
.quote-slider .next{ right: 10px; }

.quote-slider .nav:hover{
  filter: brightness(0.95);
}

/* mobile tweaks */
@media (max-width: 736px){
  .quote-slider{
    padding: 2.5em 3.75em;                /* still leaves room for arrows */
  }

  .quote-slider .nav{
    width: 48px;
    height: 48px;
  }

  .quote-slider .prev{ left: 8px; }
  .quote-slider .next{ right: 8px; }

  .quote-slider .avatar{
    width: 120px;                         /* keep consistent; change if you want */
  }
}

/* =========================
   SLIDER (compare variant)
   vertically centered slides
   ========================= */

.quote-slider--compare .track{
  align-items: stretch;            /* allow slides to take full track height */
}

.quote-slider--compare .slide{
  display: flex;
  align-items: center;             /* vertical centering */
  justify-content: center;         /* horizontal centering of the grid block */
  min-height: 260px;               /* keeps a stable card height across slides */
  gap: 0;                          /* not using the default quote gap */
}

/* Make the compare grid behave consistently */
.quote-slider--compare .compare-grid{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3em;
  text-align: center;
}

/* Optional: reduce weird “jump” from default heading margins */
.quote-slider--compare .compare-title{
  margin: 0 0 0.75em 0;
}

/* Optional: remove the black focus ring you saw (or style it) */
.quote-slider--compare .nav:focus{
  outline: none;
}
.quote-slider--compare .nav:focus-visible{
  outline: 2px solid rgba(0,0,0,0.35);
  outline-offset: 3px;
}

@media (max-width: 736px){
  .quote-slider--compare .slide{
    min-height: 220px;
  }
  .quote-slider--compare .compare-grid{
    gap: 2em;
  }
}

.quote-slider--compare{
  background: transparent;
  padding: 0;
}

.quote-slider--compare .compare-card{
  background: #f4f4f4;
}

.quote-slider--compare .compare-mark{
  font-size: 2.5em;        /* noticeably bigger */
  line-height: 1;
  margin: 0 0 1.1em 0;
}

/* ✓ and ✕ colors */
.quote-slider--compare .compare-mark--ok{ color: #6db04a; }
.quote-slider--compare .compare-mark--no{ color: #d33; }

.quote-slider--compare .compare-lead{
  font-size: 1.1em;                                       /* slightly larger than body */
  font-weight: 800;                                       /* strong emphasis */
  color: #3d4449;                                       /* theme heading color */
  margin: 0 0 0.6em 0;
  letter-spacing: -0.01em; }                              /* subtle refinement */


.quote-slider--compare .compare-sub{
  font-size: 0.95em;
  line-height: 1.65;
  color: #7f888f;                                       /* theme muted */
  margin: 0; }

/* Arrow buttons */
.quote-slider--compare .nav{
  background: #6db04a;
  color: #fff !important;
  border: 0; }

.quote-slider--compare .nav{
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  line-height: 1 !important; }

/* =========================
   BENEFITS PANEL
   ========================= */

.benefits-panel{
  background: #f4f4f4;
  padding: 3em 1.6em;
  border-radius: 0;
}

.benefits-panel .benefits-list li {
  line-height: 1.9;   /* more breathing space inside multi-line items */
}

@media (max-width: 736px){
  .benefits-panel{
    padding: 1.75em 1.5em;
  }
}

/* ==========================================
   FORCE 2 EQUAL DESKTOP COLUMNS + REAL GAP
   (only for this one row: .row.mp-args-row)
   ========================================== */

@media (min-width: 981px){
  /* keep template grid, only add real gap */
  .row.mp-args-row{
    margin-left: 0 !important;
    gap: 2.5em;
  }
  .row.mp-args-row > [class*="col-"]{
    padding-left: 0 !important;
    width: calc(50% - 1.25em);
  }

  /* THIS is the key: equalize using a wrapper that includes the header */
  .row.mp-args-row > .col-6 > .mp-col{
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  /* cards fill the remaining space under the header */
  .row.mp-args-row > .col-6 > .mp-col > .quote-slider,
  .row.mp-args-row > .col-6 > .mp-col > .benefits-panel{
    flex: 1 1 auto;
    min-height: 0;
  }
}
/* Extra horizontal breathing room on stacked (mobile) layout */
@media (max-width: 980px){
  .quote-slider,
  .benefits-panel{
    padding-left: 5.25em;
    padding-right: 5.25em;
  }
}

/* ==== Checklist ==== */
.benefits-list{
  list-style: none;
  margin: 0;
  padding: 0; }

.benefits-list li{
  position: relative;
  padding-left: 2.1em;                                                      /* space for the icon */
  margin: 0 0 0.75em 0;
  line-height: 1.6;
  color: rgba(127,136,143,.95);
  font-size: 1em; }


.benefits-list li::before{                                                  /* Green check icon (FontAwesome) */
  content: "\f00c";                                                         /* check */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.15em;
  color: #6db04a;
  opacity: 0.8;
  font-size: 1.1em; }

.benefits-list-grey {
	background-color: #f2f3f5;
	padding: 1.5em;
	border-radius: 0.5em; }

@media screen and (max-width: 981px) {
	.benefits-list-grey {
		margin-bottom: 1.5em; 	} }

@media screen and (max-width: 736px) {
  .benefits-panel{
    padding: 1.75em 1.5em;  } }     /* top/bottom | left/right */

/* FIX THE TWO GREY BKGD COLUMNS */
@media screen and (min-width: 981px) {                                      /* Equal-height cards (slider + benefits) on desktop */
  .mp-args-row > .col-6 {                                                   /* make each column a flex column */
    display: flex;
    flex-direction: column;  }
  .mp-args-row > .col-6 > .quote-slider,                                    /* optional: keep headers natural height, push card to fill */
  .mp-args-row > .col-6 > .benefits-panel {
    flex: 1 1 auto;                                                         /* fill remaining height */
    min-height: 0;   }                                                      /* prevents overflow weirdness */
  .quote-slider,                                                            /* make sure both “cards” can actually become full height */
  .benefits-panel {
    height: 100%; } 
    .row.mp-args-row {
    margin-left: 0 !important;      /* kill template negative gutter */
    column-gap: 2.5em;              /* space between columns */
  }  
    .row.mp-args-row > [class*="col-"] {
    padding-left: 0 !important;     /* kill template gutter padding */
    width: calc(50% - 1.25em);      /* keep 2 columns with the gap (gap/2) */
  }   }

/* ==== Question List ==== */
.question-list{
  list-style: none;
  margin: 0;
  padding: 0; }

.question-list li{
  position: relative;
  padding-left: 2.1em;                 /* space for the icon */
  margin: 0 0 0.75em 0;
  line-height: 1.6;
  color: rgba(127,136,143,.95);
  font-size: 1em; }

.question-list li::before{             /* Green question mark icon (FontAwesome) */
  content: "\f059";                    /* question-circle */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.15em;
  color: #6db04a;
  font-size: 1.1em; }

/* ==== NOPE LIST ==== */
.nope-list{
  list-style: none;
  margin: 0;
  padding: 0; }

.nope-list li{
  position: relative;
  padding-left: 2.1em;           /* space for icon */
  margin: 0 0 0.75em 0;
  line-height: 1.6;
  color: rgba(127,136,143,.95);
  font-size: 1em; }

.nope-list li::before{
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.01em;      /* was 0.15em */
  color: #d64545;
  font-size: 1.1em; }


/* ==== FOOTER ==== */
#footer .copyright {
  color: #9fa3a6;
  font-size: 0.9em; }

#footer .copyright a {
  color: inherit; }

#footer .copyright .cookie-settings-link {
  color: #6db04a;
  text-decoration: none;
  margin-left: 0.4em;
  white-space: nowrap; }

#footer .copyright .cookie-settings-link:hover,
#footer .copyright .cookie-settings-link:focus {
  text-decoration: underline;
  text-decoration-color: rgba(109, 176, 74, 0.6); }

.mp-footerblock{
  background: #434343;          /* dark charcoal (not pure black) */
  color: #e6e7e8;               /* muted white for readability */
  padding: 3.25em 0;              /* footer internal padding */
  border-top: 0 !important;
  box-shadow: none !important;
  margin-bottom: 5em; }

/* Layout grid */
.mp-footergrid{
  max-width: 110em;
  margin: 0 auto;
  padding: 0 2em;
  display: grid;
  grid-template-columns: 1.2fr 1.6fr 1fr;
  gap: 2.5em;
  padding: 2.25em 2em;  }

.mp-footerblock::before,          /* If your theme adds a hairline via pseudo-elements */
.mp-footerblock::after{
  content: none !important;
  display: none !important; }

#footer{                            /* Footer links for Adatvédelem, jogi nyilatkozat, impresszum, sütikezelés*/
  text-align: left; }

#footer .footer-links{  
  margin: 0.5em 0 0;
  font-size: 0.8em;                 /* slightly smaller */
  color: #9a9a9a;                 /* lighter grey, matches copyright */
  line-height: 1.4;
  white-space: nowrap;             /* keep on one line when space allows */
}

#footer .footer-links a{
  color: #888;
  text-decoration: none;
  border-bottom: 0; }

#footer .footer-links a:hover{
  color: #8bd15c; }

#footer .footer-links .sep{
  margin: 0 -0.2em;
  color: #aaa;  }

#footer .footer-links--external{
  font-size: 0.8em;
  margin-top: 0.25em; }

/* ==== Titles ==== */
.mp-title{
  color: #ffffff;               /* higher contrast than body text */
  margin: 0 0 1em 0;
  font-size: 1.2em;
  letter-spacing: 0.01em; }

.mp-footerblock .mp-title{
  display: inline-block;
  position: relative;
  padding-bottom: 1.6em;  }

.mp-footerblock .mp-title::after{
  content: "";
  position: absolute;
  left: -0.2em;          /* extend to the left */
  bottom: 1em;
  width: calc(100% + 1.2em);  /* extend past text */
  height: 3px;
  background: #6db04a;  }

.mp-footerblock .mp-col .mp-title:not(:first-child){
  margin-top: 2em;  }

/* ==== Map ==== */
.mp-map iframe{                   
  width: 100%;
  height: 240px;
  border: 0;
  border-radius: 0.375em; }

.mp-col,                          /* Column text consistency */
.mp-reviews,
.mp-legal,
.mp-contact{
  color: #9b9b9b;               /* ensure all columns follow the dark footer scheme */
  font-size: .95em;                /* contacts now matches middle column */
  line-height: 1.6; }

.mp-rating{                         /* Reviews */
  color: #ff8a3d;                 /* slightly brighter for dark background */
  border-bottom: 0;
  text-decoration: none;  }

.mp-stars{
  width: 90px;
  height: auto;
  margin-left: .4em;
  position: relative;
  top: 2px; }
.mp-dot{
  margin: 0 .6em;
  opacity: .55;   }               /* slightly softer on dark bg */

.mp-link-accent{
  color: #8bd15c;               /* accent green that reads well on charcoal */
  border-bottom: 0; }

.mp-subtitle{                     /* Legal block */
  margin: 1.5em 0 .75em;
  color: #ffffff;  }             /* subtitle emphasis */

.mp-contact{                      /* Contacts */
  list-style: none;
  padding: 0;
  margin: 0;  }

.mp-contact li{
  margin: 0 0 .9em 0;
  position: relative;
  padding-left: 2.2em;  }

.mp-contact li::before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.1em;
  color: #8bd15c; }

.mp-item-person::before {
	content: "\f007";              /* Font Awesome user icon */
	font-family: "Font Awesome 5 Free";
	font-weight: 900; }

.mp-item-phone::before{
  content: "\f095"; }               /* phone */

.mp-item-email::before{
  content: "\f0e0";   }            /* envelope */

.mp-item-address::before{
  content: "\f3c5";  }             /* map-marker-alt */

.mp-item-hours::before{
  content: "\f017"; }               /* clock */

.mp-label{
  color: #ffffff;               /* strong label contrast */
  font-weight: 700;
  letter-spacing: 0.02em; }

.mp-value{
  color: #e6e7e8; }

.mp-note{
  margin-top: .35em;
  font-size: 1em;
  color: #cfd3d6; }              /* slightly muted note */

/* Footer links: readable hover highlight on dark background */
.mp-footerblock a{
  color: #8bd15c;
  border-bottom: 0;                 /* no underline in footer */
  text-decoration: none;
  background: transparent;
  padding: 0.12em 0.2em;            /* give the highlight breathing room */
  border-radius: 0.2em;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.mp-footerblock a:hover{
  color: #ffffff !important;
  background-color: rgba(141, 209, 92, 0.22);  /* brighter green tint */
}

.mp-footerblock a:focus-visible{
  color: #ffffff !important;
  background-color: rgba(109, 176, 74, 0.40) !important;
  outline: none;
}

.mp-footerblock a:hover,
.mp-footerblock a:focus-visible,
.mp-footerblock a:active {
  background-color: rgba(109, 176, 74, 0.40) !important;
  color: #ffffff !important;
}

/* Ensure nested spans (mp-value, etc.) also change */
.mp-footerblock a:hover *,
.mp-footerblock a:focus-visible *,
.mp-footerblock a:active * {
  color: #ffffff !important;
}


/* Kill ugly mobile tap highlight that can look “black/grey” */
.mp-footerblock a {
  -webkit-tap-highlight-color: transparent;
}

#main > .inner > section.mp-footerblock{
  padding: 0.25em 0 !important;     /* FIX: was 0 !important, which killed .mp-footerblock padding */
  border-top: 0 !important;         /* kills template divider line */
  margin-bottom: 3.5em;             /* keeps the “page bottom breathing room” */
  margin-top: 5em;  }

/* ==== Social icons ==== */
.mp-social{
  display: flex;
  gap: 1em;
  margin-top: 1em; }

.mp-social .icon{
  border-bottom: 0; }

.mp-social .icon:before{
  font-size: 1.25em;
  color: #e6e7e8;   }            /* visible on dark footer */

.mp-social .icon:hover:before{
  color: #8bd15c; }

/* responsive */
@media (max-width: 980px){
  .mp-footergrid{
    grid-template-columns: 1fr;   }
  .mp-map iframe{
    height: 220px;    } }


/* ==== Video + checklist band ==== */
.mp-video-band{
  position: relative;
  padding: 3.5em 0;
  background-image: url("/images/kavicsok.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

/* dark overlay */
.mp-video-band::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,0.6);
  pointer-events:none;  }

/* inner grid */
.mp-video-band__inner{
  position: relative; /* sits above overlay */
  max-width: 110em;
  margin: 0 auto;
  padding: 0 5.5em;

  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 2.5em;
  align-items: center;  }

/* checklist */
.mp-checklist{
  list-style: none;
  margin: 0;
  padding: 0; }

.mp-checklist li{
  position: relative;
  padding-left: 2.4em;
  margin: 0 0 1.6em 0;       
  color: #ffffff;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  letter-spacing: 0.02em;
  font-size: 1.3em;  
  line-height: 1.95;  }

.mp-checklist li::before{
  content: "\f00c"; /* check */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.05em;
  color: #6db04a;
  font-size: 1.35em;  }

/* Small checklist – body text size */
.mp-checklist-sm {
  list-style: none;
  margin: 0;
  padding: 2em 0;
}

.mp-checklist-sm li {
  position: relative;
  padding-left: 1.8em;
  margin: 0 0 0.8em 0;

  /* Normal paragraph styling */
  font-family: inherit;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.7;
  color: inherit;
}

.mp-checklist-sm li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #6db04a;
  font-size: 0.9em;
}


.mp-video{
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  border-radius: 0.375em;
  overflow: hidden;
  box-shadow: 0 1.25em 2.5em rgba(0,0,0,0.25);  }

.mp-video iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;  }

@media (max-width: 980px){
  .mp-video-band__inner{
    grid-template-columns: 1fr;
    gap: 2em;  }
  .mp-checklist li{
    font-size: 1em;  }  }

@media (max-width: 736px){
  .mp-video-band{
    padding: 2.75em 0;   }
  .mp-checklist li{
    margin-bottom: 0.85em;   } 
  .mp-video-band__inner{
    padding-left: 2.25em;
    padding-right: 2.25em;   } }

@media (max-width: 480px){
  .mp-video-band__inner{
    padding-left: 2em;
    padding-right: 2em;   } }

#main > .inner > section.mp-band-section{
  padding: 0 !important;     
  border-top: 0 !important;
  margin: 0 !important; }

/* STICKY HEADER */
@media screen and (max-width: 736px) {
  :root{
    --util-top: 0.75em;
    --util-height: 3.5em;
    --util-side: 1em; }
  #header{                                                      /* Create space so the fixed bar doesn't overlap the logo/text */
    padding-top: calc(var(--util-top) + var(--util-height) + 1em);  }
  #header .icons{                                               /* FIXED (not sticky) utility bar */
    position: fixed !important;
    top: calc(var(--util-top) / 2) !important;
    right: var(--util-side);
    left: var(--util-side);                                     /* makes it span nicely on mobile */
    height: var(--util-height);
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end;
    gap: 0.9em;
    margin: 0 !important;
    padding: 0 0.9em !important;
    z-index: 9010;
    background: transparent;                                    /* background comes from ::before (full width) */
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0.9em !important; }
  #header::before{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: calc(var(--util-top) + var(--util-height));
    background: #f5f6f7;
    border-bottom: 1px solid rgba(0,0,0,.08);
    z-index: 9000;  }                                           /* behind icons + hamburger */
  #sidebar .toggle{                                             /* Hamburger: keep it visible above the full-width bar */
    position: fixed !important;
    left: var(--util-side);
    top: calc((var(--util-top) + var(--util-height)) / 2 + 3px) !important;  /* center of the whole bar */
    transform: translateY(-50%);                                       /* true vertical centering */
    height: var(--util-height);
    width: var(--util-height);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10001; }
    #header .icons a.fa-envelope {
    position: relative;
    top: 4px;
  } }

@media screen and (max-width: 736px) {
  #menu > header.major {
    padding-top: calc(var(--util-height) + 0.75em);
  }
}

/* STOP SIDEBAR CUT IN HALF WHILE DRAGGING */
@media screen and (min-width: 1281px) {
  #main {
    width: auto !important;                                     /* kill the 100% that causes overflow */
    flex: 1 1 0% !important;                                    /* let flexbox size it correctly */
    min-width: 0 !important; }                                  /* allow it to shrink instead of overflow */
  #sidebar {
    flex: 0 0 26em !important; }}                               /* hard fix the sidebar width in the flex row */


/* RESPONSIVE FIXES */
@media screen and (min-width: 737px) and (max-width: 1280px) {
  #sidebar .toggle {
    position: fixed;                                            /* keep it stable in the header area */
    left: 0.6em;                                                /* away from the logo */
    top: 2.3em;
    width: 3.25em;                                              /* smaller button */
    height: 3.25em;
    line-height: 3.25em;
    background: rgba(223, 223, 224, 0.95);                    /* visible background */
    border-radius: 0.375em;
    box-shadow: 0 0.25em 0.75em rgba(0,0,0,0.12);
    z-index: 10001;
    text-indent: 10em;    }                                     /* keep label hidden */ 
   #sidebar .toggle:before{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;                                                   /* kill template offset */
    font-size: 1.25rem;  }
    #sidebar > .inner{
    padding-top: 7.5em; }   }                                    /* pushes the whole sidebar content down */ 

@media screen and (min-width: 1281px) and (max-width: 1680px) {
  #sidebar .toggle {
    left: 26.3em;
    top: 0.8em;  }  }


@media screen and (min-width: 737px) and (max-width: 1680px) {  /* Remove top whitespace above main content (737–1680 only) */
  #main > .inner {
    padding-top: 1.4em; } 
  #header {
    padding-top: 0;
    margin-top: 0;  } }

@media screen and (min-width: 737px) and (min-width: 1680px) {
  #sidebar .toggle {
    left: 26.6em;
    top: 0.5em;  } }

@media screen and (max-width: 389px) {                          /* Hide logo tagline on very small screens */
  .logo-tagline {
    display: none;  } }

/* ==== HOVER STYLING ==== */

.features article .icon:after{                                  /* Szakterületek light green fill on Hover*/
  background-color: transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease; }

.features article:hover .icon:after{
  background-color: rgba(109, 176, 74, 0.12);                 /* same family as button hover */
  border-color: #6db04a;  }


.mp-checklist li{                                               /* Smooth checklist line hover effects */
  transition: color 0.2s ease, transform 0.2s ease; }

.mp-checklist li::before{
  transition: color 0.2s ease, transform 0.2s ease; }

.mp-checklist li:hover{
  color: #ffffff; }

.mp-checklist li:hover::before{
  color: #8bd15c;
  transform: translateX(2px); }

 /* ==== HIDE FORM TEXT ==== */
  
.visually-hidden {                                                /* Accessible, visually-hidden text (keeps it available to screen readers) */
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

/* ==== SUBTLE HERO LINKS ==== */

.mp-hero__content p a {                                           /* Subtle inline links inside the hero text only */
  color: #6f6f6f;                                               /* subtle grey */
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
  border-bottom: 0; }                                              /* if your theme adds borders */

.mp-hero__content p a:hover,
.mp-hero__content p a:focus {
  color: #8bd15c; }



/* ==== Klaro contextual embed (FIX) ==== */

.mp-video,                                                          /* Ensure your embed wrappers define a positioning context */
.mp-map {
  position: relative !important;  }

.mp-video [data-type="placeholder"],                                /* Make Klaro’s placeholder fill the embed area */
.mp-map  [data-type="placeholder"] {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;  }

.mp-video [data-type="placeholder"] > .klaro.cm-as-context-notice,  /* Pin the Klaro contextual notice to the placeholder (no offsets) */
.mp-map  [data-type="placeholder"] > .klaro.cm-as-context-notice {
  position: absolute !important;
  inset: 0 !important;
  margin: 0 !important;
  transform: none !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 50 !important; }

.mp-video .klaro.cm-as-context-notice,                               /* Dark overlay + card styling */
.mp-map  .klaro.cm-as-context-notice {
  background: rgba(0,0,0,.45) !important; }

.mp-video .klaro.cm-as-context-notice .context-notice,
.mp-map  .klaro.cm-as-context-notice .context-notice {
  background: var(--mp-bg) !important;
  color: var(--mp-text) !important;
  border: 1px solid var(--mp-border) !important;
  border-radius: var(--mp-radius) !important;
  box-shadow: var(--mp-shadow) !important;
  padding: 18px 20px !important;
  max-width: 520px !important;
  width: calc(100% - 32px) !important;
  text-align: center !important;  }

.mp-video .klaro.cm-as-context-notice .context-notice p,                /* Text */
.mp-map  .klaro.cm-as-context-notice .context-notice p {
  margin: 0 0 14px 0 !important;
  color: var(--mp-muted) !important;
  line-height: 1.4 !important;  }

.mp-video .klaro.cm-as-context-notice .cm-buttons,                       /* Button row */
.mp-map  .klaro.cm-as-context-notice .cm-buttons {
  margin: 0 !important;
  gap: 10px !important;
  justify-content: center !important;
  flex-wrap: wrap !important; }

.mp-video .klaro.cm-as-context-notice .cm-btn,                           
.mp-map  .klaro.cm-as-context-notice .cm-btn {
  height: 36px !important;
  padding: 0 14px !important;
  border-radius: 10px !important;
  font-weight: 800 !important;
  border: 1px solid transparent !important;
  cursor: pointer !important; }

.mp-video .klaro.cm-as-context-notice .cm-btn-success,                    /* Igen */
.mp-map  .klaro.cm-as-context-notice .cm-btn-success {
  background: var(--mp-accent) !important;
  border-color: var(--mp-accent) !important;
  color: #fff !important; }

.mp-video .klaro.cm-as-context-notice .cm-btn-success-var,                /* Mindig (this is the real class Klaro uses) */
.mp-map  .klaro.cm-as-context-notice .cm-btn-success-var {
  background: transparent !important;
  border-color: rgba(0,0,0,.25) !important;
  color: var(--mp-muted) !important;
}

/* FIX KLARO BUTTONS FOR RESOLUTIONS LOWER THAN 360px*/
.mp-video .klaro.cm-as-context-notice .context-notice,
.mp-map  .klaro.cm-as-context-notice .context-notice{
  box-sizing: border-box !important;
  overflow: hidden !important;  }                                          /* prevents any child overflow from showing */

.mp-video .klaro.cm-as-context-notice .cm-buttons,
.mp-map  .klaro.cm-as-context-notice .cm-buttons{
  box-sizing: border-box !important;
  width: 100% !important; }

@media (max-width: 384px) {                                               /* Under 360px: stack buttons so none can drift out */
  .klaro.cm-as-context-notice .context-notice .cm-buttons {               /* target exactly Klaro's contextual notice */
    position: relative !important;
    left: -190px !important;                                              /* adjust this value */
    margin-right: -140px !important;                                      /* prevents clipping */
    top: 40px !important;                                                 /* ← push DOWN */
  }
}

  /* ==== RING ==== */
.mp-steps__ring{
  --size: 22rem;
  --dot: 4.2rem;
  position: relative;
  width: var(--size);
  height: var(--size);
  margin: 2.5rem auto;
}

.mp-steps__ring::before{
  content:"";
  position:absolute;
  inset: 0;
  border: 3px dashed rgba(210,215,217,0.9);
  border-radius: 50%;
}

.mp-steps__center{
  position:absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  text-align:center;
  width: 70%;
}

.mp-steps__center .mp-steps__center-title {
  color: #9aa0a6;
}

.mp-steps__center-icon{
  font-size: 2.2rem;
  color: #9aa0a6;
  display: inline-block;
  margin-bottom: 0.4rem;
}

.mp-steps__center-title{
  margin: 0;
  font-weight: 700;
}

/* Steps */
.mp-step {
  position: absolute;
  width: var(--dot);
  height: var(--dot);
  border-radius: 999px;
  border: 0;
  background: transparent;     /* important: background moved to ::before */
  padding: 0;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 2;
}

.mp-step::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #6db04a;
  z-index: 0;
}

.mp-step .icon {
  position: relative;  /* lets z-index work */
  z-index: 1;
  color: #fff;
  font-size: 1.5rem;
}


/* pulse */
.mp-step.is-active {
  animation: mpPulse 1.1s ease-in-out infinite;
  box-shadow: 0 0.6rem 1.2rem rgba(0,0,0,0.18);
}


@keyframes mpPulse{
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50%      { transform: translate(-50%, -50%) scale(1.12); }
}

/* Perfect 8-point positions (no JS) */
.mp-step:nth-of-type(1){ left: 50%;      top: 0%;       transform: translate(-50%,-50%); }   /* top */
.mp-step:nth-of-type(2){ left: 85.355%;  top: 14.645%;  transform: translate(-50%,-50%); }   /* top-right */
.mp-step:nth-of-type(3){ left: 100%;     top: 50%;      transform: translate(-50%,-50%); }   /* right */
.mp-step:nth-of-type(4){ left: 85.355%;  top: 85.355%;  transform: translate(-50%,-50%); }   /* bottom-right */
.mp-step:nth-of-type(5){ left: 50%;      top: 100%;     transform: translate(-50%,-50%); }   /* bottom */
.mp-step:nth-of-type(6){ left: 14.645%;  top: 85.355%;  transform: translate(-50%,-50%); }   /* bottom-left */
.mp-step:nth-of-type(7){ left: 0%;       top: 50%;      transform: translate(-50%,-50%); }   /* left */
.mp-step:nth-of-type(8){ left: 14.645%;  top: 14.645%;  transform: translate(-50%,-50%); }   /* top-left */


/* Mobile: hide ring, show list */
.mp-steps__list{
  display:none;
}

@media screen and (max-width: 736px){
  .mp-steps__ring{ display:none; }
  .mp-steps__list{ display:block; }
}

/* Center fade */
.mp-steps__center {
  transition: opacity 440ms ease;
}

.mp-steps__center.is-fading {
  opacity: 0;
}

/* === VÁLÁS MENETE – options (scoped to hero, overrides theme .icon) === */
#banner.mp-hero .valas-options{
  display: flex;
  gap: 2em;
  align-items: center;
  flex-wrap: wrap;
  margin: 2em 0;
}

#banner.mp-hero .valas-options .option{
  display: flex;
  align-items: center;
  gap: 0.75em;
  font-weight: 600;
}

/* override theme .icon */
#banner.mp-hero .valas-options .option > .icon{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 2.2em !important;
  height: 2.2em !important;

  border-radius: 999px !important;   /* force circle */
  line-height: 1 !important;

  padding: 0 !important;
  margin: 0 !important;

  color: #fff !important;
}

/* keep the FA glyph centered (theme often sets weird line-height/margins) */
#banner.mp-hero .valas-options .option > .icon:before{
  line-height: 1 !important;
  margin: 0 !important;
}

/* Desktop: keep them on one line unless truly forced */
@media screen and (min-width: 737px){
  #banner.mp-hero .valas-options{ flex-wrap: nowrap; }
}

/* Mobile stacking */
@media screen and (max-width: 736px){
  #banner.mp-hero .valas-options{
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25em;
  }
}


/* =========================================================
   VÁLÁS MENETE – steps layout (scoped)
   Uses .step-header: icon next to title (desktop + mobile)
   Restores the diamond + correct icon sizing
   ========================================================= */

/* Grid stays as you already have it */
#valas-menete-steps .features{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5em !important;
  margin: 0 !important;
  width: 100% !important;
}

@media screen and (max-width: 980px){
  #valas-menete-steps .features{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media screen and (max-width: 736px){
  #valas-menete-steps .features{
    grid-template-columns: 1fr;
    gap: 2em !important;
  }
}

#valas-menete-steps .features article{
  width: auto !important;
  margin: 0 !important;
  display: block !important; /* avoid template flex assumptions */
}

/* Header row: icon + title side by side */
#valas-menete-steps .step-header{
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 1.1em; /* more space between title and text */
}

/* Icon box: small, but diamond-enabled */
#valas-menete-steps .step-header .icon{
  position: relative;                /* REQUIRED for the diamond (:after) */
  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  width: 3.6em !important;
  height: 3.6em !important;
  line-height: 3.6em !important;

  margin: 0 !important;
  text-align: center;
}

/* Diamond outline (scoped only to this section) */
#valas-menete-steps .step-header .icon:after{
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);

  border-radius: 0.25rem;
  border: solid 2px rgba(210, 215, 217, 0.75);
  content: '';
  display: block;

  position: absolute;
  left: 50%;
  top: 50%;

  width: 2.8em;
  height: 2.8em;
  margin: -1.4em 0 0 -1.4em;
}

/* Set glyph size */
#valas-menete-steps .step-header .icon:before{
  font-size: 1.45rem !important;
  top: 0 !important;
  line-height: 1 !important;
  margin: 0 !important;
}

/* Keep the H3 tight and aligned */
#valas-menete-steps .step-header h3{
  margin: 0 !important;
}

/* Add breathing room before the button (page-only) */
#valas-menete-steps .actions{
  margin-top: 2.2em !important;
}

/* Prevent last paragraph margin from “colliding” with button spacing */
#valas-menete-steps .content > p:last-of-type{
  margin-bottom: 0 !important;
}

/* Mobile layout refinement (no change needed, but keep for clarity) */
@media screen and (max-width: 736px){
  #valas-menete-steps .step-header{
    gap: 1em;
  }
}

/* HOVER MAGNIFICATION - Only for the “Felkészülés a mediációra” block images */
#valas-menete-felkeszules .posts article .image{
  overflow: hidden;
}

#valas-menete-felkeszules .posts article .image img{
  transition: transform 0.2s ease;
}

#valas-menete-felkeszules .posts article .image:hover img{
  transform: scale(1.075);
}

 /* ==== GREY BACKGROUND FOR BLOCK ==== */
.grey-block {
  background-color: #f4f4f4;
  padding: 2.5em;
  border-left: 4px solid #6db04a;
  height: 100%; }


.add-space-above {                                   /* ==== Utility: Add space above ==== */
  margin-top: 2em; }

.add-more-space-above {                               /* ==== Utility: Add space above ==== */
  margin-top: 4em; }

/* ==== BIG GREEN BULLET LIST ==== */
.green-bullet-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.green-bullet-list li {
  position: relative;
  padding-left: 1.6em;                                /* space for bullet */
  margin: 0 0 0.85em 0;
  line-height: 1.6;
  color: rgba(127,136,143,.95);
  font-size: 1em; }

.green-bullet-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0.05em;
  color: #6db04a;                                   /* your brand green */
  font-size: 1.6em;                                   /* bigger than normal bullet */
  line-height: 1; }

.green-bullet-list--compact {                         /* Compact version – ONLY when explicitly added */
  line-height: 1.45; }                                 /* tighter than default ~1.75 */

.green-bullet-list--compact li {
  margin-bottom: 0.4em; }                             /* reduce vertical spacing */

/* Remove extra space after last item */
.green-bullet-list--compact li:last-child {
  margin-bottom: 0; }

/* =========================
   FAQ (Solid State row/col version)
   ========================= */

/* Make each column stack cards with spacing */
.faq .row > [class*="col-"]{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}

/* Card (CLOSED STATE DEFAULT) */
.faq-item{
  position: relative;
  background: rgba(230,235,237,0.35);   /* light grey when closed */
  border: 1px solid rgba(210,215,217,0.75);
  border-radius: 0.5rem;
  padding: 0.25rem 1rem;
  overflow: hidden;
  transition: background 160ms ease, border-color 160ms ease;
}

/* Hover (closed state) */
.faq-item:hover{
  background: rgba(230,235,237,0.55);
}

/* Left accent bar */
.faq-item::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: transparent;
  transition: background 160ms ease;
}

/* Button row */
.faq-item .faq-q{
  all: unset;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;

  display: flex;
  align-items: flex-start;
  gap: 0.85rem;

  padding: 0.9rem 0;
}

/* Focus state */
.faq-item .faq-q:focus-visible{
  outline: 2px solid rgba(109,176,74,0.35);
  outline-offset: 3px;
  border-radius: 0.35rem;
}

/* Question text */
.faq-item .faq-q-text{
  flex: 1 1 0;
  min-width: 0;

  font-family: inherit;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.5;
  color: #3d4449;

  overflow-wrap: anywhere;
}

/* Icon box */
.faq-item .faq-icon{
  margin-left: auto;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;

  display: block;
  box-sizing: border-box;

  border: 1px solid rgba(210,215,217,0.75);
  border-radius: 6px;
  position: relative;
  background: #fff;
}

/* Chevron (DOWN default) */
.faq-item .faq-icon::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid #9fa3a6;
  border-bottom: 2px solid #9fa3a6;

  transform: translate(-50%, -55%) rotate(45deg);
  transition: transform 160ms ease;
}

/* Answer */
.faq-item .faq-a{
  padding: 0 0 1rem 0;
  color: #7f888f;
}
.faq-item .faq-a p{
  margin: 0;
}

/* =========================
   OPEN STATE
   ========================= */

.faq-item.is-open{
  background: rgba(109,176,74,0.08);   /* soft light green */
  border-color: rgba(109,176,74,0.35);
}

.faq-item.is-open::before{
  background: #6db04a;
}

.faq-item.is-open .faq-icon::before{
  transform: translate(-50%, -45%) rotate(-135deg);
}

.faq-item.is-open .faq-q{
  padding-bottom: 0.6rem;
}

/* =========================
   HERO BREADCRUMBS
   ========================= */

.mp-hero__content .mp-breadcrumbs{
  font-size: 0.85rem;
  line-height: 1.2;
  margin: 0;                /* remove bottom margin */
  padding-top: 0.75em;      /* small space from green line */
  color: #6f6f6f; }

.mp-hero__content .mp-breadcrumbs a{
  color: inherit;
  text-decoration: none;
  border-bottom: 0; }

.mp-hero__content .mp-breadcrumbs a:hover{
  text-decoration: underline; }

.mp-hero__content .mp-breadcrumbs .sep{
  margin: 0 0.35rem;
  opacity: 0.6; }

/* =========================================
   A mediáció folyamata
   ========================================= */

.mp-process{
  background: #f4f4f4;
  padding: 3.5em 3em;
}

.mp-process__grid{
  margin-left: 0 !important;
}

.mp-process__grid > [class*="col-"]{
  padding-left: 0 !important;
}

.mp-process__item{
  display: grid;
  grid-template-columns: 40px 1fr;
  column-gap: 1.25em;
  margin-bottom: 2.5em;
}

.mp-process__item:last-child{
  margin-bottom: 0;
}

.mp-process__icon{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 30px;
  color: #6db04a;
  line-height: 1;
}

.mp-process__content h3{
  margin-bottom: 0.5em;
}

.mp-process__content p{
  margin-bottom: 0.75em;
}

.mp-process__inner{
  padding: 0 6em;
}

@media screen and (max-width: 1680px){ .mp-process__inner{ padding: 0 5em; } }
@media screen and (max-width: 1280px){ .mp-process__inner{ padding: 0 4em; } }
@media screen and (max-width: 736px) { .mp-process__inner{ padding: 0 2em; } }

/* ==== GREY COLUMNS, FIXED HEIGHT ==== */

.mp-pricing-row{                                          /* Equal-height columns for the pricing row */
  align-items: stretch; }                                 /* key: make columns same height */

.mp-pricing-row > [class*="col-"]{                        /* Make each column a flex column so inner card can stretch */
  display: flex;
  flex-direction: column; }

.mp-pricing-row .mp-col-grey{                              /* Make the grey card fill the available height */
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1 1 auto; }

.mp-col-grey{
  background-color: #f2f3f5;
  border-radius: 0.75em;
  padding: 2em;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  color: #505050; }

.mp-col-grey .benefits-list li{
  margin-bottom: 0.75em; }

.mp-col-grey .benefits-list li:last-child{
  margin-bottom: 0; }

.mp-col-grey:hover{
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.08); }

.mp-col-grey__footer{
  margin-top: auto;                                       /* KEY: push to bottom */
  position: relative;
  border-top: 0;
  padding-top: 1.2em; }

.mp-col-grey__footer::before{
  content:"";
  display:block;
  margin-bottom: 0.9em;                                   /* space ABOVE the line */
  border-top: 1px solid rgba(0,0,0,0.06); }              /* the grey line */

.mp-col-grey__footer > :last-child{
  margin-bottom: 0; }

.price-note{
  margin-top: auto; }

.mp-col-grey dl { margin: 0; }
.mp-col-grey dt { margin: 1em 0 0.25em 0; }
.mp-col-grey dt:first-child { margin-top: 0; }
.mp-col-grey dd { margin-left: 0; margin-bottom: 0.25em; }

@media screen and (max-width: 736px){
  .mp-col-grey{
    min-height: unset;
    height: auto;   }
  .mp-col-grey__footer{
    margin-top: 1.5em;
    padding-top: 1.2em;     } }                                /* instead of auto on mobile */

.mp-col-exp p {
  margin-bottom: 1em;
  line-height: 1.65; }

.mp-col-exp strong {                                           /* Make institution names stronger */
  font-weight: 700; }

.mp-col-exp p + p {
  margin-top: 1.5em;
}



/* CONTACT PAGE DATA */

.mp-info-card{                                                 /* Card interior rhythm closer to the old design */
  padding: 2.25em;
}

.mp-info-card a{
  border-bottom: 0 !important;                                 /* kill dotted underline */
  text-decoration: none !important;                            /* also kill any UA underline */
  color: inherit;  }                                           /* default: behave like text */


.mp-info-card a:hover,
.mp-info-card a:focus{
  color: #6db04a !important;
  background-color: rgba(109,176,74,0.12);
  border-radius: 0.2em;
  padding: 0.08em 0.18em; }


.mp-info-item{                                                  /* Remove the grid layout */
  display: block; }

.mp-info-item + .mp-info-item{
  margin-top: 2.2em; }

/* Heading with inline icon */
.mp-info-text h3{
  display: flex;
  align-items: center;
  gap: 0.6em;
  margin: 0 0 0.6em 0;
  font-size: 1.25em; }

/* Inline icon should be just the glyph */
.mp-info-icon{
  background: none !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transform: translateY(1px); }

.mp-info-icon:before{
  color: #6db04a !important;
  font-size: 1.05rem;
  line-height: 1; }

.mp-info-text h3{                                              /* Tighten headings and value spacing */
  margin: 0 0 0.55em 0;
  font-size: 1.25em;
  align-items: baseline; }

.mp-info-text p{
  margin: 0; }

.mp-info-note{
  color: rgba(127,136,143,.85);
  font-size: 0.95em; }

.mp-hours{                                                    /* Hours with dotted leader like the old one */
  margin-top: 0.2em;
}

.mp-hours-row{
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.75em;
  align-items: baseline;
  margin: 0.35em 0; }

.mp-hours-row .dots{
  border-bottom: 2px dotted rgba(127,136,143,.35);
  transform: translateY(-2px); }

.mp-info-card .mp-info-item + .mp-info-item{
  margin-top: 1.8em;                                         /* space above second block */
  padding-top: 1.6em;                                        /* space between text and line */
  border-top: 1px solid rgba(0,0,0,0.08);                  /* thin subtle divider */
}

.mp-kv{
  font-size: inherit;
  line-height: 1.4;  }                                        /* tighter than global body */


.mp-kv > div{
  margin-bottom: 0.55em;   }                                 /* controlled spacing between rows */


.mp-kv > div:last-child{
  margin-bottom: 0; }

.mp-kv strong{
  font-weight: 600; }


/* Keep cards comfortable on mobile */
@media (max-width: 736px){
  .mp-info-card{ padding: 1.75em; }
  .mp-info-item{ grid-template-columns: 40px 1fr; }
  .mp-info-icon{ width: 40px; height: 40px; }
  .mp-pricing-row > [class*="col-"]{ margin-bottom: 1.75em;   }
  .mp-pricing-row > [class*="col-"]:last-child{ margin-bottom: 0;  } }

@media screen and (max-width: 981px){
  .mp-pricing-row .benefits-list-grey,
  .mp-pricing-row .mp-col-grey{
    margin-bottom: 1.5em;   }

  .mp-pricing-row > [class*="col-"]:last-child .benefits-list-grey,
  .mp-pricing-row > [class*="col-"]:last-child .mp-col-grey{
    margin-bottom: 0;   } }

/* ==== LAW LIST – CLEAN (NO HTML CHANGES) ==== */
.law-list{
  counter-reset: law-counter;
  list-style: none;
  margin: 0 0 2em 0;
  padding-left: 2em; }                   /* overall block indent */

.law-list > li{                         /* each (1), (2), (3) item */
  counter-increment: law-counter;
  position: relative;
  margin: 0;                            /* keep lines tight inside the item */
  line-height: 1.5;
  padding-left: 2.2em; }                 /* text starts after marker column */

/* space ONLY above new numbers */
.law-list > li + li{
  margin-top: 1.2em; }

/* (1), (2), (3) marker */
.law-list > li::before{
  content: "(" counter(law-counter) ")";
  position: absolute;
  left: 0;
  top: 0;                               /* align to first line */
  width: 2em;                           /* fixed marker column */
  text-align: left;

  color: #6db04a;
  font-weight: 600;
  line-height: 1.5; }                    /* match li line-height */

/* ==== SUBLIST ==== */
.law-sublist{
  counter-reset: law-subcounter;
  list-style: none;
  margin: 0.5em 0 0 0;                 /* small gap under (1) line */
  padding-left: 2em;  }                 /* indent subpoints further RIGHT */

/* a), b) item */
.law-sublist > li{
  counter-increment: law-subcounter;
  position: relative;
  margin: 0;                            /* keep a) and b) tight */
  line-height: 1.5;
  padding-left: 2em;  }                  /* text starts after a) column */

/* extra spacing BETWEEN a) and b) */
.law-sublist > li + li{
	margin-top: 0.45em;  }           /* increase/decrease to taste */

/* a), b) marker */
.law-sublist > li::before{
  content: counter(law-subcounter, lower-alpha) ")";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.8em;
  text-align: left;
  color: #6db04a;
  font-weight: 600;
  line-height: 1.5;}

.law-sublist > li.no-number{
  counter-increment: none;   /* do NOT advance a), b), c) */
  padding-left: 0; }          /* align text with sublist content (no marker column) */

.law-sublist > li.no-number::before{
  content: none; }            /* hide a), b) marker */
  
.law-list > li.no-number{
  counter-increment: none;   /* do NOT advance (1), (2), (3) */
  padding-left: 2.2em; }          /* remove marker column spacing */

.law-list > li.no-number::before{
  content: none; }            /* hide (1) marker */

.font-grey {
  color: #7f888f; }                   /* Changes any font color to grey */

span[id] {
	scroll-margin-top: 10rem; }           /* Fix internal deep link scrolling issue */

/* END */
