.elementor-65 .elementor-element.elementor-element-5bf30f74{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:60px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-65 .elementor-element.elementor-element-5bf30f74:not(.elementor-motion-effects-element-type-background), .elementor-65 .elementor-element.elementor-element-5bf30f74 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFA;}.elementor-65 .elementor-element.elementor-element-5335e92c{text-align:start;}.elementor-65 .elementor-element.elementor-element-5335e92c .elementor-heading-title{font-size:36px;}.elementor-65 .elementor-element.elementor-element-1bf36b9 .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-65 .elementor-element.elementor-element-1bf36b9 .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-65 .elementor-element.elementor-element-1bf36b9{--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-justify-content:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}.elementor-65 .elementor-element.elementor-element-3cd95562{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:none;--border-style:none;--padding-top:60px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-65 .elementor-element.elementor-element-3cd95562:not(.elementor-motion-effects-element-type-background), .elementor-65 .elementor-element.elementor-element-3cd95562 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#D9D9D9;}.elementor-65 .elementor-element.elementor-element-5dfed4bd{text-align:center;}.elementor-65 .elementor-element.elementor-element-5dfed4bd .elementor-heading-title{font-family:"Garet", Sans-serif;font-size:40px;font-weight:400;text-transform:none;font-style:normal;text-decoration:none;line-height:1.15em;letter-spacing:3.5px;}.elementor-65 .elementor-element.elementor-element-6ee00201{text-align:center;}.elementor-65 .elementor-element.elementor-element-54b2bc9a .elementor-button{background-color:#FFFFFF00;font-family:"Garet", Sans-serif;font-size:21px;text-transform:uppercase;letter-spacing:2.2px;fill:#000000;color:#000000;box-shadow:0px 0px 0px 0px rgba(0,0,0,0.5);border-radius:0px 0px 0px 0px;}.elementor-65 .elementor-element.elementor-element-54b2bc9a .elementor-button:hover, .elementor-65 .elementor-element.elementor-element-54b2bc9a .elementor-button:focus{background-color:#BF9C72;color:#000000;}.elementor-65 .elementor-element.elementor-element-54b2bc9a.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-65 .elementor-element.elementor-element-54b2bc9a .elementor-button:hover svg, .elementor-65 .elementor-element.elementor-element-54b2bc9a .elementor-button:focus svg{fill:#000000;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-65 .elementor-element.elementor-element-5dfed4bd .elementor-heading-title{font-size:37px;}}/* Start custom CSS for gallery, class: .elementor-element-1bf36b9 */.balanced-gallery,
.balanced-gallery .elementor-widget-container {
    height: fit-content !important;
    min-height: 0 !important;
    max-height: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.balanced-gallery .e-gallery-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    grid-template-rows: repeat(2, 460px) !important;
    gap: 20px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* Alap képelem beállítás */
.balanced-gallery .e-gallery-item {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    overflow: hidden !important;
    margin: 0 !important;
}

/* Háttérképes Elementor galériához */
.balanced-gallery .e-gallery-image {
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center center !important;
}

/* Ha img tagként jelenik meg a kép */
.balanced-gallery .e-gallery-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

/* 1. kép bal fent */
.balanced-gallery .e-gallery-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

/* 2. kép bal lent */
.balanced-gallery .e-gallery-item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}

/* 3. kép középen nagy */
.balanced-gallery .e-gallery-item:nth-child(3) {
    grid-column: 2;
    grid-row: 1 / span 2;
}

/* 4. kép jobb oldalon nagy */
.balanced-gallery .e-gallery-item:nth-child(4) {
    grid-column: 3;
    grid-row: 1 / span 2;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    .balanced-gallery .e-gallery-container {
        grid-template-columns: 1fr 1fr !important;
        grid-template-rows: repeat(3, 360px) !important;
        gap: 18px !important;
    }

    .balanced-gallery .e-gallery-item:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    .balanced-gallery .e-gallery-item:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
    }

    .balanced-gallery .e-gallery-item:nth-child(3) {
        grid-column: 2;
        grid-row: 1 / span 2;
    }

    .balanced-gallery .e-gallery-item:nth-child(4) {
        grid-column: 1 / span 2;
        grid-row: 3;
    }
}

/* Mobil */
@media (max-width: 767px) {
    .balanced-gallery .e-gallery-container {
        display: grid !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: none !important;
        gap: 16px !important;
        height: auto !important;
    }

    .balanced-gallery .e-gallery-item {
        grid-column: auto !important;
        grid-row: auto !important;
        height: 280px !important;
    }
}

/* --- Terv szerinti mozaik, osszevont Hazi keptar (17 kep) --- */
@media (min-width: 1025px) {
    .balanced-gallery .e-gallery-container {
        grid-template-columns: repeat(24, 1fr) !important;
        grid-template-rows: 368px 208px 368px 208px 368px 208px 368px 208px 368px 208px !important;
    }
    .balanced-gallery .e-gallery-item:nth-child(1) { grid-column: 1 / span 11 !important; grid-row: 1 / span 2 !important; }
    .balanced-gallery .e-gallery-item:nth-child(2) { grid-column: 12 / span 6 !important; grid-row: 1 / span 2 !important; }
    .balanced-gallery .e-gallery-item:nth-child(3) { grid-column: 18 / span 7 !important; grid-row: 1 !important; }
    .balanced-gallery .e-gallery-item:nth-child(4) { grid-column: 18 / span 7 !important; grid-row: 2 !important; }
    .balanced-gallery .e-gallery-item:nth-child(5) { grid-column: 1 / span 6 !important; grid-row: 3 / span 2 !important; }
    .balanced-gallery .e-gallery-item:nth-child(6) { grid-column: 7 / span 7 !important; grid-row: 3 !important; }
    .balanced-gallery .e-gallery-item:nth-child(7) { grid-column: 7 / span 7 !important; grid-row: 4 !important; }
    .balanced-gallery .e-gallery-item:nth-child(8) { grid-column: 14 / span 11 !important; grid-row: 3 / span 2 !important; }
    .balanced-gallery .e-gallery-item:nth-child(9) { grid-column: 1 / span 11 !important; grid-row: 5 / span 2 !important; }
    .balanced-gallery .e-gallery-item:nth-child(10) { grid-column: 12 / span 6 !important; grid-row: 5 / span 2 !important; }
    .balanced-gallery .e-gallery-item:nth-child(11) { grid-column: 18 / span 7 !important; grid-row: 5 !important; }
    .balanced-gallery .e-gallery-item:nth-child(12) { grid-column: 18 / span 7 !important; grid-row: 6 !important; }
    .balanced-gallery .e-gallery-item:nth-child(13) { grid-column: 1 / span 6 !important; grid-row: 7 / span 2 !important; }
    .balanced-gallery .e-gallery-item:nth-child(14) { grid-column: 7 / span 7 !important; grid-row: 7 !important; }
    .balanced-gallery .e-gallery-item:nth-child(15) { grid-column: 7 / span 7 !important; grid-row: 8 !important; }
    .balanced-gallery .e-gallery-item:nth-child(16) { grid-column: 14 / span 11 !important; grid-row: 7 / span 2 !important; }
    /* zaro, teljes szelessegu legifoto */
    .balanced-gallery .e-gallery-item:nth-child(17) { grid-column: 1 / span 24 !important; grid-row: 9 / span 2 !important; }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .balanced-gallery .e-gallery-container {
        grid-template-columns: 1fr 1fr !important;
        grid-template-rows: repeat(9, 320px) !important;
    }
    /* tablet zaro */
    .balanced-gallery .e-gallery-item { grid-column: auto !important; grid-row: auto !important; }
    .balanced-gallery .e-gallery-item:nth-child(17) { grid-column: 1 / span 2 !important; }
}/* End custom CSS */
/* Start Custom Fonts CSS *//* End Custom Fonts CSS */