@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

:root {
--oldalszelesseg:1120px; /* alapjárat */
}

body, button, input {
	font-family: "Roboto Slab", serif;
	font-optical-sizing: auto;
	font-style: normal;
	padding: 0;
	margin: 0;
}

h1,h2,h3,h4,h5 {
	padding: 0;
	margin: 0;
	
}

h1 { font-size: 300%;}
h2 { font-size: 150%;}

a {
	transition: 0.5s;
	text-decoration: none;
	color:#333;

}

a span {
	margin-right:8px;
	
}

/* font alapok*/
.f100 { font-weight: 100;}
.f200 { font-weight: 200;}
.f300 { font-weight: 300;}
.f400 { font-weight: 400;}
.f500 { font-weight: 500;}
.f600 { font-weight: 600;}
.f700 { font-weight: 700;}
.f800 { font-weight: 800;}
.f900 { font-weight: 900;}

/* font szinek */

.szpiros { color: #a10b0a;}

/* font design */

.dkeret1 {border: solid 1px #ccc; padding: 5px 10px; margin:0 10px 0 0;}
	
.osztas2 {grid-template-columns: repeat(2, 1fr);}
.osztas3 {grid-template-columns: repeat(3, 1fr);}
.osztas4 {grid-template-columns: repeat(4, 1fr);}
.osztas5 {grid-template-columns: repeat(5, 1fr);}
.osztas6 {grid-template-columns: repeat(6, 1fr);}

.keret-feher {
	background-color: #fff;
	padding: 10px 5px;
	scale:1.4;
	border-radius: 5px;
	
}

.keret {
	width: 100%;
	min-height: 10px;
	height: 100%;
	display: flex;
	justify-content: center;
	background-color: #fff;
	flex-wrap: wrap;
	margin: 0 auto;
	float: left;
	position: relative;
}

.keretbal {
	width: var(--oldalszelesseg);
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding: 0 3%;
	-webkit-box-shadow: 0 0 30px 3px rgba(0,0,0,0.3);
	box-shadow: 0 0 30px 3px rgba(0,0,0,0.3);
	position: relative;
	top:-150px;
	background-color: #f1f1f1;
	z-index: 500;
	-webkit-border-radius:200px 50px 0 30px;
	border-radius: 200px 50px 0 30px;
	}
.keretjobb {
	width: 300px;
	position: relative;
	top:0px;
	border-top: solid 10px #333;

}

.keretfix {
  position:relative;
  top: 0;
  background-color:#fff;
	
  padding: 30px;
  min-height: 100vh;
		
	
}
.elvalaszto {
	width: 100%;
	border-top: solid 1px #333;
	padding: 0px 0;
	margin: 15px 0 5px 0;
}

.penztarpolc {
	border: solid 1px #ccc;
	margin: 30px 0 0 0;
	position: relative;
		-webkit-border-radius:10px;
	border-radius:10px;
	
}

.penztarpolc h4 {
	position: absolute;
	top:-13px;
	left:7px;
	padding: 2px 5px;
	background-color: #fff;
	font-size: 90%;
}

.penztarpolc ul {
	list-style: none;
	padding: 15px 10px;
	margin: 0;
	font-size: 80%;
	display: flex;
	flex-wrap: wrap;
	
}

.penztarpolc ul li {
	width: 100%;
	
	
	
}
.penztarpolc ul li button {
	display: flex;
	justify-content: space-between;
	padding: 5px;
	border:none;
	border-bottom:solid 1px #ccc;
	width: 100%;
	background: none;
	transition: 0.5s;
	cursor: pointer;
	font-size:90%;
}

.penztarpolc ul li sor {
	display: flex;
	justify-content: space-between;
	padding: 5px;
	border:none;
	border-bottom:solid 1px #ccc;
	width: 95%;
	background: none;
	transition: 0.5s;
	cursor: pointer;
	font-size:90%;
}

.penztarpolc ul li button:hover {
	background-color: #ccc;
	scale:1.1;
	
}

.pinfo {
	width: 90%;
	margin: 0 auto 10px auto;
	text-align: center;
	font-size: 80%;

	
}

.bejelentkezve {
  text-align: left;
  padding: 0;
  height: 30px;
  width: auto;
  margin-left: 10px;
  padding-left: 10px;
	padding-top: 0px;
	
  border-left: solid 1px #ccc;
	line-height: 14px;
}

.bejelentkezve beb {
  margin: 0;
  font-size: 80%;
	line-height: 1;
}

.bejelentkezve beb2 {
  color:#a10b0a;
  margin: 0;
  font-size: 90%;
}

.slider {
	width: 100%;
	height: 700px;
	background-color: #333;
	background: url(../img/pizza_slider.jpg);
  	background-repeat: no-repeat;
 	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction:column;
	line-height:80px;
	border-bottom: solid 10px #333;
	
}

/* kezdolap indul */

.kezdolapbox { margin:40px;}

.kezdolapbox ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
	margin-bottom: 20px;
	
}

.kezdolapbox ul li {
	width: 100%;
	min-height: 250px;
	overflow: hidden;
	
}

.kezdolapbox ul li button {
	border: solid 1px #ccc;
	background-color: #fff;
	color:#333;
	width: 100%;
	height: 100%;
	display: flex;
	justify-contents: center;
	align-content:flex-start;	
	flex-wrap: wrap;
	padding: 20px;
	border-radius: 10px;
	
}

klcim {
	width: calc(100% - 20px);
	font-size: 200%;
	font-weight: 500;
	display: flex;
	justify-content:flex-start;
	align-content: center;
	padding: 0 0 5px 0;
	text-align: left;
	line-height: 25px;
	margin-bottom: 7px;
	
}
klleiras {
	width: calc(100% - 20px);
	font-size: 140%;
	
	font-weight: 300;
	display: flex;
	justify-content:flex-start;
	align-content: center;
	padding: 0 0 10px 0;
	text-align: left;
	line-height: 20px;
	
}

klkep {
	width: 100%;
	height: auto;
	
}

klkep img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	
}

.keezdo {
	background-color: #fff;
	padding: 5px !important;
	border-radius: 15px;
	border: solid 1px #ccc;
	
	
}
.keezdo li button {
	border: none !important;
	position: relative;
	
}

.keezdo li button klcim{
	position: absolute;
	top:150px;
	left:40px;
	font-size: 270%;
	line-height: 40px;
	color:#333;
	background-color:rgba(255,255,255,0.6);
	width: auto;
	padding:5px 20px;
	
}

.keezdo li button klleiras{
	position: absolute;
	width: 100%;
	top:100px;
	left:0;
	font-size: 50%;
	line-height: 25px;
	background-color:rgba(255,255,255,0.9);
	color:#333;
	padding: 10px 20px;

	
}

/* kezdolap eddig */

/* JOBB MENU */

.jobbkosar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 502;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  border-left: solid 10px #333;
}

.jobbkosar .jbox {top:50px;
	margin: 0 20px;
	width: 460px;
	display: flex;
	flex-wrap: wrap;
	position:relative;
	padding-bottom: 130px;
	
}

.jobbkosar .jkfelsofox {
	margin: 0;
	padding: 20px 20px;
	width: 460px;
	display: flex;
	flex-wrap: wrap;
	position: fixed;
	background-color: #fff;
	border-bottom: solid 1px #ccc;
	z-index: 600;
	top:0;
}


ul.jtermekbox {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 10px 0;
}

ul.jtermekbox li {
	padding: 0 0 5px 0;
	width: 100%;
	margin: 0 0 5px 0;	


	
}

ul.jtermekbox li button.jter3b {
	width: 100%;
	background: none;
	display: flex;
	justify-content: space-between;
	padding: 10px;
	transition: 0.5s;
	border-radius: 10px;
	border: solid 1px #ccc;
	
}

ul.jtermekbox li button.jter3b:hover { background-color: #f1f1f1;}


jter1 { display: flex; justify-content: flex-start;}

jterkep {
	width: 60px;
	height: 100%;
	display: flex;
	align-items: center;

}

jterkep img {
	width: auto;
	height: auto;

}

jter3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	text-align: left;
	border-left: solid 1px #ccc;		
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
}

jtercim {
	width: 100%;
	font-weight: 600;
	font-size: 110%;
	
}

jterleiras {
	width: 100%;
	font-weight: 300;
	font-size: 100%;
}

jterarbox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 5px;
}

jterar {
	font-size: 160%;
	color:#fff;
	font-weight: 600;
	background-color: #a10b0a;
	padding: 2px 20px;
	border-radius: 5px;
	
}

jter2 {
	width: auto;
	display: flex;
	justify-content:center;
	align-items: center;
}

kapcs.jter2b {
	margin: 0 2px;
	width: 30px;
	height: 30px;
	line-height: 26px;
	text-align: center;	
	background-color: #f1f1f1;
	border-radius: 5px;
	font-size: 200%;
	border: solid 1px #ddd;
	font-weight: 100;
	transition: 0.5s;
	cursor: pointer;
	
}

kapcs.jter2b:hover {
	background-color: #333;
	border: solid 1px #333;
	color:#fff;
	
}

kapcs.jter2bb {
	margin: 2px;
	width: 20px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f1f1f1;
	border: solid 1px #ddd;
	border-radius: 5px;
	font-size: 130%;
	padding: 0 20px;
	font-weight: 300;

	
}

.kosarerteke {
	position: fixed;
	bottom:0;
	background-color: #f1f1f1;
	width: 460px;
	height: 80px;
	padding: 0 20px;
	margin: 0;
	border-top: solid 1px #ccc;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.kosarerteke button {
	font-size: 130%;
	padding: 10px 20px;
	border: solid 1px #a10b0a;
	background-color: #a10b0a;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.5s;
	color:#fff;
	
}

.kosarerteke button:hover {
	border: solid 1px #333;
	background-color: #333;
	
}

.kosarerteke kejobb {
	padding: 10px;
	font-size: 130%;
	
}




.jobbkosar .closebtn {
  font-size: 200%;
	top:-5px;
	left: 0px;
	position:relative;
	width: 35px;
	height: 35px;
	line-height: 30px;
	text-align: center;	
	margin-right: 10px;
	font-weight: 300;
	color:#a10b0a;
	border-radius: 5px;
	border: solid 1px #ccc;
	
  
}

.jobbkosar .closebtn:hover {
	background-color: #333;
	border: solid 1px #333;
	color:#fff;
	
	
}

@media screen and (max-height: 450px) {
  .jobbkosar {padding-top: 15px;}
  .jobbkosar a {font-size: 18px;}
}

/* JOBB MENU EDDIG */



stext1 {
	font-size: 600%;
	color:#fff;
	text-shadow: 3px 3px 5px #000;
	
	
	
}

stext2 {
	font-size: 350%;
	text-shadow: 3px 3px 5px #000;
	color:#fff;
	
	
}








.fejlec { 
	width: 100%;
	min-height: 10px;
	background-color: #fff;
	border-bottom: solid 10px #333;
	display: flex;
	justify-content: center;
	align-items:stretch;
	padding: 10px 0;	
	-webkit-box-shadow: 0 0 30px 3px rgba(0,0,0,0.1);
	box-shadow: 0 0 30px 3px rgba(0,0,0,0.1);
	position:fixed;
	z-index: 501;
}

.fbox {
	width: var(--oldalszelesseg);
	display:flex;
	justify-content:space-between;
	
	

}

.fbal { 	
	display: flex;
	align-items: center;
	
}

logoinfo {	
	display: flex;
	flex-direction:column;
	line-height: 1.1;
	align-content: center;
	width: 100%;
}

logoinfo2 {	
	display: flex;
	flex-direction:column;
	line-height: 1.1;
	align-content: center;
	margin-left: 40px;
	width: 100%;
}

.bal {text-align: left;}
.kozep {text-align: center;}
.jobb {text-align: right;}

.vonalbal { border-right: solid 1px #ccc; margin-left: 10px; padding-left: 10px;}
.vonaljobb { border-right: solid 1px #ccc; margin-right: 10px; padding-right: 10px;}
.lent10 { padding-bottom:10px;}

vonal {
	width: 100%;
	padding: 10px 0 0 0;
	margin: 10px 0 10px 0;
	display: flex;
	justify-content: center;
	font-size: 80%;
	
}



.logo {
	width: 200px;
	margin: 0 20px;
	height: auto;
}

.logo img { width: 100%; height: 100%; }

.ll1 {font-size: 160%; }
.ll2 {font-size: 230%; color: #a10b0a; letter-spacing: -1px; margin:0; }
.ll3 {font-size: 75%;  padding: 0; color:#333; letter-spacing: 1px; }


.ll33 {font-size: 65%;  padding: 0; letter-spacing: 3px; color:#fff; line-height: 20px; }
.ll4 {font-size: 75%;  color:#333; text-align: left; letter-spacing: 1px;}
.ll5 {font-size: 230%; text-align: left; letter-spacing: 0px;color: #a10b0a; min-width: 185px;}

.fjobb {
	display: flex;
	align-items: center;
	

}

.fjobb ul {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	padding-right: 20px;

}

.fjobb ul li {margin-left: 10px;}

.fjobb ul li a {
	display: flex;
	align-items: center;
	padding: 0 20px;
	border: solid 1px #ccc;
	color:#666;
	height: 40px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.fjobb ul li a:hover {
	border-bottom: solid 1px #f1f1f1;
	background-color: #f1f1f1;
	color:#000;
	

}

.fjobb2 {
	display: flex;
	align-content: center;
	flex-direction:column;
	border-left: solid 1px #ccc;
	line-height: 1;
	padding: 10px 0 10px 20px;
}



.menu2 { 
	width: var(--oldalszelesseg);
	margin-top: 40px;
	
	
}

.menu2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content:flex-end;
	align-content: flex-start;
}

.menu2 ul li {
	margin: 0 5px;
	

}

.menu2 ul li a {	
	padding: 10px 30px;
	display: flex;
	justify-content: center;
	align-content: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #ccc;
}

.menu2 ul li a:hover{	
background-color: #a10b0a;
	color:#fff;
	scale:1.05;

	
}
 .cimsor { 
	 width: 100%;
	 display: flex;
	 justify-content:flex-end;
	 margin: 40px 0 20px 0;
	 flex-direction:column;
	 text-align: right;
	

}




.cimsor h2 {
	width: var(--oldalszelesseg);
	margin: 20px auto;
	padding-top: 20px;
	border-top: solid 5px #a10b0a;
	text-align: justify;
	

	
}

alle {
	background-color: #ccc;
	color:#000;
	padding: 4px 5px;
	margin-right: 2px;
	font-size: 55%;
	text-transform: uppercase;
	
}



.termekek {
	 width: 100%;
	 margin-bottom: 20px;
	
}

.termekek ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;	
	display: grid;
  	grid-column-gap: 15px;
  	grid-row-gap: 15px;
}

.termekek ul li {
	background-color: #fff;
	border: solid 1px #ccc;
	min-height: 300px;
	display: flex;
	flex-direction:column;
	padding: 10px 20px 15px 20px;
	position: relative;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	
}

tcim { 	font-size: 130%;
		width: 80%;
	 }

tleiras {
	font-size: 90%;
	width: 80%;
	
}

terror {
	color: red;
	font-weight: bold;
}

tleiras ul {
	padding: 0;
	margin: 0;
	list-style: none;
	
}

tleiras ul li {
	margin-bottom: 5px;
	background-color: #f1f1f1;
	padding: 10px;
	border-radius: 5px;
	font-size: 90%;
}

tleiras2 {
	font-size: 85%;
	width: 100%;
	border: solid 1px #ccc;
	padding: 10px;
	margin: 15px 0 5px 0;
	
}

tinput {
	width: 100%;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin:20px 0 15px 0;
	padding: 20px 0 10px 0;
	
}

tbox3 {
	display: grid;
  	grid-column-gap:10px;
  	grid-row-gap: 10px;
	margin-bottom: 10px;
	
	}

.tbox3b { 
	position: relative;
	overflow: hidden;
	
	}

tbinpicon { 
	position: absolute;
	top:10px;
	
	left:-40px;
	font-size: 130%;
	color:#333;	
	transition: 0.5s;
		
}

tbinpicon span {
	margin-top: 2px;
	border-right: solid 1px #ccc;
	padding: 0 7px 0 0;
	color: #333;

	
}

.tbox3b:hover > tbinpicon {
	left:10px;
	
}
.tbox3b:disabled> tbinpicon {
	left:10px;

}

tinput input:hover, tinput input:active {
	padding-left: 50px;
}

tinput input {
	width: 100%;
	padding: 10px;
	border:solid 1px #ccc;	
	background-color: #fff;
	outline: none;
	border-radius: 5px;
	font-size: 110%;
	transition: 0.5s;
		
}

tinput textarea {
	width: 100%;
	height: 100px;
	padding: 10px;
	border:solid 1px #ccc;
	background-color: #fff;
	outline: none;
	border-radius: 5px;
	font-size: 110%;
	transition: 0.5s;
	resize: vertical;

}

tinput select {
	width: 100%;
	padding: 10px;
	border:solid 1px #ccc;
	background-color: #fff;
	outline: none;
	border-radius: 5px;
	font-size: 110%;
	transition: 0.5s;

}

tinput button {
	width: 100%;
	padding: 10px;
	border:none;
	border:solid 1px #ccc;	
	outline: none;
	border-radius: 5px;
	font-size: 110%;
	transition: 0.5s;
}



input.kapcsolo1 {
	background-color: #f1f1f1;
	transition: 0.5s;
	border:solid 1px #ccc;
	cursor: pointer;
}

button.kapcsolo1 {
	background-color: #f1f1f1;
	transition: 0.5s;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-content: center;
}

button.kapcsolo1 span {
	margin-right:10px;
	
}

input.kapcsolo1:hover, button.kapcsolo1:hover {
	background-color: #333;
	border:solid 1px #333;
	color:#fff;
	cursor: pointer;
}




#SzAdatok {  display: none;}


tbox {
	width: 100%;
	margin: 0;
	padding: 7px 0 5px 0;
	display: flex;
	justify-content:center;
}

tkep {
	width: 100%;
	height: auto;
	padding: 10px 0 0 0;
	position: relative;
}

tkep img {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

tbox2 {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	width: 100%;
}

.tbinfoar {
	position: absolute;
	top:30px;
	right:-45px;
}

button.tbindo2 {
	background-color: #333;
	color:#333;
	padding: 15px 20px;
	min-width: 50px;
	border: none;	
	cursor: pointer;	
	transition: 0.5s;
	position: relative;
		overflow: hidden;
}

button.tbindo2:hover { background-color: #000; }


tbar {
	position:relative;
	top:0;
	font-size: 200%;
	transition: 0.5s;

}

tbar2 {
	font-size: 50%;
	position: absolute;
	color:#ccc;
	top:-35px;
	transition: 0.5s;
}

tbar3 {
	border-right: dashed 1px #bbb;
	margin: 10px 0;
	margin-right: 15px;
	padding-right: 20px;
	position:relative;
	top:0;
	color:#ccc;	
	transition: 0.5s;
	
}


.tbinfoar button.tbindo2:hover > tbar { top:30px;  }

.tbinfoar button.tbindo2:hover > tbar tbar3 {  color:#fff; top:-20px;  }

.tbinfoar button.tbindo2:hover > span { 
	color:#fff;
	scale:1.5;
	transform: rotate(360deg);
}



.tbinfoar span {
	transition: 0.5s;
	color:#ccc;
	
}

tbindo {
	font-size: 200%;
	color:#fff;
}

.feltetek {
	width: 100%;
  	padding: 0;
  	margin: 10px 0 0 0;
  	display: grid;
  	grid-column-gap: 5px;
  	grid-row-gap: 5px;
	
	
}

.feltetek button {
	border: solid 1px #ccc;
	background: none;
	padding: 5px;
	transition: 0.5s;
	cursor:pointer;
	font-size: 70%;
	display: flex;
	justify-content: space-between;
	}

.feltetek button:hover {
	background-color: #bbb;
	
}


.termekek ul li button.ttar {
	font-size: 110%;
	padding: 8px 16px;
	background-color: #f1f1f1;
	color:#333;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 2px;
	margin: 0 2px;
	transition: 0.5s;
	width: 40%;
	border: solid 1px #ccc;
}

button.ttar2 {
	font-size: 130%;
	padding: 8px 16px;
	background-color: #333;
	color:#fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 2px;
	border:none;
	margin: 0 2px;
	transition: 0.5s;
	width: 60%;
	
}

button.tmeret {

	font-size: 80%;
	padding: 8px 16px;
	background-color: #f1f1f1;
	color:#333;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 2px;
	margin: 0 2px;
	transition: 0.5s;
	width: 100%;
	border: solid 1px #ccc;
}

button.tmeret:hover {
	color:#fff;
	background-color: #333;
	cursor: pointer;
	border: solid 1px #333;
	
}

.activ {
	color:#fff !important;
	background-color: #333 !important;
	cursor: pointer;
	border: solid 1px #333 !important;
	
}

.termekek ul li button.ttar:hover {
	color:#fff;
	background-color: #333;
	cursor: pointer;
	border: solid 1px #333;
	
}


button.ttar2:hover {
	color:#fff;
	background-color: #000;
	cursor: pointer;
	
}

.termekek ul li button.tkosarba span {
	font-size: 300%;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	
}

.termekek ul li button.tkosarba {
	position: absolute;
	background-color: #fff;
	border: solid 3px #f1f1f1;
	top:-8px;
	right:-8px;
	width: 65px;
	height: 65px;
	color:#000;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	transition: 0.5s;

}
.termekek ul li button.tkosarba:hover {
	background-color: #000;
	color:#fff;
	cursor: pointer;
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
	transform: rotate(360deg);
}

.felbox {
	width:20%;
	min-width: 550px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	
}
	





.fkozep {border: solid 1px #000; }



.lablec { 
	width: 100%;
	min-height: 10px;
	display: flex;
	justify-content: center;
	background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
	padding: 40px 0 20px 0;

}

.lableckeret {

	padding: 10px 0 10px 0;
	width: 70%;
	display: grid;
  	grid-column-gap: 20px;
  	grid-row-gap: 0px;
	color:#fff;
	font-size: 100%;
	align-items:flex-start;

}

.labbox1 {
	display: flex;
	justify-content: center;
	align-items:center;
	font-size: 120%;
	padding: 20px;
	
}

.labbox2 {
	display: flex;
	flex-direction:column;
	font-size: 90%;
	border-left: solid 1px rgba(255,255,255,0.05);
	padding: 20px;

	
}

.labbox2 a {
	color:#ccc;
	width: 100%;	
	transition: 0.5s;
	border-left: solid 5px #a10b0a;
	margin: 5px 0;
	padding-left: 5px;
}

.labbox2 a:hover {
	border-left: solid 20px #a10b0a;
	color:#fff;
	
}

.labbox3 {
	display: flex;
	flex-direction:column;
	font-size: 90%;
	padding: 20px;
	align-content: center;
	justify-content: center;
	color:#ccc;
	border-left: solid 1px rgba(255,255,255,0.05);
}

.labb_felso { font-size: 160%; color:#fff; padding: 0; margin: 0 0 0 0; line-height:27px;}
.labb_felso span { font-size:50%; color:#fff; letter-spacing: 4px; background-color: #a10b0a; padding: 4px 10px;}


.labb_kozep {
	width: 100%;
	margin: 10px 0 0 0;
	
}

.labb_also {
	margin-top:10px;	
	color:#fff;
	font-size: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.labb_also a { 
	color:#ccc;	
	display: flex;
	justify-content: flex-start;
	align-items: center;

}

.labb_also a img { 
	width: 45px;
	height: 45px;
	margin-right: 10px;
	border: solid 1px #444;

}

/* RESZPONZIV RÉSZEK */

@media screen and (max-width: 1000px) {
	
	.bal, .kozep .jobb { text-align: center; }
	.osztas4 { grid-template-columns: repeat(1, 1fr);}
	.vonaljobb, .vonalbal, .vonallent, .vonalfent {
		border:none;
		padding: 0;
		margin: 0;
		
	}
	
	/* LABLEC */
	.lablec {padding: 0; margin: 0; }
	.lableckeret {
		width: 100%;
		padding: 0;
		margin: 0;
		text-align: center;
	}
	
	.labbox1 .logo { display: none; }	
	
	
	.labbox1 {
		width: 70%;
		padding: 10px 0 20px 0;
		margin: 30px auto 10px auto;
		border:none;

	}
	
	logoinfo2 {
		padding: 0;
		margin: 0;
		display: flex;
		justify-content: center;
	}
	
	.labbox2 {
		width: 70%;
		padding: 0;
		margin: 0 auto 0 auto;
		border:none;
	}
	
	.labbox2 a { border: solid 1px rgba(255,255,255,0); padding: 5px 0; width: 100%; margin: 0 0 2px 0; float: left; transition: 0.5s;}
	.labbox2 a:hover { color:#fff; border: solid 1px rgba(255,255,255,0.3); background-color: rgba(255,255,255,0.3)}
	
	.labb_also {
		padding: 20px 0;
		width: 100%;
		display: flex;
		justify-content: center;
		
	}
	
	/* LABLEC EDDIG*/
	
	/* FEJLEC */
	
	.fejlec { padding: 25px 0 0 0; margin: 0; position: static;}

	.fbox {
		width: 100%;
		flex-wrap: wrap !important;
		padding: 0;
		margin: 0;
	}
	
	.fbal { 	
		justify-content: center;
		width: 100%;
		
	}
	
	#regisztracio { display: none; }
	
	.fjobb {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		padding: 20px 0 0 0;
		margin: 0;
		width: 100%;
}

.fjobb ul {
	width: 100%;
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 0;
	padding:0;
	
}
	
	.fjobb2 {
		margin: 20px 0 0 0;
		padding: 15px 0;
		border:none;
		width: 80%;
		display: flex;
		justify-content:space-between;
		align-items: center;
		background-color: #fff;
		border-top: solid 1px #ccc;
		color:#fff;
	}
	
	.fjobb .ll4, .fjobb .ll5 {
		color:#333;
		margin-bottom: 5px;
		text-align: center;
}
	
	/* FEJLEC EDDIG */
	
	/* BAL OLDAL */
	
	.keretbal {
		width: 100%;
		border: none;
		padding: 0;
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		position:static;
		border-radius: 0;
	}
	
	.menu2 { 
		width: 100%;
		margin-top: 10px;
		padding: 0;
		margin: 0;
	}

.menu2 ul {	
	display: flex;
	justify-content:center;
	align-content: flex-start;
	flex-wrap:wrap;
	min-height: 20px;
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #f1f1f1;
}

.menu2 ul li {
	margin: 0 auto;
	width: 50%;
	
	
}

.menu2 ul li a {
	width: calc(100%);
	padding: 0;
	margin: 0px;
	height: 120px;
	display: flex;
	flex-wrap: wrap;
	border-radius: 0;
	border: none;
	background-color: #f1f1f1;
	border-left: solid 1px #333;
	border-bottom: solid 1px #333;
	transition: none;
}

	.menu2 ul li a span {

		font-size: 200%;
		width: 100%;
		text-align: center;
		scale:1.5;
		margin-bottom: 10px;
		
	}

.menu2 ul li a:hover{	
	background-color: #333;
	color:#fff;
	scale:1;

}
	
 .cimsor { 
	 width: 100%;
	 justify-content:center;
	 margin: 0;
	 padding: 20px 0;
	 text-align: center;
	 font-size: 60%;
	 background-color: #333;
	 color:#fff;
	}
	
.cimsor h1 {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: center;
	
}

.cimsor h2 {
	width: calc(100% - 40px);
	margin: 0px auto;
	padding: 0 20px 10px 20px;
	border:none;
	text-align: center;
	}
	/* BAL OLDAL EDDIG */
	
	/* JOBB OLDAL */
	
	.keretfix {
		height: auto;
		min-height: 20px;
		padding: 0 0 20px 0;
		margin: 0;
	}
	
	logoinfo { display: none;}
	
	.penztarpolc { display: none;}
	.nyitva {
		border: none;
		display: block;
	}
	
	.keretfix h3 {display:none !important;}
	
	.penztarpolc h4 {
		position:static;
		width: 100%;
		padding: 0;
		margin: 0 auto;
		text-align: center;
		font-size: 120%;
		
	}
	
	.penztarpolc ul li sor {
		padding: 5px 0;
		width: 100%;
		
	}
	
	.keretjobb {
		width: 80%;
		padding: 0;
		margin: 0 auto;
		
	}
	

	
	.nyitva ul {

		width: 100%;
		padding: 20px 0 0 0;
		margin: 0;
		
	}
	
	/* JOBB OLDAL EDDIG */
	
	
	
	
	
	
	.slider {display:none;}
	
	.keretbal { width: 100%;}
	
	/*.lableckeret {
		grid-template-columns: repeat(1, 1fr);
		border: solid 5px red;
		width: 100% !important;
		display: flex;
	}*/
	
	

}
