@import "mobstyle.css" screen and (max-width: 640px);
@import "tablet.css" screen and (min-width: 768px) and (max-width: 1200px);




body .sppb-btn.gradient-button, body .btn.gradient-button {
    background: linear-gradient(133.69deg, #5f4d39 -2.59%, #9A785A 113.65%);
    color: #e5d9ce;
}
body .sppb-btn.gradient-button:hover, body .btn.gradient-button:hover {
    background: linear-gradient(133.69deg, #9A785A -2.59%, #5f4d39 113.65%);
    color: #fff;
}
body .sppb-btn.gradient-button:hover i.fas, body .btn.gradient-button:hover i.fas {
    background: #fff;
    color: #121212;
}
body .sppb-btn.gradient-button .fas, body .btn.gradient-button .fas {
    background: linear-gradient(133.69deg, #5f4d39 -2.59%, #9A785A 113.65%);
    color: #fff;
}
body .sppb-btn,body .btn {
    text-transform: none;
}
.gradient-image .sppb-addon-single-image-container:before {
    background: linear-gradient(133.69deg, #efd4bd87 -2.59%, #a27c52b0 113.65%);
}
.nevjegy {
    width: 300px;
    border: 1px solid #808080;
    padding: 10px;
    text-align: center;
    margin: 50px auto;
    /*height: 150px;*/
    box-shadow: 10px 10px 13px 4px #A47C56;
	background-color: #ffffff;
}
.nevjegy-nev {
	color: #ab8332;
	font-size: 20px;
	font-weight:700;
	border-bottom: 1px solid;
}
.contact-category h1 {
	font-size: 40px;
    margin-top: 30px;
}

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: #fff;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}
.fefco-number-button {
    width: 31%;
    margin-right: 6px;
    margin-bottom: 9px;
    margin-left: 6px;
    padding-top: 7px; 
    padding-bottom: 7px;
    float: none;
    /* background-color: #0e9ae2; */
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 24px;
    text-align: center;
    letter-spacing: 2px;
}

body.transparent-header #sp-header.header-sticky {
    
    background-color: #d1d1d1;
}
body.transparent-header #sp-header {
    
    background-color: #d1d1d1c9;
}
/* kikerült 2025.11.20 body.transparent-header #sp-header .logo {
    
    background-color: #d1d1d1;
} */
.service-feature {
    transition: all 0.3s ease;
    background: #8d6a4a;
    padding: 30px;
    border-radius: 16px;
}
.service-feature:hover {
    background: linear-gradient(133.69deg, #dfc4ab -2.59%, #725234 113.65%);
}
#sp-header {
    
box-shadow: 0px 1px 4px 0 rgb(0 0 0 / 48%); }

.flip-box-inner p {
	text-shadow: 3px 2px 8px #121212;
    font-size: large;
}
.sp-megamenu-parent>li.active>a {
    background: linear-gradient(145deg, #eca96b, #633000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    color: rgba(0, 0, 0, 0);
}
#sp-menu .sp-module .sppb-btn.gradient-button:hover {
    padding: 9px 30px 17px 32px;
    background: rgba(0, 0, 0, 0);
	 background: linear-gradient(133.69deg, #eca96b -2.59%, #8b4c15 113.65%);
    border: 1px solid #eca96b;
    font-size: 14px;
	color: #633000;
}
#sp-menu .sp-module .sppb-btn.gradient-button {
	border: 1px solid #eca96b;
    font-size: 14px;
	color: #121212;
}

/* A táblázat stílusa a keretek helyes megjelenítéséhez */
        #ertekelo-tablazat table {
            border-collapse: collapse; 
            width: 100%;
        }

        /* Minden cellára vonatkozó stílusok (keret, háttér, belső térköz) */
        #ertekelo-tablazat td {
            border: 1px solid #bbbbbb;
            background-color: #f0f0f0;
            padding: 10px;
        }

        /* --- Oszlopszélesség beállítása az ID-n keresztül --- */

        /* Első oszlop: max. 300px */
        #ertekelo-tablazat tr td:nth-child(1) {
            max-width: 300px;
            width: 300px; /* Megadhatjuk a szélességet is, hogy biztosítsuk a max. szélesség elérését */
        }

        /* Második oszlop: max. 400px */
        #ertekelo-tablazat tr td:nth-child(2) {
            max-width: 400px;
            width: 400px;
        }

        /* Harmadik oszlop: max. 250px */
        #ertekelo-tablazat tr td:nth-child(3) {
            max-width: 250px;
            width: 250px;
        }

        /* Negyedik oszlop: max. 250px */
        #ertekelo-tablazat tr td:nth-child(4) {
            max-width: 250px;
            width: 250px;
        }
        
.burger-icon:before {
	background: #eca96b;
    
}       
.fefco_box {
	display: flex;
    flex-wrap: wrap;
    background-color: #81818126;
	justify-content: center;
	/*background-image: url(/images/hatterek/hullamkarton3.jpg);*/
}
.fefco_item {
	border: 1px solid #e0e0e0;
    margin: 10px;
    padding: 5px;
	background-color: #fff;
}
.fefco_number {
	font-size: 20px;
    font-weight: 500;
}
.sppb-addon-content h3 {
	width: 100%;
	background-color:#f0f0f0;
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
}

@media (min-width: 500px) {
   #nyelv {
	display:none
}
}
@media (max-width: 575px) {
    #sp-header #nyelv .sp-module  {
        margin-left: 0px ! important;
		width: 50px;}
	.li.lang-active {
		padding: 0px ! important;
		
		}
    }

#nyelv {
	position: absolute !important;
    right: 0px !important;
    width: auto !important;
	padding-right: 0 !important;
	/*    padding-top: 5px;*/
	top: 50% !important;  /* most már a .header-background-hoz igazít */
    transform: translateY(-50%) !important;
}
#nyelv div.mod-languages ul li.lang-active {
    
    padding: 0px 5px 3px 0px !important;

}