/* Minification failed. Returning unminified contents.
(36,32): run-time error CSS1039: Token not allowed after unary operator: '-dgreen'
(104,14): run-time error CSS1039: Token not allowed after unary operator: '-dgreen'
 */
body:has(english) .content-eng,
body:not(:has(english)) .content-hun {
	display: none!important;
}

#header-buttons {
	display: grid;
	row-gap: 5px;
	column-gap: 5px;
	grid-template-areas: 
		". eng search login"
		"site_btn1 site_btn1 site_btn2 site_btn2";
}

#header-buttons #szakmai-oldal,
body:has(apoloi) #header-buttons #apolo-forum,
body:has(veseinfo) #header-buttons #vese-info {
	display: none;
}

#header-buttons #vese-info 							{ grid-area: site_btn1; display: block; }
#header-buttons #apolo-forum						{ grid-area: site_btn2; display: block; }

body:has(apoloi) #header-buttons #vese-info			{ grid-area: site_btn1; display: block; }
body:has(apoloi) #header-buttons #szakmai-oldal		{ grid-area: site_btn2; display: block; }

body:has(veseinfo) #header-buttons #apolo-forum		{ grid-area: site_btn1; display: block; }
body:has(veseinfo) #header-buttons #szakmai-oldal	{ grid-area: site_btn2; display: block; }

#maintable_container_x {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	box-shadow: 0px 0px 10px var(--dgreen);
}

#contentframe_container_x_lcr3 {
	margin-top: 230px;
}

@media (min-width: 576px) {
	#contentframe_container_x_lcr3 {
		margin-top: 150px;
	}
}

@media (max-width: 768px) {
	#site-header .container,
	#topmenupanel .container {
		max-width: 100%;
	}
}

.content_inner_info:not(.content_inner_info_200) .latest-news {
	list-style: none;
	padding: 0;
	width: 83.33333333%;
	margin-left: 8.33333333%;
}

.content_inner_info:not(.content_inner_info_200) .latest-news .news-block {
	border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
	background-color: #fff;
	padding: 10px 10px 0px 10px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 40px;
	
	display: grid;
	grid-template-areas: 
		"title img"
		"category img"
		"date img"
		"lead img";
	grid-template-columns: 75% 25%;
}

.content_inner_info:not(.content_inner_info_200) .latest-news .news-block .news-title {
	grid-area: title;
}

.content_inner_info:not(.content_inner_info_200) .latest-news .news-block .news-lead {
	grid-area: lead;
}

.content_inner_info:not(.content_inner_info_200) .latest-news .news-block .news-category {
	grid-area: category;
}

.content_inner_info:not(.content_inner_info_200) .latest-news .news-block .news-date {
	grid-area: date;
}

.content_inner_info:not(.content_inner_info_200) .latest-news .news-block .news-autor,
.content_inner_info:not(.content_inner_info_200) .latest-news .news-block .news-text,
.content_inner_info:not(.content_inner_info_200) .latest-news-container .more-news {
	display: none;
}

.content_inner_info:not(.content_inner_info_200) .latest-news .news-block .news-title {
	color: var(--dgreen);
	font-size: 1.4rem;
}

.content_inner_info:not(.content_inner_info_200) .latest-news .news-block .news-img {
	width: 25%;
	position: absolute;
	top: 0;
	right: 0;
}

.content_inner_info:not(.content_inner_info_200) .latest-news .news-block .news-autor::before {
	content: "Szerző:";
}
