body {
	background: #ffffff;
}

font, p, div, th, li, td, h1, h2, h3, h4, h5, h6 { 
	margin-top: 0cm; 
	margin-bottom: 0cm;
	direction: ltr; 
	color: #000000; 
	background: transparent; 
	widows: 2; 
	orphans: 2;
	font-family: Segoe UI;
	font-weight: normal;
	vertical-align: top;
	line-height: 135%;
	font-size: 100%;
}

.alap{
	text-align: justify;
	background: #f0f0f5;
	padding: 20px;
	width: 1000px;
	height: 100%;
	margin: auto;
	margin-bottom: 90px;	
	display:none;
}

.alap-ch{
	text-align: justify;
	background: #f0f0f5;
	padding: 20px;
	width: 1000px;
	min-height: 100%;
	margin: auto;
	margin-bottom: 90px;
}

#popup-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    max-width: 90%; /* Limit the width to 90% of the viewport width */
    padding: 20px; /* Add padding for better spacing */
    background-color: #8BCDF5; /* Add a background color for better contrast */
    border-radius: 10px; /* Add rounded corners */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Add a subtle shadow for depth */
}

#popup-image {
    width: 100%; /* Make the image responsive to the container width */
    height: auto; /* Maintain aspect ratio */
    max-height: 80vh; /* Limit the height to 80% of the viewport height */
    display: block; /* Ensure the image is centered horizontally */
    margin: 0 auto; /* Center the image horizontally */
}

.alap-e-book{
	text-align: justify;
	background: #ffffff;
	border: 20px solid #f0f0f5;
	padding: 20px 20px 50px 20px;
	width: 960px;
	height: auto;
	margin: auto;
	margin-bottom: 60px;	
	display:none;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none; 
}

h1	{
	font-weight: bold;
	font-size: 140%;
	padding: 0 0 40px 0;
	text-align: left;
}

h2	{
	font-weight: bold;
	font-size: 130%;
	padding: 0 0 30px 0;
	text-align: left;
}

h3	{
	font-weight: bold;
	font-size: 130%;
	padding: 20px 0 30px 0;
	text-align: left;
}
h4	{
	font-weight: bold;
	font-size: 120%;
	padding: 20px 0 25px 0;
	text-align: left;
}
h5	{
	font-size: 90%;
	padding: 0 0 3px 0;
	text-align: center;
	color: #d1d1e0;
	border-bottom: 1px dotted #d1d1e0;
}
h6	{
	font-weight: normal;
	font-size: 100%;
	padding:10px 0 0 0;
	text-align: left;
	color:#d1d1e0;
}

/*Footer + egyéb gombok*/
.also-sav{ 
	text-align: center;
	position: fixed;
	bottom: 0px;
	width: 100%;
	margin-left: -10;
	right: 0;
}
table.footer{ 
	width: 1040px;
	margin: auto;
	background: #d1d1e0;
}
.vissza_button{
	width: 70px;
	height: auto;
	border: 0;
	background: transparent;
	padding: 0 20px 0 40px;
}
.elore_button{
	width: 70px;
	height: auto;
	border: 0;
	background: transparent;
	padding: 0 40px 0 20px;
}
.guide_button{
	width: auto;
	height: 40px;
	border: 0;
	background: transparent;
	padding: 0 10px 0 0;
}
.menu_button{
	width: auto;
	height: 40px;
	border: 0;
	background: transparent;
	padding: 0 0 0 10px;
}
.down_button{
	width: auto;
	height: 40px;
	border: 0;
	background: transparent;
	padding: 0 10px 0 0;
}
.icon_chapter{
	width: 70;
	height: auto;
	border: 0;
	background: transparent;
	padding: 0;
}

.kozponti-kep {
	width: 50%;
	height: auto;
	padding: 2% 25% 2% 25%;
}
.kep-alairas {
	padding: 10px 0 0 0;
	color: #999999;
	text-align: center;
	font-size: 90%;
	padding: 0 0 15px 0;
}

ol.menu {
    list-style-position: inside;
	margin-left: 0;
}

ul li {
    text-align: left;
	background: transparent;
	font-size: 100%;
}
ol li {
    text-align: left;
	background: transparent;
	font-size: 100%;
	
}

input[type="checkbox"], input[type=checkbox], checkbox {
}

input[type="bigcheck"], input[type=bigcheck], bigcheck {
	height: 20px;
	width: 20px;
}

input[type="submit"], input[type=submit], input[type="reset"], input[type=reset], input[type="button"], input[type=button], button {
	color: #FFFFFF;
	padding: 20px 30px 20px 30px;
	border-radius: 40px;
	background: #FF4500;
	font-size: 140%;
	border-style: none;
	cursor: pointer;
}

input:hover {
    background: #b3b3b3;
	color: #0000FF;
}

button:hover {
    background: #FFFF00;
}

input[type="text"], input[type=text], input[type="password"], input[type=password], textarea, select {
	background: #fffff0;
	border: 1px solid #b3b3b3;
	border-radius: 3px;
	padding: 7px 2px 7px 2px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b3b3b3;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b3b3b3;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #b3b3b3;
}

A.nemah {
	text-decoration: none;
}

A.bold {
	font-weight: bold;
}

A:link { 
	color: #0066cc; 
	text-decoration: none;
}

A:visited { 
	color: #0066cc; 
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}

.centered {
	text-align: center;
}

.alright {
	text-align: right;
}

.sorkizart {
	text-align: justify;
}

.quote {
	font-style: italic;
}



/*RESPONSIV MÓD*/

@media only screen and (max-width: 1112px) {
	body {
		background: #f4f0f3;
	}
	.alap{
		text-align: justify;
		background: #f4f0f3;
		padding: 10px;
		width: 94%;
		margin: auto;
		margin-bottom: 90px;	
		height: auto;
		min-height: auto;
	}
	.alap-ch{
		text-align: justify;
		background: #f0f0f5;
		padding: 10px;
		width: 94%;
		margin: auto;
		margin-bottom: 90px;
		height: auto;
	}
	#popup-container {
		display: none;
		position: fixed;
		top: 50%;
		z-index: 1000;
		max-width: 95%; /* Limit the width to 90% of the viewport width */
		padding: 20px; /* Add padding for better spacing */
		background-color: #ffffcc; /* Add a background color for better contrast */
		border-radius: 10px; /* Add rounded corners */
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Add a subtle shadow for depth */
	}

	#popup-image {
		width: 250; /* Make the image responsive to the container width */
		height: auto; /* Maintain aspect ratio */
		display: block; /* Ensure the image is centered horizontally */
		margin: 0 auto; /* Center the image horizontally */
	}

	.alap-e-book{
		text-align: justify;
		background: #ffffff;
		border: 5px solid #f4f0f3;
		padding: 20px 20px 50px 20px;
		width: auto;
		height: auto;
		margin: auto;
		margin-bottom: 60px;	
		display:none;
		-webkit-user-select: none;  /* Chrome all / Safari all */
		-moz-user-select: none;     /* Firefox all */
		-ms-user-select: none;      /* IE 10+ */
		user-select: none; 
	}
	table.footer{ 
		width: 100%;
		margin: auto;
		background: #d1d1e0;
	}
	.kozponti-kep {
		width: 70%;
		height: auto;
		padding: 2% 15% 2% 15%;
	}
}

@media only screen and (max-width: 768px) {
	.kozponti-kep {
		width: 100%;
		height: auto;
		padding: 15px 0 15px 0;
	}	
	.vissza_button{
		width: 50px;
		height: auto;
		border: 0;
		background: transparent;
		padding: 0 10px 0 40px;
	}
	.elore_button{
		width: 50px;
		height: auto;
		border: 0;
		background: transparent;
		padding: 0 40px 0 10px;
	}
	.guide_button{
		width: auto;
		height: 30px;
		border: 0;
		background: transparent;
		padding: 0 10px 0 0;
	}
	.menu_button{
		width: auto;
		height: 30px;
		border: 0;
		background: transparent;
		padding: 0 0 0 10px;
	}
	.down_button{
		width: auto;
		height: 30px;
		border: 0;
		background: transparent;
		padding: 0 10px 0 0;
	}
}


@media only screen and (max-width: 360px) {

}