:root {
	--main-elso-szin: #efede4; /* ekrü */
	--main-elso-szinv: #ffffd4; /* világos sárga */
	--main-masodik-szin: #dcddde;
	--main-harmadik-szin: #740000;
	--main-betuszin: #4d4a47;
	--main-betuszin-vilagos: #c4b29f;
	--main-betuszin-hover: #330000;
}
@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;
	padding: 0;
	width: 100%;
	height: 100%;
	color: var(--main-betuszin);
	font-family: 'Roboto', sans-serif;
	box-sizing: border-box;
	line-height: 150%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
html {
	scroll-behavior: smooth;
}
:target {
display: block;
position: relative;
top: -130px;
visibility: hidden;
}
p {
	font-weight: normal;
	box-sizing: border-box;
}
h1 {
	font-size: 200%;
	font-weight: 300;
	margin: 18px 0px 18px 0px;
	line-height: 150%;
}
.cimsor {
	border-left: 12px solid var(--main-elso-szin); 
	padding: 0px 12px;
	margin-top: 42px;
}
.letrehozva{
	font-size: 8pt;
	margin: -12px 0px 0px 8px;
}
h2 {
font-size: 130%;
font-weight: 300;
	margin: 8px 0px 8px 0px;
}
.cimsor h2::before {
	content: "► ";
	color: var(--main-harmadik-szin); 
  }
.kezdobox h2 {
	margin: 8px;
  }
h3 {
	font-size: 130%;
	margin: 4px 0px;
}
h4 {
	font-size: 14pt;
	margin: 8px;
}
h5 {
	font-size: 10pt;
}

a:link, a:visited {
  text-decoration: none;
	color: var(--main-betuszin);
}
a:hover {
  text-decoration: none;
	color: orange;
}
a.fhiv:link, a.fhiv:visited {
color: var(--main-betuszin-vilagos);
}
a.shiv:link, a.shiv:visited {
color: #000;
}
a.anchor {
    display: block;
    position: relative;
    top: 0px;
    visibility: hidden;
}
ul {
	list-style-position: outside;
}
li::before {
	font-size: 20px; margin-right: 8px;}
.test  {
	list-style-type: circle;
	background-color: white;
	}
.test ul {
	position: relative;
	margin-left: 16px;
}
.test li {
	padding: 3px 0px 0px 0px;
	text-indent: 0em;
	margin-left: 16px;
	/* background: url('../img/gobal-logo-bent.gif') no-repeat left top; */
}

.keresosor {
	background-color: var(--main-harmadik-szin);
	display: block;
	box-sizing: border-box;
	padding: 8px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1001;
	line-height: 16pt;
}
.keresosor p{
	margin: 0px;
	padding: 0px;
	float: left;
}
.fejsor ul, .referenciak ul {
	list-style-position: inside;
	list-style: none;
	margin-left: 0px;
}
.fejsor li, .referenciak {
	padding: 0px;
	text-indent: 0em;
}
.fejsor li::before, .referenciak li::before{content: none;}
.fejsor {
	background-color: var(--main-elso-szin); 
	width: 100%;
	height: 140px;
	top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 100%;
	transition: .3s;
	z-index: 100;
}
.fejsor.small {
	height: 80px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
#logo {
	width: 100%;
	position: relative;
}
.fejsor.small #logobent  {
	width: 38px;
	top: 9px;
	left: 50px;
}
#logosor {
	margin-top: 80px;
	width: 300px;
	transition: .3s;
	position: relative;
	/* background-color: red; */
}
.fejsor.small #logosor {
	width: 100px;
	margin-top: 0px;
}
.menusor {
	float: right;
	margin-top: -180px;
	text-transform: uppercase;
	transition: .3s;
}
.menusor.small {
	margin-top: -70px;
}
.nyelv {
margin: 0px 8px;
float: right;
width: 22px;
height: 22px;
		-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.nyelv:hover {
	transform: scale(1);
	animation: pulse 2s infinite;
}
.bannersor {
	display: block;
	top: 116px;
	box-sizing: border-box;
	position: fixed;
	width: 100%;
	transition: .3s;
	z-index: 1;
}
.banner {
	display: block;
}

.kiemeltsor {
	background-color: var(--main-elso-szin);
	color: var(--main-betuszin-sotet);
	padding: 12px;
	box-sizing: border-box;
}
.kiemeltsor a:link, .kiemeltsor a:visited {
  text-decoration: none;
	color: var(--main-betuszin-vilagos);
}
.keptest {
	position: relative;
	margin-top: 100px;
}
.testelott {
		margin: 140px 0px 0px 0px;
		background-color: #330000;
}
.test {
	min-height: 700px;
	z-index: 10;
	display: block;
	position: relative;
	width: 100%;
	border: 0px solid black;
	margin: 220px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}
.normalsor {
	padding: 12px;
	box-sizing: border-box;
}
.labsor {
  height: 160px;
  width: 100%;
  background-color: var(--main-harmadik-szin);
  position: relative;
	color: var(--main-betuszin-vilagos);
	text-align: center;
	display: table;
	font-size: 80%;
	padding: 8px;
	box-sizing: border-box;
	bottom: 0px;
	z-index: 10;
}

.lablogo {
  padding: 8px 0px;
  /* background-color: var(--main-elso-szin); */
background-color: white;
  width: 170px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
	margin-bottom: 20px;
	border-radius: 50%;
	text-align: center;

}
.labikonsor {
  padding: 0px;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.labikon{
	border-radius: 100%;
	width: 40px;
	height: 40px;
	margin: 0px 6px;
	font-size: 20px;
	color: var(--main-betuszin-sotet);
	background-color: var(--main-masodik-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 i{
	font-size: 30px;
}
.labikon:hover {
	background-color: var(--main-masodik-szin);
	color: var(--main-harmadik-szin);
	transform: scale(1);
	animation: pulse 2s infinite;
}
.alapszel {
  margin-right: auto;
  margin-left: auto;
  width: 1200px;
  display: block;
	border: 0px solid black;
}
.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;
}
/* 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);
}

.centerDivs {
	text-align: center;
}
.malap{
	display: inline-block;
	color: white;
}
.vizszintes-elvalaszto{
	clear: both;
	position: relative;
}
.vizszintes-elvalaszto:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}
.vizszintes-elvalaszto .oszlop:not(:first-child):after, .vizszintes-elvalaszto .oszlops:not(:first-child):after{
	background-color: var(--main-elso-szin);
	bottom: 0;
	content: " ";
	margin-left: -30px;
	position: absolute;
	top: 0;
	width: 1px;
}
.kezdobox {
	background-color: var(--main-harmadik-szin);
	width: 360px;
	margin: 12px;
	display: inline-block;
	transition: 0.6s;
}
.kezdobox-kepalap {
	height: 350px;
	overflow: hidden;
}
.kezdobox-kep {
	transform: scale(1.2); 
	height: 100%;
	margin-top: 0%;
	margin-left: 0%;
}
.kezdobox-kep:hover {
animation: nagyit 0.5s linear 0s 1 normal forwards;
}
.kezdobox:hover{
	background-color: var(--main-elso-szin);
}
.kezdobox:hover h2{
	color: var(--main-harmadik-szin);
	transition: 0.6s;
}
.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(102, 102, 102,1) 0%, rgb(102, 102, 102,1) 30%, rgb(102, 102, 102,0) 100%); */
	background: var(--main-harmadik-szin);
	position: absolute;
	bottom: 0px;
	color: var(--main-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;
}
.dobozalap { position: relative;  margin: 60px auto; padding: 0; display: table;}
.dobozalap .oszlop, .dobozalap .oszlops { float: left; display: inline; margin-left: 30px; margin-right: 30px; }
.dobozalap .egy-harom.oszlop { width: 260px; }
.kezdomenu {
	text-align: center;
	height: 300px;
	font-size: 14px;
	line-height: 21px;
	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;
	position: relative;
	box-sizing: border-box;
	padding: 20px;
}
.kezdomenu2 {
	text-align: center;
	height: 420px;
	width: 300px;
	font-size: 14px;
	line-height: 21px;
	position: relative;
	padding: 20px;
	display: inline-block;
	box-sizing: border-box;
	border: 0px solid black;

}
.kezdomenu i, .kezdomenu2 i{
	background-color: var(--main-elso-szin);
	color: var(--main-betuszin-sotet);
	padding: 20px 15px 20px 25px;
	font-size: 110px;
	border-radius: 100%;
	text-align: center;
	box-sizing: border-box;
}
.kezdomenu h2, .kezdomenu2 h2{
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16pt;
	margin: 18px 8px;
}
.kezdomenu:hover {
	text-decoration: none;
	color: var(--main-elso-szin);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.tovabb {
	position: absolute;
	width: 90%;
	left: 5%;
	margin-right: 0%;
	bottom: 5px;
	text-align: center;
	font-size: 20px;
	box-sizing: border-box;
	background-color: var(--main-harmadik-szin);
	color: var(--main-betuszin-vilagos);
	padding: 8px 0px;
    }
.tovabb i{
	font-size: 20px;
	background: none;
	color: var(--main-betuszin-sotet);
	padding: 0px;
    }
.referenciak {
		padding: 8px;
		box-sizing: border-box;
    }
.referenciakep {
margin-top: 20px;
margin-bottom: 10px;
}
.referenciagomb {
margin-top: 0px;
    background-color: transparent;
    border: none;
    padding: 8px 8px;
    text-align: center;
    text-decoration: none;
	display:inline-flex;
	justify-content: center;
    cursor: pointer;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 300;
		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;
}
.referenciagomb:hover {
	  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.referenciagomb-on {
 color: var(--main-harmadik-szin);
	background-color: var(--main-elso-szin);
}
.referenciak {
		padding: 8px;
		box-sizing: border-box;
    }
.szolgaltatasok {
	margin: 30px;
	margin-top: 0px;
	padding: 20px;
	box-sizing: border-box;
}
.szolgaltatasok_alap {
	background-color:  var(--main-harmadik-szin);
	margin: 0px;
	width: 210px;
	height: 210px;
	display: inline-block;
    position: relative;
	overflow: hidden;
}
.szolgaltatasok_img {
	float: left;
	max-width: 210px;
	max-height: 210px;
}
.szolgaltatasok_cimke{
	background-color:  var(--main-harmadik-szin);
	font-size: 14px;
	transform: rotate(-90deg);
	color: white;
	position: absolute;
    right: -100px;
    bottom: 90px;
	width: 220px;
	height: 20px;
	text-align: center;
	z-index: 2000;
	padding: 8px;
}
.terkep {
	float: right;
	height: 550px;
	width: 600px;
	margin-left: 20px;
	margin-top: 0px;
}
.nev {
	clear: both;
	float: left;
	text-align: center;
	width: 200px;
	margin: 0% 2%;
	margin-top: -130px;
}
.fokep {
  float: right;
  margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 3px;
	max-width: 50%;
}
.kepkozepre {
	max-width: 70%;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
.lenyilo {
	 padding-left: 44px;
}
.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-harmadik-szin);
	color: var(--main-betuszin-vilagos);
	bottom: 0px;
}
.lezar {
	width: 100%;
	clear: both;
}
.bcsik {
	width: 100%;
			background-color: var(--main-elso-szin);
	color: var(--main-betuszin-vilagos);
	padding: 8px;
}
.dot-nav {
	position: fixed;
	left: 20px;
	top: 160px;
}
.dot-nav a{
	background-color: var(--main-elso-szin);
	width: 200px;
	display: block;
	margin: 2px;
	padding: 8px 16px;
}
.dot-nav a:hover, .dot-nav a.active{
	background-color: black;
	color: var(--main-elso-szin);
}
.palyazat_sor {
	opacity: 0;
	bottom: 0;
	width: 100%;
	height: 0px;
	position: fixed;
	box-sizing: border-box;
	display: table;
	text-align: right;
	z-index: 100000;
	margin: 0px;
}
.palyazat_sor img{
margin-bottom: -8px;
}
.versenykiiras {
	width: 150px;
	height: 150px;
	border: 1px solid silver;
	float: left;
	text-align: center;
	margin: 8px;
	transition: 0.6s;
}
.versenykiiras img{
	filter: opacity(0.5) drop-shadow(0 0 0 red);
	margin: 4px;
}
.versenykiiras p{
	margin: 0px;
	line-height: 100%;
}
.versenykiiras:hover {
	background-color: var(--main-harmadik-szin);
	color: white;
}
.versenykiiras:hover img{
	filter: invert(100%);
}
.melleklet {
	display: table;
	margin-top: 6px;
	position: relative;
	float: left;
}
.letoltesek {
	display: table;
	margin: 6px 40px;
}
.mellekletek {
	display: table;
	margin: 0px 2px 0px 2px; 
	padding: 4px;
	font-size: 10pt;
	width: 100%;
}
.mellekletek:hover {
	background-color: var(--main-elso-szin);
	color: var(--main-harmadik-szin);
}
.mellekletek span{
	font-size: 24px;
	float: left;
	margin-right: 8px;
}

@keyframes kesleltet {
	0% {height: 0;}
     100% {height: 50px;}
	 100% {opacity: 1;}
}
.anim1 {
animation: kesleltet 1s linear 1s 1 normal forwards;
}