body {
	background-color: #efedee;
	color: #000;
	font-family: "Arial";
	padding-left: 8%;
	padding-right: 8%;
	font-size: 1em;
}

#fejlec {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	}

a {
	color: #ff568f;
	transition: 0.3s all;
}

a:hover {
	background-color: #ff568f;
	color: #000;
	transition: 0.3s all;
}

#logohely {
	width: 49px;
	position: relative;
}

#oldalsav {
	margin-top: 5px;
	display: flex;
	flex-direction: column;
	text-align: justify;
	text-justify: inter-word;
}


#menusor {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-top: 10px;
	padding-bottom: 10px;
}


#moire {
	padding-left: 5%;
	padding-top: 2%;
	text-align: right;

}
h2 {
	color: #aaa;
	font-size: 1em;
	}
	
li {
	list-style-position: inside;
	list-style-type: square;
}

hr.vonalka {
	border-top: 1px solid black;
	border-bottom: 0px solid green;
}

.esemenylista {
	margin-bottom: 5px;
	display: block;
	width: 33%;
}

.esemenylista:nth-child(odd) {
	margin-bottom: 5px;
	background-color: #e4e4e4;
}

.esemenylista:nth-child(even) {
	margin-bottom: 5px;
	background-color: #e9e9e9;
}

#since {
	color: #bababa;
	font-size: 4em;
}

#esemenyek {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.esemenylista img {
	width: 100%;
}

#lablec {
}

@media screen and (max-width: 800px) {
#fejlec {
	flex-direction: column;
	}
body {
	padding-left: 0%;
	padding-right: 0%;
	font-size: 1.1em;
}
#oldalsav {
	width: 100%;
}

#menusor {
flex-direction: column;

}

#since {;
	font-size: 2em;
}

#logohely {
/* display: none */
	}


#moire {
	padding-left: 0%;
	text-align: left;
}

.esemenylista {
	display: block;
	width: 100%;
	margin-bottom: 16px;
}

.esemenylista img {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}
}