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

#dj-mslider1m103 {
	margin: 0px auto;
	border: 0px;
}

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

/* --- Logó, telefonszám középre --- */

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

/* --- Képmenü fix --- */
#t4-main-top2 {
	padding: 10px 0px 10px 0px;
}

/* --- Képek középre --- */

@media (max-width: 750px) {
	.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;
	}
}

/* --- button primary color --- */
.btn.btn-primary {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
	color: #000000;
}
.btn.btn-primary:hover {
	color: #ffffff;
}

/* --- 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 > ul.navbar-nav > li:not(.dropdown) > a::before {
	height: 0px;
}

/* --- Menücsík vékonyítása --- */
.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;
}

/* --- Oldal tetejére gomb színe --- */
#back-to-top {
	background-color: var(--color-secondary);
}

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

#t4-main-bottom, div[id*="t4-main-bottom-"] {
	padding-bottom: 5px;
}


/*			--- youtube reszponzívvá tétele ---			*/
.ytb-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.ytb-responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* --- gorgozes fix --- */
.row {
	--t4-gutter-x: 0;
	--t4-gutter-y: 0;
}