.elementor-kit-22{--e-global-color-primary:#16213E;--e-global-color-secondary:#1F2937;--e-global-color-text:#D8A317;--e-global-color-accent:#C1121F;--e-global-color-6489694:#FACC15;--e-global-color-a7d5db8:#0B0F19;--e-global-color-5ae3a42:#0D1119;--e-global-color-80b5367:#D8A317;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Urbanist";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-weight:500;background-color:#2C4485;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:500ms;--e-preloader-animation:eicon-spin;--e-preloader-animation-duration:2s;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-6489694 );--e-preloader-size:140px;}.elementor-kit-22 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.elementor-kit-22{--e-page-transition-entrance-animation:e-page-transition-fade-out;}}
/* Start custom CSS *//* Hover + kattintás effekt */
.lightning-menu a:hover,
.lightning-menu a:focus,
.lightning-menu a:active {
  animation: lightningFlash 0.28s ease-in-out 2;
  color: inherit !important;
  text-decoration: underline !important;
}

/* Aktív elem se váltson színt */
.lightning-menu a.elementor-item-active {
  color: inherit !important;
}

/* Villám effekt */
@keyframes lightningFlash {
  0% {
    text-shadow: none;
  }

  20% {
    text-shadow:
      1px 0 currentColor,
      -1px 0 currentColor;
  }

  40% {
    text-shadow:
      -1px 0 currentColor,
      1px 0 currentColor;
  }

  60% {
    text-shadow:
      1px 0 currentColor,
      0 0 4px currentColor;
  }

  80% {
    text-shadow:
      -1px 0 currentColor,
      0 0 2px currentColor;
  }

  100% {
    text-shadow: none;
  }
}/* End custom CSS */