
body {
	background-color: rgb(0,196,49);
	padding-top: 60px;
	padding-left, padding-right: 12px;
	font-family: Arial,Helvetica;
	font-size: 1em;
	transition: 4s all;
	}

#menusor {
	background-color: #fff;
	width: 100%;
	transition: 1s all;
	display: flex;
	flex-direction: row;
}
#kiadvanyok {
	width: 80%;
	}
	
#kontakt {
	position: absolute;
	top: 0px;
	right: 0px;
}

#tartalom {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	background-color: rgb(222,222,222);
	transition: 1s all;

}

#infodoboz {
	display: flex;
	background-color: #666;
	padding-bottom: 40px;
	padding-right: 40px;
	min-height: 600px;
	transition: 1s all;
	width: 45%;
}

#info {
	margin-top: 40px;
	display: inline-block;
	background-color: #333;
	width: 80%;
	color: #ccc;
	transition: 1s all;
}

#email {
	text-decoration: none;
}


#kepek {
	padding-left: 0px;
	height: 100%;
	transition: 3s all;
}


#kiskep {
	width: 420px;
	}

#mobilkepek {
	width: auto;
	display: none;
	padding-left: 0px;
	float: left;
	transition: 3s all;
}

#mobilkiskep {
	width: 420px;
}

.vegyeskepek {
	width: 100%;
}
a:link {
	color: #84003d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #84003d;
}

a:active {
	color: #aee3e2;
}

#infodoboz a:hover {
	text-decoration: none;
}
.diobelek {
	border: 3px solid #9abfda;
	height: 30px;
	width: 30px;
	margin-left: 0px; 
}

.felsorolas1 {
	background-color: rgb(199,109,109);
	color: rgb(249,239,239);
}

.felsorolas2 {
	background-color: rgb(249,239,239);
	color: rgb(199,109,109);
}


.spr {
	cursor: pointer;
}

.kepek {

	border: 1px solid; 
	width: 60px; 
	height: 60px; 
	margin-left: 3px;
}

.kepdarab {
	width: 140px;
}
.ikonok {
	height: 50px;
}

@media screen and (max-width: 900px) {
body {
	padding-top: 16px;
	}


#menusor {
	flex-direction: column-reverse;
}

#kiadvanyok {
	width: 100%;
	}

#kontakt {
	text-align: right;
}

#tartalom {
		flex-direction: column-reverse;

}

#infodoboz {
	display: flex;
	width: 85%;
}

#info {
	width: 95%;
}


#kiskep {
	width: 100%;
	}

.kepdarab {
	width: 40px;
}

}
