/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 21 2026 | 11:18:35 */
/* Fejlec arnyek - vizualisan lezarja a fejlecet */
#header.ct-header {
    box-shadow: 0 2px 10px rgba(15, 35, 60, 0.08);
    position: relative;
    z-index: 30;
}

/* Logo es cim egymas mellett, kozepre igazitva */
#header .site-branding {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 14px;
}
#header .site-branding .site-logo-container {
    display: flex;
    align-items: center;
}
#header .site-branding .default-logo {
    max-height: 48px;
    width: auto;
}
#header .site-branding .site-title {
    font-size: 22px;
}

/* Alacsonyabb fejlec asztali nezetben - nincs ures ter a menu alatt */
@media (min-width: 1000px) {
    [data-header*="type-1"] .ct-header [data-row*="middle"] { --height: 80px; }
    [data-header*="type-1"] { --header-height: 80px; }
}

/* Lenyilo menu kozvetlenul a fejlec also elehez tapadjon */
header#header [class*="animated-submenu"] > .sub-menu {
    transform: translateY(0) !important;
}

/* Fomenupont es a lenyilo legordulo vizualis osszekapcsolasa hover-kor */
header#header .menu-item-has-children:hover > a.ct-menu-link,
header#header .menu-item-has-children:hover > span > a.ct-menu-link {
    background-color: rgb(25, 42, 61);
    color: #ffffff !important;
    border-radius: 2px 2px 0 0;
}