.elementor-kit-7{--e-global-color-primary:#D63146;--e-global-color-secondary:#222D5D;--e-global-color-text:#61C3D9;--e-global-color-accent:#FFFFFF;--e-global-color-d09164f:#2A2A2A;--e-global-color-972090e:#396F9C;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:2.7rem;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-line-height:3rem;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:1rem;--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4rem;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1.2rem;--e-global-typography-192af5d-font-family:"Poppins";--e-global-typography-192af5d-font-size:2rem;--e-global-typography-192af5d-font-weight:700;--e-global-typography-192af5d-line-height:2.5rem;--e-global-typography-746ce94-font-size:1.7rem;--e-global-typography-746ce94-font-weight:800;--e-global-typography-746ce94-line-height:2rem;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.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;}}/* Start custom CSS */jQuery(function($){

    $(document).on('click', '.sync-accordion .elementor-tab-title', function(e){

        var $clicked = $(this);
        var tabId    = $clicked.data('tab');                 // ugyanaz a tab (1, 2, stb.)
        var willOpen = !$clicked.hasClass('elementor-active'); // most NYITNI fogunk vagy CSUKNI?

        $('.sync-accordion .elementor-tab-title').each(function(){
            var $title = $(this);

            if ($title.data('tab') === tabId) {
                // nyitás: csak azokat kattintjuk meg, amik még nem aktívak
                if (willOpen && !$title.hasClass('elementor-active')) {
                    $title.trigger('click');
                }

                // zárás: csak azokat, amik aktívak
                if (!willOpen && $title.hasClass('elementor-active')) {
                    $title.trigger('click');
                }
            }
        });

    });

});/* End custom CSS */