:root { 
	--main-elso-szin: #3a53a5;
	--main-masodik-szin: #003b6d;
	--main-harmadik-szin: #ff0000;
	--main-betuszin: #394244;
	--main-betuszin-vilagos: #fff;
	--main-betuszin-hover: #ff0000;
}
html, body {
	margin: 0;
	padding: 0;
	color: var(--main-betuszin);
	background-image: url(../img/hatter.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	box-sizing: border-box;
}
.alapszel {
	width: 960px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
}
p {
	font-size: 11pt;
	font-weight: normal;
	box-sizing: border-box;
	line-height: 150%;
}
.szovegbox ul, .feherdoboz ul {
	list-style-position: inside;
	list-style: none;
	margin-left: 10px;
		font-size: 11pt;
	line-height: 16pt;
	margin: 0px 0px 0px 0px;
}
.feherdoboz ul {
		font-size: 10pt;
}
.szovegbox li, .feherdoboz li {
	padding: 5px;
	text-indent: -2em;
}
.szovegbox li::before, .feherdoboz li::before {content: " ■ "; 
	font-size: 20px; 
	margin-right: 8px;
	color: var(--main-harmadik-szin) !important;
	}
.on {
	color: var(--main-harmadik-szin) !important;
	font-weight: bold;
}
h1 {
	font-size: 24pt;
	font-weight: 300;
	text-align: center;
	color: var(--main-masodik-szin);
	line-height: 16pt;
	margin: 0px 0px 0px 0px;
	padding-top: 16px;
}
h1.oktatocim {
	font-size: 18pt;
	font-weight: 300;
	text-align: left;
	line-height: 16pt;
	margin: 0px 0px 0px 20px;
	padding-top: 0x;
}
h2 {
color: var(--main-harmadik-szin);
		font-size: 16pt;
	font-weight: 300;
}
h2.oktatocim {
	font-size: 12pt;
	font-weight: 300;
	margin: 10px 0px 0px 20px;
}
h2.cimsor {
	text-align: center;
	margin-bottom:0px;
}
h3 {
font-size: 16pt;
}
h4 {
font-size: 14pt;
	margin: 8px;
}
h5 {
font-size: 10pt;
}

a:link, a:visited {
  text-decoration: none;
	color: var(--main-masodik-szin);
}
a:hover {
  text-decoration: none;
	color: var(--main-betuszin-hover); 
}
a.fhiv:link, a.fhiv:visited {
color: white;
}
a.shiv:link, a.shiv:visited {
color: #000;
}
.menusor {
  height: 35px;
	width: 100%;
	text-align: right;
	  background-image: url(../img/hatter.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
	position: fixed;
	z-index: 2000;
}
.fejsor {

}
.banner {
	-webkit-box-shadow: 0px 6px 11px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 6px 11px -4px rgba(0,0,0,0.75);
box-shadow: 0px 6px 11px -4px rgba(0,0,0,0.75);
}
.testsor {
  background-color: rgba(255,255,255,  0.6);
  min-height: 300px;
}
.feherdoboz {
  
  width: 47%;
	float: left;
	margin-left: 2%;
	margin-top: 2%;
	min-height: 155px;
}
table {
	background-color: rgba(255,255,255,  0.6);
}
.tartalom {
	padding-top: 10px;
	padding-bottom: 50px;
	width: 100%;
	min-height: 300px;
	box-sizing: border-box;

}
.szovegbox {
	padding: 0px 18px 18px 18px;
	width: 100%;
	box-sizing: border-box;
	display: table;
}
.lenyilo_alap {
	background-color: rgba(255,255,255,  0.6);
	padding: 0px 8px 18px 18px;
	width: 100%;
	box-sizing: border-box;
	margin: 1% 0;
	transition: 1s;
	
}
.lenyilo_alap h1{
	font-size: 16pt;
	text-align: left;
	margin: 0px;
	
}
.lenyilo {
		padding: 0px 18px 0px 18px;
	width: 100%;
	box-sizing: border-box;
	
}
.lenyilosor {
	padding: 8px 0px 8px 0px;
	width: 100%;
	box-sizing: border-box;
}
.jobbradoboz {
	float: right;
}
.fajltipus {
	margin: 0px 18px 0px 18px;
	font-size: 20px;
}
.labsor {
  background-color: var(--main-masodik-szin);
  color: white;
  text-align: center;
  font-size: 10pt;
  position: absolute;
  width: 100%;
	padding: 18px 0px;
  bottom: 0;
}
.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;
  }
}
.fejszoveg {
	font-size: 12pt;
	top: 50%;
	float: left;
	position: absolute;
	left: 320px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header.small .fejszoveg {
	left: 140px;
	margin-top: 4px;
}
.ikonsor {
	float: right;
	margin: 0;
	position: absolute;
	top: 50%;
	right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ikon{
	border-radius: 100%;
	width: 35px;
	height: 35px;
	margin: 0px 4px;
	margin-top: 8px;
	font-size: 20px;
	line-height: 0px;
	padding: 0px;
	color: var(--main-betuszin-vilagos);
	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;
	text-align: center;
	float: left;

}
.ikon:hover {
	background-color: var(--main-masodik-szin);
	color: var(--main-betuszin-hover);
}
.offset {
  margin-top: 0;
  padding-top: 175px;
  text-align: center;
  transition: .3s;
}

.header {
	margin-top: 35px;
	border-top: 30px solid var(--main-elso-szin);
	position: fixed;
	height: 110px;
	width: 100%;
	transition: .3s;
	background-color: white;
	background-image: url(../img/fejhatter.png);
	padding:0;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	z-index: 1000;
}
.header.small {
  height: 48px;
	border-top: 12px solid var(--main-elso-szin);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background-image: url(../img/fejhatterkicsi.png);
}
.header.small ~ .offset {
  padding-top: 280px;
}
.header.small .header_logo {
  padding-top: 0px;
  text-shadow: none;
	height: 50px;
	margin-top: -12px;
	border-left: 8px solid #fff;
	border-right: 8px solid #fff;
	transition: .3s;
}
.header_logo {
	margin-top: -30px;
	border-left: 12px solid #fff;
	border-right: 12px solid #fff;
	padding-top: 0px;
	transition: .3s;
}
.centerDivs {
  display: block;
  text-align: center;
}
.centerDivs p{
	text-align: left;
}
.fel30 {
	margin-top: -30px;
}
.malap {
	display: inline-block;
	padding: 14px 14px;
	text-align: center;
	box-sizing: border-box;
}
.menugomb {
  width: 280px;
	height: 195px;
	border: 0px solid #999999;
	border-radius: 2px;
	overflow: hidden;
	text-align: center;
}
#menukep {
	width: 100%;
	height: auto;
}
#menucimke {
	position: absolute;
	padding: 4px 16px;
	font-size: 16pt;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	background-color: var(--main-harmadik-szin);
	border-radius: 2px;
	color: #fff;
	box-sizing: border-box;	
}
#menucimke p, #menucimke-on p{
	margin: 0;
}
#menucimke-on {
	position: absolute;
	padding: 8px 16px;
	font-size: 16pt;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
	color: #999999;
	border: 1px solid #999999;
	box-sizing: border-box;
}
/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.rotate {

  transform: rotate(-90deg);


  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
  -webkit-transform: rotate(-90deg);

  /* Firefox */
  -moz-transform: rotate(-90deg);

  /* IE */
  -ms-transform: rotate(-90deg);

  /* Opera */
  -o-transform: rotate(-90deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}
.almenualap {
	margin-top: 20px;
	float: left;
	width: 200px;
	box-sizing: border-box;
	text-align: center;
	height: 80px;
	font-size: 9pt;
}
.almenualap p{
	font-size: 9pt;
}
#menujel {
	width: 30px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: var(--main-masodik-szin);
	border-radius: 50%;
}
#menujel-on {
	width: 30px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: var(--main-harmadik-szin);
	border-radius: 50%;
}
.fokep {
  float: right;
  margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 4px;
	width: 200px;
	border: 1px solid silver;
}
.oktato {
  float: right;
  margin: 8px;
	padding: 3px;
	width: 150px;
}
.terkep {
	float: right;
	height: 400px;
	width: 600px;
	margin-left: 20px;
	margin-top: 0px;
}	
.referenciak {
	margin: 0px 5%;
	margin-top: -10px;
	width: 90%;
	padding-left: 10px;
	box-sizing: border-box;
}
.hireksor {
	background-color: white;
	width: 100%;
	margin: 0px;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}
.arnyekkep {
	position: absolute;
	margin-top: -10px;
	width:100%;
}
.arnyekkep2 {
	position: absolute;
	margin-top: 0px;
	width:100%;
}
.kepzesek {
	margin: 30px;
	margin-top: -60px;
	padding: 40px;
	box-sizing: border-box;
}
.kepzes_alap {
	background-color:  var(--main-masodik-szin);
	margin: 20px;
	width: 180px;
	height: 210px;
	display: inline-block;
    position: relative;
	float: left;
	overflow: hidden;
}
.kepzes_img {
	float: left;
	max-width: 140px;
	max-height: 210px;
}
.kepzes_cimke{
	font-size: 14px;
	transform: rotate(-90deg);
	color: white;
	position: absolute;
    right: -85px;
    bottom: 90px;
	width: 210px;
	height: 18px;
	text-align: center;
}
.feherhatter, .fehersor {
	background-color:  white;
}
.fokeplogoalap
{
	background-color:  white;
	width: 200px;
	height: 200px;
	line-height: 200px;
	float: right;
	text-align: center;
	margin-left: 20px;
}
.fokeplogoalap img {
    vertical-align: middle;
}
.ovfh {
 overflow: hidden;	
}
.lezar {
	clear: both;
}