<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --- Site max. szĂ©lessĂ©g + ĂˇrnyĂ©k fix --- */
.t4-content .t4-content-inner {
	background: var(--body-bg-color);
	-webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 00px rgba(0, 0, 0, 0.1);
	max-width: 10000px;
	margin: auto;
}

/* --- Cookie felsĹ‘ border fix --- */
.border-top {
	border-top: 0px solid #e9ecef !important;
}

/* --- LogĂł, telefonszĂˇm kĂ¶zĂ©pre --- */

@media (max-width: 950px) {
	.kozepre {
		float: none !important;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

/* --- Dropdown menu color --- */
.t4-megamenu .dropdown-menu {
	background: #eeee9b;
}

/* --- Slider fix --- */
#dj-mslider1m117 {
	margin: 0px auto;
	border: 0px;
}


/* --- oldal header fix --- */
.item-page .page-header h2, .item-page .page-header .h2 {
	font-size: var(--h3-font-size); 
}

/* --- cikk kihĂşzĂˇsa a heder/menu alĂłl --- */
.t4-header.section-overlap {
	margin-bottom: 0px;
}

/* --- MenĂĽ alatti alĂˇhĂşzĂˇs eltĂĽntetĂ©se --- */

.theme-default .t4-header.section-overlap .t4-megamenu &gt; ul.navbar-nav &gt; li:not(.dropdown) &gt; a::before {
	height: 0px;
}

/* --- MenĂĽcsĂ­k vĂ©konyĂ­tĂˇsa --- */
.t4-megamenu &gt; .navbar-nav &gt; li &gt; .nav-link, .t4-megamenu &gt; .navbar-nav &gt; li &gt; a {
	padding: 0px 1.07rem;
	height: 26px;
	line-height: 25px;
}

.t4-section-inner.container-fluid .header-block, .t4-section-inner.container-lg .header-block, .t4-section-inner.container-md .header-block, .t4-section-inner.container-sm .header-block, .t4-section-inner.container-xl .header-block, .t4-section-inner.container-xxl .header-block {
	padding: 1.1rem 0;
}

.t4-header-height {
	min-height: 50px;
}

.t4-header {
	min-height: 50px;
}

/* --- GyĂłgynĂ¶vĂ©nyek fix --- */
div[id*="t4-main-bottom-"], #t4-main-bottom {
	padding-bottom: 10px;
}

/* --- Footer fix --- */
.t4-footer .t4-section-inner {
	padding-bottom: 0;
}
.t4-footer .t4-section-inner {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	position: relative;
}
p {
	margin-top: 0;
	margin-bottom: 0;
}

/* --- KĂ©pek kĂ¶zĂ©pre --- */

@media (max-width: 1000px) {
	.kepkozepre {
		float: none !important;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 600px) {
	.szukkepkozepre {
		float: none !important;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

</pre></body></html>