body {
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

body.mfp-active {
  overflow: hidden;
}

body.menu-open {
  overflow: visible;
  height: auto;
}

body.menu-open .menu-overlay {
  display: none;
}

@media(max-width: 768px) {
  body.menu-open {
      overflow: hidden;
      height: 100vh;
  }
  .menu-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.4);
      z-index: 10;
      display: none;
  }
  body.menu-open .menu-overlay {
      display: block;
  }
}


* {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

::-moz-selection {
  background-color: #000000;
  color: #ffffff;
}

::selection {
  background-color: #000000;
  color: #ffffff;
}

section,
nav,
header,
footer,
article,
form {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

/* HEADER */

.spacer_TOP {
  height: 80px;
}

.toppp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(100%, 1250px);
}

.topbar {
  width: 100%;
  height: 45px;
  position: absolute;
  top: 0px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 1);
  z-index: 800;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform:translateY(-20px)
    }

    to {
        opacity: 1;
        transform:translateY(0)
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@media(max-width: 768px) {
  .animated {
          animation: none !important;
          animation-duration: 0s !important;
          animation-fill-mode: none !important;
  }
}


h1 {
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #ff8b0a;
}


h2 {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #333333;
}

h2.white {
  color: #ffffff;
}

/* HEADER */

header {
  width: 100%;
  background: #222222;
  _box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0px;
  z-index: 1000;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

header.menu-fixed {
  top: 0px;
  position: fixed;
}

header .header-container {
  width: min(100%, 1250px);
  margin: 0 auto;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

header .logo {
  font-size: 1px;
  line-height: 0px;
}

header .logo img {
  height: 60px;
}

nav {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  font-size: 0.8rem;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  height: 80px;
    display: flex;
    align-items: center;
}

nav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

nav > ul > li {
  position: relative;
  margin-left: 20px;
}

nav > ul > li > a {
  text-decoration: none;
  color: #ffffff;
}

nav > ul > li > a:hover {
  text-decoration: none;
  color: #333333;
}

nav > ul > li:hover a {
  text-decoration: none;
  color: #333333;
}

nav .text {
  text-align: right;
  margin-bottom: 5px;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  cursor: pointer;
  z-index: 1100;
}

.hamburger span {
  width: 40px;
  height: 5px;
  background-color: #ffffff;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger.open span:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}






  nav > ul > li > div {
    padding-top: 10px;
    display: block;
    position: absolute;
    left: -9999px;
    min-width: 200px;
  }

  nav > ul > li > div > ul {
    display: block;
    background-color: #333333;
    _border-radius: 16px;
    padding: 10px;
  }

  nav > ul > li > div > ul {
    text-align: left;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  font-size: 0.8rem;
  line-height: 1.2;
  text-transform: uppercase;
  }

  nav > ul > li > div > ul > li {
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
  }

  nav > ul > li > div > ul > li:last-child {
    margin-bottom: 15px;
  }

  nav > ul > li:hover > div {
    left: -10px;
  }

  nav > ul > li > div > ul > li a {
    text-decoration: none;
    color: #ffffff !important;
  }

  nav > ul > li > div > ul > li a:hover {
    text-decoration: none;
    color: #ff8b0a !important;
  }

  nav > ul > li > div > ul > li:hover a {
    text-decoration: none;
    color: #ff8b0a !important;
  }

  nav > ul > li:hover a {
    text-decoration: none;
    color: #ffffff !important;
  }

  nav > ul > li > a:hover {
    text-decoration: none;
    color: #333333 !important;
  }



@media(max-width: 1250px) {

  header .header-container {
    padding: 0 20px;
  }

}

@media(max-width: 768px) {

  nav {
    position: fixed;
    top: 0;
    right: -430px;
    height: 100vh;
    width: 400px;
    background: #ff8b0a;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
    padding-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
    flex-direction: column;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    text-align: left;
  }

  nav.active {
    right: 0;
  }

  nav > ul {
    flex-direction: column;
    padding-left: 0px;
    margin-bottom: 200px;
  }

  nav > ul > li {
    margin: 20px 0 0 0;
  }

  .hamburger {
    display: block;
  }

  nav .text {
    text-align: left;
  }





  nav > ul > li > div {
    position: initial;
  }

  nav > ul > li > div > ul {
    background: none;
    padding: 0px;
  }

  nav > ul > li > div > ul {
  }

  nav > ul > li > div > ul > li {
    text-align: left;
    margin-left: 20px;
    margin-right: 0px;
    margin-top: 10px;
  }

  nav > ul > li > div > ul > li:last-child {
    margin-bottom: 0px;
  }

  nav > ul > li > div > ul > li a {
    color: #ffffff !important;
  }

  nav > ul > li > div > ul > li a:hover {
    color: #333333 !important;
  }

  nav > ul > li > div > ul > li:hover a {
    color: #333333 !important;
  }

}



nav:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100vw;          /* kifut teljes képernyő szélességre */
    background: #ff8b0a;
    z-index: -1;           /* menü mögé tesszük */
}

@media(max-width: 768px) {

    nav:before {
      content: unset;
    }
}


.line-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.line {
    width: 4px;            /* vonal vastagsága */
    height: 60px;         /* vonal magassága */
    background: #ff8b0a;   /* vonal színe */
}

.circle {
    width: 20px;           /* kör mérete */
    height: 20px;
    border: 4px solid #ff8b0a;  /* kör színe */
    border-radius: 50%;
    background: transparent;    /* középen üres */
}


/* SPLASH */

.splashSection {
  width: 100%;
  height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
}

.splash {
  width: 100%;
  height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background-color: #1d1d1d;
  border-right: 60px solid #ff8b0a;
}

.splash video {
  width: 100%;
  height: 100%;
  object-fit: cover;      /* kitölti a divet, megőrzi az arányt */
  object-position: center; /* középre igazítja a videót */
  opacity: 0.2;
}

.__splash {
  width: 100%;
  height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.splashImage {
  width: 100%;
  height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
}

.splashContent {
  width: 100%;
  height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  position: absolute;
  top: 0px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (max-width: 768px) {
  .splashContent {
    justify-content: flex-end;
    padding-top: 0px;
    padding-bottom: 250px;
  }
}

.splashTextContent {
  width: min(100%, 1250px);
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .splashTextContent {
    width: 80%;
  }
}

.splashText {
  margin: 0;
  padding: 0;
  width: 40%;
  text-align: left;
}

.splashText1 {
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.2;
}

.splashText2 {
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-style: normal;
  color: #777777;
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.2;
  width: 80%;
}

.splashLine {
  width: 200px;
  height: 10px;
  background-color: #ff8a0a;
  text-align: left;
  display: inline-block;
}

.splashLogo {
  font-size: 1px;
  line-height: 0px;
}

.splashLogo img {
  width: 300px;
}

@media (max-width: 768px) {
  .splash {
    border-right: none;
  }

  .splashImage {
    opacity: 0.2;
    background-position: 90% 100%;
  }

  .splashText {
    width: 100%;
    text-align: center;
  }

  .splashText1 {
    font-size: 1.5rem;
    line-height: 1.1;
    text-align: center;
  }

  .splashText2 {
    font-size: 1.1rem;
    line-height: 1.2;
    text-align: center;
    width: 100%;
  }

  .splashLine {
    width: 200px;
    height: 10px;
    background-color: #ff8a0a;
    text-align: center;
  }
}

/* FOOTER */

.footer {
  width: min(100%, 1250px);
  padding: 0px 20px 0px 20px;
}

@media (min-width: 1250px) {
  .footer  {
    padding: 0px 0px 0px 0px;
  }
}

.footer a {
  color: #ffffff;
}

.footer a:hover {
  color: #ff8b0a;
}

.footerMenuSection {
  display: grid;
  justify-items: left;
  grid-template-columns: 40% 30% 30%;
  grid-auto-rows: 1fr;
  grid-gap: 0px;
}

@media (max-width: 1000px) {
  .footerMenuSection {
    display: grid;
    justify-items: left;
    grid-template-columns: 50% 50%;
    grid-auto-rows: auto;
    grid-row-gap: 20px;
  }

  .footerMenuSection .footerColumn:nth-child(1) {
    grid-column: 1 / 3;
  }
}

@media (max-width: 800px) {
  .footerMenuSection {
    display: grid;
    justify-items: left;
    grid-template-columns: 100%;
    grid-auto-rows: auto;
    grid-row-gap: 20px;
  }

  .footerMenuSection .footerColumn:nth-child(1) {
    grid-column: 1;
  }
}

.footerColumn {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #8d9091;
  font-size: 1.0rem;
  line-height: 1.2;
  text-align: left;
  width: 100%;
}

.footerMenu {
  line-height: 2.5;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.footerTitle {
  margin-bottom: 20px;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: left;
}

.footerLogo .logo {
  margin-bottom: 20px;
  font-size: 0;
  line-height: 0;
}

.footerLogo .logo img {
  width: 80px;
  _filter: brightness(1000%);
}

.footerCardTitle {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #ffffff;
}

.footerCardHolder {
  display: flex;
  justify-items: left;
  grid-gap: 20px;
}

.footerCardImage {
  font-size: 0;
  line-height: 0;
}

.footerCardImage img {
  height: 40px;
}

.footerLine {
  margin: 50px 0px 50px 0px;
  width: 100%;
  height: 1px;
  font-size: 0;
  line-height: 0;
  background-color: #8d9091;
}

.footerLegal {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 1.0rem;
  line-height: 1.2;
  text-align: left;
}

@media (max-width: 800px) {
  .footerLegal span {
    display: block;
  }
}

.chaincodeContent {
  display: table;
  width: 100%;
  border: 1px solid #2d2d2d;
  overflow-x: auto;
  margin-top: 10px;
}

.chaincodeBody {
  display: table-row-group;
}

.chaincodeRow {
  display: table-row;
}

.chaincodeCell {
  display: table-cell;
  min-width: 80px;
  max-width: 120px;
  padding: 3px 10px 3px 10px;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 0.6rem;
  line-height: 1.6;
  text-align: left;
  border: 1px solid #2d2d2d;
}

.chaincodeHeadline {
  font-weight: 700;
  background-color: #2d2d2d;
}

.chaincodeTitle {
  font-weight: 700;
  text-align: left;
}

/* PARTNER LOGO */

.footerPartnerSection {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}

.footerPartnerContent {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column nowrap;
}

.footerPartnerContent:nth-child(3),
.footerPartnerContent:nth-child(4) {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .footerPartnerContent {
    width: 20%;
  }
  .footerPartnerContent:nth-child(3),
  .footerPartnerContent:nth-child(4) {
    margin-top: 0px;
  }
}

.footerPartnerImage {
  font-size: 0;
  line-height: 0;
}

.footerPartnerImage img {
  width: 40%;
}

.footerContactTitle {
  margin: 20px 0px 0px 0px;
  padding: 0;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: left;
}

/* MAP */

#map {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 440px;
}

#map iframe {
  height: 440px;
}

/* LAYOUT */

.layout {
  padding: 50px 0px 50px 0px;
  width: 100%;
}

.no-paddig-top {
  padding-top: 0px;
}

.no-paddig-bottom {
  padding-bottom: 0px;
}

.bg1 {
  background-color: #ffffff;
}

.bg2 {
  background-color: #121212;
}

.bg3 {
  background-color: rgba(23, 23, 23, 1);
}

.bg4 {
  background-color: #eae3d9;
}

.bgScroll {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.bgPattern1 {
  background: linear-gradient(rgba(10, 10, 10, 0.95), rgba(60, 60, 60, 0.95)), url(/images/pattern.svg);
  background-size: auto, 140px 140px;
  background-repeat: repeat;
  background-attachment: fixed;
}

.bgPattern2 {
  background: linear-gradient(rgba(249, 240, 211, 0.95), rgba(249, 240, 211, 0.98)), url(/images/pattern.svg);
  background-size: auto, 140px 140px;
  background-repeat: repeat;
  background-attachment: fixed;
}

/* CONTENT */

.content {
  width: min(100%, 1250px);
  padding: 0px 20px 0px 20px;
}

@media (min-width: 1250px) {
  .content  {
    padding: 0px 0px 0px 0px;
  }
}

.contentColumn {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
  align-items: center;
}

@media (min-width: 768px) {
  .contentColumn {
    grid-template-columns: repeat(2, 1fr);
  }
}

.contentTop {
  align-items: flex-start;
}

@media (max-width: 768px) {
  .contentColumn .contentInfo {
    display: grid;
    order: 1;
  }
}

.contentForm {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .contentForm {
    grid-gap: 50px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.contentFormSmallInput {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 100%;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .contentFormSmallInput {
    grid-gap: 0px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.contentFlex {
  display: flex;
  grid-gap: 50px;
  flex-flow: row wrap;
  justify-content: center;
}


.contentFlex_b {
  display: flex;
  grid-gap: 0px;
  flex-flow: row wrap;
  justify-content: center;
}

.flexColumn1 {
  width: calc(33% - 33px);
}

.flexColumn1_b {
  width: calc(33%);
}

@media (max-width: 768px) {
  .flexColumn1 {
    width: 100%;
  }
  .flexColumn1_b {
    width: 100%;
  }
}

.flexColumn2 {
  width: 500px;
}


.flexColumn2_b {
  width: 50%;
}

@media (max-width: 768px) {
  .flexColumn2 {
    width: 100%;
  }
.flexColumn2_b {
  width: 100%;
}
}

.flexImage {
  font-size: 0;
  line-height: 0;
}

.flexImage img {
  _padding: 5px 5px 5px 5px;
  _border: 3px solid #cccccc;
  width: 100%;
  transition: all 0.4s;
  border-radius: 16px;
}

.flexImage img:hover {
  _padding: 5px 5px 5px 5px;
  _border: 3px solid #8d9091;
  width: 100%;
  transform: scale(1.04);
}

.contentImage {
  font-size: 0;
  line-height: 0;
}

.contentImage img {
  width: 100%;
}

.contentImageSlide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.contentImageAnimation {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  min-height: 500px;
}

@media (max-width: 768px) {
  .contentImageAnimation {
    min-height: 250px;
  }
}

.contentScroll {
  width: min(100%, 1250px);
  padding: 150px 0px 150px 0px;
  display: grid;
  grid-template-columns: 100%;
}

@media (max-width: 1250px) {
  .contentScroll  {
    padding: 70px 20px 70px 20px;
  }
}

.scrollLeft {
  display: flex;
  justify-content: start;
}

.scrollRight {
  display: flex;
  justify-content: end;
}

.contentText {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-style: normal;
}

.contentText a {
  color: #ff8b0a;
}

.contentText a:hover {
  color: #8d9091;
}

.contentText ul {
  margin: 0;
  padding: 20px 0px 0px 20px;
  list-style: square outside;
}

.size1 {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Noto Serif", serif;
}

.size2 {
  font-size: 1.8rem;
  line-height: 1.2;
}

.size3 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.size3_a {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Noto Serif", serif;
}

@media (max-width: 768px) {
  .size1 {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .size2 {
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .size3 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

.size4 {
  font-size: 1.2rem;
  line-height: 1.2;
}

.size5 {
  font-size: 1.1rem;
  line-height: 1.2;
}

.size6 {
  font-size: 0.8rem;
  line-height: 1.2;
}

.color1 {
  color: #ffffff;
}

.color2 {
  color: #777777;
}

.color3 {
  color: #000000;
}

.color4 {
  color: #666666;
}

.color5 {
  color: #ff8b0a;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

@media (max-width: 768px) {
  .contentInfo .right {
    text-align: left;
  }
}

.colspan {
  grid-column: 1 / 3;
}

@media (max-width: 768px) {
  .colspan {
    grid-column: 1;
  }
}

.w40 {
  width: 40%;
}

.w60 {
  width: 60%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

@media (max-width: 1250px) {
  .w40,
  .w60,
  .w90  {
    width: 100%;
  }
}

.space10 {
  margin-bottom: 10px;
}

.space20 {
  margin-bottom: 20px;
}

.space30 {
  margin-bottom: 30px;
}

.space50 {
  margin-bottom: 50px;
}

.headerSpace {
  padding-top: 130px;
}

.heightFix1 {
  height: 130px;
}

@media (max-width: 768px) {
  .heightFix1 {
    height: auto;
  }
}

.heightFix2 {
  height: 80px;
}

@media (max-width: 768px) {
  .heightFix2 {
    height: auto;
  }
}

.heightFix3 {
  height: 80px;
}

@media (max-width: 768px) {
  .heightFix2 {
    height: auto;
  }
}

/* ICON */

.contentIcon {
  margin: 0;
  display: grid;
  grid-gap: 50px;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .contentIcon {
    grid-gap: 20px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

.contentIconRow {
  margin: 0;
  display: grid;
  grid-gap: 0px;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .contentIconRow {
    grid-gap: 40px;
    grid-template-columns: calc(30% - 20px) calc(70% - 20px);
    grid-template-rows: 1fr;
  }

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

}

@media (max-width: 768px) {
  .blankIcon {
    display: none;
  }
}

.imageIcon {
  font-size: 0;
  line-height: 0;
}

.imageIcon img {
  width: 50%;
}

@media (max-width: 768px) {
  .imageIcon img {
    width: 100%;
  }
}

/* CHECKLIST */

.contentChecklist {
  margin: 0;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  align-items: flex-start;
}

@media (max-width: 1000px) {
  .contentChecklist {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}

@media (max-width: 768px) {
  .contentChecklist {
    grid-gap: 20px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

.contentChecklistRow {
  margin: 0;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 18px auto;
  align-items: flex-start;
}

.imageChecklist {
  font-size: 0;
  line-height: 0;
}

.imageChecklist img {
  width: 18px;
}

/* BUTTON */

.buttonHeader {
  margin: 0;
  padding: 15px 40px 15px 40px;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  background-color: #ff8b0a;
  display: inline-block;
}

.buttonHeader:hover {
  background-color: #a63734;
  color: #ffffff;
}

.buttonSplashContent {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 300px 300px;
  grid-template-rows: 1fr;
  align-items: flex-start;
  justify-content: center;
}

@media (max-width: 768px) {
  .buttonSplashContent {
    grid-gap: 0px;
    grid-template-columns: 300px;
  }
}

.buttonSplash {
  margin: 20px 0px 0px 0px;
  padding: 20px 80px 20px 80px;
font-weight: 400;
font-family: "Noto Serif", serif;
  font-style: normal;
  color: #333333;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  background-color: #ffffff;
  display: inline-block;
  min-width: 250px;
  border-radius: 16px;
}

.buttonSplash:hover {
  background-color: #ededec;
  color: #333333;
}

@media (max-width: 768px) {
  .buttonSplash {
    padding: 15px 40px 15px 40px;
    font-size: 1.5rem;
    line-height: 1;
    min-width: 230px;
  }
}

.buttonInline {
  margin: 20px 0px 0px 0px;
  padding: 15px 60px 15px 60px;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #333333 !important;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  background-color: #8d9091;
  display: inline-block;
}

.buttonInline:hover {
  background-color: #ffffff;
  color: #333333 !important;
}

@media (max-width: 768px) {
  .buttonInline {
    padding: 15px 40px 15px 40px;
    font-size: 1.5rem;
    line-height: 1;
    min-width: 230px;
  }
}

.buttonColor1 {
  margin: 0;
  padding: 15px 60px 15px 60px;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  font-size: 1.0rem;
  line-height: 1;
  text-align: center;
  background-color: #8d9091;
  display: inline-block;
}

.buttonColor1:hover {
  background-color: #ffffff;
  color: #333333;
}

.buttonColor2 {
  margin: 0;
  padding: 15px 60px 15px 60px;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  font-size: 1.0rem;
  line-height: 1;
  text-align: center;
  background-color: #8d9091;
  display: inline-block;
}

.buttonColor2:hover {
  background-color: #ffffff;
  color: #333333;
}

.buttonForm {
  margin: 0;
  padding: 15px 80px 15px 80px;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff !important;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  background-color: #ff8b0a;
  display: inline-block;
}

.buttonForm:hover {
  background-color: #333333;
  color: #ffffff !important;
}

/* TABLE */

.table {
  display: table;
  width: 100%;
  border: 8px solid #b5ada3;
  overflow-x: auto;
}

@media (max-width: 768px) {
  .table {
    display: table;
    width: 100%;
    border: 4px solid #b5ada3;
    overflow-x: auto;
  }
}

.tableBody {
  display: table-row-group;
}

.tableRow {
  display: table-row;
}

.tableCell {
  display: table-cell;
  min-width: 80px;
  max-width: 120px;
  padding: 3px 10px 3px 10px;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #374047;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  border: 1px solid #b5ada3;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .tableCell {
    min-width: 50px;
    max-width: 100px;
    padding: 3px 3px 3px 3px;
    font-size: 0.7rem;
    line-height: 1.6;
  }

  .tableRow .tableCell:nth-child(2) {
    max-width: 50px;
  }
}

.tableHeadline {
  font-weight: 700;
  background-color: #f8f6f2;
}

.tableTitle {
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}

.tableImage {
  font-size: 0;
  line-height: 0;
}

.tableImage img {
  width: 100%;
}

@media (max-width: 768px) {
  .tableImage img {
    width: 80%;
  }
}

.tableSize1 {
  display: none;
}

.tableSize2 {
  display: none;
}

@media (min-width: 768px) {
  .tableSize1 {
    display: none;
  }
  .tableSize2 {
    display: table;
  }
  .tableSize3 {
    display: none;
  }
}

@media (min-width: 1000px) {
  .tableSize1 {
    display: table;
  }
  .tableSize2 {
    display: none;
  }
  .tableSize3 {
    display: none;
  }
}

/* GALLERY SLIDER */

.gallerySlider {
  width: 100%;
  position: relative;
  font-size: 0;
  line-height: 0;
}

.gallerySliderContent {
  width: 100%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.sliderImage {
  width: 100%;
  height: 200px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.galleryLink {
  display: none;
}

/* GALLERY */

.galleryMenu {
  margin: 0px 20px 50px 20px;
  padding: 0;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  grid-gap: 25px;
}

.galleryMenu div {
  display: inline;
  cursor: pointer;
}

.galleryMenu div:hover {
  cursor: pointer;
  color: #8d9091;
}

.gallerySection {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(2, calc(50% - 10px));
  grid-gap: 20px;
}

@media (min-width: 768px) {
  .gallerySection {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(4, calc(25% - 20px));
    grid-gap: 20px;
  }
}

.galleryImage:before {
  content: '';
  display: inline-block;
  padding-bottom: calc(100%/calc(16/9));
}

.galleryImage {
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transition: all .3s;
  box-shadow: inset 0 0 0 3px #8d9091, inset 0 0 0 6px white;
}

.galleryImage:hover {
  transform: scale(1.3);
  box-shadow: inset 0 0 0 3px #19140f, inset 0 0 0 6px white;
  z-index: 1;
}

@media (max-width: 768px) {
  .galleryImage:hover {
    transform: scale(1.0);
    box-shadow: inset 0 0 0 3px #8d9091, inset 0 0 0 6px white;
  }
}

.galleryHide {
  display: none;
}

/* FORM */

.inputText {
  margin: 0;
  padding: 10px 10px 10px 10px;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #374047;
  font-size: 1rem;
  line-height: 1.2;
  text-align: left;
  border: 1px solid #b5ada3;
  background-color: #ffffff;
  width: 100%;
  height: 3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.inputTextarea {
  margin: 0;
  padding: 10px 10px 10px 10px;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #374047;
  font-size: 1rem;
  line-height: 1.2;
  text-align: left;
  border: 1px solid #b5ada3;
  background-color: #ffffff;
  width: 100%;
  height: 8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.inputArrow {
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23374047' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: 50%;
}

.checkboxGroup {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 0;
  line-height: 0;
  float: left;
}

.checkboxGroup:last-child {
  margin-left: 30px;
}

.checkbox {
  display: none;
}

.checkboxText {
  margin: 10px 0px 0px 0px;
  padding: 0;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #374047;
  font-size: 1rem;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .checkboxText  {
    margin: 0px 0px 0px 0px;
  }
}

.checkboxText span {
  margin: 0px 10px 0px 0px;
  padding: 0;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  color: #555555;
  font-size: 1.5rem;
  line-height: 1;
}

.checkboxText span:before {
  content: '\e835';
}

.checkboxGroup :checked + .checkboxText {
  color: #374047;
}

.checkboxGroup :checked + .checkboxText span:before {
  color: #374047;
  content: '\e834';
}

.inputExtra {
  display: none;
}

.formError {
  display: block;
  color: #ff8b0a;
}

.splashArrow {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  margin-left:-20px;
  width: 40px;
  height: 40px;
  z-index: 500;

  /**
   * Dark Arrow Down
   */
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI1MTIiIGlkPSJzdmcyIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzIGlkPSJkZWZzNCIvPjxnIGlkPSJsYXllcjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTU0MC4zNjIyKSI+PHBhdGggZD0ibSAxMjcuNDA2MjUsNjU3Ljc4MTI1IGMgLTQuOTg1MywwLjA3ODQgLTkuOTEwNzcsMi4xNjMwOCAtMTMuNDM3NSw1LjY4NzUgbCAtNTUsNTUgYyAtMy42MDA1NjUsMy41OTkyNyAtNS42OTY4ODMsOC42NTg5NSAtNS42OTY4ODMsMTMuNzUgMCw1LjA5MTA1IDIuMDk2MzE4LDEwLjE1MDczIDUuNjk2ODgzLDEzLjc1IEwgMjQyLjI1LDkyOS4yNSBjIDMuNTk5MjcsMy42MDA1NiA4LjY1ODk1LDUuNjk2ODggMTMuNzUsNS42OTY4OCA1LjA5MTA1LDAgMTAuMTUwNzMsLTIuMDk2MzIgMTMuNzUsLTUuNjk2ODggTCA0NTMuMDMxMjUsNzQ1Ljk2ODc1IGMgMy42MDA1NiwtMy41OTkyNyA1LjY5Njg4LC04LjY1ODk1IDUuNjk2ODgsLTEzLjc1IDAsLTUuMDkxMDUgLTIuMDk2MzIsLTEwLjE1MDczIC01LjY5Njg4LC0xMy43NSBsIC01NSwtNTUgYyAtMy41OTgxNSwtMy41OTEyNyAtOC42NTA2OCwtNS42ODEyNyAtMTMuNzM0MzgsLTUuNjgxMjcgLTUuMDgzNjksMCAtMTAuMTM2MjIsMi4wOSAtMTMuNzM0MzcsNS42ODEyNyBMIDI1Niw3NzguMDMxMjUgMTQxLjQzNzUsNjYzLjQ2ODc1IGMgLTMuNjY2NzgsLTMuNjY0MjMgLTguODQ4MDEsLTUuNzY0NDIgLTE0LjAzMTI1LC01LjY4NzUgeiIgaWQ9InBhdGgzNzY2LTEiIHN0eWxlPSJmb250LXNpemU6bWVkaXVtO2ZvbnQtc3R5bGU6bm9ybWFsO2ZvbnQtdmFyaWFudDpub3JtYWw7Zm9udC13ZWlnaHQ6bm9ybWFsO2ZvbnQtc3RyZXRjaDpub3JtYWw7dGV4dC1pbmRlbnQ6MDt0ZXh0LWFsaWduOnN0YXJ0O3RleHQtZGVjb3JhdGlvbjpub25lO2xpbmUtaGVpZ2h0Om5vcm1hbDtsZXR0ZXItc3BhY2luZzpub3JtYWw7d29yZC1zcGFjaW5nOm5vcm1hbDt0ZXh0LXRyYW5zZm9ybTpub25lO2RpcmVjdGlvbjpsdHI7YmxvY2stcHJvZ3Jlc3Npb246dGI7d3JpdGluZy1tb2RlOmxyLXRiO3RleHQtYW5jaG9yOnN0YXJ0O2Jhc2VsaW5lLXNoaWZ0OmJhc2VsaW5lO2NvbG9yOiNmZmZmZmY7ZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDozOC44ODAwMDEwNzttYXJrZXI6bm9uZTt2aXNpYmlsaXR5OnZpc2libGU7ZGlzcGxheTppbmxpbmU7b3ZlcmZsb3c6dmlzaWJsZTtlbmFibGUtYmFja2dyb3VuZDphY2N1bXVsYXRlO2ZvbnQtZmFtaWx5OlNhbnM7LWlua3NjYXBlLWZvbnQtc3BlY2lmaWNhdGlvbjpTYW5zIi8+PC9nPjwvc3ZnPg==");
  background-size: contain;
}

@media (max-width: 768px) {
  .splashArrow  {
    bottom: 100px;
  }
}

.arrowBounce {
  animation: splashBounce 2s infinite;
}

@keyframes splashBounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}


















.table-wrapper {
    overflow-x: auto;
    margin-bottom: 30px;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    font-family: "Noto Serif", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8rem;
    line-height: 1.4;
    color: #333333;
  }

  th, td {
    padding: 12px 15px;
    border-bottom: 1px solid #999999;
    text-align: left;
    vertical-align: top;
  }

  th {
    color: #000000;
  }

  @media(max-width: 768px){

    table thead {
      display: none;
    }

    table {
      background-color: transparent;
    }

    table tr {
      display: block;
      margin-bottom: 15px;
      background: #ffffff;
      padding: 10px;
      border: 0px solid #000000;
    }

    table td {
    display: flex;
    _flex-direction: column;       /* <div>-ek egymás alatt */
    justify-content: flex-start;  /* ne húzza szét, marad egymás alatt */
    padding: 8px 10px;
    border: none;
    border-bottom: 1px solid #000000;
    flex-wrap: wrap;
    flex-direction: column;
    }

  /* Ha csak egy gyerek van a td-ben, ne legyen column */
  table td.xx {
    flex-direction: row;
    justify-content: space-between;
  }


    table td::before {
      content: attr(data-label);
      font-weight: bold;
      margin-bottom: 4px;
    }

  table td > div {
    margin-bottom: 2px;           /* kis távolság a div-ek között */
  }

    table td:last-child {
      border-bottom: 0;
    }

  }

  .archor {
    scroll-margin-top: 79px;
  }


a.inline-link {
  text-decoration: none;
  color: #222222;
}

a.inline-link:hover {
  text-decoration: none;
  color: #222222;
}