
/* Statikus Joomla-mentés takarítás utáni kiegészítő CSS */
.sp-page-builder, .page-content, .sppb-section { box-sizing: border-box; }
.sppb-container-inner, .sppb-row-container { max-width: 100%; margin: 0 auto; }
.sppb-row { display: flex; flex-wrap: wrap; }
.sppb-col-sm-12 { width: 100%; }
.sppb-col-md-9 { width: 75%; }
.sppb-col-md-3 { width: 25%; }
.sppb-column, .sppb-column-addons { width: 100%; }
.sppb-addon-content img { max-width: 100%; height: auto; }
.static-banner img { width: 100%; height: auto; display: block; }
.static-gallery { display:flex; flex-wrap:wrap; gap:12px; list-style:none; padding:0; margin:15px 0 30px; }
.static-gallery li { margin:0; }
.static-gallery img { width:200px; height:150px; object-fit:cover; display:block; border:1px solid #ddd; padding:3px; background:#fff; }
.static-map iframe { width:100%; height:400px; border:0; display:block; }
.offcanvas-menu .search, .flex-search { display:none !important; }
@media (max-width:767px){ .sppb-row { display:block; } .sppb-col-md-9,.sppb-col-md-3 { width:100%; } .static-gallery img{ width:140px; height:105px;} }
