:root {
	--main-elso-szin: #38383d; /* Szürke */
	--main-masodik-szin: #000;
	--main-harmadik-szin: #2b2b2b;
	--main-vilagosszurke: #818181;
	--main-kozepszurke:#555555;
	--main-betuszin: #000;
	--main-betuszin-vilagos: #c4b29f;
	--main-betuszin-hover: red;
}
@keyframes nagyit {
    0% {margin-top: 0%;}
	0% {margin-left: 0%;}
	0% {height: 100%;}
    100% {margin-top: -5%;}
	100% {margin-left: -5%;}
	100% {height: 110%;}
}
@keyframes attunes {
    0% {opacity: 0; transform: scale(0);}
	0% {filter: alpha(opacity=0);}
	    25% {opacity: 10;}
	25% {filter: alpha(opacity=100);}
	    100% {opacity: 10;}
	50% {filter: alpha(opacity=100); transform: scale(1);}
    50% {opacity: 10;}
	100% {filter: alpha(opacity=100);}
}
@keyframes pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 16px rgba(255, 255, 255, 0);
	}
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
@keyframes forgat {
    0% {    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari */
    transform: rotate(0deg);}
	 	25% {    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);}
	 	50% {    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);}
	 	 	75% {    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Safari */
    transform: rotate(180deg);}
	 	100% {    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);}

}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
font-family: 'Roboto', sans-serif;
	box-sizing: border-box;
	font-size: 10pt;
	line-height: 180%;
	scroll-behavior: smooth;
}
html {
	scroll-behavior: smooth;
}
a:link, a:visited {
  text-decoration: none;
	color: var(--main-betuszin);
}
a.fhiv:link, a.fhiv:visited {
color: var(--main-betuszin-vilagos);
}
a.shiv:link, a.shiv:visited {
color: #000;
}
a:hover, a.shiv:hover {
  text-decoration: none;
	color: var(--main-betuszin-hover);
}
a.logo:hover {
  text-decoration: none;
	color: var(--main-betuszin-vilagos);
}
.cimsor {
	margin: 0px;
}
h1 {
	font-size: 24pt;
	line-height: 140%;
	font-weight: 300;
}
h2 {
	font-size: 16pt;
	line-height: 160%;
	font-weight: 300;
}
h3 {
	font-size: 14pt;
	font-weight: 300;
	margin: 0px;
}
p {
	font-size: 11pt;
	line-height: 160%;
	font-weight: 300;

}
.kezdolap {
	text-align: center;
}
.kezdolap h1{
	font-size: 300%;
	line-height: 160%;
	color: red;
}
.kezdolap h2{
	font-size: 200%;
	padding: 0px 20%;
}
.bannersor {
	display: block;
	top: 80px;
	box-sizing: border-box;
	width: 100%;
	transition: .3s;
	z-index: -1;
	position: fixed;
}
.banner {
	display: block;
}
.banner h2 {
	margin: 10px 0px;
}
.fejsor {
	width: 100%;
	display: table;
	position: fixed;
	top: 0px;
	background-color: black;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	color: white;
}
.testsor {
	padding: 20px 18px 8px 18px;
	margin-top: 80px;
	min-height: 600px;
	position: relative;
	z-index: 200;
	background-color: rgb(255, 255, 255);
	border-left: 240px solid silver;
	display: table;
	width: 100%;
	box-sizing: border-box;
	/* background-color: rgba(0, 0, 0, 0.7);*/
}
.testsor ul{
	display: table;
}
.testsor ul li, .szovegbox ul li {
    padding: 0px;
    text-indent: -1.7em;
    list-style-position: inside;
    display: table;
}
.testsor ul li::before, .szovegbox ul li::before {
    content: "■";
    font-size: 20px;
    margin-right: 4px;
    color: red;
}
.szovegbox img {
    max-width: 100%;
}
.szovegbox {
    /* background-color: rgb(238, 255, 0); */
	padding: 0px 20px;
	box-sizing: border-box;
}
.topmkezdo {
	margin-top: 620px;
	border-left: 0px solid silver;
	z-index: 0;
}
.labsor {
	  color: white;
	background-color: black;
		position: relative;
	z-index: 100;
}
.alapszel {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  /* background-color: red;  */
}
.logo {
  width: 280px;
  height: 50px;
	font-size: 24px;
	line-height: 50px;
	font-weight: 300;
	float: left;
	padding: 18px;
	color: white;
}
.logojel {
	margin-top: 0px;
  border-top: 10px solid red;
  border-bottom: 10px solid red;
  width: 50px;
  height: 100%;
  box-sizing: border-box;
  float: left;
	margin-right: 16px;
	animation-name: forgat;
	animation-duration: 8s;
	animation-delay: 3s;
	animation-iteration-count: infinite;
	transition: .8s;

}
.logojel span{
  border-bottom: 10px solid red;
  width: 100%;
  height: 33%;
  display: block;
	animation-name: attunes;
		animation-duration: 8s;
	animation-delay: 3s;
	animation-iteration-count: infinite;
	transition: .8s;
}
.nyelvalap {
	float: right;

	font-size: 32pt;
	line-height: 0pt;
	margin-top: 12px;
}
.nyelv {
	margin: 6px;
	overflow: hidden;
	width: 18px;
	height: 18px;
	border-radius: 100%;
}
.nyelv-on {
	width: 22px;
	height: 22px;
	margin-left: 4px;
}
.fejikonsor {
	float: right;
	line-height: 0pt;
	margin-top: 12px;

}
.fejikonsor i{
	margin: 0px 8px;
}
.fejikonsor a:link, .fejikonsor a:visited, .fejadatok a:link, .fejadatok a:visited{
	color: white;
}
.fejikonsor a:hover, .fejadatok a:hover {
	color: red;
}
.fejikonsor div, .fejikonsor button{
	background-color: rgb(0, 0, 0);
	padding: 8px 0px;
	margin: 0px 0px;
	float: right;
	border-radius: 50%;
	position: relative;
	color: white;
	font-size: 32pt;
	z-index: 2;
	font-weight: 100;
}
.fejikonsor button{
	width: 60px;
	height: 60px;
	padding: 0px;
}
.fejikonsor div:hover, .fejikonsor button:hover, .menugomb:hover{
		animation-name: pulse;
		animation-duration: 3s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	z-index: 4;
	transition: .8s;
}
.fejadatok {
	font-size: 10pt;
	float: left;
	margin-top: 18px;
}
.fokep {
	float: left;
	max-width: 400px;
}
.labsor {
	height: 260px;
	display: flex;
}
.labinfo {
	height: 100%;
	width: 240px;
	float: left;
	background-color: silver;
	padding: 0px;
	color: black;
	position: relative;
	box-sizing: border-box;
	font-weight: 300;
	font-size: 90%;
}
.labadatok {
	height: 100%;
	width: 280px;
	background-color: transparent;
	color: rgb(255, 255, 255);
}
.labinfo h3{
	margin: 0px 0px 8px -18px;
	font-weight: 300;
}
.labinfo ul{
	position: absolute;
	top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	margin: 0px;
}
.labadatok ul{
	top: 70%;
}
.tores1 {
	width: 0px;
	float: left;
}
.centerDivs {
  display: block;
  text-align: center;
}

.menugomb{
	display: inline-block;
	width: 210px;
	height: 340px;
	margin: 3px 8px;
	font-size: 10pt;
	background-color: white;
	position: relative;
	box-sizing: border-box;
	 overflow: hidden; 
	color: black;
	padding: 12px;
 	border: 1px solid silver; 
/*	-webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 12px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 12px 0px rgba(50, 50, 50, 0.75); */
}
.menugomb img{
	top: 8px;
	left: 0px;
	width: 100%;
	height: auto;
	filter: grayscale(100%);
	transition: .8s ease;
	position: absolute;

}
.menugombcimke {
	border-top: 1px solid #a1a1a1;
	height: 60px;
	position: absolute;
	width: 90%;
	bottom: 0px;
	padding: 8px 0px;
}
.menugomb h2{
	margin: 0px;
	text-align: center;
	z-index: 100;
	font-weight: 300;
	/* background-color: #ff0000; */
	line-height: 140%;
}
.menugomb span{
	position: absolute;
	bottom: 12px;
	padding-right: 12px;
}
#kiemeltcimke {
    position: absolute;
    top: 60px;
    right: 20px;
    background-color: red;
    color: white;
    padding: 8px 30px;
    transform: translate(50%, -50%) rotate(45deg);
    transform-origin: right top;
    box-shadow: -1px 1px 2px rgba(0,0,0,0.25);
	filter: grayscale(0%)!important;
}
.overlay {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.menugomb:hover .overlay {
  height: 50%;
  background: rgba(0, 0, 0, 0.5);

}
.menugomb:hover img {
  filter: grayscale(0%);
	transition: .8s ease;
}
.accordion{
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
	font-weight: bold;
	margin: 4px 0px;
}
.vasarlasok{

	padding: 8px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	  font-weight: bold;
	  margin: 4px 0px;
  }
.tovabb {
	
	width: 100%;
	padding: 4px;
  }
.active1, .accordion:hover {
  background-color: var(--main-harmadik-szin);
	color: #fff;
}
.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.tovabb:after {
	content: '\1F863';
	font-weight: bold;
	float: right;
	margin-left: 5px;
  }
.active1:after {
  content: "\2212";
}
.panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	padding: 0px 0px;
	box-sizing: border-box;
}
.panel p{
	padding: 0px;
}
.oldalmenu {
	position: relative;
	margin-left: -248px;
	float: left;
	width: 222px;
	display: table;
	z-index: 1000;
}
.oldalmenu ul{
	margin: 0px;
	margin-left: -14px;
	list-style-type: none;
}
.oldalmenu li{
	text-indent: -2em;
	font-size: 9pt;
	line-height: 150%;
}
#tartalomsor {
	float: left;
  /* background-color: yellow;   */
 width: 100%;
}
.oldalmenu li::before {
	content: "■";
	font-size: 16px;
	color: red;
	}
.accordionoldalmenu {
	padding: 4px;
	  font-size: 10pt;
	font-weight: normal;
}
.lablogo {
	float:left;
	margin: 18px;
}
.lablogo div{
	height: 50px;
	width: 50px;
	float: left;
	margin: 8px;
		box-sizing: border-box;
	position: relative;
}
#g {
border-top: 10px solid #b3b3b3;
border-left: 10px solid #b3b3b3;
border-bottom: 10px solid #b3b3b3;
}
#gkieg {
	height: 70%;
	border-right: 10px solid #b3b3b3;
	position: absolute;
	bottom: 0px;
	right:0px;
}
#t {
border-top: 10px solid #666666;
}
#tkieg {
	height: 100%;
	border-right: 10px solid #666666;
	left: 20px;
	position: absolute;
}
#e {
border-top: 10px solid #ff0000;
border-bottom: 10px solid #ff0000;
}
#ekieg {
	width: 100%;
	border-top: 10px solid #ff0000;
	top: 10px;
	position: absolute;
}
.bannerszoveg {
	position: absolute;
	top: 10%;
	left: 20%;
	color: white;

}
.bannerszoveg h1 {
	font-weight: 500;
	font-size: 3vw;
	text-shadow: 4px 4px #2b2b2b;
}
.bannerszoveg h2 {
	margin-left: 20px;
	line-height: 150%;
}

.plakat h1{
	position: relative;
	margin: 30px 0px 0px 30px;
	color: white;
	font-size: 2.0vw;
	font-weight: 500;
	text-shadow: 4px 4px #2b2b2b;
	z-index: 1000;
}
.plakat img{
	position: relative;
	width: 100%;
	max-width: 930px;
	margin-top: -80px; 
}
.top30 {
	margin-top: 60px;
	display: block;
}
.tablazatdiv {
    width: 100%!important;
    overflow-x: auto;
    padding-bottom: 10px;
}
.filefeltolt {
	background-color: #444;
	color: white;
	padding: 8px;
}
.filefeltolt div {
	padding: 4px 8px;
}
.filefeltolt div:hover {
	background-color: #a3a3a3;
}
.filefeltolt a:link, .filefeltolt a:visited{
	color: white;
}

.lezar {
	clear: both;
}
.lezarb {
	clear: right;
}
