body {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font: normal 22px 'myriad_light', sans-serif;
	background-color: #007d64;
	background-image: radial-gradient(#50cdb4 15%, #007d64 85%);
	background-position: center center;
	background-attachment: fixed;
	color: #fff;
}


form {
	margin: 0px;
	padding: 0px;
}

.feher, a, a:visited {
	color: #fff;
}
a {
	text-decoration: none;
}

.nagy {
	font-size: 22px;
}

.myriad_reg {
	font-family: 'myria_reg';
}

.myriad_light {
	font-family: 'myria_light';
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.absolute {
	position: absolute;
}
.relative {
	position: relative;
}

.hidden {
	display: none;
}


.marydale {
	font-family: 'marydale';
}

input, select, textarea, a, area, map {
	outline: none;
}
h1, h2 {
	font-weight: normal;
}

div.lenia {
	max-width: 150px;
	border-bottom: 1px solid silver;
	margin: 15px auto 15px auto;
}

#fejlec {
	height: 80px;
	position: relative;
	z-index: 10;
	box-shadow: 2px 2px 7px rgba(0,0,0,.50);
	background-color: #fff;
	width: 100%;
	min-width: 480px;
	top: 0px;
	left: 0px;
}

img {
	max-width: 100%;
	height: auto;
}

img.kislogo {
	display: inline-block;
	vertical-align: baseline;
}

#fejlec img.kislogo {
	position: relative;
	top: 10px;
	height: 65px;
	left: 10px;
}


img.kislogo2 {
	display: inline-block;
	vertical-align: middle;
}


#fejlec .fomenu {
	float: right;
	position: relative;
	top: 25px;
	right: 35px;
	text-transform: uppercase;
	font: normal 28px 'myriad_reg';
	color: #007d64;
}
#fejlec .fomenu a {
	color: #007d64;
	display: inline-block;
	margin-left: 20px;
}

#fejlec .inner {
	display: block;
	margin: 0px auto 0px auto;
	max-width: 1280px;
}

#cover {
	position: relative;
	min-width: 480px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 2px 2px 7px rgba(0,0,0,.50);
	z-index: 1;
}
#cover .inner {
	margin: 0px auto 0px auto;
	max-width: 1280px;
	display: block;
	position: relative;
}
#cover img.patch {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	z-index: 2;
	right: 30px;
	bottom: 30px;
	max-width: 25%;
	height: auto;
}
#cover img.cover {
	display: block;
	width: 100%;
	height: auto;
}

div.centerblock {
	max-width: 960px;
	min-width: 480px;
	margin-left: auto;
	margin-right: auto;
}

div.nagycim {
	color: #fff;
	font: bold 32px 'marydale', sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 0px 15px 0px;
}
.transhatter {
	background-color: rgba(255, 255, 255, .10);
	color: #fff;
	font-weight: bold;
	padding: 10px;
}

.nagybetu {
	text-transform: uppercase;
}
	

img.nyeremenykep {
	max-width: calc(100% - 20px);
	height: auto;
	border: 5px solid #fff;
	box-shadow: 2px 2px 7px rgba(0, 0, 0, .60);
	display: block;
	margin: 0px auto 0px auto;
}

ol {
	counter-reset: li;
	padding: 0;
	margin: 0;
	list-style: none;
}

li {
	list-style: none;
	margin: 1em 0;
	padding-left: 2.25em;
	position: relative;
	padding-bottom: 25px;
}

li::after {
	counter-increment: li;
	content: counter(li);
	position: absolute;
	left: 0;
	font-weight: 600;
	top: -0.25em;
	width: 35px;
	height: 35px;
	color: #fff;
	font-size: 18px;
	font-family: 'marydale';
	background-color: #fff;
	border-radius:50%;
	color: #007d64;

	display: flex;
	align-items: center;
	justify-content: center;
}


#praktikak {
	height: 350px;
	background: transparent url(img/praktikak.jpg) center center no-repeat;
}

img.praktikak {
	max-width: 100%;
	height: auto;
	display: block;
}


div.nyeremenyblokk {
	grid-template-columns: auto auto;
	display: grid;
	text-align: center;
	width: 100%;
	column-gap: 10px;
	align-content: center;
	align-self: center;
	/* padding-bottom: 13%; */
}
div.nyeremenyblokk img {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	vertical-align: center;
	align-self: center;
}

.nullwrapper {
	height: 0px;
	position: absolute;
	width: 100%;
}


/* listazo */

img.prev, img.next {
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
}

#palyazatok .listaelem {
	padding-bottom: 20px;
}

#palyazatok .listaelem img {
	transition-property: box-shadow;
	transition-duration: 500ms;
	display: block;
	width: 100%;
	height: auto;
}
#palyazatok .listaelem:hover img {
	box-shadow: 0px 0px 10px #ace7db;
}

.gomb {
	background-color: #005d44;
	color: #fff;
	font-weight: bold;
	padding: 9px 5px 5px 5px;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 5px;
}

div.sep {
	display: inline-block;
	width: 40px;
}


#regblokk {
	width: 100%;
	border-top: 1px solid #ace7db;
	border-bottom: 1px solid #ace7db;
	padding: 15px 0px 15px 0px;
	background-color: rgba(255, 255, 255, .30);
}

#regblokk .feles {
	width: calc(50% - 30px);
	height: auto;
	float: left;
	padding: 10px;
}
#feltolto {
	text-align: center;
}
#feltolto img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	max-width: 80%;
	max-height: 80%;
	width: auto;
	height: auto;
}


input[type=text], select, textarea {
	border: 1px solid #ace7db;
	padding: 5px;
	font: normal 18px 'myriad_light';
	color: #333;
}
input.input1 {
	width: 360px;
}
input.input2 {
	width: 313px;
}
input.input3 {
	width: 410px;
}
select {
	width: 350px;
}
textarea {
	width: 410px;
	height: 100px;
}

div.szabalyzat {
	height: 450px;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: rgba(255, 255, 255, .10);
	color: #333;
	padding: 10px;
	margin: 10px;
}


#palyazatbox {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 20;
	background-color: rgba(0,0,0, .90);
	text-align: center;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	left: 0px;
	top: 0px;
	color: #fff;
	display: none;
}
#palyazatbox .inner {
	max-width: 1024px;
	width: 100%;
	max-height: calc(100% - 50px);
	height: auto;
	margin: 20px auto 20px auto;
	vertical-align: middle;
}


img.close {
	cursor: pointer;
	position: fixed;
	right: 20px;
	top: 20px;
	display: block;
	z-index: 21;
}


#palyazatok {
	display: grid;
	grid-template-columns: 23% 23% 23% 23%;
	justify-content: space-around;
	align-items: baseline;
}




/* reszponziv reszek */


@media screen and (max-width: 1023px) {
	#fejlec {
		height: 70px;
	}

	#fejlec img.kislogo {
		height: 50px;
	}
	#palyazatbox {
		font-size: larger;
	}
	#palyazatbox .szerzo {
		font-size: 24px;
	}
	#palyazatok {
		grid-template-columns: 31% 31% 31%;
	}


}


@media screen and (max-width: 800px) {
	body {
		font-size: 24px;
	}

	#regblokk .feles {
		width: auto;
		float: none;
		text-align: center;
	}

	img.prev, img.next {
		display: none;
	}
	#listazo {
		width: 100%;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	body {
		font-size: 22px;
	}

	div.sep {
		display: block;
		height: 20px;
	}

	div.nyeremenyblokk {
		padding-bottom: 5%;
	}

	#palyazatok {
		grid-template-columns: 45% 45%;
	}
	#fejlec {
		height: auto;
		padding-bottom: 5px;
	}
	#fejlec img.kislogo {
		float: none;
		display: block;
		margin: 0px auto 0px auto;
	}

	#fejlec .fomenu {
		float: none;
		display: block;
		right: auto;
		text-align: center;
		top: 0px;
		padding-top: 20px;
		font-size: 20px;
	}

	h1 {
		font-size: 28px;
	}

}


