:root {
  --blackdeepblue: #130f1b;
  --brown: #6d4545;
  --misty-rose: #e7d2d2;
  --blackblue: #1e1927;
  --lavender-blush: #f5eaea;
  --rosy-brown: #c49c9c;
  --line: #6d454580;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--blackdeepblue);
  color: var(--brown);
  font-family: Poppins, sans-serif;
  font-size: 1vw;
  line-height: 1.2em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gilda Display, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gilda Display, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

label {
  margin-bottom: 5px;
  font-weight: 300;
  display: block;
}

.navbar {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000;
  border-bottom: 1px solid #d3b1b133;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.main-nav {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.nav-block-1 {
  color: var(--misty-rose);
  letter-spacing: .04em;
  border-right: 1px solid #d3b1b133;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  padding-left: 20em;
  padding-right: 1em;
  font-size: .7em;
  display: flex;
}

.brand {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  letter-spacing: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 10em;
  height: 6em;
  line-height: 16px;
  transition: letter-spacing .4s cubic-bezier(.6, .04, .98, .335);
  display: flex;
  overflow: hidden;
}

.brand:hover {
  letter-spacing: 10px;
}

.brand.w--current {
  grid-column-gap: 1px;
}

.logo {
  z-index: 10;
  object-fit: contain;
  width: 10em;
  position: relative;
}

.nav-block-2 {
  letter-spacing: .04em;
  border-left: 1px solid #d3b1b133;
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  padding-left: 1em;
  padding-right: 20em;
  font-size: .7em;
  display: flex;
}

.nav-link {
  color: var(--misty-rose);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 1em;
  font-size: 1.3em;
  transition: background-color .6s;
  display: flex;
}

.nav-link:hover {
  background-color: #c49c9c38;
}

.nav-link.w--current {
  color: #fff8f8;
}

.nav-link.bold {
  color: var(--lavender-blush);
  font-weight: 700;
}

.header-slider {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.nav-ico {
  opacity: .8;
  color: var(--misty-rose);
  align-self: center;
  width: 4em;
  padding: 1em;
  font-size: .8em;
  transition: background-color .6s;
}

.nav-ico:hover {
  background-color: #c49c9c38;
}

.image {
  object-fit: cover;
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

.header-video-padding {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 25%;
  bottom: auto;
  overflow: hidden;
}

.header-video-video {
  z-index: 1;
  width: 100%;
  height: 200vh;
  position: absolute;
  inset: 0% 0% auto;
}

.video-sticky-block {
  object-fit: contain;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.background-video {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -50px;
}

.video-bg {
  z-index: 20;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#1a1927, #330b7e00);
  position: absolute;
  inset: 0%;
}

.container {
  z-index: 30;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 8em;
  position: relative;
}

.container.full-width {
  padding-left: 5em;
  padding-right: 5em;
}

.container.max-80 {
  max-width: 80%;
}

.container.max-90 {
  max-width: 90%;
}

.header-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.header-title {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60em;
  margin-bottom: 10px;
  display: flex;
}

.heding-title {
  z-index: 10;
  color: var(--lavender-blush);
  align-self: center;
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1.1em;
  position: relative;
}

.heding-title.rose {
  color: var(--misty-rose);
}

.section {
  z-index: 10;
  padding-bottom: 2em;
  position: relative;
}

.section.sec-1 {
  z-index: 20;
  background-color: var(--blackblue);
  color: var(--rosy-brown);
  overflow: visible;
}

.section.light-bg {
  z-index: 100;
  background-color: var(--misty-rose);
}

.section.light-bg.overflow-visible, .section.overflow-visible {
  overflow: visible;
}

.section.dark-bg {
  z-index: 100;
  background-color: var(--blackdeepblue);
}

.section.white-bg {
  z-index: 100;
  background-color: var(--lavender-blush);
}

.section.middle-bg {
  z-index: 100;
  background-color: var(--blackblue);
}

.section.middle-bg.overflow-visible {
  overflow: visible;
}

.content-grid {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  grid-template-rows: auto;
  width: 100%;
  position: relative;
  top: -.5em;
}

.content-grid-c1 {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.content-grid-c1-image {
  height: 30em;
  position: relative;
}

.scrolling-effect {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.image-animation-trigger {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.parallax-animation {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.animation-color {
  z-index: 15;
  background-color: var(--rosy-brown);
  display: none;
  position: absolute;
  inset: 0%;
}

.cover-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cover-image.is-parallax {
  height: 120%;
  top: auto;
  bottom: auto;
}

.cover-image.borderline {
  border-bottom: 1px solid #e2c9c93b;
}

.cover-image.top {
  object-position: 50% 25%;
}

.content-grid-c2 {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.content-grid-c2-block {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 39em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4em;
  display: flex;
  position: relative;
}

.scrolling-effect-6-rem {
  z-index: 5;
  position: relative;
}

.rose-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 7em;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.heading.content-title {
  z-index: 10;
  text-align: center;
  line-height: 1.2em;
  position: relative;
}

.heading.max-80 {
  max-width: 80%;
}

.heading.big {
  z-index: 10;
  color: var(--misty-rose);
  max-width: 22em;
  font-size: 50px;
  line-height: 60px;
  position: relative;
}

.heading.big.feher {
  color: #fff;
}

.heading.white {
  color: var(--rosy-brown);
}

.heading.white.small-padding {
  color: var(--lavender-blush);
  margin-top: 2em;
}

.heading.white.nagyon {
  color: var(--lavender-blush);
}

.bold-white {
  color: var(--lavender-blush);
  font-weight: 400;
}

.paragraph-text {
  color: #c49c9ca1;
  text-align: center;
  letter-spacing: .05em;
  font-size: 16px;
  line-height: 24px;
}

.footer-social {
  z-index: 25;
  border-top: 1px solid var(--line);
  background-color: var(--blackdeepblue);
  justify-content: space-between;
  width: 100%;
  min-height: 13em;
  padding: 2.5em 2.5em 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social {
  z-index: 10;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  background-color: var(--brown);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.social-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  padding: 1em;
  display: flex;
  position: relative;
}

.social-icon {
  z-index: 5;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
  position: relative;
}

.social-link-circle {
  z-index: 1;
  border: .1em solid var(--lavender-blush);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.footer {
  z-index: 25;
  background-color: var(--blackdeepblue);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.footer-padding {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 6em;
  padding-bottom: 3em;
  display: flex;
}

.footer-padding.horizontal {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 2em;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 2em;
}

.link-block {
  color: var(--rosy-brown);
  letter-spacing: 1em;
  text-indent: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: .6vw;
  text-decoration: none;
  transition: letter-spacing .6s;
  display: flex;
}

.link-block:hover {
  letter-spacing: 1.2em;
  text-indent: 1.3em;
}

.footer-logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30em;
  display: flex;
  overflow: hidden;
}

.footer-link {
  color: var(--rosy-brown);
  text-align: center;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 12px;
  text-decoration: none;
  transition: color .4s;
}

.footer-link:hover {
  color: var(--lavender-blush);
}

.footer-wingwave {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15em;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  overflow: hidden;
}

.padding {
  width: 100%;
  padding: 5em 0;
}

.padding.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.reviews {
  width: 100%;
}

.review-item {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border: 1px solid var(--rosy-brown);
  background-color: var(--lavender-blush);
  background-image: linear-gradient(325deg, #ead8d8, #fff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3.5em 2.5em;
  transition: width .6s;
  display: flex;
  position: relative;
}

.review-item:hover {
  width: 115%;
}

.review-guest {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

.name, .about {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.review {
  z-index: 10;
  text-align: justify;
  max-width: 30em;
  margin-bottom: 0;
  font-size: 12px;
  position: relative;
}

.review._60em {
  max-width: 60em;
}

.div-block {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.social-mobile {
  display: none;
}

.vertical-flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.vertical-flex.bal {
  align-items: flex-start;
}

.icon-element {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  letter-spacing: 1.3em;
  text-indent: 1.3em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  font-size: 1vw;
  transition: all .6s;
  display: flex;
}

.icons {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 9em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icons.padding-small {
  margin-top: 0;
  margin-bottom: 2em;
}

.icons-title {
  letter-spacing: 1.3em;
  text-indent: 1.3em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

.icons-title.zart {
  letter-spacing: 1em;
  font-size: 14px;
}

.icons-text {
  color: #ac8989;
  text-align: center;
  letter-spacing: .2em;
  text-indent: .2em;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.1em;
}

.idezet-sign {
  color: var(--misty-rose);
  font-size: 20px;
}

.bemutatkozo-szoveg {
  color: var(--brown);
  text-align: justify;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 22px;
}

.bemutatkozo-szoveg.padding-small {
  margin-top: 2em;
}

.bemutatkozo-szoveg.padding-small.full {
  max-width: none;
}

.bemutatkozo-szoveg.light {
  color: var(--rosy-brown);
}

.bemutatkozo-szoveg.full {
  max-width: none;
  margin-top: .5em;
}

.bemutatkozo-szoveg.bal {
  align-self: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.idezet-folyszoveg {
  color: var(--blackdeepblue);
  font-weight: 300;
}

.header-bemutatkozas {
  z-index: 5;
  color: var(--rosy-brown);
  text-align: right;
  background-image: url('../images/Zsuzsa.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  padding-top: 12.8em;
  padding-left: 8em;
  display: flex;
  position: relative;
  overflow: visible;
}

.link-folyoszoveg {
  color: var(--brown);
  transition: color .6s;
}

.link-folyoszoveg:hover {
  color: var(--rosy-brown);
}

.line {
  background-color: var(--rosy-brown);
  max-width: 60%;
  height: 1px;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
}

.line.full-width {
  opacity: .3;
  width: 100%;
  height: 2px;
}

.nav-dropdown {
  z-index: 999;
  flex-direction: row;
  margin-left: 0;
  margin-right: 0;
  transition: background-color .6s;
}

.nav-dropdown:hover {
  background-color: #c49c9c38;
}

.text-block {
  color: var(--misty-rose);
  font-size: 1.3em;
}

.icon-2 {
  color: var(--lavender-blush);
}

.dropdown-list {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #c49c9c69;
  overflow: hidden;
}

.dropdown-list.w--open {
  z-index: 999;
  background-color: var(--blackblue);
  opacity: .65;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  margin-top: 40px;
}

.dropdown-link {
  color: var(--misty-rose);
  font-size: 1em;
  transition: background-color .6s;
}

.dropdown-link:hover {
  background-color: var(--rosy-brown);
}

.kapcsolat-button {
  z-index: 900;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--lavender-blush);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  background-color: #e7d2d21c;
  border-left: 1px solid #d3b1b133;
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 1em 2em;
  font-size: .7em;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% 0% 0 auto;
}

.kapcsolat-text {
  max-width: 8em;
  text-decoration: none;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  place-content: center;
  place-items: center;
}

.title {
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
}

.title.with_line {
  z-index: 10;
  color: var(--rosy-brown);
  letter-spacing: .04em;
  margin: 0 0 0;
  position: relative;
}

.title.with_line.dark {
  color: var(--brown);
}

.title.with_line.dark.link {
  font-weight: 400;
}

.navbar-no-shadow {
  display: none;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.title-with-line {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  align-items: center;
  width: 100%;
  max-width: 60em;
  margin-right: auto;
  display: flex;
}

.title-with-line.padding-small {
  margin-top: 4em;
}

.title-line {
  background-color: #c49c9c87;
  flex: none;
  width: 7em;
  height: 1px;
  position: relative;
}

.about_fooldal-div {
  margin-top: 4em;
  display: flex;
}

.about_fooldal-block {
  color: var(--misty-rose);
  border: 1px solid #c49c9c87;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 4em;
  transition: border-color .2s;
  display: flex;
  position: relative;
}

.about_fooldal-block:hover {
  border-color: #ebdbdb87;
}

.about_fooldal-image {
  width: 30em;
  height: 20em;
  position: relative;
}

.about_fooldal-content {
  z-index: 20;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 40em;
  padding: 0;
  display: flex;
  position: relative;
}

.about_fooldal-titulus {
  max-width: 30em;
  font-size: 12px;
  font-weight: 200;
}

.about_fooldal-text {
  text-align: justify;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.button {
  cursor: pointer;
  border-bottom: 1px solid #c49c9c87;
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-top: 40px;
  padding: 10px;
  transition: all .3s;
  display: flex;
}

.button:hover {
  background-color: #c49c9c2e;
}

.button.nospace {
  margin-top: 0;
}

.arrow {
  object-fit: contain;
  width: 1em;
  height: 1em;
  position: relative;
}

.arrow.r90 {
  transform: rotate(90deg);
}

.footer-helyszinek {
  height: 100%;
}

.helyszin-image {
  opacity: .61;
  width: auto;
  height: 10em;
  padding-bottom: 20px;
}

.helyszin-image.less {
  padding-bottom: 10px;
}

.helyszin {
  color: var(--rosy-brown);
  text-align: center;
  letter-spacing: .8em;
  text-indent: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: .7vw;
  text-decoration: none;
  transition: letter-spacing .6s;
  display: flex;
}

.helyszin:hover {
  letter-spacing: 1em;
  text-indent: 1.3em;
}

.helyszinek {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  align-items: flex-start;
  display: flex;
}

.helyszin-title {
  color: #f0e8e8a1;
  text-align: center;
  letter-spacing: .05em;
  font-size: 16px;
  font-weight: 200;
  line-height: 25px;
}

.helyszin-title.small-padding {
  padding-bottom: 2em;
}

.line-vertical {
  border-right: 1px solid var(--line);
  align-self: center;
  width: 1px;
  height: 6em;
}

.kintsugi-line {
  z-index: 100;
  opacity: .4;
  height: 100vw;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.image-2 {
  object-fit: fill;
  height: 100vw;
}

.div-block-2 {
  flex: 1;
}

.div-block-3 {
  flex: none;
}

.footer-social-more {
  z-index: 25;
  background-color: var(--blackdeepblue);
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 0 2.5em 2.5em;
  display: none;
  position: relative;
  overflow: hidden;
}

.social-more {
  z-index: 10;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  background-color: var(--brown);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.footer-icon {
  width: 2em;
}

.footer-text {
  color: var(--misty-rose);
  font-size: 14px;
}

.footer-more-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  align-items: center;
  padding: 1em;
  text-decoration: none;
  display: flex;
}

.grid-2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center stretch;
  min-width: 40em;
}

.email-form {
  color: var(--rosy-brown);
  font-size: 15px;
  font-weight: 200;
}

.form {
  font-weight: 300;
}

.text-field {
  color: var(--blackblue);
  background-color: #e7d2d23d;
  border: 1px solid #583838;
  border-radius: 6px;
}

.button-primary-3 {
  float: right;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #5a3939;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.footer-text-1 {
  color: var(--misty-rose);
  text-align: center;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 12px;
  text-decoration: none;
}

.div-block-4 {
  align-items: center;
  height: 15px;
  display: flex;
}

.footer-doc-icon {
  opacity: .56;
  width: 15px;
  margin-right: 10px;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.rich-text-block {
  text-align: justify;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 18px;
}

.cookie-preference-button_icon {
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .375rem;
}

.cookie-modal_closebutton_line {
  background-color: #515750;
  width: 1rem;
  height: 1px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-left {
  background-color: #bfafd1;
  transform: rotate(45deg);
}

.cookie-modal_closebutton_line.is-right {
  background-color: #bfafd1;
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  background-color: var(--blackblue);
  transform: rotate(45deg);
}

.cookie-modal_closebutton_line.is-right {
  background-color: var(--blackblue);
  transform: rotate(-45deg);
}

.margin-15 {
  color: var(--rosy-brown);
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 400;
}

.cookie-modal_styles {
  display: none;
}

.cookie-preference_component {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.cookie-content {
  align-items: center;
  display: flex;
}

.link2 {
  color: var(--rosy-brown);
  font-weight: 400;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.white-text {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_radio_description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.cookie-div {
  max-width: 1920px;
  height: auto;
}

.cookie-preference-button_flex {
  color: #262926;
  background-color: #fff;
  align-items: center;
  margin-bottom: -.125rem;
  padding: .75em 1em .875em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cookie-preference-button_flex:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.cookie-modal_closebutton-2 {
  z-index: 5;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton-2.is-sticky {
  position: sticky;
  top: -1rem;
}

.cookie-modal_button-2 {
  color: #fff;
  text-align: center;
  background-color: #515750;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button-2:hover {
  background-color: #262926;
}

.cookie-modal_button-2.is-secondary {
  color: #515750;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button-2.is-secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.right-cookie-image {
  align-self: flex-start;
  width: 150px;
  height: 150px;
  margin-right: 25px;
}

.cookie-modal_component-2 {
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.cookie-modal_button {
  background-color: var(--line);
  color: #fff;
  text-align: center;
  padding: .25em 1.5em .25rem;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s;
}

.cookie-modal_button:hover {
  background-color: var(--rosy-brown);
}

.cookie-modal_button.is-secondary {
  color: #fff;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
  text-decoration: underline;
}

.cookie-modal_button.is-secondary:hover {
  color: #5dc1d0;
  text-decoration: underline;
}

.cookie-modal_button_text {
  font-size: 12px;
  font-weight: 300;
}

.cookie-modal_radio_label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
}

.cookie-modal_component {
  background-color: var(--blackblue);
  flex-direction: column;
  width: 625px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 25px 25px;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.cookie-preference_wrapper {
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.cookie-modal_radio_button {
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_button.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
}

.cookie-modal_radio_button.is-always-active {
  cursor: not-allowed;
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.cookie-preference_background {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #d7e7d580;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.in-pref-manger {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.cookie-modal_button-wrap.is-small {
  background-color: #0000;
  justify-content: flex-start;
  padding: 0 1.5rem 0 11rem;
}

.ck-cookie-w {
  z-index: 9500;
  opacity: .9;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.cookie-preference-button {
  z-index: 9475;
  color: #262926;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 1.25rem;
}

.cookie-preference-button:hover {
  text-decoration: underline;
}

.cookie-modal_closebutton-3 {
  z-index: 5;
  background-color: var(--rosy-brown);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.header-slider-padding {
  z-index: 10;
  border-bottom: 1px solid var(--line);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 13em;
  padding-bottom: 14em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-slider-padding.wingwave {
  justify-content: flex-end;
  padding-bottom: 2em;
}

.header-slider-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-light {
  z-index: 10;
  color: #ffea00;
  text-align: center;
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6em;
  position: relative;
}

.title-light.small-padding {
  padding-top: 2em;
  padding-bottom: 2em;
}

.title-light.top-padding {
  padding-top: 4em;
}

.header-slider-gradient {
  z-index: 2;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#1e192733, #1a151d80 50%, #161115cc);
  position: absolute;
  inset: 0%;
}

.header-slider-bg {
  z-index: 1;
  mix-blend-mode: multiply;
  background-image: url('../images/wingwave-BG.webp');
  background-position: 50% 20%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.header-slider-bg.anim {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

.header-slider-bg.anim.elvonulas {
  background-image: url('../images/elvonulas.webp');
}

.header-slider-bg.anim.tanulasmodszertan {
  background-image: url('../images/tanulasmodszertan.webp');
  background-position: 50% 80%;
}

.header-slider-bg.anim.onismereticsoport {
  background-image: url('../images/OnismeretiCsoport-BG.webp');
}

.header-slider-bg.anim.labirintus {
  background-image: url('../images/Labyrith-01.webp');
}

.video-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

.wingwave-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-self: stretch;
  width: 80%;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.wingwave-grid-ico {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.wingwave-text {
  color: var(--brown);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
}

.wingwave-text.padding-small {
  margin-top: 2em;
}

.wingwave-title {
  z-index: 10;
  color: var(--brown);
  text-align: center;
  text-transform: uppercase;
  height: 40px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6em;
}

.button-primary-wingwave {
  background-color: var(--rosy-brown);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-wingwave:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-wingwave:active {
  background-color: #43464d;
}

.tovabb {
  width: 80%;
  margin-top: 5px;
}

.gradient {
  background-image: linear-gradient(to bottom, #f5eaea00, var(--lavender-blush) 49%);
  height: 40px;
  margin-top: -55px;
  position: relative;
  inset: 0% 0% auto;
}

.icons-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 9em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icons-small.padding-small {
  width: 6em;
  margin-top: 0;
  margin-bottom: 2em;
}

.signature {
  text-align: right;
  align-self: flex-end;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.sign {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: inline-block;
}

.sig {
  width: 200px;
}

.header-slider-bg-over {
  z-index: 1;
  background-color: #141722;
  display: none;
  position: absolute;
  inset: 0%;
}

.header-media {
  z-index: 10;
  background-color: var(--blackdeepblue);
  position: relative;
}

.header-media-padding {
  padding-top: 14em;
  padding-bottom: 8em;
}

.header-media-flex {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 60em;
  display: flex;
}

.section-image {
  border-bottom: 1px solid var(--brown);
  height: 50em;
  position: relative;
}

.while-scroll-effect {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.media-list {
  border: 1px solid var(--rosy-brown);
  align-self: stretch;
  margin-top: 20px;
}

.day-name {
  font-size: 25px;
}

.day-name.small {
  font-size: 13px;
  line-height: 20px;
}

.button-3 {
  text-align: center;
  background-color: #2d2d2d;
  border-radius: 0;
  flex: 1;
  margin-top: 10px;
}

.button-3.lb {
  background-color: #2d2d2d;
  border-bottom-left-radius: 10px;
  margin-right: 2px;
}

.button-3.lb:hover {
  background-color: #818181;
}

.button-3.lb.pb {
  border-radius: 0;
  margin-right: 0;
}

.event-information-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: space-around;
  width: 80%;
  padding-left: 15px;
  display: block;
  position: relative;
}

.top-wrapper-2 {
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.icon-3 {
  text-align: center;
  width: 15px;
  margin-top: 2px;
  margin-right: 10px;
}

.event-wrapper-page {
  flex-direction: column;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  transition: background-color .4s;
  display: flex;
  position: sticky;
}

.event-wrapper-page:hover {
  background-color: var(--lavender-blush);
}

.date-and-day-wrapper {
  text-transform: uppercase;
  border-right: 1px solid #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10%;
  font-size: 20px;
  display: flex;
}

.day-date {
  font-size: 30px;
  line-height: 1;
}

.little-details-wrapper {
  position: absolute;
  inset: auto 0% 0% 15px;
}

.name-2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.button-wrapper {
  align-items: center;
  display: flex;
}

.details-text {
  color: #969696;
  display: inline-block;
}

.event-details-wrapper {
  align-items: flex-start;
  margin-bottom: 2px;
  margin-right: 0;
  display: flex;
}

.media-text {
  color: var(--brown);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
}

.media-text.padding-small {
  margin-top: 2em;
}

.media-text.gray {
  color: #707070;
  flex: 1;
  margin-bottom: 0;
  padding-left: 10px;
}

.media_logo {
  object-fit: cover;
  width: 100px;
  height: 100px;
}

.media-link {
  color: var(--rosy-brown);
  text-align: left;
  letter-spacing: 1px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 12px;
  text-decoration: none;
  transition: letter-spacing .4s;
  display: flex;
}

.media-link:hover {
  color: var(--lavender-blush);
  letter-spacing: 1.15px;
}

.icon-new-tab {
  order: -1;
  align-self: center;
  width: 16px;
}

.media-grid {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  grid-template-rows: auto;
  margin-top: 100px;
}

.header-online {
  z-index: 20;
  background-color: var(--blackdeepblue);
  justify-content: space-between;
  width: 100%;
  min-height: 85vh;
  display: flex;
  position: relative;
}

.header-online.hide {
  display: none;
}

.header-online-padding {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 9em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
}

.header-online-grid {
  z-index: 10;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.header-online-block-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 6em;
  display: flex;
  position: relative;
}

.header-online-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.header-online-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  perspective: 1000px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 35em;
  display: flex;
}

.grid-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: center;
  max-width: 80%;
}

.tanfolyam-table {
  border: 1px solid var(--rosy-brown);
  padding: 10px;
  font-size: 14px;
}

.tanfolyam-title {
  border-bottom: 1px solid var(--rosy-brown);
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 600;
}

.tanfolyam-ico {
  width: 25%;
}

.pic {
  max-width: 80%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.elvonulas-grid {
  z-index: 10;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.elvonulas-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  perspective: 1000px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.szoveg-link {
  color: var(--misty-rose);
}

.elvonulas-grid-swap {
  z-index: 10;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.popup-toggle-text {
  font-size: 2em;
  line-height: 1;
}

.copy-large {
  font-size: 1.45em;
  font-weight: 400;
  line-height: 1.4em;
}

.popup-close-icon {
  width: 12px;
  margin-top: 4px;
}

.popup-content-wrapper {
  z-index: 1;
  background-color: #e7d2d2db;
  width: 90vw;
  max-width: 55em;
  height: 90vw;
  max-height: 90%;
  position: relative;
  overflow: auto;
}

.popup-content-wrapper.googleform {
  overflow: hidden;
}

.popup-close {
  z-index: 2;
  background-color: var(--rosy-brown);
  color: #000;
  cursor: pointer;
  border-radius: 999em;
  flex: none;
  order: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: relative;
  inset: 6.3em -1em auto auto;
}

.popup-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.popup-inner.hide {
  display: none;
}

.popup-toggle {
  color: var(--lavender-blush);
  cursor: pointer;
  margin-top: 125px;
}

.popup-background {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-content {
  margin: 2.5em 3em;
}

.popup-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-wrapper.show {
  display: block;
}

.p-sm-start {
  padding-top: 3em;
}

.form-block {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.field-label-2 {
  font-size: 14px;
  font-weight: 500;
}

.teszt {
  z-index: 999;
  margin-top: 139px;
  font-size: 12px;
  position: absolute;
}

.blog-link {
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  border: 1px solid var(--line);
  color: var(--misty-rose);
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4em;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.blog-link:hover {
  background-color: var(--blackdeepblue);
  border-color: #e7d2d25c;
}

.blogs {
  width: 100%;
}

.blog-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-item {
  display: flex;
}

.blog-title {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-name {
  max-width: 80%;
}

.date {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 13px;
  font-size: 12px;
  display: flex;
}

.blog-image {
  width: 100%;
  height: 20em;
  position: relative;
}

.image-animation-trigger-blog {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20em;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.blog-description {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-text {
  align-self: center;
  max-width: 80%;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.header-blog {
  z-index: 20;
  background-color: var(--blackdeepblue);
  justify-content: space-between;
  width: 100%;
  min-height: 50vh;
  display: flex;
  position: relative;
}

.section-blog-image {
  height: 50em;
  min-height: 80vh;
  position: relative;
}

.blog-post {
  width: 100%;
  max-width: 66em;
  margin-left: auto;
  margin-right: auto;
}

.category-felx {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
}

.blog-category-text {
  color: var(--rosy-brown);
  text-transform: uppercase;
  min-width: 150px;
  margin-bottom: 0;
  font-size: 14px;
}

.blog-category-text.masodik {
  min-width: auto;
}

.rich-text-block-2 {
  font-size: 14px;
  line-height: 20px;
}

.rich-text-block-2.light {
  color: var(--rosy-brown);
}

.idezet {
  margin-top: 0;
}

.checkbox {
  padding-top: 5px;
  padding-bottom: 10px;
}

.select-text {
  margin-top: 6px;
}

.button-label {
  align-items: center;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 500;
}

.column {
  flex-direction: row;
  place-content: center;
  align-items: stretch;
  display: flex;
}

.radio-button-field {
  background-color: #e7d2d2a3;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-width: 145px;
  margin-bottom: 10px;
  padding: 10px 5px;
  display: flex;
}

.fooldal_text {
  color: #e7d2d275;
  text-align: center;
  font-size: 10px;
  font-weight: 200;
  transition: letter-spacing .4s;
  position: absolute;
  inset: auto 0% 0%;
}

.dropdown-toggle {
  padding: 1em 3.8em 1em 1em;
}

.checkbox-2 {
  margin-left: 0;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.onismereti-grid-swap {
  z-index: 10;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.onism_poster {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  padding: 20px;
  display: flex;
}

.quick-stack {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack.two {
  padding-top: 0;
}

.youtube_gomb {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #c49c9c70;
  border: 1px solid #c49c9c;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.youtube_gomb:hover {
  background-color: #fff0;
}

.hide {
  display: none;
}

.popup-content-googleform {
  height: 90%;
  margin: 2.5em 3em;
  overflow: hidden;
}

.code-embed {
  width: 99.9999%;
  height: 100%;
}

.small {
  font-size: 14px;
}

.rich-text-block-aloldal {
  font-size: 14px;
  line-height: 20px;
}

.rich-text-block-aloldal.light {
  color: var(--rosy-brown);
}

@media screen and (min-width: 1280px) {
  .nav-link, .text-block {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 1440px) {
  .nav-link, .text-block {
    font-size: 1em;
  }

  .dropdown-link {
    font-size: .9em;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link, .text-block {
    font-size: .9em;
  }

  .header-online-block-1.mese {
    justify-content: center;
    align-items: flex-start;
  }

  .onism_poster.mese {
    justify-content: center;
    align-items: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    z-index: 1;
    display: none;
  }

  .main-nav {
    height: 8em;
  }

  .logo {
    width: 20em;
    margin-top: 33px;
  }

  .nav-block-2 {
    display: none;
  }

  .nav-link {
    background-color: var(--misty-rose);
    color: var(--blackblue);
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 2em;
  }

  .nav-link.bold {
    color: var(--blackblue);
  }

  .header-slider {
    min-height: 60vh;
  }

  .header-video-padding {
    justify-content: flex-start;
  }

  .header-video-video {
    height: 100vh;
  }

  .video-sticky-block {
    height: 60vh;
  }

  .background-video {
    top: auto;
  }

  .header-title {
    max-width: 70em;
  }

  .heding-title {
    font-size: 50px;
  }

  .cover-image {
    object-position: 50% 100%;
  }

  .heading.content-title {
    font-size: 26px;
  }

  .heading.max-80 {
    max-width: 100%;
    font-size: 24px;
    line-height: 32px;
  }

  .heading.big {
    font-size: 40px;
    line-height: 50px;
  }

  .heading.white.normal {
    font-size: 26px;
  }

  .paragraph-text {
    font-size: 14px;
    line-height: 20px;
  }

  .social-icon {
    width: 2em;
    height: 2em;
    font-size: 2em;
  }

  .footer-padding {
    justify-content: space-between;
    align-items: stretch;
  }

  .link-block {
    text-align: center;
    font-size: 1vw;
    line-height: 1.5em;
  }

  .footer-link {
    font-size: 10px;
  }

  .review-item {
    font-size: 1.5vw;
    line-height: 1.6em;
  }

  .name, .about {
    font-size: 12px;
  }

  .social-mobile {
    background-color: var(--brown);
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .icons {
    width: 12em;
  }

  .icons-title {
    font-size: 16px;
  }

  .icons-title.zart {
    font-size: 12px;
  }

  .bemutatkozo-szoveg {
    max-width: 100%;
    font-size: 12px;
  }

  .header-bemutatkozas {
    background-position: 100% 100%;
  }

  .nav-dropdown {
    background-color: var(--misty-rose);
    color: var(--blackblue);
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 2em;
  }

  .kapcsolat-button {
    display: none;
  }

  .navbar-no-shadow {
    border-bottom: 1px solid #d3b1b133;
    display: block;
  }

  .navbar-no-shadow-container {
    z-index: 998;
  }

  .navbar-brand {
    width: 120px;
  }

  .nav-menu-wrapper {
    z-index: 990;
    background-color: #0000;
    border-bottom: 1px solid #d3b1b133;
  }

  .nav-menu-2 {
    background-color: var(--blackblue);
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-3 {
    color: var(--misty-rose);
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }

  .nav-link-3:hover {
    color: var(--rosy-brown);
  }

  .nav-link-3.kiemelt {
    color: var(--lavender-blush);
    font-weight: 600;
  }

  .nav-dropdown-icon-2 {
    color: var(--lavender-blush);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    background-color: var(--blackblue);
    color: var(--misty-rose);
    border: 1px solid #d3b1b133;
    border-radius: 0;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
    z-index: 999;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: var(--misty-rose);
    background-color: #1e192799;
    border: 1px solid #d3b1b133;
    border-radius: 0;
    margin-top: 12px;
  }

  .nav-dropdown-link-2 {
    color: var(--misty-rose);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: 300;
  }

  .nav-dropdown-link-2:hover {
    color: var(--rosy-brown);
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .button-primary-2 {
    background-color: var(--brown);
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    background-color: var(--misty-rose);
    color: var(--rosy-brown);
  }

  .text-block-2 {
    color: var(--misty-rose);
    font-size: 12px;
  }

  .title-with-line.padding-small {
    max-width: none;
  }

  .about_fooldal-image {
    width: 60em;
    height: 30em;
  }

  .about_fooldal-content, .about_fooldal-titulus {
    max-width: 60em;
  }

  .about_fooldal-text {
    font-size: 14px;
    line-height: 20px;
  }

  .button {
    width: 5em;
    height: 5em;
  }

  .button.big {
    width: 8em;
    height: 8em;
  }

  .arrow {
    width: 2em;
    height: 2em;
  }

  .nev {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .helyszin {
    text-align: center;
    font-size: 1vw;
    line-height: 1.5em;
  }

  .helyszinek {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    align-items: center;
  }

  .helyszin-title {
    font-size: 12px;
  }

  .line-vertical {
    display: none;
  }

  .social-more {
    padding-bottom: 20px;
  }

  .footer-text {
    font-size: 12px;
  }

  .grid-2 {
    align-items: start;
    min-width: 60em;
  }

  .email-form, .text-field, .button-primary-3, .footer-text-1 {
    font-size: 10px;
  }

  .container-2 {
    max-width: 728px;
  }

  .rich-text-block {
    max-width: 100%;
    font-size: 14px;
    line-height: 16px;
  }

  .header-slider-content {
    max-width: 80em;
  }

  .title-light {
    font-size: 10px;
  }

  .header-slider-bg {
    height: 100%;
  }

  .video-block {
    max-width: 100%;
    font-size: 12px;
  }

  .wingwave-grid {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .wingwave-grid-ico {
    width: 150px;
  }

  .wingwave-text {
    max-width: 100%;
    font-size: 12px;
  }

  .button-primary-wingwave {
    background-color: var(--brown);
  }

  .tovabb {
    display: none;
  }

  .icons-small {
    width: 12em;
  }

  .signature {
    width: 100%;
  }

  .sig {
    width: 150px;
  }

  .header-slider-bg-over {
    height: 100%;
  }

  .header-media-flex {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .date-and-day-wrapper {
    width: 20%;
  }

  .media-text {
    max-width: 100%;
    font-size: 12px;
  }

  .media-link {
    text-align: left;
    font-size: 10px;
  }

  .header-online {
    min-height: 70vh;
  }

  .grid-3 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    max-width: 100%;
  }

  .tanfolyam-title, .paragraph {
    font-size: 12px;
    line-height: 16px;
  }

  .tanfolyam-ico {
    width: 40%;
  }

  .pic {
    max-width: 100%;
  }

  .popup-content-wrapper {
    max-height: 92%;
  }

  .popup-close {
    position: absolute;
    top: 5%;
    right: 5px;
  }

  .popup-wrapper {
    display: none;
  }

  .form-block {
    max-width: none;
  }

  .teszt {
    margin-top: 14px;
  }

  .blog-name {
    font-size: 28px;
  }

  .date {
    margin-top: 20px;
  }

  .checkbox {
    text-align: left;
    font-size: 12px;
    line-height: 22px;
  }

  .button-label {
    font-size: 12px;
  }

  .radio-button-field {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile_jelentkezes {
    z-index: 999;
    margin-top: 40px;
    margin-right: 100px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .quick-stack {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .rich-text-block-aloldal.light {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .main-nav {
    height: 12em;
  }

  .logo {
    width: 30em;
  }

  .nav-link {
    font-size: 3em;
  }

  .container.max-90 {
    max-width: 95%;
  }

  .header-title {
    font-size: 1.2vw;
  }

  .heding-title {
    font-size: 40px;
  }

  .content-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content-grid-c1-image {
    height: 60em;
  }

  .content-grid-c2-block {
    max-width: 60em;
  }

  .heading.content-title {
    font-size: 24px;
  }

  .heading.big {
    font-size: 30px;
    line-height: 40px;
  }

  .heading.white.normal {
    font-size: 20px;
    line-height: 30px;
  }

  .social-link {
    width: 6em;
    height: 6em;
  }

  .social-icon {
    width: 3em;
    height: 3em;
    font-size: 4em;
  }

  .footer-padding.horizontal {
    flex-direction: column;
  }

  .footer-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .link-block {
    font-size: 1.5vw;
  }

  .footer-link {
    line-height: 14px;
  }

  .footer-wingwave {
    width: 10em;
  }

  .review-item {
    font-size: 2vw;
    transition-property: background-color;
  }

  .review-item:hover {
    background-color: #f0e2e2;
    width: 100%;
  }

  .div-block {
    flex-direction: column;
  }

  .icon-element {
    margin-bottom: 20px;
  }

  .icons-title.zart {
    font-size: 10px;
  }

  .header-bemutatkozas {
    padding-right: 4em;
  }

  .nav-dropdown {
    font-size: 3em;
  }

  .title {
    text-align: left;
    font-size: 28px;
  }

  .title.with_line.dark.link {
    text-align: center;
    font-size: 12px;
  }

  .navbar-no-shadow-container {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-link-2 {
    text-align: center;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .about_fooldal-titulus {
    line-height: 18px;
  }

  .button {
    width: 8em;
    height: 8em;
  }

  .button.big {
    width: 10em;
    height: 10em;
  }

  .arrow {
    width: 3em;
    height: 3em;
  }

  .nev {
    margin-bottom: 0;
  }

  .idezet-title {
    font-size: 24px;
  }

  .helyszin {
    font-size: 1.5vw;
  }

  .kintsugi-line {
    display: none;
  }

  .social-more {
    padding-bottom: 10px;
  }

  .footer-icon {
    width: 3em;
  }

  .footer-more-content {
    justify-content: center;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer-text-1 {
    line-height: 14px;
  }

  .footer-doc-icon {
    width: 12px;
    margin-right: 6px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .cookie-preference-button_icon {
    margin-right: 0;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .cookie-modal_closebutton-2 {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton-2.is-sticky {
    top: -1rem;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .right-cookie-image {
    width: 120px;
    height: 120px;
  }

  .cookie-modal_component {
    width: 500px;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .cookie-preference-button_text {
    display: none;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: -2rem;
  }

  .cookie-modal_closebutton-3 {
    margin-right: 1.25rem;
  }

  .header-slider-content {
    max-width: none;
  }

  .wingwave-grid {
    grid-template-columns: 1fr 1fr;
  }

  .header-media-flex {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .event-information-wrapper {
    width: 100%;
  }

  .top-wrapper-2 {
    flex-wrap: wrap;
  }

  .event-wrapper-page {
    align-content: space-around;
  }

  .date-and-day-wrapper {
    width: 50%;
  }

  .date-and-day-wrapper.no-border {
    border-right-style: none;
  }

  .media-link {
    line-height: 14px;
  }

  .header-online-grid {
    grid-template-columns: 1fr;
  }

  .header-online-block-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .header-online-block-2 {
    height: 42em;
  }

  .header-online-block-2.onism {
    height: auto;
  }

  .header-online-content {
    max-width: 50em;
  }

  .elvonulas-grid {
    grid-template-columns: 1fr;
  }

  .elvonulas-content {
    max-width: 80%;
  }

  .elvonulas-grid-swap {
    grid-template-columns: 1fr;
  }

  .copy-large {
    font-size: 1.3em;
  }

  .popup-content-wrapper {
    max-width: 90em;
  }

  .popup-close {
    position: absolute;
    inset: 5% 5px auto auto;
  }

  .popup-content {
    margin: 1em 2em;
  }

  .p-sm-start {
    padding-top: 2.3em;
  }

  .blog-list {
    grid-template-columns: 1fr;
  }

  .blog-image, .image-animation-trigger-blog {
    height: 40em;
  }

  .idezet {
    font-size: 24px;
  }

  .mobile_jelentkezes {
    margin-top: 24px;
  }

  .onismereti-grid-swap {
    grid-template-columns: 1fr;
  }

  .onism_poster {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .youtube_gomb {
    flex-flow: column;
  }

  .popup-content-googleform {
    margin: 1em 2em;
  }
}

@media screen and (max-width: 479px) {
  .main-nav {
    height: 25em;
  }

  .logo {
    width: 50em;
  }

  .nav-link {
    font-size: 4em;
  }

  .header-slider {
    min-height: 50vh;
  }

  .video-sticky-block {
    height: 50vh;
  }

  .container.max-80, .container.max-90 {
    max-width: 100%;
  }

  .header-title {
    font-size: 1.8vw;
  }

  .heding-title {
    font-size: 32px;
  }

  .content-grid-c2-block {
    max-width: 80em;
  }

  .heading.content-title {
    font-size: 18px;
  }

  .heading.max-80 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading.big {
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-text {
    font-size: 12px;
    line-height: 16px;
  }

  .footer-social {
    min-height: 20em;
  }

  .social-link {
    width: 10em;
    height: 10em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .link-block {
    font-size: 2vw;
  }

  .name {
    line-height: 16px;
  }

  .review {
    font-size: 10px;
    line-height: 16px;
  }

  .icons {
    width: 40em;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .icons.padding-small {
    width: 25em;
  }

  .icons-title {
    font-size: 12px;
    line-height: 18px;
  }

  .icons-text {
    line-height: 18px;
  }

  .header-bemutatkozas {
    background-position: 50% 100%;
    background-size: 1000px;
  }

  .nav-dropdown {
    font-size: 4em;
  }

  .title {
    text-align: left;
    font-size: 28px;
  }

  .title.with_line.dark.link {
    font-size: 10px;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .about_fooldal-image {
    width: 80em;
    height: 60em;
  }

  .about_fooldal-content {
    max-width: 80em;
  }

  .about_fooldal-text {
    font-size: 12px;
    line-height: 16px;
  }

  .button {
    width: 12em;
    height: 12em;
  }

  .arrow {
    width: 4em;
    height: 4em;
  }

  .nev {
    margin-bottom: 0;
    font-size: 24px;
  }

  .helyszin {
    font-size: 2vw;
  }

  .footer-social-more {
    min-height: 20em;
  }

  .footer-icon {
    width: 4em;
  }

  .field-label {
    line-height: 16px;
  }

  .footer-doc-icon {
    width: 4em;
  }

  .container-2 {
    max-width: none;
  }

  .button-primary.jelentkezes {
    padding: 8px 10px;
    font-size: 10px;
  }

  .rich-text-block {
    font-size: 12px;
    line-height: 15px;
  }

  .heading-2 {
    font-size: 26px;
  }

  .cookie-preference_component {
    align-items: flex-end;
  }

  .cookie-content.mobile-vertical {
    flex-direction: column;
  }

  .cookie-modal_closebutton-2 {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_button-2 {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .right-cookie-image {
    margin-bottom: 20px;
  }

  .cookie-modal_component-2 {
    max-width: 100%;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    bottom: 0;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .ck-cookie-w {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .cookie-preference-button {
    left: 1rem;
  }

  .cookie-modal_closebutton-3 {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .video-block {
    width: 100%;
  }

  .wingwave-grid {
    grid-template-columns: 1fr;
  }

  .icons-small {
    width: 40em;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sign {
    text-align: right;
  }

  .header-media-flex {
    flex-wrap: wrap;
  }

  .day-name {
    font-size: 20px;
  }

  .day-date {
    font-size: 30px;
  }

  .header-online-content {
    max-width: 70em;
  }

  .grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .tanfolyam-ico {
    width: 25%;
  }

  .popup-close-icon {
    width: 10px;
  }

  .popup-content-wrapper {
    width: 100%;
    max-width: none;
  }

  .popup-close {
    width: 30px;
    height: 30px;
    position: absolute;
    inset: 10% auto auto;
  }

  .popup-content {
    margin-left: 10px;
    margin-right: 10px;
  }

  .form-block {
    max-width: 90%;
  }

  .blog-title {
    flex-wrap: wrap;
  }

  .blog-name {
    font-size: 20px;
  }

  .date {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .blog-description {
    flex-flow: column wrap;
  }

  .mobile_jelentkezes {
    margin-top: 28px;
    margin-right: 80px;
  }

  .popup-content-googleform {
    margin-left: 10px;
    margin-right: 10px;
  }
}

#w-node-_430645e7-ec5f-899a-7672-d814a0feefd9-252d3d60, #w-node-_6afb8b4d-a0fb-951f-0663-c47bba0804ba-252d3d60, #w-node-bd8dcb15-9fda-959e-f277-9c33eb36c5da-252d3d60, #w-node-bd8dcb15-9fda-959e-f277-9c33eb36c5dc-252d3d60, #w-node-bd8dcb15-9fda-959e-f277-9c33eb36c5dd-252d3d60, #w-node-bd8dcb15-9fda-959e-f277-9c33eb36c5e3-252d3d60, #w-node-bd8dcb15-9fda-959e-f277-9c33eb36c5e5-252d3d60, #w-node-bd8dcb15-9fda-959e-f277-9c33eb36c5e6-252d3d60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f17ea049-bca8-e58a-efc4-cffed3b183bd-5020bb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4a1183ef-b8ca-4df4-b716-d7dc5020bbb1-5020bb9e, #w-node-_4a1183ef-b8ca-4df4-b716-d7dc5020bbc3-5020bb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06ba70df-6fd1-0ab6-a57a-6d1df85f4971-f85f496f {
  align-self: stretch;
}

#w-node-_06ba70df-6fd1-0ab6-a57a-6d1df85f4993-f85f496f {
  place-self: stretch center;
}

#w-node-_06ba70df-6fd1-0ab6-a57a-6d1df85f4995-f85f496f {
  align-self: stretch;
}

#w-node-_3be029ef-c026-0e83-249e-15e05afa826f-275c6777, #w-node-_84470ff4-da5f-6823-0f51-b00d2e3ed339-275c6777, #w-node-_0650c5f1-f05c-c256-6a2a-024fd3acf767-275c6777, #w-node-f9c4bc5b-d4e7-c7c6-ad3e-1bb60dbae848-275c6777, #w-node-af051ac1-c489-9a7e-74e4-3e90b3957685-275c6777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_98db5d5d-1b93-2e86-e450-702338ef6f3f-275c6777 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: stretch;
}

#w-node-ec798ce6-623d-aef8-dc9e-8b6b9867e932-275c6777 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_0a21e9a0-d8c5-5a3d-ed9a-055be8cdca46-29ed9bd8, #w-node-_0c744846-d4dc-0aa2-3219-99a484233013-29ed9bd8, #w-node-f17bbd7c-6b6d-f649-dded-4d81e878a78b-29ed9bd8, #w-node-_91c3faf7-3d69-c4a1-a8fc-3f5412340e36-29ed9bd8, #w-node-_8fd12fde-5ab6-48c2-f202-e138abb512bc-29ed9bd8, #w-node-_0a21e9a0-d8c5-5a3d-ed9a-055be8cdca46-e468e9f0, #w-node-_0c744846-d4dc-0aa2-3219-99a484233013-e468e9f0, #w-node-_0a21e9a0-d8c5-5a3d-ed9a-055be8cdca46-47174504, #w-node-_0c744846-d4dc-0aa2-3219-99a484233013-47174504, #w-node-_02762f8c-3de8-3fe8-1fce-ae930a17073b-47174504, #w-node-_02762f8c-3de8-3fe8-1fce-ae930a170746-47174504 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0e1d225-5919-ae4c-c642-c05c438d8698-47174504 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0971bcee-54bb-e3af-9ed8-10c9b1a366ad-47174504 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0a21e9a0-d8c5-5a3d-ed9a-055be8cdca46-42284dc6, #w-node-_0c744846-d4dc-0aa2-3219-99a484233013-42284dc6, #w-node-_0a21e9a0-d8c5-5a3d-ed9a-055be8cdca46-8af2aa77, #w-node-_54cae629-fc1d-4f02-f814-9a1ad3261040-8af2aa77, #w-node-_91968bb1-aa23-4b9c-330a-2209560f4408-8af2aa77, #w-node-ead3799e-c931-b78b-3062-cd53b02e488c-8af2aa77, #w-node-_0bec6afa-4d85-f95b-7dbf-55e5ee32198b-8af2aa77, #w-node-c2cbe6c3-9c18-a5c2-598f-a8c27efe47e0-8af2aa77, #w-node-_0a21e9a0-d8c5-5a3d-ed9a-055be8cdca46-1902fd5f, #w-node-_0a21e9a0-d8c5-5a3d-ed9a-055be8cdca46-2397bcfe, #w-node-_0a21e9a0-d8c5-5a3d-ed9a-055be8cdca46-98485a22, #w-node-_0a21e9a0-d8c5-5a3d-ed9a-055be8cdca46-5bd38788, #w-node-_0a21e9a0-d8c5-5a3d-ed9a-055be8cdca46-0fd5e160, #w-node-a9af02a1-dd8f-a589-06e8-31f69b4ffd81-79939321, #w-node-a9af02a1-dd8f-a589-06e8-31f69b4ffd49-79939321, #w-node-a9af02a1-dd8f-a589-06e8-31f69b4ffd81-3fbd215c, #w-node-a9af02a1-dd8f-a589-06e8-31f69b4ffd49-3fbd215c, #w-node-_0a21e9a0-d8c5-5a3d-ed9a-055be8cdca46-f1159245, #w-node-_0c744846-d4dc-0aa2-3219-99a484233013-f1159245, #w-node-_02762f8c-3de8-3fe8-1fce-ae930a17073b-f1159245, #w-node-_02762f8c-3de8-3fe8-1fce-ae930a170746-f1159245 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0e1d225-5919-ae4c-c642-c05c438d8698-f1159245 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0971bcee-54bb-e3af-9ed8-10c9b1a366ad-f1159245 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-a9af02a1-dd8f-a589-06e8-31f69b4ffd81-3fbd215c {
    justify-self: end;
  }

  #w-node-a9af02a1-dd8f-a589-06e8-31f69b4ffd49-3fbd215c {
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0650c5f1-f05c-c256-6a2a-024fd3acf767-275c6777 {
    grid-column: span 2 / span 2;
  }

  #w-node-f9c4bc5b-d4e7-c7c6-ad3e-1bb60dbae848-275c6777 {
    grid-area: 1 / 3 / 2 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4a1183ef-b8ca-4df4-b716-d7dc5020bbc3-5020bb9e {
    grid-row: span 1 / span 1;
  }

  #w-node-f9c4bc5b-d4e7-c7c6-ad3e-1bb60dbae848-275c6777 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0c744846-d4dc-0aa2-3219-99a484233013-47174504, #w-node-_0c744846-d4dc-0aa2-3219-99a484233013-42284dc6, #w-node-_0c744846-d4dc-0aa2-3219-99a484233013-f1159245 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0650c5f1-f05c-c256-6a2a-024fd3acf767-275c6777 {
    grid-column: span 1 / span 1;
  }

  #w-node-d0e1d225-5919-ae4c-c642-c05c438d8698-47174504 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a9af02a1-dd8f-a589-06e8-31f69b4ffd81-79939321, #w-node-a9af02a1-dd8f-a589-06e8-31f69b4ffd81-3fbd215c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d0e1d225-5919-ae4c-c642-c05c438d8698-f1159245 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}


