body {
	background-color: #364824;
	font-family: "Comic Sans MS", cursive, sans-serif;
	margin: 0;
	padding: 0;
	padding-top: 90px;
}

#pedagogus_kep img {
	max-width: 100%;
}

#pedagogusok_div {
	display: flex;
	flex-direction: row;
	width: 80%;
	margin-left: auto;
	margin-right: auto; 
	flex-wrap: wrap;
	align-items: stretch;
	font-family: "Comic Sans MS", cursive, sans-serif;
}

#pedagogusok_div:after{
  content: "";
  flex: auto;
}

.box_pedagogusok {
	box-sizing: border-box;
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	background-color: #680a0a;
	margin-bottom: 20px;
	color: white; 
	border: 3px solid #005e20;
	padding: 20px 0;
	/*display: flex;*/
	flex-direction: row;
	flex-wrap: wrap;
	background-image: url("../img/liget_szin5.jpg");
	background-size: cover;
	cursor: pointer;
}

.sor_pedagogusok {
	font-size: 18px;
}

.cim_pedagogusok {
	font-size: 25px;
	color: #d66913;
	cursor: pointer;
	padding: 15px;
}

.nev_pedagogusok {
	padding-left: 10px; 
	font-size: 20px;
}

.kep_span_pedagogusok {
	width: 100%;
	display: block;
	text-align: center;
}

.kep_pedagogusok {
	width: 90%;
	/*float: right;*/
}

.szoveg_pedagogusok {
	/*width: 70%;*/
	margin-bottom: 10px; 
}

.sor_pedagogusok {
	padding-left: 15px;
}

#pedagogus_box {
	color: white;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

#pedagogus_nev {
	font-size: 28px;
	margin-bottom: 10px;
}

#pedagogus_leiras {
	font-size: 18px;
	margin-bottom: 10px;
}

#pedagogus_dijak {
	font-size: 22px;
	margin-top: 10px;
}

#pedagogus_cimek {
	font-size: 22px;
	margin-top: 10px;
}

#pedagogus_elerhetosegek {
	margin-top: 10px;
}

#pedagogusok_slideshow {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 20px;
}

.kep_div {
	width: 18%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 20px;
	cursor: pointer;
	background-image: url(../img/liget_szin5.jpg);
	text-align: center;
}

.pedagogusok_slideshow_img {
	width: 95%;
	margin: 5px auto 1px auto;
}

.pedagogus_focim {
	margin-bottom: 10px;
	margin-top: 10px;
	color: white;
}

#pedagogus_tovabbiak_div {width: 90%;
    margin: 30px auto 30px auto;
}

#pedagogus_kep img {
    max-width: 30%;
    float: left;
    padding: 0 30px 30px 0;
}

@media screen and (max-width: 580px)
{
	.box_pedagogusok {
		/*flex-direction: column-reverse; */
	}

	.szoveg_pedagogusok {
		width: 100%;
	}

	.kep_span_pedagogusok {
		width: 35%;
		margin: auto;
		margin-bottom: 20px; 
	}
}

@media screen and (max-width: 400px)
{
	.cim_pedagogusok {
		font-size: 20px;
	}

	.nev_pedagogusok {
		font-size: 18px;
	}

	.kep_span_pedagogusok {
		width: 50%;
	}
}

@media screen and (max-width: 1500px) and (min-width: 1001px) /*4 egymas mellett*/
{
	.kep_div {
		width: 23%;
		margin-left: 1%;
		margin-right: 1%;
	}
}

@media screen and (max-width: 1000px) and (min-width: 751px) /*3 egymas mellett*/
{
	.kep_div {
		width: 31%;
		margin-left: 1%;
		margin-right: 1%;
	}
}

@media screen and (max-width: 750px) and (min-width: 501px) /*2 egymas mellett*/
{
	.box_pedagogusok {
		width: 100%;
	}
	.kep_div {
		width: 47%;
		margin-left: 1%;
		margin-right: 1%;
	}
}

@media screen and (max-width: 500px) /*1 db a sorban*/
{
	.box_pedagogusok {
		width: 85%;
	}
	
	.kep_div {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}