@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');

@font-face {
    font-family: 'Amalia';
    src: url('fonts/Amalia-Black.woff2') format('woff2'), url('fonts/Amalia-Black.woff') format('woff'), url('fonts/Amalia-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


@font-face {
    font-family: 'Amalia';
    src: url('fonts/Amalia-Bold.woff2') format('woff2'), url('fonts/Amalia-Bold.woff') format('woff'), url('fonts/Amalia-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

 

@font-face {

    font-family: 'Amalia';
    src: url('fonts/Amalia-Light.woff2') format('woff2'), url('fonts/Amalia-Light.woff') format('woff'), url('fonts/Amalia-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

 

@font-face {

    font-family: 'Amalia';
    src: url('fonts/Amalia-Regular.woff2') format('woff2'), url('fonts/Amalia-Regular.woff') format('woff'), url('fonts/Amalia-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
 

@font-face 
{
    font-family: 'AmaliaCond';
    src: url('fonts/AmaliaCond-Bold.woff2') format('woff2'), url('fonts/AmaliaCond-Bold.woff') format('woff'), url('fonts/AmaliaCond-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

 

@font-face 
{
    font-family: 'AmaliaCond';
    src: url('fonts/AmaliaCond-Light.woff2') format('woff2'), url('fonts/AmaliaCond-Light.woff') format('woff'), url('fonts/AmaliaCond-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}



@font-face 

{
    font-family: 'AmaliaCond';
    src: url('fonts/AmaliaCond-Regular.woff2') format('woff2'), url('fonts/AmaliaCond-Regular.woff') format('woff'), url('fonts/AmaliaCond-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body {

    color: #2B2D33;   font-family: 'Amalia';    font-size: 16px;          background: #F4F4F4;

}


.tavtarto10 		    {height:10px;}
.tavtarto15 		    {height:15px;}
.tavtarto25				{height:25px}
.tavtarto30 		    {height:30px;}
.tavtarto40				{height:40px}
.tavtarto60 		    {height:60px;}
.tavtarto50 		    {height:50px;}
.tavtarto80 		    {height:80px;}
.tavtarto100 		    {height:100px;}
.tavtartojobb20 	    {margin-right:20px;}
.tavtartocsik 		    {height:1px; width:100%; margin-bottom:10px; margin-top:10px; background:rgba(255,255,255,0.3);}
.kozepre 			    {text-align:center;}
.balra 				    {text-align:left;}
.jobbra 		    	{text-align:right;}
h1 					    {font-weight: 900; text-transform: uppercase;}
h2 					    {font-weight: 600;}
h4 					    {font-weight: 900;}
.btn-primary 		    {background: #2B2D33; color: #ffffff; border: none; font-size: 18px; font-weight: 900; text-decoration: none;}
.btn-primary:hover 	    {background: #050505; color: #ffffff; text-decoration: none;}
.btn-secondary 		    {background: #FEE600; color: #000000; border: none; font-size: 18px; font-weight: 900; text-decoration: none;}
.btn-secondary:hover 	{background: #FEE600; color: #000000; text-decoration: none;}
.btn-no 				{border:none; background: #FFFFFF; color: #000000;border: none; font-size: 18px; font-weight: 900; text-decoration: none;}

.bold 				    { font-weight: 700;}
a 					    {color: #431d14; text-decoration: underline;}
.ablak                  {background: #ffffff; padding-top: 30px; padding-bottom: 20px;}
.ablak_hero             {font-size: 22px;}
.ablak_kepes            {background: #ffffff;}
.sarga                  {background: #fee600!important;}
.btn-primary1 		    {background: #fee600; color: #000; border: none; font-size: 18px; font-weight: 900;}
.btn-primary1:hover 	{background: #fee600; color: #000}
hr                      {border-bottom: solid 1px #ffffff;}  
.hatterkep4             {background: url("images/hatterkep1.jpg"); background-size: cover; background-repeat: no-repeat; background-position: top;}
.hatterkep5             {background: url("images/hatterkep2.jpg"); background-size: cover; background-repeat: no-repeat; background-position: bottom;}
.hatterkep9             {background: url("images/hatterkep3.jpg"); background-size: cover; background-repeat: no-repeat; background-position: bottom;}
.hatterkep6             {background: url("images/level.jpg"); background-size: cover; background-repeat: no-repeat; background-position: bottom;}
.hatterkep7             {background: url("images/napelemek.jpg"); background-size: cover; background-repeat: no-repeat; background-position: bottom;}
.ikon					{width: 40%}
.padding15				{padding: 15px}
.img-responsive 		{max-width: 100%;}

.kartyacont             {text-align: center; font-size: 20px; background: rgba(47, 42, 73, 0.2);; padding: 10px; padding-top: 30px; padding-bottom: 30px; cursor: pointer; color: #000000;}
.kartyacont:hover       {background: #2B2D33; color: #FEE600 }

/* Small devices (tablets, 768px and up) */
@media all and (min-width: 100px) and (max-width: 767px) 
{
	.desktop 				{display:none;}
	.tablet				 	{display: none;}
	.ablakmobil				{margin-bottom: 80px;}
	.ikon					{width: 20%}
	.ikon1					{width: 100%}
	.kisebbetu 				{font-size: 11px;}
}



@media all and (min-width: 768px) and (max-width: 1100px) 
{
	.desktop 				{display:none;}
	.mobil				 	{display: none;}
}


@media all and (min-width: 1101px) and (max-width: 5000px) 
{
	.mobil 					{display:none;}
	.mobilestablet		 	{display: none;}
	.tablet				 	{display: none;}
}
