:root, html, body {color-scheme: light !important;}:root {--bs-primary: rgb(24, 24, 24);--bs-secondary: rgb(183, 169, 130);--bs-tertiary: rgb(43, 48, 53);--bs-success: rgb(25, 135, 84);--bs-info: rgb(23, 162, 184);--bs-warning: rgb(255, 193, 7);--bs-danger: rgb(220, 53, 69);--bs-light: rgb(245, 245, 245);--bs-dark: rgb(55, 55, 55);--bs-white: rgb(255, 255, 255);--bs-black: rgb(55, 55, 55);--bs-emphasis-color: rgb(55, 55, 55);--bs-emphasis-color-rgb: 55, 55, 55;--bs-border-color: rgba(217, 217, 217, 1);--bs-primary-rgb: 24, 24, 24;--bs-secondary-rgb: 183, 169, 130;--bs-tertiary-rgb: 43, 48, 53;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 23, 162, 184;--bs-warning-rgb: 255, 193, 7;;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 245, 245, 245;--bs-dark-rgb: 55, 55, 55;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 55, 55, 55;--bs-primary-bg: rgb(243, 241, 234);--bs-secondary-bg: rgb(243, 241, 234);--bs-tertiary-bg: rgba(222, 226, 230, 0.5);--bs-primary-bg-rgb: 243, 241, 234;--bs-secondary-bg-rgb: 243, 241, 234;--bs-tertiary-bg-rgb: 222, 226, 230;--bs-primary-color: rgba(24, 24, 24, .75);--bs-secondary-color: rgba(183, 169, 130, .75);--bs-tertiary-color: rgba(43, 48, 53, .75);--bs-link-color: rgb(24, 24, 24);--bs-link-color-rgb: 24, 24, 24;--bs-link-hover-color-rgb: 20, 20, 20;--bs-link-hover-color: rgba(20, 20, 20, 1);--bs-body-color: rgb(55, 55, 55);--bs-body-color-rgb: 55, 55, 55;--bs-body-bg: rgb(255, 255, 255);--bs-body-bg-rgb: 255, 255, 255;--bs-primary-text-emphasis: rgba(14, 14, 14, 1);--bs-secondary-text-emphasis: rgba(110, 101, 78, 1);--bs-tertiary-text-emphasis: rgba(26, 29, 32, 1);--bs-success-text-emphasis: rgba(15, 81, 50, 1);--bs-info-text-emphasis: rgba(14, 97, 110, 1);--bs-warning-text-emphasis: rgba(153, 116, 4, 1);--bs-danger-text-emphasis: rgba(132, 32, 41, 1);--bs-primary-bg-subtle: rgb(243, 241, 234);--bs-secondary-bg-subtle: rgb(243, 241, 234);--bs-tertiary-bg-subtle: rgba(222, 226, 230, 0.5);--bs-success-bg-subtle: rgba(244, 249, 246, 1);--bs-info-bg-subtle: rgba(243, 250, 251, 1);--bs-warning-bg-subtle: rgba(255, 252, 243, 1);--bs-danger-bg-subtle: rgba(253, 245, 246, 1);--bs-primary-border-subtle: rgba(194, 193, 187, 1);--bs-secondary-border-subtle: rgba(194, 193, 187, 1);--bs-tertiary-border-subtle: rgba(178, 181, 184, 0.5);--bs-success-border-subtle: rgba(209, 231, 221, 1);--bs-info-border-subtle: rgba(209, 236, 241, 1);--bs-warning-border-subtle: rgba(255, 243, 205, 1);--bs-danger-border-subtle: rgba(248, 215, 218, 1);--bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.02);--bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, 0.02);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.02);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.02);--bs-body-font-family: "Barlow", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-heading-font-family: "Barlow Condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";}html {background-color: var(--bs-primary);}h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {font-family: var(--bs-heading-font-family);}.swiper, .swiper-button-prev, .swiper-button-next {--swiper-navigation-color: rgb(24, 24, 24);}.swiper-pagination, .swiper-pagination-bullet {--swiper-pagination-color: rgb(24, 24, 24);}.btn-close {--bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0.02);}.btn-primary {--bs-btn-color: rgb(255, 255, 255);--bs-btn-bg: rgb(24, 24, 24);--bs-btn-border-color: rgb(24, 24, 24);--bs-btn-hover-color: rgb(255, 255, 255);--bs-btn-hover-bg: rgba(59, 59, 59, 1);--bs-btn-hover-border-color: rgb(24, 24, 24);--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: rgb(255, 255, 255);--bs-btn-active-bg: rgba(70, 70, 70, 1);--bs-btn-active-border-color: rgba(70, 70, 70, 1);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.02);--bs-btn-disabled-color: rgb(255, 255, 255);--bs-btn-disabled-bg: rgba(93, 93, 93, 1);--bs-btn-disabled-border-color: rgba(93, 93, 93, 1);}.btn-primary-subtle {--bs-btn-color: rgb(255, 255, 255);--bs-btn-bg: rgb(243, 241, 234);--bs-btn-border-color: rgb(24, 24, 24);--bs-btn-hover-color: rgb(255, 255, 255);--bs-btn-hover-bg: rgba(59, 59, 59, 1);--bs-btn-hover-border-color: rgb(24, 24, 24);--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: rgb(255, 255, 255);--bs-btn-active-bg: rgba(70, 70, 70, 1);--bs-btn-active-border-color: rgba(70, 70, 70, 1);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.02);--bs-btn-disabled-color: rgb(255, 255, 255);--bs-btn-disabled-bg: rgba(93, 93, 93, 1);--bs-btn-disabled-border-color: rgba(93, 93, 93, 1);}.btn-outline-primary-subtle {--bs-btn-color: rgb(243, 241, 234);--bs-btn-border-color: rgb(243, 241, 234);--bs-btn-hover-color: rgb(255, 255, 255);--bs-btn-hover-bg: rgba(245, 243, 237, 1);--bs-btn-hover-border-color: rgb(243, 241, 234);--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: rgb(255, 255, 255);--bs-btn-active-bg: rgba(70, 70, 70, 1);--bs-btn-active-border-color: rgba(70, 70, 70, 1);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.02);--bs-btn-disabled-color: rgb(255, 255, 255);--bs-btn-disabled-bg: rgba(93, 93, 93, 1);--bs-btn-disabled-border-color: rgba(93, 93, 93, 1);}.btn-secondary {--bs-btn-color: rgb(17, 17, 17);--bs-btn-bg: rgb(183, 169, 130);--bs-btn-border-color: rgb(183, 169, 130);--bs-btn-hover-color: rgb(17, 17, 17);--bs-btn-hover-bg: rgba(194, 182, 149, 1);--bs-btn-hover-border-color: rgb(183, 169, 130);--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: rgb(17, 17, 17);--bs-btn-active-bg: rgba(197, 186, 155, 1);--bs-btn-active-border-color: rgba(197, 186, 155, 1);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.02);--bs-btn-disabled-color: rgb(17, 17, 17);--bs-btn-disabled-bg: rgba(205, 195, 168, 1);--bs-btn-disabled-border-color: rgba(205, 195, 168, 1);}.btn-tertiary {--bs-btn-color: rgb(222, 226, 230);--bs-btn-bg: rgb(43, 48, 53);--bs-btn-border-color: rgb(43, 48, 53);--bs-btn-hover-color: rgb(222, 226, 230);--bs-btn-hover-bg: rgba(75, 79, 83, 1);--bs-btn-hover-border-color: rgb(43, 48, 53);--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: rgb(222, 226, 230);--bs-btn-active-bg: rgba(85, 89, 93, 1);--bs-btn-active-border-color: rgba(85, 89, 93, 1);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.02);--bs-btn-disabled-color: rgb(222, 226, 230);--bs-btn-disabled-bg: rgba(107, 110, 114, 1);--bs-btn-disabled-border-color: rgba(107, 110, 114, 1);}.btn-secondary-subtle {--bs-btn-color: rgb(17, 17, 17);--bs-btn-bg: rgb(243, 241, 234);--bs-btn-border-color: rgb(183, 169, 130);--bs-btn-hover-color: rgb(17, 17, 17);--bs-btn-hover-bg: rgba(194, 182, 149, 1);--bs-btn-hover-border-color: rgb(183, 169, 130);--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: rgb(17, 17, 17);--bs-btn-active-bg: rgba(197, 186, 155, 1);--bs-btn-active-border-color: rgba(197, 186, 155, 1);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.02);--bs-btn-disabled-color: rgb(17, 17, 17);--bs-btn-disabled-bg: rgba(205, 195, 168, 1);--bs-btn-disabled-border-color: rgba(205, 195, 168, 1);}.btn-tertiary-subtle {--bs-btn-color: rgb(222, 226, 230);--bs-btn-bg: rgba(222, 226, 230, 0.5);--bs-btn-border-color: rgb(43, 48, 53);--bs-btn-hover-color: rgb(222, 226, 230);--bs-btn-hover-bg: rgba(75, 79, 83, 1);--bs-btn-hover-border-color: rgb(43, 48, 53);--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: rgb(222, 226, 230);--bs-btn-active-bg: rgba(85, 89, 93, 1);--bs-btn-active-border-color: rgba(85, 89, 93, 1);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.02);--bs-btn-disabled-color: rgb(222, 226, 230);--bs-btn-disabled-bg: rgba(107, 110, 114, 1);--bs-btn-disabled-border-color: rgba(107, 110, 114, 1);}.btn-outline-secondary-subtle {--bs-btn-color: rgb(243, 241, 234);--bs-btn-border-color: rgb(243, 241, 234);--bs-btn-hover-color: rgb(17, 17, 17);--bs-btn-hover-bg: rgba(245, 243, 237, 1);--bs-btn-hover-border-color: rgb(243, 241, 234);--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: rgb(17, 17, 17);--bs-btn-active-bg: rgba(197, 186, 155, 1);--bs-btn-active-border-color: rgba(197, 186, 155, 1);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.02);--bs-btn-disabled-color: rgb(17, 17, 17);--bs-btn-disabled-bg: rgba(205, 195, 168, 1);--bs-btn-disabled-border-color: rgba(205, 195, 168, 1);}.btn-outline-tertiary-subtle {--bs-btn-color: rgba(222, 226, 230, 0.5);--bs-btn-border-color: rgba(222, 226, 230, 0.5);--bs-btn-hover-color: rgb(222, 226, 230);--bs-btn-hover-bg: rgba(227, 230, 234, 0.5);--bs-btn-hover-border-color: rgba(222, 226, 230, 0.5);--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: rgb(222, 226, 230);--bs-btn-active-bg: rgba(85, 89, 93, 1);--bs-btn-active-border-color: rgba(85, 89, 93, 1);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.02);--bs-btn-disabled-color: rgb(222, 226, 230);--bs-btn-disabled-bg: rgba(107, 110, 114, 1);--bs-btn-disabled-border-color: rgba(107, 110, 114, 1);}.btn-light {--bs-btn-color: rgb(55, 55, 55);--bs-btn-bg: rgb(245, 245, 245);--bs-btn-border-color: rgb(245, 245, 245);--bs-btn-hover-color: rgba(85, 85, 85, 1);--bs-btn-hover-bg: rgba(233, 233, 233, 1);--bs-btn-hover-border-color: rgba(233, 233, 233, 1);--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: rgba(85, 85, 85, 1);--bs-btn-active-bg: rgba(220, 220, 220, 1);--bs-btn-active-border-color: rgba(220, 220, 220, 1);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.02);--bs-btn-disabled-color: rgba(85, 85, 85, 1);--bs-btn-disabled-bg: rgba(196, 196, 196, 1);--bs-btn-disabled-border-color: rgba(196, 196, 196, 1);}.btn-dark {--bs-btn-color: rgb(245, 245, 245);--bs-btn-bg: rgb(55, 55, 55);--bs-btn-border-color: rgb(55, 55, 55);--bs-btn-hover-color: rgba(247, 247, 247, 1);--bs-btn-hover-bg: rgba(85, 85, 85, 1);--bs-btn-hover-border-color: rgba(85, 85, 85, 1);--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: rgba(248, 248, 248, 1);--bs-btn-active-bg: rgba(105, 105, 105, 1);--bs-btn-active-border-color: rgba(105, 105, 105, 1);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.02);--bs-btn-disabled-color: rgba(196, 196, 196, 1);--bs-btn-disabled-bg: rgb(55, 55, 55);--bs-btn-disabled-border-color: rgb(55, 55, 55);}.text-bg-primary {color: rgb(255, 255, 255) !important;}.text-primary-subtle {color: rgb(243, 241, 234);}.text-bg-secondary {color: rgb(17, 17, 17) !important;}.text-secondary-subtle {color: rgb(243, 241, 234);}.bg-tertiary {background-color: rgb(43, 48, 53) !important;}.text-bg-tertiary {background-color: rgb(43, 48, 53) !important;color: rgb(222, 226, 230) !important;}.text-tertiary {color: rgb(43, 48, 53) !important;}.text-tertiary-subtle {color: rgba(222, 226, 230, 0.5);}.dropdown-menu {--bs-dropdown-bg: rgb(255, 255, 255);--bs-dropdown-link-active-color: rgb(24, 24, 24);--bs-dropdown-link-hover-color: rgba(59, 59, 59, 1);--bs-dropdown-link-hover-bg: rgb(243, 241, 234);--bs-dropdown-link-color: rgb(55, 55, 55);}.pagination {--bs-pagination-active-bg: rgb(24, 24, 24);--bs-pagination-disabled-bg: inherit;--bs-pagination-disabled-color: inherit;--bs-pagination-active-border-color: rgb(24, 24, 24);--bs-pagination-focus-box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0.02);}.navbar {--bs-navbar-active-color: var(--bs-primary) ;--bs-navbar-color: inherit;}.navbar .nav-link.static-active { color: var(--bs-navbar-active-color);}.navbar-nav {--bs-nav-link-hover-color: rgba(59, 59, 59, 1); --bs-nav-link-font-weight: 300;}.nav-pills {--bs-nav-pills-link-active-color: rgb(55, 55, 55);--bs-nav-pills-link-active-bg: rgb(243, 241, 234);}.progress {--bs-progress-bar-bg: rgb(24, 24, 24);}.accordion {--bs-accordion-active-color: rgb(24, 24, 24);}.btn-outline-primary {--bs-btn-color: rgb(24, 24, 24);--bs-btn-border-color: rgb(24, 24, 24);--bs-btn-hover-color: rgb(255, 255, 255);--bs-btn-hover-bg: rgb(24, 24, 24);--bs-btn-hover-border-color: rgb(24, 24, 24);--bs-btn-focus-shadow-rgb: 24, 24, 24;--bs-btn-active-color: rgb(255, 255, 255);--bs-btn-active-bg: rgb(24, 24, 24);--bs-btn-active-border-color: rgb(24, 24, 24);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.02);--bs-btn-disabled-color: rgb(24, 24, 24);--bs-btn-disabled-border-color: rgb(24, 24, 24);}.btn-outline-secondary {--bs-btn-color: rgb(183, 169, 130);--bs-btn-border-color: rgb(183, 169, 130);--bs-btn-hover-color: rgb(255, 255, 255);--bs-btn-hover-bg: rgb(183, 169, 130);--bs-btn-hover-border-color: rgb(183, 169, 130);--bs-btn-focus-shadow-rgb: 183, 169, 130;--bs-btn-active-color: rgb(255, 255, 255);--bs-btn-active-bg: rgb(183, 169, 130);--bs-btn-active-border-color: rgb(183, 169, 130);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.02);--bs-btn-disabled-color: rgb(183, 169, 130);--bs-btn-disabled-border-color: rgb(183, 169, 130);}.btn-outline-tertiary {--bs-btn-color: rgb(43, 48, 53);--bs-btn-border-color: rgb(43, 48, 53);--bs-btn-hover-color: rgb(255, 255, 255);--bs-btn-hover-bg: rgb(43, 48, 53);--bs-btn-hover-border-color: rgb(43, 48, 53);--bs-btn-focus-shadow-rgb: 43, 48, 53;--bs-btn-active-color: rgb(255, 255, 255);--bs-btn-active-bg: rgb(43, 48, 53);--bs-btn-active-border-color: rgb(43, 48, 53);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.02);--bs-btn-disabled-color: rgb(43, 48, 53);--bs-btn-disabled-border-color: rgb(43, 48, 53);}.table-primary {--bs-table-bg:rgb(24, 24, 24);--bs-table-color:rgb(255, 255, 255);}.table-secondary {--bs-table-bg:rgb(183, 169, 130);--bs-table-color:rgb(17, 17, 17);}.table-tertiary {--bs-table-bg:rgb(43, 48, 53);--bs-table-color:rgb(222, 226, 230);}.form-check-input:checked {background-color: rgb(24, 24, 24) ;border-color: rgb(24, 24, 24) ;}.form-control:focus, .form-select:focus {border-color: rgba(140, 140, 140, 1);}.list-group {--bs-list-group-active-bg: rgb(24, 24, 24);--bs-list-group-active-border-color: rgb(24, 24, 24);--bs-list-group-active-color: rgb(255, 255, 255);}.text-bg-success { color: rgb(255, 255, 255) !important; background-color: rgb(25, 135, 84) !important;}.text-bg-warning { color: rgb(255, 255, 255) !important; background-color: rgb(255, 193, 7) !important;}.text-bg-danger { color: rgb(55, 55, 55) !important; background-color: rgb(220, 53, 69) !important;}.text-bg-info { color: rgb(255, 255, 255) !important; background-color: rgb(23, 162, 184) !important;}.text-bg-light { color: rgb(55, 55, 55) !important; background-color: rgb(245, 245, 245) !important;}.text-bg-dark { color: rgb(255, 255, 255) !important; background-color: rgb(55, 55, 55) !important;}.text-bg-primary-subtle { background-color: rgb(243, 241, 234) !important; color: rgb(55, 55, 55) !important;}.text-bg-secondary-subtle { background-color: rgb(243, 241, 234) !important; color: rgb(55, 55, 55) }.text-bg-tertiary-subtle { background-color: rgba(222, 226, 230, 0.5) !important; color: rgb(55, 55, 55) }.text-bg-body { background-color: rgb(255, 255, 255) !important; color: rgb(55, 55, 55) !important;}.text-bg-white { background-color: rgb(255, 255, 255) !important; color: rgb(55, 55, 55) !important;}.text-body-bg { color: var(--bs-body-bg);}.btn-body { --bs-btn-color: var(--bs-body-color); --bs-btn-bg: var(--bs-body-bg);}.btn-outline-body { --bs-btn-color: var(--bs-body-bg); --bs-btn-border-color: var(--bs-body-bg);}.offcanvas, .offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl { --bs-offcanvas-bg: var(--bs-white) !important;}.card {--bs-card-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.02);--bs-card-title-color: rgb(55, 55, 55);--bs-card-color: rgb(55, 55, 55);--bs-card-border-color: rgba(217, 217, 217, 1);} .card {--bs-card-border-radius: 0rem !important;--bs-card-inner-border-radius: 0rem !important;}:root { --bs-border-radius: 0rem !important; --bs-border-radius-sm: 0rem !important; --bs-border-radius-lg: 0rem !important; --bs-border-radius-xl: 0rem !important; --bs-border-radius-xxl: 0rem !important; --bs-border-radius-2xl: 0rem !important; --bs-border-radius-pill: 0rem !important;} .btn, .btn-sm, .btn-lg { --bs-btn-border-radius: 0rem !important; } .dropdown-menu { --bs-dropdown-border-radius: 0rem !important; --bs-dropdown-inner-border-radius: 0rem !important; } .dropdown { --bs-dropdown-item-border-radius: 0rem !important; } .badge { --bs-badge-border-radius: 0rem !important; } .img-rounded, .form-check-input[type=checkbox] { border-radius: 0rem !important; } .card_kite { --kite-clip-radius: 0rem !important; --bs-card-border-radius: 0rem !important; } .form-control { border-radius: 0rem; } * { border-radius: 0rem !important; } .border-body { border-color: var(--bs-body-bg) !important; }p { text-align: justify; overflow-wrap: break-word; hyphens: auto;}.nav-link, h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 { font-family: "Barlow Condensed", sans-serif !important;}h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 { font-weight: 300 !important;}h1 { text-transform: uppercase;}#cta .btn { font-weight: 400;}#cta .btn-light { background: none; border: 1px #222 solid;}#cta .unique_bg_image { background-attachment: fixed;}h2 { text-transform: uppercase; letter-spacing: 1px;}.offcanvas-body ul:first-child { margin-left: 140px;}.swiper-button-prev, .swiper-button-next { color: #fff !important;}/***** Menüsor *****/.nav-link { font-size: 1.125rem;}.item-level-1:first-child .nav-link { padding-left: var(--bs-navbar-nav-link-padding-x);}.item-level-1:last-child .nav-link { padding-right: var(--bs-navbar-nav-link-padding-x);}/* A nav linkek alapstílusa */.navbar-nav .nav-link { position: relative !important; transition: opacity 200ms; text-transform: uppercase;}.navbar-nav a.nav-link { text-decoration: none;}.navbar-nav a.nav-link:hover { color: var(--bs-body-color);}/* Az aláhúzó vonalka */.navbar-nav .nav-link::after { content: ""; position: absolute; left: 24px; /* megegyezik a padding-left értékével */ right: 24px; /* megegyezik a padding-right értékével */ bottom: 0px; /* megegyezik a padding-bottom értékével */ height: 1px; background: var(--bs-body-color); transform: scaleX(0); transform-origin: left center; transition: transform 300ms;}.navbar-nav .nav-link:hover::after { transform: scaleX(1);}#footer-menu .navbar-nav .nav-link::after { height: 0;}#footer-logo { height: 100px;}#footer-menu a { font-size: 20px;}/*******portfolio áttűnés hack*******/.card_kite_overlay .text-black { align-items: center; justify-content: center;}.card_kite_overlay .flex-grow-1 { flex-grow: 0 !important;}/***/.card_kite_overlay .gap-3 { gap: 0.5rem !important;}.card_kite_overlay .h6 { font-size: 1.6rem; text-align: center;}.card_kite_overlay span { font-size: 0.8rem; letter-spacing: 1px;}/***portfolio leírás eltüntetés****/.article_box .card_kite_text { display: none;}/****galéria****/.galeria .card_kite_overlay .h6 { font-size: 1.2rem;}#bemutatkozas article.block_column { padding-left: 2rem; padding-right: 2rem;}.nagycim { font-size: 2rem; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 2rem;}.article_box h3 a { font-size: 1.5rem;}#footer-menu .nav-link { font-size: 1.1rem;}/*.card { border: none; box-shadow: none !important;}*/.btn { font-weight: 400; text-transform: uppercase;}#cta .btn { text-transform: none;}.dropdown .dropdown-menu .dropdown-item, .dropup .dropdown-menu .dropdown-item { font-weight: 400;}/**---Barlow vége---**//*****szolgáltatások oldalak****/.vonalkas article h3 { position: relative;}.vonalkas article h3::after { content: ""; width: 15%; height: 1px; background: var(--bs-body-color); position: absolute; bottom: -20px; left: 0;}.steps h3 { padding: 10px 20px 20px; border-bottom: 1px solid var(--bs-body-color);}.kapcs a { font-size:1.25rem; line-height: 2;}.kapcs a .fa-arrow-up-right-from-square { display: none;}#cta .fa-regular { margin-right: 12px;}@media (min-width: 992px) { .keskeny { margin-inline: auto; width:70%; } /*#sajto .d-grid { width: 800px; margin: auto; }*/}.service_box h6, .h6 { font-size: 1.5rem;}/***** ==== HEADER logó módosítás. ====== *****/@media (min-width: 1200px) { /* 1. Navbar és container fix magasság – görgetésre nem változik */ nav#header_navbar { height: 110px !important; overflow: visible !important; } /* 2. Logó link: fix 130px háttérdoboz (90px kép + 20px padding minden oldalon) */ nav#header_navbar a[href="/"] { /*background-color: #fff; padding: 15px !important; align-self: auto !important;*/ height: 90px !important; /*width: auto !important; box-sizing: border-box !important; position: relative !important; flex-shrink: 0 !important; transition: none !important; display: flex !important; align-items: center !important; justify-content: flex-start !important; margin-top: 30px; box-shadow: 20px 20px 50px rgba(0,0,0,0.05);*/ } /* 3. Logó kép – másfélszeres méret, fix, görgetésre nem változik nav#header_navbar a[href="/"] picture { height: 90px !important; width: auto !important; transition: none !important; display: block !important; line-height: 0 !important; }*/}