.elementor-kit-8{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#00DC98;--e-global-color-2b55c65:#005BFF;--e-global-color-1cd778e:#FFFFFF;--e-global-color-12b0584:#D5E4FF;--e-global-color-527cf07:#888888;--e-global-typography-primary-font-family:"canada-type-gibson";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"canada-type-gibson";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:600;font-size:17px;line-height:1.6em;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-accent );}.elementor-kit-8 h1{font-size:50px;line-height:1.4em;}.elementor-kit-8 h2{font-size:42px;line-height:1.4em;}.elementor-kit-8 h3{font-size:35px;line-height:1.4em;}.elementor-kit-8 h4{font-size:29px;line-height:1.4em;}.elementor-kit-8 h5{font-size:24px;line-height:1.4em;}.elementor-kit-8 h6{font-size:20px;line-height:1.4em;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{text-transform:uppercase;color:var( --e-global-color-1cd778e );border-radius:0px 0px 0px 0px;}.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-kit-8 h1{font-size:45px;}.elementor-kit-8 h2{font-size:37px;}.elementor-kit-8 h3{font-size:30px;}.elementor-kit-8 h4{font-size:27px;}.elementor-kit-8 h5{font-size:25px;}.elementor-kit-8 h6{font-size:22px;}.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;}}/* Start custom CSS */.zoom {
 
  transition: transform .2s; /* Animation */
}

.zoom:hover {
  transform: scale(1.04); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.elementor-widget-off-canvas .e-off-canvas__overlay
{
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.3); /* félig átlátszó háttér */
    padding: 20px;
    border-radius: 10px;
}


/* Na mobilných zariadeniach povoliť horizontálne posúvanie */
@media (max-width: 767px) {
  .table-responsive {
    display: block;                    /* blokový element pre správne fungovanie */
    width: 100%;                       /* naplní šírku rodiča */
    overflow-x: auto;                  /* umožní horizontálne posúvanie */
    -webkit-overflow-scrolling: touch; /* plynulé posúvanie na iOS */
  }
  /* Ak je tabuľka príliš úzka, zabráni lámaniu buniek */
  .table-responsive table {
    min-width: 600px;                  /* upravte podľa potreby */
  }
}/* End custom CSS */