/* ============================================================
   1. FEJLÉC, LOGÓ ÉS OLDALALAPOK
   ============================================================ */
body { 
    padding-top: 0 !important; 
    background-color: #ffffff !important; 
}

.navbar-default.navbar-fixed-top {
    position: static !important; 
    background: linear-gradient(135deg, #1a2421 0%, #2e3b38 60%, #9e8a5a 100%) !important;
    border: none !important;
    min-height: 80px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin-bottom: 0 !important; /* Rés megszüntetése a fejléc alatt */
}

.navbar-header {
    float: none !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

.navbar-brand span {
    color: #ffffff !important;
    font-family: 'Georgia', serif !important;
    letter-spacing: 5px !important;
    text-transform: uppercase !important;
    font-size: clamp(2rem, 5vw, 4rem) !important;
}

/* Navigáció, kereső és egyéb sallangok tiltása */
.navbar-collapse, .menu, .kereses, .mainsearch, .fa-search, .fa-home, .navbar-toggle, nav + br {
    display: none !important;
}

/* ============================================================
   2. BELSŐ OLDALI ZÖLD SÁV ÉS CÍMSOROK TILTÁSA
   ============================================================ */
#inner-headline, 
.page-header, 
.breadcrumb, 
.breadcrumbs, 
#breadcrumbs, 
.heading-section,
section.breadcrumbs,
.inner-page-header-area {
    display: none !important;
}

/* ============================================================
   3. KÖZÉPSŐ MEZŐ ÉS KÉPEK
   ============================================================ */
.leiras {
    background-color: #ffffff !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
    text-align: center !important;
    padding-top: 0 !important; /* Rés megszüntetése a tartalom tetején */
}

.img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

/* ============================================================
   4. RESZPONZÍV GOMBSOR ÉS A "VISSZA" KÉP JAVÍTÁSA
   ============================================================ */
.gombsor-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    line-height: 0;
}

/* A "vissza a főoldalra" kép méretezése */
a[href*="orokmuvek.hu/hu"] img, 
a[href="/"] img,
.leiras a img {
    max-width: 250px !important; 
    height: auto !important;
    margin: 20px auto !important;
    display: block !important;
}

/* ============================================================
   5. LÁBLÉC (FOOTER) ÉS KAPCSOLAT - KOMPAKT VERZIÓ
   ============================================================ */
footer {
    background: linear-gradient(135deg, #1a2421 0%, #2e3b38 60%, #9e8a5a 100%) !important;
    border: none !important;
    padding: 0 !important;
    width: 100% !important;
    clear: both !important;
    position: relative !important;
}

/* Minden felesleges háttér és keret eltávolítása a belső elemekről */
footer .inner-footer, footer .container, footer .row, footer [class*="col-"] {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 auto !important;
}

/* Belső margó csökkentése (itt dől el a magasság) */
footer .inner-footer {
    padding: 15px 0 15px 0 !important; /* 30px-ről 15px-re csökkentve */
    text-align: center !important;
}

.f-contact {
    float: none !important;
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

/* Eredeti widget elemek elrejtése */
.f-contact p, .f-contact i, .fa-envelope, .f-contact .fa, .f-contact h3.widgetheading, section.box, .box {
    display: none !important;
}

/* Címsor méretének és margójának finomítása */
.f-contact::before {
    content: "KAPCSOLAT";
    display: block;
    font-family: 'Georgia', serif !important;
    font-size: 16px !important; /* 20px-ről 16px-re csökkentve */
    font-weight: bold;
    color: #ffffff !important;
    text-decoration: underline !important;
    letter-spacing: 2px;
    margin-bottom: 5px; /* 10px-ről 5px-re csökkentve */
}

/* Email cím méretének finomítása */
.f-contact::after {
    content: "info@orokmuvek.hu";
    display: block;
    font-family: 'Georgia', serif !important;
    font-size: 14px !important;
    color: #ffffff !important;
}

/* Közösségi ikonok (ha vannak) távolságának csökkentése */
.social-network {
    display: flex !important;
    justify-content: center !important;
    margin: 10px 0 0 0 !important; /* Kisebb felső margó */
    padding: 0 !important;
    list-style: none !important;
}

/* Az alsó fekete sáv (Copyright rész) teljes elrejtése vagy minimalizálása */
/* Ha teljesen el akarod tüntetni az alsó sávot, használd a display: none-t */
.last-div {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 10px 0 !important; /* 20px-ről 10px-re csökkentve */
    background: rgba(0, 0, 0, 0.3) !important;
    text-align: center !important;
    font-size: 12px !important; /* Kisebb betűméret */
}

.copyright, .credits { 
    color: rgba(255, 255, 255, 0.6) !important; /* Halványabb szín, hogy ne legyen tolakodó */
}

/* ============================================================
   6. MOBIL NÉZET
   ============================================================ */
@media (max-width: 991px) {
    .leiras, .container, .gombsor-container {
        padding: 0 !important;
        width: 100% !important;
    }

    a[href*="orokmuvek.hu/hu"] img, 
    a[href="/"] img,
    .leiras a img {
        max-width: 180px !important;
    }
}

/* ============================================================
   7. FEHÉR HÉZAGOK ELTÜNTETÉSE (FEJLÉC ÉS KÉP KÖZÖTT)
   ============================================================ */
#content, .content, #main-content, .main-container, section#content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

header {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.speedpc {
    background: #121816 !important;
    color: #555 !important;
    text-align: center !important;
}

.speedpc { display:block;text-align:center; font-size:13px;background:#fff; color:#000;}

.lang .sub li a { background:transparent;}

