﻿<br />
<b>Warning</b>:  Undefined array key "app" in <b>/home/users/thcchu/www/munkasjaratok.hu/_sys/css.php</b> on line <b>31</b><br />
<br />
<b>Warning</b>:  Undefined array key "dba" in <b>/home/users/thcchu/www/munkasjaratok.hu/_sys/css.php</b> on line <b>39</b><br />
<br />
<b>Warning</b>:  Undefined array key "ico" in <b>/home/users/thcchu/www/munkasjaratok.hu/_sys/css.php</b> on line <b>40</b><br />
<br />
<b>Warning</b>:  Undefined array key "lan" in <b>/home/users/thcchu/www/munkasjaratok.hu/_sys/css.php</b> on line <b>41</b><br />
<br />
<b>Deprecated</b>:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in <b>/home/users/thcchu/www/munkasjaratok.hu/_sys/css.php</b> on line <b>47</b><br />
<br />
<b>Deprecated</b>:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in <b>/home/users/thcchu/www/munkasjaratok.hu/_sys/css.php</b> on line <b>171</b><br />

@font-face {
  font-family: "garamond_r";
  src: url("https://munkasjaratok.hu/_sys/_fnt/Garamond-Regular.woff");
  font-display: swap;
}
@font-face {
  font-family: "jost_r";
  src: url("https://munkasjaratok.hu/_sys/_fnt/Jost-Regular.woff");
  font-display: swap;
}
@font-face {
  font-family: "jost_m";
  src: url("https://munkasjaratok.hu/_sys/_fnt/Jost-Medium.woff");
  font-display: swap;
}
@font-face {
  font-family: "jost_b";
  src: url("https://munkasjaratok.hu/_sys/_fnt/Jost-Bold.woff");
  font-display: swap;
}
body{
	font-family: "jost_r";	
}
*{
	margin: 0; 
	padding: 0; 
	list-style-type: none;
	font-weight: normal;	
	text-decoration: none;
	border: 0;
}

.need_load{
	filter: blur(10px);
	transition: filter 0.2s ease-in-out;	
}

.need_load.loaded{
	filter: blur(0px);	
}

br{
	position: static;
	float: none;	
}

html{
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: scroll;
}
html.noscroll{
	overflow: hidden;
}
body{
	width: 100%;
	height: auto;
    cursor: default;   
	color: #fff; 
	background: #fff;
	user-select: none;
	
	-webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body[data-typ="2"] .show_1,
body[data-typ="1"] .show_2{
	display: none;
}


div, span, p, img, ol, li, a, h1, h2, h3{
	position: relative;
	float: left;	
}


.simpleParallax{
	position: static;
	float: none;
	
}


/* width */
::-webkit-scrollbar{
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track{
  background: #1A341F;
  border-left: 0px solid #1A341F;
}

/* Handle */
::-webkit-scrollbar-thumb{
	background: #f1bc1a;
	min-height: 200px;
	cursor: pointer !important;
	transition: background 0.2s ease-in-out;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover{
	background: #f1bc1a;
	cursor: pointer !important;
}



h3{
	color: #fff;	
}
p{
    line-height: 24px;	
}




#M{
	position: fixed;
	width: calc(100% - 20px);
	
	font-family: 'jost_m';
	letter-spacing: 0.05em;
	text-transform: lowercase;
	font-size: 12px;
	padding: 20px 10px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background: #fff;
}


#M .grad{
	height: 100px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, #1A341F 0%, rgba(26, 52, 31, 0.1) 80%, rgba(26, 52, 31, 0) 100%);
	display: none;
	
}

#M > ol.main{
	left: 50%;
	transform: translateX(-50%);
}
#M > ol.main li.logo{
	margin-right: 0px;
	background: #fff;
	border-radius: 5px;
	margin: 15px 0;
	left: 50%;
	transform: translateX(-50%);
}
#M > ol.main li.logo img{
	height: 20px;
	width: auto;
	margin: 5px 5px;
}
#M > ol.main li.menu{
	margin-left: 30px;
	line-height: 60px;
}

#M > ol.main li.menu a{
	color: #354C3A;
	text-transform: uppercase;
}

#M > ol.main li.menu.act > a{
	color: #f1bc1a;
}


#M > ol.main ol.hover_sub{
	width: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	background: #354C3A;
	color: #fff;
	transition: 0.4s opacity ease-in-out 0.2s, 0.2s top ease-in-out;
	opacity: 0;
	z-index: -100;
	pointer-events: none;
}
#M > ol.main li:hover ol.hover_sub{
	opacity: 0;
	top: 100%;
	z-index: 1;
	pointer-events: auto;
	transition: 0.2s opacity ease-in-out 0.2s, 0.4s top ease-in-out;
}



#M > ol.main ol.hover_sub li{
	width: 100%;
	text-align: center;
}
#M > ol.main ol.hover_sub li a{
	width: calc(100% - 20px);
	text-align: center;
	line-height: 20px;
	padding: 10px;
	transition: 0.2s ease-in-out background, 0.2s ease-in-out color; 
}
#M > ol.main ol.hover_sub li a:hover{
	background: #f1bc1a;
	color: #354C3A;
}


#M > ol.main li.menu{
		width: calc(100% - 50px);
		padding: 20px 25px;
		margin: 0;
		line-height: 20px;
	}

@media all and (max-width: 1366px){
	#M{

	}
	#M > ol.main li.logo{
		margin-right: 0;
	}

}


@media all and (max-width: 1024px){
	#M > ol.main li.menu{
		width: calc(100% - 50px);
		padding: 20px 25px;
		margin: 0;
		line-height: 20px;
	}
}

@media all and (max-width: 1024px){

	
	body #HBM{
		opacity: 1.0;
	}
	#M > ol.main li.logo {
		margin: 15px 0;
	}

}


@media all and (max-width: 600px){


}







#HBM{
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	cursor: pointer;
	
	z-index: 110;
	border-radius: 50%;
	pointer-events: auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	transition: opacity 0.2s ease-in-out;
}
#M > ol.main{
		left: 0;
		transform: none;
		width: 100%;	
	}



	#HBM{
		
		top: 25px;
		right: 25px;
	}

	
	
	
	body.open_menu ol.main{
		background: #fff;
	}
	
	#M > ol.main li.menu > a{
		color: #354C3A;	
	}
	
	#M > ol.main li.menu{
		height: 0px;
		line-height: 30px;
		overflow: hidde;
		padding: 0 25px;
		
		transition: height 0.2s ease-in-out, padding 0.2s ease-in-out;	
	}
	#M > ol.main li.menu a{
		height: 30px;
		line-height: 30px;	
		position: absolute;
		right: -300px;
		opacity: 0.0;
		transition: right 0.2s ease-in-out, opacity 0.2s ease-in-out;
		text-align: right;
	}
	
	
	#M > ol.main li.menu:nth-of-type(1) a{
		transition-delay: 50ms;
		transition-property: right;
	}
	#M > ol.main li.menu:nth-of-type(2) a{
		transition-delay: 100ms;
		transition-property: right;
	}
	#M > ol.main li.menu:nth-of-type(3) a{
		transition-delay: 150ms;
		transition-property: right;
	}
	#M > ol.main li.menu:nth-of-type(4) a{
		transition-delay: 200ms;
		transition-property: right;
	}
	#M > ol.main li.menu:nth-of-type(5) a{
		transition-delay: 250ms;
		transition-property: right;
	}
	#M > ol.main li.menu:nth-of-type(6) a{
		transition-delay: 300ms;
		transition-property: right;
	}
	#M > ol.main li.menu:nth-of-type(7) a{
		transition-delay: 350ms;
		transition-property: right;
	}
	
	body.open_menu #M > ol.main li.menu a{
		right: 30px;
		opacity: 1.0;
	}
	
	body.open_menu #M > ol.main li.menu{
		height: 30px;
		line-height: 30px;
		padding: 20px 25px;	
	}
	
	body.open_menu #M{
		box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
	}
	



#HBM:after{
	width: 50px;
	height: 50px;
	line-height: 50px;
	content: 'MENU';
	color: #354C3A;
	position: absolute;
	top: 0px;
	left: -45px;
	text-transform: uppercase;
}




html[lang="HU"] #HBM:after{
	content: 'MENÜ';
}

.hbml{
	width: 28px;
	height: 2px;
	overflow: hidden;
	position: absolute;
	z-index: 10;
}

.hbml-in{
	width: 84px;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
}

.hbml-in::before,
.hbml-in::after{
	width: 28px;
	height: 2px;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	background-color: #222;
}

.hbml-in::before{
	left: -56px;
}

.hbml-in::after{
	left: 0;
}

.hbml--01,
.hbml--02,
.hbml--03,
.hbml--cross01,
.hbml--cross02{
	left: 12px;
}



.hbml--01,
.hbml--02,
.hbml--03{
	opacity: 1.0;	
	transition: opacity 0.2s ease-in-out;
}
body.open_menu .hbml--01,
body.open_menu .hbml--02,
body.open_menu .hbml--03{
	opacity: 0.0;
}

.hbml--cross01,
.hbml--cross02{
	opacity: 0;	
	transition: opacity 0.2s ease-in-out;
}

body.open_menu .hbml--cross01,
body.open_menu .hbml--cross02{
	opacity: 1.0;
}






.hbml--01{
	top: 16px;
}

.hbml--02,
.hbml--cross01,
.hbml--cross02{
	top: 23px;
}

.hbml--03{
	top: 30px;
}

.hbml--cross01{
	transform: rotate(45deg);
}

.hbml--cross02{
	transform: rotate(-45deg);
}

.hbml{
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hbml-in{
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hbml-in::before,
.hbml-in::after{
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.hbml-in--cross01,
.hbml-in--cross02{
	transform: translateX(-33.3%);
}

.hbml-in--01{
	transition-delay: 0.2s;
}

.hbml-in--02{
	transition-delay: 0.25s;
}

.hbml-in--02::before,
.hbml-in--02::after{
	transition-delay: 0.05s;
}

.hbml-in--03{
	transition-delay: 0.3s;
}

.hbml-in--03::before,
.hbml-in--03::after{
	transition-delay: 0.1s;
}

.hbml-in--cross01{
	transition-delay: 0.0s;
}

.hbml-in--cross02{
	transition-delay: 0.05s;
}

.hbml-in--cross02::before,
.hbml-in--cross02::after{
	transition-delay: 0.1s;
}

body.open_menu #HBM .hbml-in--01,
body.open_menu #HBM .hbml-in--02,
body.open_menu #HBM .hbml-in--03{
	transform: translateX(33.3%);
}

body.open_menu #HBM .hbml-in--cross01,
body.open_menu #HBM .hbml-in--cross02{
	transform: translateX(0);
}

body.open_menu #HBM .hbml-in--01{
	transition-delay: 0s;
}

body.open_menu #HBM .hbml-in--02{
	transition-delay: 0.05s;
}

body.open_menu #HBM .hbml-in--03{
	transition-delay: 0.1s;
}

body.open_menu #HBM .hbml-in--cross01{
	transition-delay: 0.25s;
}

body.open_menu #HBM .hbml-in--cross02{
	transition-delay: 0.3s;
}

#HBM:hover .hbml-in::before,
#HBM:hover .hbml-in::after{
	transform: translateX(200%);
}

#HBM:hover .hbml-in--01::before,
#HBM:hover .hbml-in--01::after,
#HBM:hover .hbml-in--02::before,
#HBM:hover .hbml-in--02::after,
#HBM:hover .hbml-in--03::before,
#HBM:hover .hbml-in--03::after{
	transition-duration: 1s;
}

#HBM:hover .hbml-in--cross01::before,
#HBM:hover .hbml-in--cross01::after,
#HBM:hover .hbml-in--cross02::before,
#HBM:hover .hbml-in--cross02::after{
	transition-duration: 0s;
}

body.open_menu #HBM:hover .hbml-in--cross01::before,
body.open_menu #HBM:hover .hbml-in--cross01::after,
body.open_menu #HBM:hover .hbml-in--cross02::before,
body.open_menu #HBM:hover .hbml-in--cross02::after{
	transition-duration: 1s;
}

body.open_menu #HBM:hover .hbml-in--01::before,
body.open_menu #HBM:hover .hbml-in--01::after,
body.open_menu #HBM:hover .hbml-in--02::before,
body.open_menu #HBM:hover .hbml-in--02::after,
body.open_menu #HBM:hover .hbml-in--03::before,
body.open_menu #HBM:hover .hbml-in--03::after{
	transition-duration: 0s;
}



@-webkit-keyframes intervalHamburgerBorder{
	0%{
		opacity: 1;
		transform: scale(1);
	}
	80%{
		transform: scale(1.6);
	}
	100%{
		opacity: 0;
		transform: scale(1.6);
	}
}

@keyframes intervalHamburgerBorder{
	0%{
		opacity: 1;
		transform: scale(1);
	}
	80%{
		transform: scale(2.0);
	}
	100%{
		opacity: 0;
		transform: scale(2.0);
	}
}











#HBM2{
	width: 64px;
	height: 64px;
	display: block;
	position: relative;
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 110;
	border-radius: 50%;
	pointer-events: auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	opacity: 0.0;
	transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out, background 0.2s ease-in-out;
	text-align: center;
	color: #fff;
	line-height: 64px;
	font-size: 24px;
	background: #fff;
}
#HBM2:hover{
	background: #fff;
	color: #354C3A;
}
body.fixed #HBM2{
	opacity: 1.0;
}



	#HBM2{
		position: fixed;
		bottom: 10px;
		right: 10px;
		transform: scale(0.75);
	}	
	
	
	#HBM2 img{
		position: absolute;
		width: calc(100% + 2px);
		height: auto;
		transform: translate(-50%,-50%);
		top: 50%;
		left: 50%;
		transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
	}
	#HBM2:hover img{
		width: calc(100% + 10px);
	}	


#HBM2:before{
	width: 64px;
	height: 64px;
	box-sizing: border-box;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	border: 4px solid #354C3A;
	border-radius: 50%;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-name: intervalHamburgerBorder;
	animation-name: intervalHamburgerBorder;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	transition: border 0.2s ease-in-out;
}

#HBM2:hover:before{
	border: 4px solid #f1bc1a;
}




@-webkit-keyframes intervalHamburgerBorder{
	0%{
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	80%{
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
	100%{
		opacity: 0;
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
}

@keyframes intervalHamburgerBorder{
	0%{
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	80%{
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
	100%{
		opacity: 0;
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
}

@media all and (max-width: 600px){
#HBM:after{
	left: -35px;
}
#HBM{
	right: 15px;
}
}





#TERMIN{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	background: rgba(255,255,255,0.4);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	z-index: 120;
	font-size: 18px;
	line-height: 24px;
	transition: opacity 0.2s ease-in-out;
	opacity: 0.0;
	display: none;
}
#TERMIN.block{
	display: block;
}
#TERMIN.visible{
	opacity: 1.0;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

#TERMIN form{
	width: 400px;
	padding: 40px;
	height: calc(100vh - 80px);
	overflow: hidden;
	overflow-y: auto;

	position: absolute;
	top: 0;
	right: -600px;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
	transition: right 0.2s ease-in-out;
	
	color: #22242e;
    background: #ffffff;
	
}

#TERMIN form.visible{
	right: 0;
}

#TERMIN form h5{
	width: 100%;
	line-height: 50px;
	font-size: 20px;
	padding: 0;
	margin: 0;
	font-family: "jost_m";
	text-transform: uppercase;
}
#TERMIN form h5 s{
	float: right;
	cursor: pointer;
}

#TERMIN form ol{
	width: calc(100% - 4px);
	padding: 50px 0px 0 0px;
	max-height: 0;
	transition: max-height 0.2s ease-in-out;
	overflow: hidden;
	background: #ffffff;
	border: 2px solid #354C3A;
	border-radius: 3px;
}
#TERMIN form .choose.err ol{
	border: 2px solid #e74c3c;
}



#TERMIN form ol li{
	width: calc(100% - 40px);
	padding: 0px 20px 0 20px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	font-size: 16px;
}

#TERMIN form ol li span{
	width: calc(100% - 40px);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	line-height: 20px;
}

#TERMIN form ol li[data-typ="0"]:not(.sel){
	display: none;
}
#TERMIN form ol.open{
	max-height: 100000px;
	background: #354C3A;
	color: #fff;
}
#TERMIN form ol li.sel{
	position: absolute;
	top: 0px;
	left: 0px;
}

#TERMIN form ol.open li:hover{
	background: #f1bc1a;
	color: #1A341F;
}

#TERMIN form .step{
	width: 100%;
}

#TERMIN form p{
	margin-top: 20px;
	width: 100%;
	color: #22242e;
}

#TERMIN form div.step[data-step="5"]{
	margin-top: 30px;	
}
#TERMIN form div.step[data-step="5"] p{
	margin-top: 0px;	
}

#TERMIN form p.mt{
	margin-top: 40px;
	width: 100%;
}
#TERMIN form p.mb{
	margin-bottom: 20px;
	width: 100%;
}

#TERMIN form p b{
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font-family: "jost_m";
}

#TERMIN form p a{
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font-family: "jost_m";
}
#TERMIN form p a:hover{
	color: #61121c;
}

#TERMIN form .ui-state-active, .ui-widget-content .ui-state-active{
    border: 1px solid #61121c;
    background: #61121c;
	color: #fff;
}


#TERMIN form p.err b{
	color: #e74c3c;
}

#TERMIN form > *{
	float: left;
	margin: 5px 0;
}

#TERMIN.success form > *,
#TERMIN form > .success{
	display: none;
}

#TERMIN.success form > .success,
#TERMIN.success form > h5{
	display: block;
}

#TERMIN form p a{
	float: none;
	text-decoration: underline;
	color: inherit;
}
#TERMIN form p a:hover{
	color: #61121c;
}

#TERMIN form p span{
	float: left;
	width: 100%;
	line-height: 30px;
	margin-top: 5px;
}
#TERMIN form p.checks{
	margin-top: 0;
}
#TERMIN form p span{
	font-size: 16px;
}
#TERMIN form p span.check{
	cursor: pointer;
}
#TERMIN form p span.check:before{
	float: left;
	width: 30px;
	line-height: 28px;
	content: '\e065';
	font-family: i065;
	font-size: 18px;
	transition: color 0.2s ease-in-out;
	margin-right: 4px;
}
#TERMIN form p span.check.oke:before{
	content: '\e066';
	font-family: i066;
	color: #354C3A;
}

#TERMIN form p.input{
	border: none;
	box-shadow: none;
	border-bottom: 2px solid #ccc;
	width: 100%;
	background: #ffffff;
}

#TERMIN #timepicker{
		
	width: 100%;

}


#TERMIN form .logo{
    margin-top: 30px;
    height: 30px;
}
#TERMIN #timepicker span{
	cursor: pointer;
	width: calc(25% - 16px);	
	padding: 0 5px;
	line-height: 32px;
	height: 30px;
	margin: 0;
	font-size: 14px;
	margin: 0px 2px 2px 0px;
	background: #eee;
	text-align: center;
	transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
	font-size: 14px;
	border-radius: 3px;
	border: 2px solid #ccc;
	font-family: "jost_m";
}
#TERMIN #timepicker span:hover{
	backgrund: #ddd;	
}
#TERMIN #timepicker span.sel{
	cursor: default;
}
#TERMIN #timepicker span:not(.sel):hover{
	background: #ccc;
}
#TERMIN #timepicker span.sel{
	background: #61121c !important;
	color: #fff;
	border: 2px solid #61121c;
}

#TERMIN form .choose{
	width: 100%;
}
#TERMIN form #choose_2{
	display: none;
	margin-top: 20px;
}

#TERMIN form p.input input{
	line-height: 40px;
	height: 40px;
	width: 100%;
	font-family: inherit;
	background: #ffffff;
	color: #22242e;
}

#TERMIN form p.input textarea{
	line-height: 24px;
	height: auto;
	min-height: 96px;
	width: 100%;
	resize: vertical;
	font-family: inherit;
	background: #ffffff;
}

#TERMIN form p.input:after{
	position: absolute;
	bottom: -3px;
	left: 0px;
	transition: width 0.2s ease-in-out;
	content: '';
	width: 0px;
	height: 4px;
	background: #354C3A;
	border-radius: 1px;
}

#TERMIN form p.input.focus:after{
	width: 100%;
	box-shadow: none;
}

#TERMIN form p.input input,
#TERMIN form p.input textarea{
	font-family: inherit;
	font-size: inherit;
}
#TERMIN form p.input input:focus,
#TERMIN form p.input textarea:focus{
	border: none;
	outline: none;
}


#TERMIN form #send{
	padding: 0px 25px;
	line-height: 50px;
	height: 50px;
	background: #eee;
	color: #292b36;
	cursor: pointer;
	margin-bottom: 50px;
	transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
	cursor: pointer;
	font-family: "jost_m";
	margin-top: 20px;
}

#TERMIN form #send:hover{
	background: #354C3A;
	color: #fff;
}

#TERMIN .step{
	display: none;	
}
#TERMIN[data-step="1"] .step[data-step="1"],
#TERMIN[data-step="2"] .step[data-step="1"],
#TERMIN[data-step="2"].calendar .step[data-step="2"],
#TERMIN[data-step="3"] .step[data-step="1"],
#TERMIN[data-step="3"].calendar .step[data-step="2"],
#TERMIN[data-step="3"] .step[data-step="3"],
#TERMIN[data-step="5"] .step[data-step="5"]{
	display: block;	
}


#TERMIN #file-uploader{
    width: 100%;
    margin: 0 auto;
}

#TERMIN .add-file-btn{
    display: inline-block;
    padding: 10px 20px;
    background-color: #016B71;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
    transition: background-color 0.3s ease;
    float: left; /* Float the button to the left */
}

#TERMIN .add-file-btn:hover{
    background-color: #01585c;
}

#TERMIN #file-list{
    list-style: none;
    padding: 0;
    margin: 0;
	width: 100%;
}


#TERMIN .file-row div.file-name{
	width: calc(100% - 50px);	
	height: 40px;
	line-height: 40px;
}

#TERMIN .file-row{
    background-color: white;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative; /* Position relative for internal elements */
    float: left; /* Float each file row to the left */
    width: calc(100% - 20px); /* Make sure the width accounts for padding */
}



#TERMIN .progress{
    height: 8px;
    width: 100%;
    background-color: #ddd;
    border-radius: 4px;
    overflow: hidden;
    margin: 5px 0;
    position: relative; /* Position relative for progress bar */
    float: left; /* Float the progress bar */
    width: calc(100% - 10px); /* Adjust width */
}

#TERMIN .progress-bar{
    width: 0;
    height: 100%;
    background-color: #016B71;
    transition: width 0.4s ease;
}

#TERMIN .remove-file-btn{
    background-color: #61121c;
    color: white;
    border: none;
    height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	margin-top:5px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    float: right;
}
#TERMIN .remove-file-btn:before{
    content: '\e003';
	font-family: i003;
}

#TERMIN .remove-file-btn:hover{
    background-color: #500e17;
}

@media all and (max-width: 1366px){
	
}

@media all and (max-width: 1024px){


	

}
@media all and (max-width: 800px){
	#TERMIN form{
		width: calc(100% - 40px);
		padding: 20px;
		height: calc(100vh - 40px);
		
		right: -120%;
		box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
		transition: right 0.2s ease-in-out;
	}
	
	#TERMIN form #send{
		width: calc(100% - 50px);
		margin-top: 25px;
		margin-bottom: 100px;
		line-height: 60px;
		height: 60px;
		text-align: center;
	}

}




.ui-datepicker-header{
	width: 100%;	
}
.ui-datepicker .ui-datepicker-title{
    margin: 0 50px;
    width: calc(100% - 100px);
}
.ui-datepicker .ui-datepicker-title span{
	width: calc(50% - 20px);
	padding: 0px 5px;
	text-align: right;	
}

.ui-datepicker .ui-datepicker-title span:last-of-type{
	text-align: left;	
}

.ui-datepicker td{
    border: 0;
    padding: 1px;
    width: calc(100%/7);
}

.ui-datepicker th span{
	width: 100%;
	text-align: center;	
}

.ui-widget-content .ui-state-default{
	width: calc(100% - 2px);
    text-align: center;
    padding: 0;
    margin: 0;	
}



.ui-widget-content .ui-state-disabled.ui-datepicker-current-day .ui-state-default{
	
}
a.btn{
	width: auto;
	left: 50%;
	transform: translateX(-50%);
	border: 2px solid #EBF2FA;
	color: #EBF2FA;
	padding: 5px 20px;
	transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
	font-family: "jost_m";
	overflow: hidden;
	
}

a.btn:before{
	width: 0;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	height: 100%;
	position: absolute;
	transition: width 0.2s ease-in-out;
	background: #EBF2FA;
	content: '';
}
a.btn:hover{
	color: #292b36;
}
a.btn:hover:before{
	width: 110%;
}

.e11 a.btn{
	left: auto;
	transform: none;
	margin-top: 25px;
}
.e11.ali_0 a.btn,
.e11.ali_1 a.btn{
	float: right;
}

.e11.c1 a.btn,
.e11.col_1 a.btn,
.e11.col_2 a.btn{
	border: 2px solid #292b36;
	color: #292b36;
}
.e11.c1 a.btn:before,
.e11.col_1 a.btn:before,
.e11.col_2 a.btn:before{
	background: #292b36;
}
.e11.c1 a.btn:hover,
.e11.col_1 a.btn:hover,
.e11.col_2 a.btn:hover{
	color: #EBF2FA;
}


.e11.sub_1.txt_ali_2 .ele a.btn,
.e11.sub_0.txt_ali_2 a.btn{
	left:50%;
	transform: translateX(-50%);
	float: left;
	margin-top: 0;
}


.e11.sub_0.c1 a.btn:before{
	background: #354C3A;
}

.e11.sub_0.c1 a.btn{
    border: 2px solid #354C3A;
    color: #354C3A;
}
.e11.sub_0.c1 a.btn:hover{
    color: #fff;
}




@media all and (max-width: 1920px) {

}

@media all and (max-width: 1600px) {

}

@media all and (max-width: 1366px) {

}

@media all and (max-width: 1024px) {

}
@media all and (max-width: 800px) {
	a.btn {
		padding: 10px 20px;
	}
}	
@media all and (max-width: 600px) {
	.e11 a.btn, .e11 a.btn {
		float: left !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
}
	#minosites{
	width: calc(100%);
	padding: 5% 0;
	background: #f9f9f9;
}
#minosites .center{
	left: 50%;
	transform: translateX(-50%);
}
#minosites .center img{
	width: auto;
	height: 120px;
	margin: 0 40px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

#footer{
	width: calc(100%);
	padding:0 0 0 0; 
	background: #354C3A;
	color: #fff;	
	position: relative;
	float: left;
	left: 0;
	z-index: 2;
	overeflow: hidden;
}
#footer h3{
	width: 100%;
    font-family: 'garamond_r';
	margin-bottom: 15px;
    font-size: 24px;
	height: 50px;
	line-height: 50px;
}

#footer a{
	color: #fff;
	width: 100%;
	transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	font-size: 16px;
}




#footer .clear{
	width: 100%;
	height: 1px;	
}




#footer p{
	margin-bottom: 25px;
}


#footer_in{
	width: 90%;
	padding: 5% 5%;	
}



#footer_in .bl{
	width: calc(100%/4 - 50px);
	padding-right: 50px;
	min-height: 220px;	
}


 #footer_in .bl.subs{
	padding-top: 50px;
	min-height: 10px; 
 }

#footer_in .bl ol{
	width: 100%;	
}


#footer_in .bl .logo{
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#footer_in .bl .logo img{
	width: auto;
	height: 40px;
	margin: px 0;
}


#footer_in .bl img.eu{
	width: 100%;
	height: auto;
	margin: 10px 0;
}


#footer_in .bl li{
	width: calc(100% - 0px);
}
#footer_in .bl li a{
	width: auto;
	padding-left: 0px;	
	padding: 10px 0;
	line-height: 20px;
}



#footer_in .bl li a:after,
#footer_in .bl a span:after{
	position: absolute;
    bottom: 5px;
    left: 0;
    height: 2px;
    background: #fff;
    width: 0%;
    content: '';
    transition: width 0.2s ease-in-out;
}

#footer_in .bl li a:hover:after,
#footer_in .bl a:hover span:after,
#footer_in .bl li.act a:after{
    width: 100%;
}


#footer_in .bl li a:before{
	float: left;
	margin-right: 10px;	
}

#footer .bl > a:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 40px;
	line-height: 40px;	
}

#footer_in .bl a span{
	width: auto;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}


#footer .bo{
	width: 90%;
	padding: 30px 5%;
	line-height: 30px;
	text-align: center;
	color: #edf3fb;
	transition: color 0.2s ease-in-out;
	
	background: #f1bc1a;
	background: #2a3f2e;
	font-size: 14px;
}
#footer .bo a{
	color: #ebf2fa;
}


#footer .bo ol{
	float: right;
	padding: 0;
}
#footer .bo ol li{
	padding: 0;
	width: auto;
}
#footer .bo ol li a{
	padding: 0;
	font-size: 14px;
	margin-left: 30px;
	width: auto;
}

#footer .bo ol li a:after{
	position: absolute;
	bottom: -2px;
	right: 0;
	height: 2px;
	background: #fff;
	width: 0%;
	content: '';
	transition: width 0.2s ease-in-out;
}
#footer .bo ol li a:hover:after{
	width: 100%;
}


.mob_float{
	float: none;
	position: static;	
}

#footer .social{
	left: 0	
}

#footer .social a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	border-radius: 50%;
	border: 2px solid #fff;	
	color: #fff;
	text-align: center;
	transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	margin: 0 10px 0 0;
}

#footer .social a:hover{
	background: #fff;
	color: #333;
}
@media all and (max-width: 1600px) {

	#minosites .center img{
		width: auto;
		height: 100px;
		margin: 0 30px;
	}
}

@media all and (max-width: 1366px) {
	#footer{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	#footer h3 {
		font-size: 16px;
	}
	
	#footer a{
		font-size: 14px;	
	}
	
	
	
	#minosites .center img{
		width: auto;
		height: 80px;
		margin: 0 20px;
	}
}


@media all and (max-width: 1024px){

	
	#footer_in .up .so,
	#footer_in .lo,
	#footer_in .nl h3,
	#footer_in .up .so h3{
		width: 100%;
	}
	
	#footer_in .bl{
		width: 100%;
		padding-right: 0;
	}
	
	
	#footer_in .up .so a:first-of-type{
		margin-left: 0;	
	}
	
	#footer_in .bl{
		padding-left: 0;
		text-align: center;	
	}
	#footer_in .lo{
		left: 50%;
		transform: translateX(-50%);
		top: 0px;
		margin-bottom: 20px;
	}
	
	#footer h3{
		width: 100%;
		text-align: center;
		margin-top: 20px;	
	}
	
	#footer p {
       width: 100%;
		text-align: center;
		margin-top: 20px;
    }
	
	#footer_in > div{
		margin-bottom: 20px;	
	}
	
	#footer_in .bl img {
		width: auto;
		height: 30px;
		margin-bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
	}
	
	#footer h3 {
		line-height: 20px;
		height: auto;
	}
	
	#footer_in .bl .social{
		left: 50%;
		transform: translateX(-50%);
	}
	
	#footer_in .bl ol li a {
		width: auto;
		clear: both;
		left: 50%;
		transform: translateX(-50%);
		white-space: nowrap;
	}
	
	
	#footer_in .mob_float{
		float: left;
		position: relative;
		width: auto;
		left: 50%;
		transform: translateX(-50%);	
	}
	
	#footer_in .bl.subs {
		padding-top: 0px;
		min-height: 10px;
		margin-bottom: 0;
	}
	#footer .clear {
		margin-bottom: 0;
	}
	
	#footer .bo span,
	#footer .bo ol,
	#footer .bo ol li{
		width: 100%;
		text-align: center;	
	}
	
	#footer .bo ol{
		margin-top: 15px;	
	}
	
	#footer .bo ol li a{
		left: 50%;
		transform: translateX(-50%);
		padding: 0;
		margin-left: 0;	
	}
	
	#footer_in .bl img.eu{
		width: 50%;
		height: auto;
		margin: 10px 0;
		left: 50%;
		transform: translateX(-50%);
	}
	
	
	#minosites .center img{
		margin: 0 20px;
	}
	
	#minosites .center img:nth-of-type(1),
	#minosites .center img:nth-of-type(2){
		margin-bottom: 20px;
	}
	
	#minosites .center img:nth-of-type(3){
		clear: both;
	}
	
	#footer_in .bl{
		min-height: 60px;	
	}
	
}
@media all and (max-width: 600px) {
	#footer{
		 
	}
	
	
	.up .mob_float *{
		width: 100%;	
	}

	#footer_in .bl {
		padding-right: 0px;
	}
	
	
	#footer h3{
		font-size: 20px;
		font-family: 'rw_b';	
	}
	
	
	#footer_in .bl img.eu{
		width: 80%;
	}
	
	
	#minosites {
		width: calc(100% - 60px);
		padding: 30px 30px 0px 30px;
	}
	
	#minosites .center{
		width: calc(100%);
	}
	
	#minosites .center img{
		width: 70%;
		left: 15%;
		height: auto;
		margin: 0;
		margin-bottom: 30px !important;
		clear: both;
	}
	
	#minosites .center img:nth-of-type(5){
		width: 30%;
		left: 35%;
	}
	
	
	
	
}














body:after{
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 5px;
	background: rgba(255,255,255,1.0);
	color: rgba(0,0,0,1.0);
	content: '4k';
	font-size: 10px;
	z-index: 1000;	
	display:none;
}
@media all and (max-width: 2560px) {
	body:after{
		content: '< 2560';	
	}
}

@media all and (max-width: 1920px) {
	body:after{
		content: '< 1920';	
	}
}
@media all and (max-width: 1600px) {
	body:after{
		content: '< 1600';	
	}
}
@media all and (max-width: 1366px) {
	body:after{
		content: '< 1366';	
	}
}
@media all and (max-width: 1280px) {
	body:after{
		content: '< 1280';	
	}
}
@media all and (max-width: 1024px) {
	body:after{
		content: '< 1024';	
	}
}
@media all and (max-width: 800px) {
	body:after{
		content: '< 800';	
	}
}
@media all and (max-width: 600px) {
	body:after{
		content: '< 600';	
	}
}
@media all and (max-width: 500px) {
	body:after{
		content: '< 500';	
	}
}



	@font-face {
		font-family: 'i003'; src:url('https://munkasjaratok.hu/_sys/_ico/003.woff') format('woff');
		font-display: swap;
	}
	.i003:before {
		font-family: i003; content: "\e003";
	}
	
	@font-face {
		font-family: 'i065'; src:url('https://munkasjaratok.hu/_sys/_ico/065.woff') format('woff');
		font-display: swap;
	}
	.i065:before {
		font-family: i065; content: "\e065";
	}
	
	@font-face {
		font-family: 'i066'; src:url('https://munkasjaratok.hu/_sys/_ico/066.woff') format('woff');
		font-display: swap;
	}
	.i066:before {
		font-family: i066; content: "\e066";
	}
	/*71849 > 32220 char*/