* {
  margin: 0;
  padding: 0;
   scrollbar-color: white;
}

body{
  overflow-x: hidden;
}

body: :-webkit-scrollbar {
  display: none;
}

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

:root {
  --primary-color: black;
  --accent-color: rgb(255, 0, 180);
  --background-color: #83c6a9;
  --background-color-hover: #d2eebb8e;
  --padding: 20px;
  --grid-row-gap: 32px;
  --grid-column-gap: 32px;
}

::-moz-selection {
  color: transparent;
  text-shadow: 0px 0px 4px var(--background-color);
}

::selection {
  color: transparent;
  text-shadow: 0px 0px 4px var(--background-color);
}

::-moz-selection {
  filter: blur(2px);
}


.main-gallery {
  display: -ms-grid;
  display: grid;
  position: relative;
  min-height: auto;
  width: 100%;
  padding: 0;
  margin: 0;
}

.newlogo_black {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  width: auto;
  overflow: hidden;
  justify-self: start;
}

.newlogo_green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  width: auto;
  overflow: hidden;
  justify-self: start;
}

h1 {
  font-family: "Lineatura_Bold";
  color: var(--primary-color);
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 1px;
  font-weight: 800;
  letter-spacing: 0px;
}

h2 {
  font-family: "Lineatura_Bold";
  color: var(--primary-color);
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0px;
  font-weight: 600;
}

h3 {
  font-family: "Lineatura_Bold";
  color: var(--primary-color);
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  font-weight: 600;
}

.h35 {
  font-family: "Lineatura_Bold";
  color: var(--primary-color);
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
  font-weight: 600;
}

h4 {
  font-family: "Lineatura_Bold";
  color: var(--primary-color);
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 600;
}

p {
  color: var(--primary-color);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 400;
}

a {
  color: var(--primary-color);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 500;
  height: auto;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.logotipia {
  color: var(--primary-color);
  font-family: "Lineatura_Bold";
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

img {
  max-width: 100%;
  max-height: auto;
}

/* -------------------------------------- BODY -------------------------------------- */
html {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  scroll-behavior: smooth;
}

body {
  position: relative;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -ms-grid-rows: auto 1fr auto;
      grid-template-rows: auto 1fr auto;
  padding: 0px;
  margin: 0px;
  background: white;
  color: var(--primary-color);
  font-family: "Inter", sans-serif;
  max-width: 100vw;
  width: 100vw;
  min-height: 100vh;
}

/* -------------------------------------- NAV -------------------------------------- */
.language-icon {
  display: none;
}

.navlang img {
  width: 24px;
  height: 24px;
}

.navbar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto auto auto;
  grid-template-columns: 1fr auto auto auto;
  width: 100%;
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  grid-column-gap: 0 px;
  background: white;
}

.navcontainer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  place-content: space-between;
}

.navlogo {
  cursor: pointer;
  height: 32px;
  width: auto;
}

.hambi,
.close {
  display: block;
  cursor: pointer;
  height: 24px;
  width: 24px;
  margin: 0px;
}

nav.menu-open {
  display: block;
}

nav {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 999;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  background: white;
  -webkit-filter: drop-shadow(0 0px 30px var(--background-color));
          filter: drop-shadow(0 0px 30px var(--background-color));
}

nav ul {
  margin: 0px;
  padding-top: 20px;
}

nav .verticalline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 20px;
}

nav .verticalline div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2px;
  width: 100%;
  background: black;
}

nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 20px 20px;
  list-style: none;
  margin: 0;
  font-weight: 500;
  background: none;
  overflow: hidden;
  white-space: nowrap;
}

nav li .unselected {
  background: transparent;
  text-decoration: none;
  margin: 0px;
  color: var(--primary-color);
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  cursor: pointer;
  text-transform: uppercase;
}

nav li .selected {
  background: transparent;
  font-size: 18px;
  line-height: 24px;
  color: var(--primary-color) !important;
  cursor: pointer;
  text-transform: uppercase;
}

nav li .language {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
      grid-template-columns: auto;
  gap: 8px;
  font-size: 18px;
  line-height: 24px;
  color: var(--primary-color) !important;
  cursor: pointer;
  text-transform: uppercase;
}

.headitem a {
  text-decoration: none;
}

/* -------------------------------------- CONTENT -------------------------------------- */
.content {
  position: relative;
  background: white;
  padding: 0px 0px 0px 0px;
  height: 100%;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
}

.herocontainer {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-flex-line-pack: start;
      align-content: start;
  grid-row-gap: 40px;
  padding: 40px 20px;
  background: white;
}

.herocontainer .herocontent {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -ms-grid;
  display: grid;
  gap: 80px;
}

.herocontainer .herocontent .herotext {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-flex-line-pack: start;
      align-content: start;
  grid-row-gap: 20px;
  height: 100%;
}

.herocontainer .herocontent .herotext .nagytext {
  font-size: 20px;
  line-height: 28px;
}

.herocontainer .heroimage {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.herocontainer .heroimage img {
  width: 100%;
  height: auto;
}

.tagcontainer {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: white;
}

.tagcontainernopad {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 40px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background: white;
}

.tagcontainer .tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.tagcontainernopad .tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.tagcontainer .tagcloud li {
  padding: 5px 10px;
  width: auto;
  margin: 5px;
  background: transparent;
  border: 2px solid var(--background-color);
  cursor: pointer;
  border-radius: 0px;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.tagcontainernopad .tagcloud li {
  padding: 5px 10px;
  width: auto;
  margin: 0px;
  background: transparent;
  border: 2px solid var(--background-color);
  cursor: pointer;
  border-radius: 0px;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.tagcontainer .tagcloud li a {
  text-decoration: none;
  color: var(--background-color);
}

.tagcontainernopad .tagcloud li a {
  text-decoration: none;
  color: var(--background-color);
}

.helyzetnyitokep {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-flex-line-pack: start;
      align-content: start;
  grid-row-gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: white;
}

.helyzetnyitokep img {
  width: 100%;
  height: auto;
}

.helyzetcontainer {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-flex-line-pack: start;
      align-content: start;
  grid-row-gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: white;
}

.helyzetcontainer .helyzettitle {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-flex-line-pack: start;
      align-content: start;
  grid-row-gap: 40px;
  height: 100%;
}

.helyzetcontainer .helyzetcontent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 40px;
}

.helyzetcontainer .helyzetcontent .helyzettext {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 20px;
}

.all_akciocontainer {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-flex-line-pack: start;
      align-content: start;
  grid-row-gap: 80px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
  background: white;
}

.all_akciocontainer .all_akciotitle {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-flex-line-pack: start;
      align-content: start;
  grid-row-gap: 0px;
  height: 100%;
}

.all_akciocontainer .all_akciocontent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 10px;
  width: 100%;
}

.all_akciocontainer .all_akciocontent a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.all_akciocontainer .all_akciocontent a img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
}

.all_akciocontainer .all_akciocontent .all_akciotext {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 10px;
}

.all_akciocontainer .all_akciocontent .all_akciotext p {
  white-space: nowrap;
  overflow: hidden;
}

.all_akciocontainer .all_akciocontent .all_akciotext h4 {
  white-space: nowrap;
  overflow: hidden;
}

.all_akciocontainer .all_akciocontent .all_akciotext .overflow-ellipsis {
  text-overflow: ellipsis;
}

.hang_container {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-flex-line-pack: start;
      align-content: start;
  grid-row-gap: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
  background: white;
}

.hang_container .hang_title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-flex-line-pack: start;
      align-content: start;
  grid-row-gap: 0px;
  height: 100%;
}

.hang_container .hang_content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 20px;
  width: 100%;
}

.hang_container .hang_content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hang_container .hang_content a img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
}

.hang_container .hang_content .hang_text {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 20px;
}

.hang_container .hang_content .hang_text p {
  white-space: nowrap;
  overflow: hidden;
}

.hang_container .hang_content .hang_text h4 {
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

.hang_container .hang_content .hang_text .overflow-ellipsis {
  text-overflow: ellipsis;
}

audio {
  display: block;
  width: 100%;
}

.comingsooncontainer {
  display: -ms-grid;
  display: grid;
  padding: 20px;
  gap: 20px;
}

.comingsooncontainer .action_cnp {
  background-image: url("/images/CNP_face_small.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 40px;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 40px 20px;
}

.comingsooncontainer .action_cnp .two {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 40px;
  -ms-flex-line-pack: start;
      align-content: start;
}

.comingsooncontainer .action_cnp .two a {
  color: white;
}

.comingsooncontainer .action_cnp .two img {
  width: 150px;
}

.comingsooncontainer .action_cnp .two #mobil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comingsooncontainer .action_cnp .two #desktop {
  display: none;
}

.comingsooncontainer .action_cnp .two h1 {
  color: white;
}

.comingsooncontainer .action_cnp .two h2 {
  font-size: 50px;
  line-height: 60px;
  color: white;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
}

.comingsooncontainer .action_cnp .two h3 {
  color: white;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
}

.comingsooncontainer .action_cnp .two h4 {
  font-family: "Inter";
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: white;
  -webkit-filter: drop-shadow(0 0 8px black);
          filter: drop-shadow(0 0 8px black);
}

.comingsooncontainer .action_szbcnp {
  background-image: url("/images/456A2935 (1).jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 40px;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 40px 20px;
}

.comingsooncontainer .action_szbcnp .two {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 40px;
  -ms-flex-line-pack: start;
      align-content: start;
}

.comingsooncontainer .action_szbcnp .two img {
  width: 150px;
}

.comingsooncontainer .action_szbcnp .two #mobil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comingsooncontainer .action_szbcnp .two #desktop {
  display: none;
}

.comingsooncontainer .action_szbcnp .two h1 {
  color: white;
}

.comingsooncontainer .action_szbcnp .two h2 {
  font-size: 50px;
  line-height: 60px;
  color: white;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
}

.comingsooncontainer .action_szbcnp .two h3 {
  color: white;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
}

.comingsooncontainer .action_szbcnp .two h4 {
  font-family: "Inter";
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: white;
  -webkit-filter: drop-shadow(0 0 8px black);
          filter: drop-shadow(0 0 8px black);
}

.comingsooncontainer .action_slowwalkj {
  background-image: url("/images/slowwalk_ruha_banner_web_szabibali.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 40px;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 40px 20px;
}

.comingsooncontainer .action_slowwalkj .two {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 40px;
  -ms-flex-line-pack: start;
      align-content: start;
}

.comingsooncontainer .action_slowwalkj .two img {
  width: 150px;
}

.comingsooncontainer .action_slowwalkj .two #mobil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comingsooncontainer .action_slowwalkj .two #desktop {
  display: none;
}

.comingsooncontainer .action_slowwalkj .two h1 {
  color: white;
}

.comingsooncontainer .action_slowwalkj .two h2 {
  font-size: 50px;
  line-height: 60px;
  color: white;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
}

.comingsooncontainer .action_slowwalkj .two h3 {
  color: white;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
}

.comingsooncontainer .action_slowwalkj .two h4 {
  font-family: "Inter";
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: white;
  -webkit-filter: drop-shadow(0 0 8px black);
          filter: drop-shadow(0 0 8px black);
}

.comingsooncontainer .action_slowwalka {
  background-image: url("/images/slowwalk_22_augusztus_banner_web_esemeny_szabibali.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 40px;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 40px 20px;
}

.comingsooncontainer .action_slowwalka .two {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 40px;
  -ms-flex-line-pack: start;
      align-content: start;
}

.comingsooncontainer .action_slowwalka .two img {
  width: 150px;
}

.comingsooncontainer .action_slowwalka .two #mobil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comingsooncontainer .action_slowwalka .two #desktop {
  display: none;
}

.comingsooncontainer .action_slowwalka .two h1 {
  color: white;
}

.comingsooncontainer .action_slowwalka .two h2 {
  font-size: 50px;
  line-height: 60px;
  color: white;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
}

.comingsooncontainer .action_slowwalka .two h3 {
  color: white;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
}

.comingsooncontainer .action_slowwalka .two h4 {
  font-family: "Inter";
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: white;
  -webkit-filter: drop-shadow(0 0 8px black);
          filter: drop-shadow(0 0 8px black);
}

.comingsooncontainer .action_vizes {
  background-image: url("/images/giro_banner_web_szabibali.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 40px;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 40px 20px;
}

.comingsooncontainer .action_vizes .two {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 40px;
  -ms-flex-line-pack: start;
      align-content: start;
}

.comingsooncontainer .action_vizes .two img {
  width: 150px;
}

.comingsooncontainer .action_vizes .two #mobil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comingsooncontainer .action_vizes .two #desktop {
  display: none;
}

.comingsooncontainer .action_vizes .two h1 {
  color: black;
}

.comingsooncontainer .action_vizes .two h2 {
  font-size: 50px;
  line-height: 60px;
  color: black;
}

.comingsooncontainer .action_vizes .two h3 {
  color: black;
}

.comingsooncontainer .action_vizes .two h4 {
  font-family: "Inter";
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: black;
}

.comingsooncontainer .action_bojlitor {
  background-image: url("/images/456A2938.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 40px;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 40px 20px;
}

.comingsooncontainer .action_bojlitor .two {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 40px;
  -ms-flex-line-pack: start;
      align-content: start;
}

.comingsooncontainer .action_bojlitor .two img {
  width: 150px;
}

.comingsooncontainer .action_bojlitor .two #mobil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comingsooncontainer .action_bojlitor .two #desktop {
  display: none;
}

.comingsooncontainer .action_bojlitor .two h1 {
  color: white;
}

.comingsooncontainer .action_bojlitor .two h2 {
  font-size: 50px;
  line-height: 60px;
  color: white;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
}

.comingsooncontainer .action_bojlitor .two h3 {
  color: white;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
}

.comingsooncontainer .action_bojlitor .two h4 {
  font-family: "Inter";
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: white;
  -webkit-filter: drop-shadow(0 0 8px black);
          filter: drop-shadow(0 0 8px black);
}

.comingsooncontainer .action_ultra {
  background-image: url("/images/ultra.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 40px;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 40px 20px;
}

.comingsooncontainer .action_ultra .two {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 40px;
  -ms-flex-line-pack: start;
      align-content: start;
}

.comingsooncontainer .action_ultra .two img {
  width: 150px;
}

.comingsooncontainer .action_ultra .two #mobil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comingsooncontainer .action_ultra .two #desktop {
  display: none;
}

.comingsooncontainer .action_ultra .two h1 {
  color: white;
}

.comingsooncontainer .action_ultra .two h2 {
  font-size: 50px;
  line-height: 60px;
  color: white;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
}

.comingsooncontainer .action_ultra .two h3 {
  color: white;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
}

.comingsooncontainer .action_ultra .two h4 {
  font-family: "Inter";
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: white;
  -webkit-filter: drop-shadow(0 0 8px black);
          filter: drop-shadow(0 0 8px black);
}

.comingsooncontainer .action_dunakiadas {
  background-image: url("/images/hatter_dunakiadas.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 40px;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 40px 20px;
}

.comingsooncontainer .action_dunakiadas .two {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 40px;
  -ms-flex-line-pack: start;
      align-content: start;
}

.comingsooncontainer .action_dunakiadas .two img {
  width: 150px;
}

.comingsooncontainer .action_dunakiadas .two #mobil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comingsooncontainer .action_dunakiadas .two #desktop {
  display: none;
}

.comingsooncontainer .action_dunakiadas .two h1 {
  color: white;
}

.comingsooncontainer .action_dunakiadas .two h2 {
  font-size: 50px;
  line-height: 60px;
  color: white;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
}

.comingsooncontainer .action_dunakiadas .two h3 {
  color: white;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
}

.comingsooncontainer .action_dunakiadas .two h4 {
  font-family: "Inter";
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: white;
  -webkit-filter: drop-shadow(0 0 8px black);
          filter: drop-shadow(0 0 8px black);
}

.akciocontainer {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-flex-line-pack: start;
      align-content: start;
  grid-row-gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: white;
}

.akciocontaineronecol {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-flex-line-pack: start;
      align-content: start;
  grid-row-gap: 200px;
  margin-top:40px;
  margin-bottom:40px;
  padding-left: 0px;
  padding-right: 00px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #2d3e99;
}

.akciocontaineronecol_sulyom {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-flex-line-pack: start;
      align-content: start;
  grid-row-gap: 200px;
  margin-top:40px;
  margin-bottom:40px;
  padding-left: 0px;
  padding-right: 00px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: black;
}

.akciocontainer .akciotitle {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: none;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-flex-line-pack: start;
      align-content: start;
  grid-row-gap: 40px;
  height: 100%;
  padding-top: 80px;
}

.akciocontainer .akciotitle h3 {
  margin-top: -4px;
}

.akciocontainer .akciocontent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 40px;
}

.akciocontainer .akciocontent .akcioimagecredit {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 10px;
}

.akciocontainer .akciocontent .akcioimagecredit img {
  width: 100%;
  height: auto;
}

.akciocontainer .akciocontent .akcioimagecredit .imagecredit {
  font-size: 12px;
  line-height: 20px;
}

.akciocontainer .akciocontent .akciotext {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 20px;
}

.rolunkcontainer {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-flex-line-pack: start;
      align-content: start;
  grid-row-gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: white;
}

.rolunkcontainer .rolunktitle {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-flex-line-pack: start;
      align-content: start;
  grid-row-gap: 40px;
  height: 100%;
}

.rolunkcontainer .rolunkcontent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 40px;
}

.rolunkcontainer .rolunkcontent .rolunktext {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 20px;
}

.rolunkcontainer .rolunkcontent .rolunktext a {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.rolunkcontainer .rolunkcontent .rolunktext .nagytext {
  font-size: 20px;
  line-height: 28px;
}

.rolunkintro {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-flex-line-pack: start;
      align-content: start;
  grid-row-gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: white;
}

.rolunkintro .rolunkcontent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 40px;
}

.rolunkintro .rolunkcontent .rolunktext {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 20px;
}

.rolunkintro .rolunkcontent .rolunktext .nagytext {
  font-size: 20px;
  line-height: 28px;
}

.footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
  grid-row-gap: 40px;
  padding: 40px 20px 20px 20px;
  background-color: white;
  width: 100vw;
}

.footer #pad {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.footer #pad img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
}

.footer .herologos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  grid-column-gap: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .herologos img {
  display: -ms-grid;
  display: grid;
  width: auto;
  height: 40px;
}

.footer .herologos #veblogo {
  height: 60px;
}

.footer .socialicons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  grid-column-gap: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.footer .socialicons img {
  height: 40px;
  width: 40px;
}

/* Slideshow container */
.slideshow-container1,
.slideshow-container1 {
  display: -ms-grid;
  display: grid;
  position: relative;
  -ms-flex-line-pack: top;
      align-content: top;
  grid-column: 1 / -1;
  height: auto;
  margin: 0;
}

.slideshow {
  position: relative;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
}



.image-h-row{

  position: relative;
  overflow: auto;
  white-space: nowrap;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin:0;
  padding-top:40px;
  padding-bottom:40px;
  padding-left: 20px;
  padding-right: 20px;
  gap: 20px;
  scrollbar-color: white;
}

.rowimg{
    width:55vw;
}

.rowimg_h{
    width:75vw;
}







/* Hide the images by default */
.slides-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 20vw;
  height: 100%;
  background: transparent;
  font-weight: bold;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0;
  cursor: w-resize;
  z-index: 20;
  color:lightgrey;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  cursor: e-resize;
}

/* On hover, add a black background color with a little bit see-through
.prev:hover {
  background: linear-gradient(90deg, rgba(255, 222, 44, 0.4), rgba(255, 222, 44, 0));
}
.next:hover {
  background: linear-gradient(90deg, rgba(255, 222, 44, 0), rgba(255, 222, 44, 0.4));
}  */
.numbertext {
  display: block;
  position: relative;
  font-size: 14px;
  text-align: center;
  color: white;
  mix-blend-mode: difference;
  padding-top: 24px;
  z-index: 1;
}

/* Caption text */
.dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0px;
  border: 1px solid black;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.active,
.dot:hover {
  background: black;
}

.footer p {
  font-size: 14px;
  text-align: right;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 500px) {
  .all_akciocontainer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-flex-line-pack: start;
        align-content: start;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 20px;
    background: white;
  }
  .hang_container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-flex-line-pack: start;
        align-content: start;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 20px;
    background: white;
  }
}

@media only screen and (min-width: 768px) {
  .fill {
    min-height: calc(100vh - 72px);
    place-content: center !important;
  }
  .language-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 140px;
    right: 80px;
    z-index: 99;
    cursor: pointer;
    height: 32px;
    width: 32px;
  }
  .language-o-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 80px;
    right: 80px;
    z-index: 99;
    cursor: pointer;
    height: 32px;
    width: 32px;
  }
  .logotipia {
    font-family: "Lineatura_Bold";
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: var(--background-color);
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  .logotipia:hover {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
    color: var(--primary-color);
  }
  h1 {
    font-family: "Lineatura_Bold";
    color: var(--primary-color);
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 1px;
    font-weight: 800;
    letter-spacing: 0px;
  }
  h2 {
    font-family: "Lineatura_Bold";
    color: var(--primary-color);
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0px;
    font-weight: 600;
  }
  h3 {
    font-family: "Lineatura_Bold";
    color: var(--primary-color);
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
    font-weight: 600;
  }
  .h35 {
    font-family: "Lineatura_Bold";
    color: var(--primary-color);
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: 600;
    padding-top: 16px;
  }
  h4 {
    font-family: "Lineatura_Bold";
    color: var(--primary-color);
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 600;
  }
  p {
    font-size: 18px;
    line-height: 25px;
  }
  
  a {
    font-size: 18px;
    line-height: 25px;
  }
  
  .hambi,
  .close {
    display: none;
  }
  .navbar {
    position: -webkit-relative;
    position: relative;
    border-bottom: 0px solid var(--primary-color);
    background: white;
  }
  .navcontainer,
  .menu {
    display: -ms-grid;
    display: grid;
  }
  .navcontainer {
    display: -ms-grid;
    display: grid;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 40px;
    padding-right: 10px;
  }
  .navlogo {
    height: 40px;
  }
  nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-filter: none;
            filter: none;
    background: white;
  }
  nav .menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto auto auto 32px;
        grid-template-columns: auto auto auto auto auto 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 40px 10px 0px;
    margin: 0;
    gap: 0px;
    text-overflow: ellipsis;
  }
  nav li:last-child {
    padding-right: 0px;
  }
  nav .verticalline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: auto;
    padding: 0px 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav .verticalline div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    width: 2px;
    background: black;
  }
  nav li {
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
        align-content: center;
    height: auto;
    padding: 0px 10px;
    list-style: none;
    margin-left: 0;
    border-bottom: none;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  nav li a {
    text-overflow: ellipsis;
  }
  nav li .unselected {
    text-decoration: none;
    margin: 0px;
    color: var(--background-color);
    font-size: 14px;
    line-height: 24px;
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  nav li .unselected:hover {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
    color: var(--primary-color);
  }
  nav li .selected {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    font-size: 14px;
    line-height: 24px;
    color: var(--primary-color) !important;
  }
  nav li .language {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    gap: 8px;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav li .language img {
    height: 20px;
    width: 20px;
  }
  .content {
    position: relative;
    background: white;
    padding: 0px 0px 0px 0px;
    height: 100%;
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
  }
  .herocontainer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4fr 6fr;
        grid-template-columns: 4fr 6fr;
    grid-row-gap: 0px;
    grid-column-gap: 40px;
    padding: 40px;
    background: white;
  }
  .herocontainer .herocontent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    height: auto;
    gap: 0px;
  }
  .herocontainer .herocontent .herotext {
    padding: 0px;
  }
  .herocontainer .herocontent .herotext .nagytext {
    font-size: 24px;
    line-height: 40px;
  }
  .herocontainer .herocontent .herologos {
    padding: 0px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    grid-column-gap: 80px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .herocontainer .herocontent .herologos img {
    height: 40px;
  }
  .herocontainer .herocontent .herologos #veblogo {
    height: 60px;
  }
  .herocontainer .heroimage {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    overflow: hidden;
    padding: 0px;
    -ms-flex-line-pack: start;
        align-content: start;
  }
  .herocontainer .heroimage img {
    width: 100%;
  }
  .tagcontainer {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 40px;
    padding: 40px;
  }
  .tagcontainer .tagtitle {
    padding: 0px;
  }
  .tagcontainer .tagcloud {
    padding: 0px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    max-width: 1000px;
  }
  .tagcontainer .tagcloud li {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    color: var(--background-color);
  }
  .tagcontainer .tagcloud li a {
    text-decoration: none;
    color: var(--background-color);
  }
  .tagcontainer .tagcloud li:hover {
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  .tagcontainer .tagcloud li:active {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    background: var(--background-color);
  }
  .tagcontainer .tagcloud li:active a {
    color: white;
  }
  
  .tagcontainernopad .tagcloud {
    padding: 0px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    max-width: 1000px;
  }
  .tagcontainernopad .tagcloud li {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    color: var(--background-color);
  }
  .tagcontainernopad .tagcloud li a {
    text-decoration: none;
    color: var(--background-color);
  }
  .tagcontainernopad .tagcloud li:hover {
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  .tagcontainernopad .tagcloud li:active {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    background: var(--background-color);
  }
  .tagcontainernopad .tagcloud li:active a {
    color: white;
  }
  
  .helyzetnyitokep {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    -ms-flex-line-pack: start;
        align-content: start;
    grid-row-gap: 20px;
    padding: 40px;
    background: white;
  }
  .helyzetcontainer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4fr 6fr;
        grid-template-columns: 4fr 6fr;
    grid-column-gap: 40px;
    -ms-flex-line-pack: start;
        align-content: start;
    grid-row-gap: 20px;
    padding: 40px;
    background: white;
  }
  .helyzetcontainer .helyzettitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0px;
  }
  .helyzetcontainer .helyzetcontent {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    grid-row-gap: 40px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 100%;
    width: auto;
    overflow: hidden;
    padding: 0px;
  }
  .helyzetcontainer .helyzetcontent img {
    width: 100%;
    height: auto;
  }
  .helyzetcontainer .helyzetcontent .helyzettext {
    max-width: 800px;
  }
  .all_akciocontainer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    -ms-flex-line-pack: start;
        align-content: start;
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    padding: 40px;
    background: white;
  }
  .all_akciocontainer .all_akciotitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 40px;
  }
  .all_akciocontainer .all_akciocontent {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    grid-column-gap: 20px;
    -ms-flex-line-pack: start;
        align-content: start;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: auto;
    width: 100%;
    padding: 0px;
  }
  .all_akciocontainer .all_akciocontent .all_akciotext {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    grid-gap: 10px;
  }
  .all_akciocontainer .all_akciocontent a img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    filter: blur(4px);
    -webkit-filter: blur(4px);
    opacity: 0.6;
  }
  .all_akciocontainer .all_akciocontent a img:hover {
    filter: blur(0px);
    -webkit-filter: blur(0px);
    opacity: 1;
  }
  .hang_container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    -ms-flex-line-pack: start;
        align-content: start;
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    padding: 40px;
    background: white;
  }
  .hang_container .hang_title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 40px;
  }
  .hang_container .hang_content {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    grid-column-gap: 20px;
    -ms-flex-line-pack: start;
        align-content: start;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: auto;
    width: 100%;
    padding: 0px;
  }
  .hang_container .hang_content .hang_text {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    grid-gap: 20px;
  }
  .hang_container .hang_content a img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    filter: blur(4px);
    -webkit-filter: blur(4px);
    opacity: 0.6;
  }
  .hang_container .hang_content a img:hover {
    filter: blur(0px);
    -webkit-filter: blur(0px);
    opacity: 1;
  }
  .comingsooncontainer {
    padding: 40px 40px;
  }
  .comingsooncontainer .action_bojlitor {
    grid-row-gap: 40px;
    padding: 40px;
  }
  .comingsooncontainer .action_bojlitor .two {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    grid-row-gap: 60px;
    -ms-flex-line-pack: start;
        align-content: start;
  }
  .comingsooncontainer .action_bojlitor .two #mobil {
    display: none;
  }
  .comingsooncontainer .action_bojlitor .two #desktop {
    display: -ms-grid;
    display: grid;
  }
  .comingsooncontainer .action_bojlitor .two h1 {
    color: white;
  }
  .comingsooncontainer .action_bojlitor .two h2 {
    color: white;
  }
  .comingsooncontainer .action_bojlitor .two h3 {
    color: white;
  }
  .comingsooncontainer .action_bojlitor .two h4 {
    font-family: "Inter";
    font-weight: 400;
    color: white;
    max-width: 700px;
  }
  .comingsooncontainer .action_ultra {
    grid-row-gap: 40px;
    padding: 40px;
  }
  .comingsooncontainer .action_ultra .two {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    grid-row-gap: 60px;
    -ms-flex-line-pack: start;
        align-content: start;
  }
  .comingsooncontainer .action_ultra .two #mobil {
    display: none;
  }
  .comingsooncontainer .action_ultra .two #desktop {
    display: -ms-grid;
    display: grid;
  }
  .comingsooncontainer .action_ultra .two h1 {
    color: white;
  }
  .comingsooncontainer .action_ultra .two h2 {
    color: white;
  }
  .comingsooncontainer .action_ultra .two h3 {
    color: white;
  }
  .comingsooncontainer .action_ultra .two h4 {
    font-family: "Inter";
    font-weight: 400;
    color: white;
    max-width: 700px;
  }
  .comingsooncontainer .action_cnp {
    grid-row-gap: 40px;
    padding: 40px;
  }
  .comingsooncontainer .action_cnp .two {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    grid-row-gap: 60px;
    -ms-flex-line-pack: start;
        align-content: start;
  }
  .comingsooncontainer .action_cnp .two #mobil {
    display: none;
  }
  .comingsooncontainer .action_cnp .two #desktop {
    display: -ms-grid;
    display: grid;
  }
  .comingsooncontainer .action_cnp .two h1 {
    color: white;
  }
  .comingsooncontainer .action_cnp .two h2 {
    color: white;
  }
  .comingsooncontainer .action_cnp .two h3 {
    color: white;
  }
  .comingsooncontainer .action_cnp .two h4 {
    font-family: "Inter";
    font-weight: 400;
    color: white;
    max-width: 700px;
  }
  .comingsooncontainer .action_dunakiadas {
    grid-row-gap: 40px;
    padding: 40px;
  }
  .comingsooncontainer .action_dunakiadas .two {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    grid-row-gap: 60px;
    -ms-flex-line-pack: start;
        align-content: start;
  }
  .comingsooncontainer .action_dunakiadas .two #mobil {
    display: none;
  }
  .comingsooncontainer .action_dunakiadas .two #desktop {
    display: -ms-grid;
    display: grid;
  }
  .comingsooncontainer .action_dunakiadas .two h1 {
    color: white;
  }
  .comingsooncontainer .action_dunakiadas .two h2 {
    color: white;
  }
  .comingsooncontainer .action_dunakiadas .two h3 {
    color: white;
  }
  .comingsooncontainer .action_dunakiadas .two h4 {
    font-family: "Inter";
    font-weight: 400;
    color: white;
    max-width: 700px;
  }
  .akciocontainer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4fr 6fr;
        grid-template-columns: 4fr 6fr;
    -ms-flex-line-pack: start;
        align-content: start;
    grid-row-gap: 20px;
    grid-column-gap: 40px;
    padding: 40px;
    background: white;
  }
  
  .akciocontaineronecol {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-flex-line-pack: start;
        align-content: start;
    grid-row-gap: 20px;
    grid-column-gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left:0;
    padding-right:0;
   
  }
  
  .akciocontaineronecol_sulyom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-flex-line-pack: start;
        align-content: start;
    grid-row-gap: 20px;
    grid-column-gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left:0;
    padding-right:0;
    
  }
  
  
  .image-h-row{

  position: relative;
  overflow: auto;
  white-space: nowrap;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  margin: 0;
  padding-left: 40px;
  padding-right: 40px;
  gap: 40px;
}

.rowimg{
    width:35vw;
}

.rowimg_h{
    width:45vw;
}
  
  .akciocontainer .akciotitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0px;
  }
  .akciocontaineronecol .akciotitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0px;
  }
  .akciocontaineronecol_sulyom .akciotitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0px;
  }
  
  .akciocontainer .akciocontent {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    grid-row-gap: 40px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 100%;
    width: auto;
    overflow: hidden;
    padding: 0px;
  }
  .akciocontaineronecol .akciocontent {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    grid-row-gap: 40px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 100%;
    width: auto;
    overflow: hidden;
    padding: 0px;
  }
  
  .akciocontaineronecol_sulyom .akciocontent {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    grid-row-gap: 40px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 100%;
    width: auto;
    overflow: hidden;
    padding: 0px;
  }
  
  
  
  .akciocontainer .akciocontent img {
    width: 100%;
    height: auto;
  }
  .akciocontaineronecol .akciocontent img {
    width: 100%;
    height: auto;
  }
  .akciocontaineronecol_sulyom .akciocontent img {
    width: 100%;
    height: auto;
  }
  .akciocontainer .akciocontent .mobil {
    display: none;
  }
  .akciocontaineronecol .akciocontent .mobil {
    display: none;
  }
  .akciocontaineronecol_sulyom .akciocontent .mobil {
    display: none;
  }
  .rolunkcontainer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 8fr;
        grid-template-columns: 2fr 8fr;
    grid-column-gap: 40px;
    -ms-flex-line-pack: start;
        align-content: start;
    grid-row-gap: 20px;
    padding: 40px;
    background: white;
  }
  .rolunkcontainer .rolunktitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 40px;
  }
  .rolunkcontainer .rolunkcontent {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    grid-row-gap: 60px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 100%;
    width: auto;
    overflow: hidden;
    padding: 0px;
  }
  .rolunkcontainer .rolunkcontent img {
    width: 100%;
    height: auto;
  }
  .rolunkintro {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 8fr 2fr;
        grid-template-columns: 8fr 2fr;
    -ms-flex-line-pack: start;
        align-content: start;
    grid-row-gap: 20px;
    padding: 40px;
    background: white;
  }
  .rolunkintro .rolunkcontent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    grid-row-gap: 40px;
    padding: 0px;
  }
  .rolunkintro .rolunkcontent .rolunktext {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    grid-row-gap: 20px;
  }
  .rolunkintro .rolunkcontent .rolunktext .nagytext {
    font-size: 30px;
    line-height: 40px;
    color: var(--background-color);
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  .rolunkintro .rolunkcontent .rolunktext .nagytext:hover {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
    color: var(--primary-color);
  }
  .rolunkintro .rolunkcontent {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    grid-row-gap: 60px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 100%;
    width: auto;
    overflow: hidden;
    padding: 0px;
  }
  .footer {
    padding: 40px 40px;
  }
}

@media only screen and (min-width: 1010px) {
  .footer {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    -ms-grid-columns: auto 1fr auto;
        grid-template-columns: auto 1fr auto;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding: 40px 40px;
    background-color: white;
    width: 100vw;
  }
  .footer #pad {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .footer #pad img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
  }
  .footer .herologos {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .footer .socialicons {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    grid-column-gap: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .footer .socialicons img {
    display: -ms-grid;
    display: grid;
    height: 30px;
    width: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .herocontainer,
  .tagcontainer,
  .helyzetcontainer,
  .akciocontainer,
  .akciocontaineronecol,
  .rolunkcontainer,
  .rolunkintro {
    padding: 80px 80px 80px 80px;
  }
  
  .image-h-row{
  padding-left: 80px;
  padding-right: 80px;
  gap: 40px;
}

.rowimg{
    width:30vw;
}

.rowimg_h{
    width:45vw;
}

  
  .helyzetnyitokep {
    padding: 40px 80px;
  }
  .all_akciocontainer {
    padding: 80px 80px;
  }
  .hang_container {
    padding: 80px 80px;
  }
  .comingsooncontainer {
    padding: 40px 80px;
  }
  .navcontainer {
    padding-left: 80px;
  }
  ul.menu {
    padding-right: 80px;
  }
  .footer {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    -ms-grid-columns: auto 1fr auto;
        grid-template-columns: auto 1fr auto;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding: 40px 80px;
    background-color: white;
    width: 100vw;
  }
  .footer #pad {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .footer #pad img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
  }
  .footer .herologos {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .footer .socialicons {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    grid-column-gap: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .footer .socialicons img {
    display: -ms-grid;
    display: grid;
    height: 30px;
    width: 30px;
  }
}

@media only screen and (min-width: 1440px) {
  .tagcontainer,
  .helyzetcontainer,
  .akciocontainer {
    padding: 80px 160px 20px 160px;
  }
  .akciocontaineronecol {
    padding: 80px 0px 80px 0px;
    margin-top: 80px;
  }
  .akciocontaineronecol_sulyom {
    padding: 80px 0px 80px 0px;
    margin-top: 80px;
  }
  
    .image-h-row{
  padding-left: 160px;
  padding-right: 160px;
  gap: 40px;
}

.rowimg{
    width:25vw;
}

.rowimg_h{
    width:30vw;
}
  
  
  
  .herocontainer {
    padding: 80px 160px 40px 160px;
  }
  .tagcontainer {
    padding: 40px 160px 80px 160px;
  }
  .helyzetcontainer {
    padding: 40px 160px 80px 160px;
  }
  .helyzetnyitokep {
    padding: 80px 160px 40px 160px;
  }
  .rolunkcontainer {
    padding: 40px 160px 80px 160px;
    -ms-grid-columns: 4fr 6fr;
        grid-template-columns: 4fr 6fr;
  }
  .rolunkintro {
    padding: 80px 160px 40px 160px;
  }
  .all_akciocontainer {
    padding: 80px 160px;
  }
  .hang_container {
    padding: 80px 160px;
  }
  .comingsooncontainer {
    padding: 80px 160px;
  }
  .navcontainer {
    padding-left: 160px;
  }
  ul.menu {
    padding-right: 160px;
  }
  .footer {
    padding: 40px 160px;
  }
}
/*# sourceMappingURL=main_szb_8.css.map */