.goog-logo-link, .skiptranslate {
	display:none !important;
} 
	
.goog-te-gadget {
	color: transparent !important;
}

.goog-te-banner-frame.skiptranslate {
display: none !important;
} 

body {top: 0 !important;}
// header element



html.page-95, html.page-216 {
	position: relative;
}

/* A megadott elem kiválasztása */
html.page-95 .mix-bg.mix-darkest-1.mix-bg.bg-opacity-75::after,
html.page-216 .layout.d-flex.align-items-end.mix-lightest-1.pb-0.z-4.position-relative::after {
	position: relative;
}

/* A kép elhelyezése KÖZVETLENÜL alatta, jobbra igazítva */
html.page-95 .mix-bg.mix-darkest-1.mix-bg.bg-opacity-75::after,
html.page-216 .layout.d-flex.align-items-end.mix-lightest-1.pb-0.z-4.position-relative::after {
	content: "";
	position: absolute;
	top: 100%;             /* az elem alá */
	right: 0;              /* jobbra igazítva */
	width: 600px;          /* igény szerint módosítható */
	height: auto;
	aspect-ratio: 600/420;     /* hogy megtartsa az arányokat */
	background-image: url("/themes/default/images/infoblokk_kedv_final_felso_cmyk_ERFA.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
	pointer-events: none;
	max-width: 50%;
}

html.page-216 .layout.d-flex.align-items-end.mix-lightest-1.pb-0.z-4.position-relative::after {
	top: 0;
}



/**
figure.header[data-type="grid"] {}
figure.header[data-type="grid"] .content-box {
	border-left: 5px solid rgba(var(--mix-accent), 1);
	padding-left: 30px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
figure.header[data-type="grid"] .content-box figure:first-child {
	order: 1;
}
figure.header[data-type="grid"] .content-box figure:first-child > * {
	margin: 0 !important;
}
figure.header[data-type="grid"] .content-box figure:last-child {
	order: 0;
}
figure.header[data-type="grid"] .content-box figure:last-child > * {
	margin: 0 !important;
}
**/

/**

figure.header[data-type="grid"] {}
figure.header[data-type="grid"] .content-box {
	padding: 15px 30px;
	container: initial;
	background: rgba(var(--mix-accent), 1);
	z-index: 3;
	width: fit-content;
	margin: 0px auto 50px calc(0px - var(--distanceGutter));
	transform: rotate(-1deg);
	box-shadow: var(--bs-box-shadow);
	border-radius: var(--bs-border-radius);
}

figure.header[data-type="grid"] .content-box figure * {
	color: rgba(var(--mix-bg), 1) !important;
}

figure.header[data-type="grid"] .content-box figure:last-child * {
	font-weight: var(--bs-font-body-weight-bold);
}
**/
.video-container {
	position: relative;
	display: block;
}

/* Középső Play gomb */
.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: radial-gradient(rgba(0,0,0,0.6), transparent 75%);
	border: none;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	padding: 0;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}

/* SVG ikon */
.play-button svg {
	width: 55%;
	height: auto;
	fill: white;
	  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

/* Hover effect */
.play-button:hover svg {
	fill: var(--bs-accent);
}
