/* --- Site max. szelesseg + arnyek 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 felso border fix --- */
.border-top {
	border-top: 0px solid #e9ecef !important;
}

/* --- Dropdown menu szin --- */
.t4-megamenu .dropdown-menu {
	background: #212529;
}

/* --- Dropdown menu nyilak fix ha tul hosszu --- */
.t4-navbar .dropdown-item.dropdown-toggle::after {
	position: absolute;
	right: 1.0rem;
	top: 50%;
	margin-top: -2px;
}

/* --- Offcanvas menu nyil fix --- */
.t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle.is-active::after {
	color: #000;
}

/* --- cikk kihuzasa a heder/menu alol --- */
.t4-header.section-overlap {
	margin-bottom: 0px;
}

/* --- DJ previous/next --- */
.blog-list .item-readmore .search .btn-toolbar a, .btn-primary, .search .btn-toolbar .blog-list .item-readmore a, .search .btn-toolbar .btn {
	color: #212529;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

/* --- Menu alatti alahuzás eltuntetese --- */

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

/* --- Menüucsik vekonyitasa --- */
.t4-megamenu > .navbar-nav > li > .nav-link, .t4-megamenu > .navbar-nav > li > 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;
}

/* --- Egyedi butorok resz --- */
#t4-main-bottom, div[id*="t4-main-bottom-"] {
	padding-top: 20px;
	padding-bottom: 20px;
}

.mb-5 {
	margin-bottom: 0rem !important;
}

/* --- Kepek kozepre --- */

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

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

/* --- Footnav fix --- */
.t4-palette-mainnav .t4-module .module-title {
	color: #faf398;
}

.t4-footer-info {
	padding-top: 2.7rem;
	padding-bottom: 2.7rem;
	position: relative;
}

/* --- 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;
}

/* --- Oldal teteljere gomb --- */
#back-to-top i {
	color: #212529;
	line-height: 36px;
}






