:root {
	--elso-szin: #003366;
	--masodik-szin: #ff0000;
	--harmadik-szin: #00aeff;
	--betuszin: #252628;
	--betuszin-vilagos: #fff;
	--betuszin-hover: #ff8800;
  --main-szin1: #144372;
	--main-szin2: #b0ccd9;
	--main-szin3: #bbc1c4;
}
@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;}
	0% {filter: alpha(opacity=0);}
    100% {opacity: 8;}
	100% {filter: alpha(opacity=80);}
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}

	100% {
		transform: scale(0.95);
		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(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Safari */
    transform: rotate(360deg);}
	 	50% {    -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Safari */
    transform: rotate(360deg);}
	 	 	75% {    -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Safari */
    transform: rotate(360deg);}
	 	100% {    -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Safari */
    transform: rotate(360deg);}

}
body {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  line-height: 150%;
}
html {
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
.alapszel {
  width: 1280px;
  margin: 0px auto;
}
h1, h2 {
font-weight: normal;
font-family: "Kalam", cursive;
}
a  {
  text-decoration: none;
  color: #000;
}
a.fhiv {
  text-decoration: none;
  color: #ffffff;
}
a:hover  {
  color: orangered;
}
.fejsor {
  display: block;
  position: relative;
}
.fejsorInfo {
  position: fixed;
  width: 100%;
  height: 120px;
  background: rgba(255, 255, 255, 0.6);
  z-index: 10;
  transition: 1s;
}
.fejsorInfo h2{
  margin: 0;
  text-align: center;
  font-size: 30px;
  line-height: 160px; /* vertikálisan középre */
}
.fejsorInfo button {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  right: 10px;
  margin-left: 10px;
}
.fejsorInfo .gomb1 {
  right: 100px;
}
.fejsor.small .fejsorInfo {
  height: 100px;
  background:rgba(255, 255, 255, 0);
}
.menusor {
  width: 100%;
  position: fixed;
  background-color: var(--elso-szin);
  transition: 1s;
  z-index: 10;
  margin-top: 120px;
}
.fejsor.small  .menusor{
  margin-top: 40px;
}
.menusorKieg {
  position: fixed;
  margin-top: 170px;
  display: table;
  width: 100%;
  z-index: 9;
  transition: 1s;
}
.fejsor.small .menusorKieg {
  margin-top: 90px;
}
.menusorJ, .menusorB {
  float: right;
  height: 30px;
}
.menusorB {
  clear: both;
}
.menusorJ {
  background-color: var(--harmadik-szin);
  width: calc((100vw - 1280px)/2 + 1240px);
  box-shadow: 4px 4px 4px #3c3c3c;
  height: 30px;
  transition: 1s;
}
.fejsor.small .menusorJ {
  width: calc((100vw - 1280px)/2 + 1255px);
  height: 18px;
  font-size: 10pt;
  transition: 1s;
}
.fejLogo {
  height: 0px;
  margin-top: 0px;
  float: left;
  transition: 1s;
  position: relative;
}
.fejLogo img {
  display: block;
  transition: 1s;
}
#LogoFelirat {
  margin-top: -60px;
  height: 150px;
}
#LogoGyerek {
  position: absolute;
  top: -12px; /* finomhangold, hova kerüljön a feliraton */
  left: 165px; /* finomhangold */
  height: 80px;
  pointer-events: none; /* ne zavarja a kattintást az alatta levő linknél */
}
.fejsor.small  .fejLogo #LogoFelirat{
  margin-top: 0px;
  transition: 1s;
  height: 80px;
}
.fejsor.small  .fejLogo #LogoGyerek{
  margin-top: 26px;
  margin-left: -75px;
  transition: 2s;
  height: 50px;
}

.ikonSor {
  margin: 16px 0px 0px 260px ;
  float: left;
  color: white;
  position: relative;
  height: 30px;
  transition: 1s;
}
.fejsor.small .ikonSor{
  margin: 16px 0px 0px 130px ;
  transition: 1s;
}
.ikonSor a{
  color: white;
}
.ikonSor span{
  color: white;
  font-size: 20px;
  margin: 4px;
}
.ikonSor h2{
  font-size: 36px;
  margin: 12px 0px 4px -8px;
  text-shadow: 2px 2px #252628;
  transition: 1s;
}
.fejsor.small .ikonSor h2{
  margin: 8px 0px 4px 0px;
  font-size: 30px;
}
.bannersor {
  margin-top: -40px;
  position: relative;
}
.testsor {
  display: table;
  min-height: 300px;
  width: 100%;
}
.szovegbox {
  padding: 0px 50px;
  margin-bottom: 50px;
}
.cimsor {
  width: calc((100vw - 1280px)/2 + 1200px + 40px);
  margin-left: auto; /* A div jobbra igazítása */
  display: flex; /* Flexbox használata */
  justify-content: flex-end; /* Elemek jobbra igazítása a tartóedényen belül */
  margin-top: -50px;
}
#cimsorKieg{
background-color: var(--elso-szin);
width: 40%;
height: 50px;
}
.cimsor h1{
  background-color: transparent;
  margin: 24px 8px 0px 0px;
  padding: 40px 4px 0px 0px;
  white-space: nowrap; /* Megakadályozza a sortörést a h1 elemen belül */
}
.cimsor h2{
background-color: var(--harmadik-szin);
  width: 100%; /* A div széléig tart */
  box-sizing: border-box;
  padding: 40px 4px 8px 12px;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14pt;
}
.testsor ul{
  list-style-type: none; /* Eltávolítja az alapértelmezett felsorolásjeleket */
  padding: 0;
  margin-left: 24px;
}
.testsor li {
  position: relative; /* Alap a pszeudo-elem pozicionálásához */
  padding: 4px 4px 4px 28px; 
  z-index: 1;
}
.fokep {
	float: right;
	margin-right: 20px;
	max-width: 200px;
	max-height: 300px;
}
.testsor ul li::before {
  content: "■"; 
  font-size: 24px;
  position: absolute;
  left: 0; /* A lista elemtől balra helyezi */
  color: var(--main-szin2);
}
.labsor {
  background-color: var(--elso-szin);
  text-align: center;
  color: var(--main-szin2);
  display: table;
  width: 100%;
  padding: 16px;
  position: relative;
}
.labsor a {
  color: var(--main-szin2);
}
.labsor a:hover {
  color: var(--betuszin-hover)
}
.labsor ul{
  margin: 4px;
  padding: 8px;
}
.labsor li{
  list-style: none;
  margin: 4px;
}
.labLogoAlap {
  position: relative;
  z-index: 3;
  top: -80px;
  height: 100px;
}
.labLogoAlap img{
  height: 120px;
}
.labLogoAlap h2{
  margin: 16px 0px 0px 0px;
  font-size: 24pt;
}
#narancskieg {
  background-color: white;
  border-bottom: 15px solid var(--harmadik-szin);
  width: 50%;
  margin-left: 50%;
  position: relative;
  z-index: 1;
  height: 30px;
  bottom: -30px;
}
.horizontal-list {
  list-style-type: none; /* Eltávolítja a lista pontjait */
  padding: 0;
  margin: 0 auto; /* A lista középre igazítása */
  overflow: hidden;
  display: flex; /* Vízszintes elrendezés a flexbox segítségével */
  justify-content: center; /* Az elemek középre igazítása */
}
.horizontal-list li {
  position: relative; /* A pozicionálás alapja az elválasztókhoz */
  display: block;
  padding: 0px 16px; /* Növeljük a paddingot, hogy helyet csináljunk az elválasztónak */
  font-size: 10pt;
}
#elvalaszto {
  padding: 24px;
}
.labBlokk {
  width: 50%;
  float: left;
  line-height: 150%;
  font-size: 10pt;
  margin: 0px 0px 12px 0px;
  padding: 12px 30px 12px 30px;
  text-align: left;
}
.labBlokk:not(:last-child)  {
  border-right: 3px solid var(--masodik-szin);
  text-align: right;
}
.labBlokk h3{
  margin: 0px;
  font-size: 18pt;
}
.centerDivs {
  display: block;
  text-align: center;
}
.tavtarto {
  display: block;
  height: 50px;
}
.malap {
  padding: 18px 8px;
  display: inline-block;
}
.menugomb {
	width: 275px;
	height: 180px;
	border: 1px solid #999999;
	border-radius: 4px;
	overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.menugomb:hover .overlay {
  height: 100%;
}
.menugomb img {
	width: 100%;
	height: auto;
}
.overlay {
  position: absolute;
  bottom: 0;
  background-color: rgba(4, 18, 64, 0.5);
  overflow: hidden;
  width: 100%;
  height: 28px;
  transition: .5s ease;
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 260px;
}

.galeriabox {
	margin: 8px 12px;
	width: 200px;
	display: block;
	height: 240px;
	box-sizing: border-box;
	display: inline-block;
	background-color: var(--main-elso-szin);
	padding: 0px;
	position: relative;
}
.galeriabox-kepalap {
	height: 200px;
	overflow: hidden;
}
.galeriabox-kep {
	height: 100%;
}
.galeriabox-kep:hover {
	animation: nagyit 0.5s linear 0s 1 normal forwards;
}
.galeriabox-szoveg {
	font-size: 10pt;
	padding: 8px 4px;
	display: block;
	clear: both;
	box-sizing: border-box;
	background-color: var(--main-szin1);
	color: var(--betuszin-vilagos);
	bottom: 0px;
}
.terkep {
	border-radius: 16px;
	box-shadow: 0px 1px 8px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 1px 8px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 1px 8px 2px rgba(0,0,0,0.25);
	padding: 8px;
	margin: -8px 0px 18px 18px;
  float: right;
  width: 50%;
  height: 400px;
}
.hirdoboz {
	border: 1px solid grey;
	width: 360px;
	height: 300px;
	margin: 12px;
	display: inline-block;
	transition: 0.6s;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.hirdoboz.dupla {
	width: 744px;
}
.hirdoboz img{
	width: 120%;
	margin-left: -10%;
}
.hirdoboz.dupla img{
	margin-top: -15%;
}
.hirdoboz #cim{
	width: 100%;
	background: linear-gradient(0deg, rgb(0, 30, 87) 0%, rgba(0, 30, 87, 0.6) 30%, rgb(0, 30, 87, 0) 100%); 
	position: absolute;
	bottom: 0px;
	color: var(--betuszin-vilagos);
	font-weight: 300;
	font-size: larger;
	line-height: 120%;
	padding: 8px 8px 0px 0px;
	margin: 0px;
}
.hirdoboz #cim p{
font-size: 9pt;
line-height: 80%;
font-weight: 300;
margin: 8px 0px;
}
/* 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(1.1);
  transform: scale(1.1);
}
.hvr-shrink2 {
  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-shrink2:hover, .hvr-shrink2:focus, .hvr-shrink2:active {
  -webkit-transform: scale(0.90);
  transform: scale(0.90);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
}
  .fb-share-button {
    color: white!important;
    padding: 2px;
    border-radius: 6px;
    transition: background-color 0.3s;
    float: left;
    margin: 4px 4px -12px 8px;
    height: 10px;
    float: right;
    position: relative;
}

.fb-share-button:hover {
    background-color: #1558b0;
}

.fb-share-button i {
    margin-right: 6px;
    font-size: 16px;
}
.icon-facebook {
  margin-right: 4px;
}

.letoltes {
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
}
.letoltes:hover {
    background-color: #83d8ff;
}

.letoltes a {
    text-decoration: none;
    color: #333333;
    display: flex;
    align-items: center;
    width: 100%;
}

.letoltes span {
    margin-right: 10px;
    font-size: 14px;
}

.letoltes #cim {
    font-weight: bold;
    color: #00102b;
    width: 250px;
}
.letoltes #type {
    color: #00102b;
    width: 100px;
}

.letoltes #ikon {
    font-size: 20px;
    color: #4caf50;
}
    /* Tartalomjegyzék */
    .toc { background: #f7f7f7; padding: 20px; border-radius: 8px; }
    .toc ul { margin: 0; padding-left: 20px; }
    /* Kártyák */
    .card {
        background: #fff;
        padding: 15px 20px;
        margin: 20px 0;
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    }
    .card-title {
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .label {
        font-weight: bold;
        color: #444;
    }
.lezar {
  clear: both;
}




