@charset "UTF-8";


*
{
	margin: 0;
    padding: 0;
	box-sizing: border-box;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: 1.8em;
	font-family: 'Nunito Sans', sans-serif;
}

html
	{
		min-height: 100%;
	}

	html , body
		{
			color: var(--base-text-color);
			background-color: var(--base-background-color);
			height: 100%;
			font-weight: 400;
			font-size: var(--base-text-font-size);
		}

body
{
	margin-top: var(--header-height-size);
}

strong
{
	font-weight: 700!important;
}

h1,h2,h3,h4,h5,h6
{
	font-family: Poppins;
	font-weight: 700;
	clear: both;
	line-height: 1.4em;
}

h1
{
	font-size: var(--base-header-1-font-size);
}

h2
{
	font-size: var(--base-header-2-font-size);
}

h3
{
	font-size: var(--base-header-3-font-size);
}

form label > input
{
	margin-left: 20px;
}

form input[type="text"]
{
	padding: 5px 10px;
	font-weight: 700;
	max-width: 300px;
	border: 1px solid var(--light-section-border-color);
	border-radius: 15px;
}

div.container
{
	display: block;
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 20px;
}

#header
{
	display: block;
	background: var(--header-background-color);
	width: 100%;
	height: var(--header-height-size);
	position: fixed;
	top: 0px;
	z-index: 999;
}

#header div.container
{
	height: 100%;
	padding: 0px 20px;
}

	#header div.container a.logo
	{
		height: var(--header-height-size);
		display: block;
		margin-left: 20px;
		padding: 27px 20px 20px 0px;
		float: left;
	}
	
		#header div.container a.logo img
		{
			width: 260px;
		}
	
		#menu_button
		{
			display: none;
			position: absolute;
			right: 30px;
			top: 30px;
			height: 40px;
			width: 40px;
			background: var(--green-darker-color);
			font-weight: 700;
			color: var(--light-text-color);
			text-decoration: none;
			text-transform: uppercase;
			font-size: 11pt;
			background-repeat: no-repeat;
			background-position: center center;
			border-radius: 20px;
		}
	
		#header nav
		{
			float: right;
			height: var(--header-height-size);
			margin-right: 20px;
		}
		
			#header nav > ul
			{
				list-style: none;
			}

			#header nav > ul > li
			{
				height: var(--header-height-size);
				padding: 0px 10px 0px 30px;
				float:left;
			}
			
			#header nav > ul > li > a
			{
				font-size: 11pt;
				display: block;
				height: var(--header-height-size);
				line-height: var(--header-height-size);
				font-weight: 700;
				color: var(--header-text-color);
				text-decoration: none;
				text-transform: uppercase;
			}
			
			#header nav > ul > li > a.akadalymentes
			{
				background-position: center center;
				background-size: 32px 32px;
				background-repeat: no-repeat;
				width: 32px;
			}
						
			#header nav > ul > li > a:hover
			{
				
			}
			
			#header nav > ul > li > ul
			{
				display: none;
				list-style: none;
				position: absolute;
				z-index: 120;
				background-color: var(--header-submenu-background-color);
				padding: 10px 30px;
				border-top: 5px solid var(--green-darker-color);
				color:  var(--light-text-color);
				margin-top: -20px;
				width: auto;
				border-radius: 7px;
				box-shadow: 6px 8px 6px #00000033;
			}
			
			#header nav > ul > li:hover > ul
			{
				display: block;
			}

			#header nav > ul > li > ul li
			{
				padding: 0px 0px 0px 10px;
			}

				#header nav > ul > li > ul li a
				{
					display: block;
					border-top: 1px dotted #374353;
					font-family: Poppins;
					line-height: 1.8em;
					font-weight: 400;
					font-size: 14px;
					width: 100%;
					text-decoration: none;
					padding: 6px 10px;
				}
				
				#header nav > ul > li > ul li:first-child a
				{
					border-top: none;
				}
				
				#header nav > ul > li > ul li a:hover
				{
					color:  var(--link-hover-text-color);
				}
			
section.row
{
	padding: 60px 20px;
}

.decoline-container
{
	padding: 15px 0px 30px 0px;
	position: relative;
}

	.decoline-container > hr:nth-child(1)
	{
		height: 0px;
		border: 0;
		border-top: 3px solid var(--decoline-thick-color);
		position: absolute;
		left: 0;
		width: 50px;
	}

	.decoline-container > hr:nth-child(2)
	{
		height: 0px;
		border: 0;
		border-top: 1px solid var(--decoline-thin-color);
		position: absolute;
		left: 50px;
		width: 40%;
	}
				
section.pageheader
{
	padding-bottom: 30px;
	min-height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

body > section.last 
{
	padding-bottom: 150px!important;
}
		
#footer
{
	display: block;
	background: var(--footer-background-color);
	padding: 40px 0px;
	color: var(--footer-text-color);
}

	#footer div.container:nth-child(1) > div
	{
		padding: 0px 20px 40px 20px;
	}
		
		#footer div.container:nth-child(1) a.logo
		{
			height: 200px;
			width: 200px;
			display: block;
			border-radius: 100px;
			background: var(--green-light-color);
			padding-top: 80px;
			margin-top: -140px;
		}
		
			#footer div.container:nth-child(1) a.logo img
			{
				display:block;
				margin: 0px auto;
				width: 160px;
			}
			
		#footer div.container:nth-child(1) div ul
		{
			list-style: none;
		}
		
			#footer div.container:nth-child(1) div ul li
			{
				line-height: 1.3em;
				padding: 6px 0px;
			}

				#footer div.container:nth-child(1) div ul li a
				{
					line-height: 1.3em;
					font-weight: 400;
					font-size: 12pt;
					text-decoration: none;
				}
				
				#footer div.container:nth-child(1) div ul li a:hover
				{
					text-decoration: underline;
				}
				
	#footer .footer-title
	{
		font-family: Poppins;
		font-weight: 700;
		margin-top: 40px;
	}
	
	#footer .footer-addr
	{
		font-weight: 400;
		margin-top: 30px;
		font-size: 15px;
	}
	
	#footer .container:nth-child(1) > div
	{
		max-width: 400px;
	}

	#footer div.container:nth-child(1) div .decoline-container > hr:nth-child(2)
	{
		height: 0px;
		border: 0;
		border-top: 1px solid var(--decoline-thin-color);
		position: absolute;
		left: 50px;
		width: calc( 90% - 50px );
	}
	
	#footer p.copyinfo
	{
		padding: 20px 20px 10px 20px;
		font-size: 10pt;
		text-align: center;
	}

a:hover
{
	color: var(--link-hover-text-color);
}

q
{
		font-size: 32pt;
		font-style: italic;
		font-family: Poppins;
		font-weight: 700;
		line-height: 1.3em;
}

.container .event_info
{
	font-size: 16px;
}

	.container .event_info > span
	{
		font-weight: 900;
	}

#slidebar
{
	position: fixed;
	display: block;
	width: 350px;
	right: -310px;
	top: 0;
	height: 100vh;
	background-color: var(--light-section-background-color);
	color:  var(--light-section-text-color);
	z-index: 1000;
	padding: 50px 10px 10px 60px;
	line-height: 1.3em;
	clip-path: polygon(40px 120px, 40px 0, 100% 0, 100% 100%, 40px 100%, 40px 250px, 0 210px, 0 160px);
	overflow-y: auto;
	transition: 1s ease-in-out;
}

#slidebar.opened
{
	right: 0px;
}



#slidebar > a.slidebar-openclose
{
	position: absolute;
	display: block;
	top: 170px;
	width: 40px;
	height: 40px;
	margin-left: -55px;
	z-index: 10;
}

#slidebar > .slidebar-item
{
	display: block;
	padding: 10px;
	margin-top: 10px;
}
	
	#slidebar > .slidebar-item > h3
	{
		line-height: 110%;
		font-size: var(--base-text-font-size);
	}
	
		#slidebar > .slidebar-item > h3 > a
		{
			line-height: inherit;
			text-decoration: none;
		}
	
	#slidebar > .slidebar-item > a > img
	{
		display: block;
		max-width: 100%;
		margin-top: 10px;
	}
	
	#slidebar > .slidebar-item p.event_meta
	{
		margin: 13px 0px;
		float: none;
		display: block;
		font-size: 13px;
		text-transform: uppercase;
		font-weight: 700;
		line-height: 30px;
	}
	
		#slidebar > .slidebar-item p.event_meta .ribbon
		{
			background: var(--green-dark-color);
			color: var(--light-text-color);
			padding: 5px 7px;
			margin-right: 10px;
			font-weight: 900;
		}


#post-content .container .gallery
{
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	align-items: stretch;
}	

	#post-content .container .gallery.gallery-columns-4 .gallery-item
	{
		width: 25%;
		margin: 0px;
	}
	
	#post-content .container .gallery.gallery-columns-3 .gallery-item
	{
		width: 33.333333%;
		margin: 0px;
	}
	
		#post-content .container .gallery.gallery-columns-4 .gallery-item *
		{
			height: 100%;
		}
	
		#post-content .container .gallery.gallery-columns-4 .gallery-item img
		{
			width: 100%;
			border: none;
			object-fit: cover;
		}

#gallery-modal
{
	display: block;
	background: #000000f8;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1100;
	color: var(--dark-section-text-color);
}

	#gallery-modal > a
	{
		text-decoration: none;
		padding: 0px 20px;
		margin: 0px;
	}

	#gallery-modal > a.close
	{
		display: block;
		position: absolute;
		top: 10px;
		right: 20px;
		background: transparent;
		font-weight: 900;
		font-size: 40px;
		height: 40px;
	}
	
	#gallery-modal > a.prev
	{
		display: block;
		position: absolute;
		bottom: 20px;
		left: calc( 50% - 70px );
		background: var(--green-dark-color);
		font-weight: 900;
		font-size: 32px;
		border-radius: 30px;
	}
	
	#gallery-modal > a.prev:hover,
	#gallery-modal > a.prev:focus
	{
		background: var(--green-light-color);
		color: var(--dark-section-text-color);
	}
	
	#gallery-modal > a.next
	{
		display: block;
		position: absolute;
		bottom: 20px;
		left: calc( 50% + 15px );
		background: var(--green-dark-color);
		font-weight: 900;
		font-size: 32px;
		border-radius: 30px;
	}
	
	#gallery-modal > a.next:hover,
	#gallery-modal > a.next:focus
	{
		background: var(--green-light-color);
		color: var(--dark-section-text-color);
	}
	
	#gallery-modal > img.preview
	{
		display: block;
		position: absolute;
		top: 80px;
		left: 0px;
		width: 100%;
		height: calc(100% - 180px);
		border: 0px;
		object-fit: contain;
		object-position: center;
	}

body.unscrollable
{
	overflow: hidden!important;
}

@media only screen and (max-width: 901px)
{
	
	#header nav
	{
		display: none;
		clear: left!important;
		width: 100%;
		background: #22293388;
		margin-right: 0px;
		padding: 0px;
		position: fixed;
		top: var(--header-height-size);
		height: calc( 100% - var(--header-height-size) );
	}
	
		#header nav::before
		{
			clear: both!important;
			display:block;
		}
	
		#header nav > ul
		{
			position: fixed;
			top: var(--header-height-size);
			padding: 20px 0px 40px 0px;
			width: calc( 100% - 70px );
			max-width: 350px;
			background: var(--header-submenu-background-color);
			height: calc( 100% - var(--header-height-size) );
			overflow-y: auto;
		}
		
		#header nav > ul > li
		{
			padding: 0px;
			clear: both!important;
			display:block;
			height: auto;
		}
		
			#header nav > ul > li > a
			{
				font-size: 11pt;
				display: block;
				width: 100%;
				line-height: 1.1em;
				font-weight: 700;
				color: var(--light-text-color);
				text-decoration: none;
				text-transform: uppercase;
				border: none;
				padding: 20px 20px;
				height: auto;
			}
						
			#header nav > ul > li > a:hover
			{
				color: var(--link-hover-text-color);
			}
			
			#header nav > ul > li > ul
			{
				display: block;
				position: static;
				border: none;
				box-shadow: none;
				background: none;
				width: auto;
			}
		
	#menu_button
	{
		display: block;
	}
	
}

@media only screen and (min-width: 902px)
{
	#header nav
	{
		display: block!important;
	}
	
	body
	{
		overflow-y: auto!important;
	}
	
}

@media only screen and (max-width: 575px)
{
	#footer div.container:nth-child(1) div ul li a
	{
		font-size: 14pt;
	}
}

@media only screen and (max-width: 479px)
{
	form label > input
	{
		margin-left: 0px;
		margin-top: 10px;
		width: 100%;
	}
}


.pl_10 	{ padding-left: 10px; }
.pl_20 	{ padding-left: 20px; }
.pl_30 	{ padding-left: 30px; }
.pl_40 	{ padding-left: 40px; }
.pl_50 	{ padding-left: 50px; }
.pl_60 	{ padding-left: 60px; }
.pl_70 	{ padding-left: 70px; }
.pl_80 	{ padding-left: 80px; }
.pl_90 	{ padding-left: 90px; }
.pl_100 { padding-left: 100px; }

.pt_0 	{ padding-top: 0px!important; }
.pt_5 	{ padding-top: 5px; }
.pt_10 	{ padding-top: 10px; }
.pt_20 	{ padding-top: 20px; }
.pt_30 	{ padding-top: 30px; }
.pt_40 	{ padding-top: 40px!important; }
.pt_50 	{ padding-top: 50px; }
.pt_60 	{ padding-top: 60px; }
.pt_70 	{ padding-top: 70px; }
.pt_80 	{ padding-top: 80px; }
.pt_90 	{ padding-top: 90px; }
.pt_100 { padding-top: 100px; }

.pr_10 	{ padding-right: 10px; }
.pr_20 	{ padding-right: 20px; }
.pr_30 	{ padding-right: 30px; }
.pr_40 	{ padding-right: 40px; }
.pr_50 	{ padding-right: 50px; }
.pr_60 	{ padding-right: 60px; }
.pr_70 	{ padding-right: 70px; }
.pr_80 	{ padding-right: 80px; }
.pr_90 	{ padding-right: 90px; }
.pr_100 { padding-right: 100px; }

.pb_10 	{ padding-bottom: 10px; }
.pb_20 	{ padding-bottom: 20px; }
.pb_30 	{ padding-bottom: 30px; }
.pb_40 	{ padding-bottom: 40px; }
.pb_50 	{ padding-bottom: 50px; }
.pb_60 	{ padding-bottom: 60px; }
.pb_70 	{ padding-bottom: 70px; }
.pb_80 	{ padding-bottom: 80px; }
.pb_90 	{ padding-bottom: 90px; }
.pb_100 { padding-bottom: 100px; }

.nopad { padding: 0px!important; }

.fw_b	{ font-weight: 700;}

.hfont { font-family: Poppins; }

.clearfix 
{
	display: block;
}

.clearfix::after 
{
	content: "\00A0";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

div.clearfix.separator
{
	height: 0px;
	width: 100%;
	padding: 20px 0px;
}

.w22
{
	width: 22.2222%;
}
	
.w25
{
	width: 25%;
}
	
.w33
{
	width: 33.3333%;
}

.w40
{
	width: 40%;
}

.w50
{
	width: 50%;
}

.w60
{
	width: 60%;
}

.w100
{
	width: 100%;
}


.dark
{
	color: var(--dark-section-text-color);
	background-color: var(--dark-section-background-color);
}

.light
{
	color:var(--light-section-text-color);
	background-color: var(--light-section-background-color);
}

/*****************************************
FLEX LISTÁK
*****************************************/

.flex
{
	display: flex!important;
	flex-wrap: wrap;
	gap: 50px;
	align-content: stretch;
	padding-bottom: 40px!important;
}

.container.flex
{
	margin-top: 20px;
}

.flex.nogap
{
	gap: 0px;
}


.flex.col-2 > *
{
	width: calc( 50% - 25px ); /* gap * 1 / 2 */
	display: block;
}

.flex.nogap.col-2 > *
{
	width: 50%;
}

.flex.col-3 > *
{
	width: calc( 33.33333% - 34px ); /* gap * 2 / 3 */
	display: block;
}
.flex.nogap.col-3 > *
{
	width: 33.33333%;
}

.flex.col-4 > *
{
	width: calc( 25% - 38px ); /* gap * 3 / 4 */
	display: block;
}
.flex.nogap.col-4 > *
{
	width: 25%;
}

.light a.read_all
{
	border: 1px solid var(--link-border-color);
	padding: 10px 30px; 
	margin-top: 30px;
	font-weight: 700;
	float: left;
	font-size: 13px;
	text-decoration: none;
}

.dark a.read_all
{
	border: 1px solid var(--link-border-color);
	padding: 10px 30px; 
	margin-top: 30px;
	font-weight: 700;
	float: left;
	font-size: 13px;
	text-decoration: none;
}

a.read_all:hover
{
	border: 1px solid var(--green-dark-color);
	background: var(--green-dark-color);
	color: var(--light-text-color);
}
	
.flex-page-buttons-container
{
	display: block;
	padding: 20px 0px;
	list-style: none;
}

	.light .flex-page-buttons-container > li > a
	{
		display: block;
		float: left;
		width: 40px;
		height: 40px;
		border: 1px solid var(--link-border-color);
		font-family: Poppins;
		font-weight: 700;
		text-align: center;
		line-height: 40px;
		margin-right: 7px;
		margin-bottom: 7px;
		font-size: 13px;
		text-decoration: none;
	}
	
	.light .flex-page-buttons-container > li.selected > a
	{
		background: var(--green-dark-color);
		color: #fff;
		border: 1px solid var(--green-dark-color);
	}


@media only screen and (max-width: 839px)
{
	.flex.col-4 > *,
	.flex.nogap.col-4 > *
	{
		width: 50%;
	}
}

@media only screen and (max-width: 767px)
{
	.flex.col-3 > *,
	.flex.nogap.col-3 > *
	{
		width: 100%;
	}
	.flex.col-2 > *,
	.flex.nogap.col-2 > *
	{
		width: 100%;
	}
	
}

@media only screen and (max-width: 575px)
{
	.flex.col-4 > *,
	.flex.nogap.col-4 > *
	{
		width: 100%;
	}
	
}


/*****************************************
HÍREK FLEX LISTA ELEM
*****************************************/

div.news-item
{
	padding: 0px 0px;
}

	div.news-item .imgwrap
	{
		float: left;
		width: 160px;
		max-height: 160px;
	}
	
	div.news-item .imgwrap img
	{
		display: block;
		margin: 0 30px 10px 0;
		width: 130px!important;
		height: 130px!important;
		line-height: 1.3em;
		object-fit: contain;
		object-position: 0px top;
	}
		
	div.news-item a
	{
		text-decoration: none;
	}

	div.news-item h3
	{
		line-height: 1.3em;
		clear: none!important;
	}

	div.news-item h3 > a
	{
		font-family: inherit;
		font-weight: inherit;
		font-size: 22px;
		line-height: inherit;
	}

	div.news-item a:hover
	{
		text-decoration: underline;
		color: var(--green-dark-color);
	}
		
	div.news-item p.meta
	{
		margin: 13px 0px;
		float: none;
		display: block;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: 700;
	}
		
		div.news-item p.meta .post-date .divider
		{
			margin: 0 10px;
			font-weight: 400;
		}
		
		div.news-item p.meta .categs a
		{
			font-size: 11px;
		}
		
	div.news-item p.excerpt,
	div.news-item p.excerpt *
	{
		line-height: 1.9em;
		font-size: 15px;
	}

		div.news-item p.excerpt .read_more
		{
			font-weight: 700;
			margin-top: 10px;
			display: block;
		}
	
/*****************************************
DEFAULT FLEX LISTA ELEM
*****************************************/

div.default-item
{
	padding: 0px 0px;
}

	div.default-item .imgwrap
	{
		float: left;
		width: 160px;
		height: 160px;
	}
	
	div.default-item .imgwrap img
	{
		display: block;
		margin: 0 30px 10px 0;
		max-width: 130px !important;
		max-height: 130px !important;
		line-height: 1.3em;
		width: auto;
		height: auto;
	}
		
	div.default-item a
	{
		text-decoration: none;
	}

	div.default-item h3
	{
		line-height: 1.3em;
		clear: none!important;
	}
	
	div.default-item h3 > a
	{
		font-family: inherit;
		font-weight: inherit;
		font-size: 22px;
		line-height: inherit;
	}

	div.default-item a:hover
	{
		text-decoration: underline;
		color: var(--green-dark-color);
	}
		
	div.default-item p.meta
	{
		margin: 13px 0px;
		float: none;
		display: block;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: 700;
	}
		
		div.default-item p.meta .post-date .divider
		{
			margin: 0 10px;
			font-weight: 400;
		}
		
		div.default-item p.meta .categs a
		{
			font-size: 11px;
		}
		
	div.default-item p.excerpt,
	div.default-item p.excerpt *
	{
		line-height: 1.9em;
		font-size: 15px;
	}

		div.default-item p.excerpt .read_more
		{
			font-weight: 700;
			margin-top: 10px;
			display: block;
		}
		
/*****************************************
ESEMÉNYEK (PROGRAMOK) FLEX LISTA ELEM
*****************************************/

div.events-item
{
	padding: 0px 0px;
}

	div.events-item .imgwrap
	{
		float: left;
		width: 160px;
		max-height: 160px;
	}
	
	div.events-item .imgwrap img
	{
		display: block;
		margin: 0 30px 10px 0;
		width: 130px!important;
		height: 130px!important;
		line-height: 1.3em;
		object-fit: contain;
		object-position: 0px top;
	}
		
	div.events-item a
	{
		text-decoration: none;
	}
	
	div.events-item.lejart h3
	{
		color: red;
	}

	div.events-item h3
	{
		line-height: 1.3em;
		clear: none!important;
	}

	div.events-item h3 > a
	{
		font-family: inherit;
		font-weight: inherit;
		font-size: 22px;
		line-height: inherit;
	}

	div.events-item a:hover
	{
		text-decoration: underline;
		color: var(--green-dark-color);
	}
		
	div.events-item p.meta
	{
		margin: 13px 0px;
		float: none;
		display: block;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: 700;
	}
		
		div.events-item p.meta .post-date .divider
		{
			margin: 0 10px;
			font-weight: 400;
		}
		
		div.events-item p.meta .categs a
		{
			font-size: 11px;
		}
		
	div.events-item p.excerpt,
	div.events-item p.excerpt *
	{
		line-height: 1.9em;
		font-size: 15px;
	}

		div.events-item p.excerpt .read_more
		{
			font-weight: 700;
			margin-top: 10px;
			display: block;
		}

	div.events-item p.event_meta
	{
		margin: 13px 0px;
		float: none;
		display: block;
		font-size: 13px;
		text-transform: uppercase;
		font-weight: 700;
		line-height: 30px;
	}
	
		div.events-item p.event_meta .ribbon
		{
			background: var(--green-dark-color);
			color: var(--light-text-color);
			padding: 5px 7px;
			margin-right: 10px;
			font-weight: 900;
		}

/*****************************************
INDEX PAGES
*****************************************/

section#post-content
{
	padding-top: 0px;
}

	section#post-content .container > *
	{
		margin-bottom: 30px;
	}
	
	section#post-content .container ul
	{
		list-style-position: inside;
	}

	section#post-content .container > ul#rendeletek
	{
		list-style: none;
		list-style-position: none;
	}
	
	section#post-content .container > ul#rendeletek > li > a
	{
		padding: 10px 30px 10px 0px;
	}

	section#post-content .container img
	{
		max-width: 100%;
		height: auto;
	}

	section#post-content .container p > img.alignleft
	{
		float: left;
		margin-right: 30px;
		margin-bottom: 30px;
		max-width: 33%;
	}
	
	section#post-content .container p > img.alignright
	{
		float: right;
		margin-left: 30px;
		margin-bottom: 30px;
		max-width: 33%;
	}

	section#post-content .container > table
	{
		border-collapse: collapse;
		font-size: var(--base-text-small-font-size);
		font-weight: 700;
	}

		section#post-content .container > table th,
		section#post-content .container > table td
		{
			border: 1px solid var(--light-section-border-color);
			padding: 10px 10px;
			text-align: left;
			vertical-align: top;
		}
		
		section#post-content .container > table th
		{
			background-color: var(--green-darker-color);
			font-family: Poppins;
			font-weight: 700;
			font-size: var(--base-text-font-size);
			color: var(--light-text-color);
			border-color: var(--green-dark-color);
		}
		
	section#post-content .container > ul#rendeletek > li 
	{
		padding: 5px 0px;
	}
	
	section#post-content .container > ul#rendeletek > li > a,
	section#post-content .container a.extlink
	{
		padding-right: 40px;
		background-repeat: no-repeat;
		background-position: right center;
		line-height: 24px;
		text-decoration: none;
	}
	
	section#post-content .container > ul#rendeletek > li > a:hover
	{
		text-decoration: underline;
	}

section#post-pages .container ul
{
	list-style: none;
}

	section#post-pages .container ul > li
	{
		padding: 5px 0px;
	}

		section#post-pages .container ul > li > a
		{
			text-decoration: none;
			line-height: 1.7em;
			font-size: 12pt;
		}
		
@media only screen and (max-width: 767px)
{
	
	section#post-content .container p > img.alignleft
	{
		float: none;
		display: block;
		margin-right: 0px;
		margin-bottom: 30px;
		max-width: 100%;
	}
	
	section#post-content .container p > img.alignright
	{
		float: none;
		display: block;
		margin-left: 0px;
		margin-bottom: 30px;
		max-width: 100%;
	}
		
}
		

/*****************************************
KEZDŐLAP
*****************************************/

.index-bg-section
{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 60vw;
	min-height: 400px;
	max-height: calc(100% - 180px);
	/*padding: 0px 30px;*/
}

	.index-bg-section .header-container
	{
		top: 20% !important;
		position: absolute;
		display: block;
		max-width: 700px;
		color: var(--light-text-color);
		padding-right: 30px;
	}

		.index-bg-section .header-container h1
		{
			font-family: Poppins;
			font-weight: 700;
			font-style: normal;
			font-size: 60px;
			line-height: 1.05;			
		}

		.index-bg-section .header-container p
		{
			font-family: Poppins;
			line-height: 1.2em;
			font-size: 32px;
			font-weight: 700;
		}

.index-tile-container .container
{
	margin-top: 0px;
	position: relative;
	top: -60px;
}

	.index-tile-container .container > div
	{
		padding: 40px;
		background-repeat: no-repeat;
		background-position: 40px 40px;
	}
	
	.index-tile-container .container > div:nth-child(1)
	{
		background-color: var(--green-lighter-color);
	}
	
	.index-tile-container .container > div:nth-child(2)
	{
		background-color: var(--green-light-color);
	}
	
	.index-tile-container .container > div:nth-child(3)
	{
		background-color: var(--green-dark-color);
	}
	
	.index-tile-container .container > div:nth-child(4)
	{
		background-color: var(--green-darker-color);
	}

	.index-tile-container .container > div > a
	{
		font-family: Poppins;
		font-weight: 700;
		text-decoration: none;
		margin-top: 90px;
		display: block;
		font-size: 22px;
		
	}

	.index-tile-container .container > div > a:hover
	{
		text-decoration: underline;
		color: var(--light-text-color);
	}

	.index-tile-container .container > div > p
	{
		margin-top: 20px;
		line-height: 1.6;
		
	}

h2.index
{
	font-size: 45px;
}

	h2.index + p
	{
		padding: 20px 0px;
	}

.polgarmester-koszonto
{
}

	.polgarmester-koszonto .koszonto
	{
		padding-bottom: 40px;
	}
	
	
	.polgarmester-koszonto .koszonto > p:nth-child(3) > span
	{
		font-weight: 700;
	}
	
	.polgarmester-koszonto .polgarmester
	{
		padding: 0px 40px;
	}
	
		.polgarmester-koszonto .polgarmester img
		{
			max-width: 100%;
			display: block;
			margin: 0px auto;
			border: 20px solid var(--dark-section-text-color);
		}
		
#infoblokk
{
	margin-top: -251px;
	float: right;
	display: block;
	padding: 0px;
	height: 241px;
}

#kiemelt_hirek_modalbg .news-item
{
	margin-top: 40px;
}

@media only screen and (max-width: 1199px)
{
	.index-tile-container .container
	{
		top: 0px;
	}

}

@media only screen and (max-width: 923px)
{

	q
	{
		font-size: 5vw!important;
	}

}

@media only screen and (max-width: 901px)
{
	.index-bg-section .header-container
	{
		top: 25% !important;
	}
	#infoblokk
	{
		margin-top: 0px;
	}
}

@media only screen and (max-width: 767px)
{
	.index-bg-section .header-container
	{
		top: 15% !important;
	}
	
	.index-bg-section .header-container h1
	{
		font-size: 8vw !important;
	}

	.polgarmester-koszonto .koszonto q
	{
		font-size: 6vw!important;
	}
		
}

@media only screen and (max-height: 400px)
{
	.index-bg-section .header-container
	{
		top: 120px !important;
	}
}

/*****************************************
PÁLYÁZATOK PAGES
*****************************************/

#palyazatok-flexlist
{
	
}

	#palyazatok-flexlist > a
	{
		background-color: var(--green-dark-color);
		padding: 20px 10px 10px 10px;
		color: var(--light-text-color);
		text-decoration: none;
	}
	
	#palyazatok-flexlist > a > img
	{
		display: block;
		height: 250px!important;
		width: 100%;
		object-fit: scale-down;
		margin: 0px auto;
	}
	
	#palyazatok-flexlist > a > p
	{
		padding: 10px;
		text-align: center;
		font-size: var(--base-text-small-font-size);
		font-weight: 700;
	}
	
/*****************************************
KÖZADATTÁR PAGE
*****************************************/

#kozadattar-map
{
	list-style: none;
}

li.p1
{
	padding-left: 0px;
}

li.p2
{
	padding-left: 0px;
}

li.p3
{
	padding-left: 30px;
}

li.p4
{
	padding-left: 60px;
}

li.p5
{
	padding-left: 90px;
}

#kozadattar-map li a > span
{
	font-weight: 700;
}

.modalbg
{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000422c0;
	z-index: 1010;
}

	.modalbg .modaldlg
	{
		display: block;
		position: absolute;
		top: 50px;
		left: 50%;
		width: 600px;
		max-width: 100%;
		margin-left: -300px;
		height: calc( 100% - 100px );
		background-color: var(--base-background-color);
		border-radius: 11px;
	}

	.modalbg .modaldlg .content
	{
		padding: 20px;
		height: calc( 100% - 70px );
		overflow-y: auto;
	}

		
	.modalbg .modaldlg .title
	{
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
	
	
	.modalbg .modaldlg .dlgfooter
	{
		display: block;
		height: 60px;
	}
	
		.modalbg .modaldlg .dlgfooter .close
		{
			display: block;
			font-weight: 900;
			line-height: 60px;
			text-decoration: none;
			width: 100px;
			margin: 10px auto 0px auto;
			text-align: center;
			background-color: var(--green-darker-color);
			color: var(--light-text-color);
		}
	
@media only screen and (max-width: 619px)
{
	.modalbg .modaldlg
	{
		left: 10px;
		width: calc( 100% - 20px );
		margin-left: 0px;
	}
}
