:root { 
	--main-elso-szin: #495c7b; 
	--main-masodik-szin: #d3d8e1;
	--main-harmadik-szin: #aa539b;
	--main-betuszin-vilagos: white;
	--main-betuszin-hover: #aa539b;
}
body, p {
	margin: 0;
	padding: 0;
	font-family: 'PT Sans', sans-serif;
	color: #58595b;
	width: 100%;
	height: 100%;
}
h1 {
	color: var(--main-harmadik-szin);
	font-size: 16pt;
	line-height: 16pt;
	margin: 0px 0px 0px 0px;
}
h2 {
font-size: 100%;
	margin: 10px 0px 0px 20px;

}
h3 {
font-size: 16pt;
}
h4 {
font-size: 14pt;
	margin: 8px;
}
h5 {
font-size: 10pt;
}

a:link, a:visited {
  text-decoration: none;
	color: var(--main-elso-szin);
}
a:hover {
  text-decoration: none;
	color: var(--main-harmadik-szin);
}
a.fhiv:link, a.fhiv:visited {
color: white;
}
a.shiv:link, a.shiv:visited {
color: #000;
}
.fejsor {
  border-top: 15px solid #aa539b;
  width: 100%;
  height: 135px;
  background-image: url(../img/haromszogek.png);
  background-position: center top;
  background-repeat: no-repeat;
}
.bannersor {
	width: 100%;
	display: table;
	margin: 0px;
	padding: 0px;
	background-color: #495c7b;
	color: white;
	max-height: 420px;
}
#bannerkep {
	margin: 0px;
	max-width: 100%;
}
#korlogo {
	float: right;
	position: relative;
	margin-right: 10px;
	margin-bottom: -300px;
	margin-top: 10px;
}
#kepfelirat {
	background: rgba(170,83,155,0.8);
	width: 420px;
	position: relative;
	margin-top: -200px;
	float: left;
	color: white;
	padding: 10px 60px;
	font-size: 18pt;
	font-weight: bold;
	box-sizing: border-box;
}
.testsor {
	min-height: 300px;
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}
.fehersor {
	display: table;
	width: 100%;
	margin: 0;
	padding: 20px;
	 background-color: #fff;
}
.test {
	background-color: var(--main-masodik-szin);
	padding: 20px;
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.fokep {
	float: right;
	margin-left: 60px;
	margin-top: -40px;
	border-radius: 100%;
	max-height: 250px;
	
}
.labsor {
	width: 100%;
	height: 180px;
	background-color: #e2e5eb;
	text-align: center;
	box-sizing: border-box;
}
.lab {
	background-color: var(--main-masodik-szin);
	color: var(--main-elso-szin);
	height: 100%;
	padding-top: 50px;
	box-sizing: border-box;
	line-height: 12pt;
}
.ikonsor {
	width: 100%;
	height: 60px;
	  margin-right: auto;
  margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.labikon{
	border-radius: 100%;
	width: 40px;
	height: 40px;
	margin: 0px 4px;
	font-size: 26px;
	color: var(--main-masodik-szin);
	background-color: var(--main-elso-szin);
	box-sizing: border-box;
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
		display: flex;
	align-items: center;
	justify-content: center;

}
.labikon:hover {
	background-color: var(--main-masodik-szin);
	color: var(--main-harmadik-szin);
}
.logosor {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 7pt;	
	box-sizing: border-box;
	padding: 20px 10px;
}
.logosor p{
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid var(--main-elso-szin);
}
.eit {
	width: 220px;
}
.eu {
	width: 400px;

}
.eit, .eu {
	display: flex;
	align-items: center;
	justify-content: center;
		margin: 4px;
}
.copysor {
  width: 100%;
  background-color: #7f8ca6;
  text-align: center;
  color: white;
  font-size: 10pt;
  line-height: 2em;
}
.alapszel {
  margin-right: auto;
  margin-left: auto;
  width: 960px;
}
#logo {
	float: left;
	margin-top: 10px;
}

.menusor {
	clear: both;
	float: right;
	margin-top: -40px;
	margin-bottom: 10px;
	position: relative;
}
#bejnev {
float: right;	
	font-size: 8pt;
	height: 10px;
	position: relative;
	padding: 8px;
}
.fade-in {
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
}


@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
.hiba {
	background-color: var(--main-harmadik-szin);
	color: white;
	padding: 8px;
	font-size: 140%;
	 height: 20px;
}
.jobbra {
	float: right;
}
.balra {
	float: left;
}
.vilagos {
	width: 100%;
	box-sizing: border-box;
	padding: 8px;
	margin: 2px;
	background-color: rgba(255,255,255,  0.8);
}
.galeriabox {
	margin: 10px 18px;
	width: 210px;
	float: left;
	display: block;
	height: 250px;
	box-sizing: border-box;
	font-size: 9pt;
}
.galeriabox-kepalap {
	height: 210px;
	overflow: hidden;
}
.galeriabox-kep {
	height: 100%;
	margin-top: 0%;
	margin-left: 0%;
}
.galeriabox-kep:hover {
	animation: nagyit 0.5s linear 0s 1 normal forwards;
}
.pl20 {
	padding-left: 50px;
}
.galeriabox-szoveg {
	border-left: 5px solid var(--main-harmadik-szin);
	padding-left: 5px;
	margin-top: 10px;
	display: block;
	clear: both;
	box-sizing: border-box;	
}
.lezar {
	width: 100%;
	clear: both;
}