﻿<br />
<b>Warning</b>:  Undefined array key "app" in <b>/home/users/diagnostiqhu/www/diagnostiq.hu/_sys/css.php</b> on line <b>31</b><br />
<br />
<b>Warning</b>:  Undefined array key "dba" in <b>/home/users/diagnostiqhu/www/diagnostiq.hu/_sys/css.php</b> on line <b>39</b><br />
<br />
<b>Warning</b>:  Undefined array key "ico" in <b>/home/users/diagnostiqhu/www/diagnostiq.hu/_sys/css.php</b> on line <b>40</b><br />
<br />
<b>Warning</b>:  Undefined array key "lan" in <b>/home/users/diagnostiqhu/www/diagnostiq.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/diagnostiqhu/www/diagnostiq.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/diagnostiqhu/www/diagnostiq.hu/_sys/css.php</b> on line <b>171</b><br />

@font-face {
  font-family: "garamond_r";
  src: url("https://diagnostiq.hu/_sys/_fnt/Garamond-Regular.woff");
  font-display: swap;
}
@font-face {
  font-family: "jost_r";
  src: url("https://diagnostiq.hu/_sys/_fnt/Jost-Regular.woff");
  font-display: swap;
}
@font-face {
  font-family: "jost_m";
  src: url("https://diagnostiq.hu/_sys/_fnt/Jost-Medium.woff");
  font-display: swap;
}
@font-face {
  font-family: "jost_b";
  src: url("https://diagnostiq.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;
}


[id^="rough_"] {
	display: inline-block;
	position: relative;   
	margin-bottom: 10px;
}

.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: #22242e;
	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: #8cbbb6;
	min-height: 200px;
	cursor: pointer !important;
	transition: background 0.2s ease-in-out;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover{
	background: #c92624;
	cursor: pointer !important;
}



p{
    line-height: 24px;	
}


.col_bck_0{
	background: #fff;
	color: #22242e;	
}
.col_bck_1{
	background: #8cbbb6;
	color: #fff;	
}

#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;
	overflow: hidden;
}

#M:after {
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 15px;
    width: 100%;
    content: '';
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 1) 100%);
}

#M .rough-wrapper{
	position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 1px;
}
#M > div.logo{
	margin-right: 0px;
	background: #fff;
	border-radius: 5px;
	margin: 5px 0 25px 0;
	left: 50%;
	transform: translateX(-50%);
}
#M > div.logo img{
	height: 50px;
	width: auto;
	margin: 5px 5px;
}

#M > ol.main{
	position: absolute;
	clear: both;
	left: 50%;
	transform: translateX(-50%);
	top: 90px;
	font-size: 12px;
}
.open_menu #M > ol.main{
	display: none;
}

#M > ol.main li.menu a{
	color: #354C3A;
	text-transform: uppercase;
	padding: 5px 10px 0px 10px;
}



#M > ol.main li.menu > a{
	font-family: jost_m
}



/*SUBMENUS*/
#M > ol.slide_menus{
	left: 50%;
	transform: translateX(-50%);
}
#M > ol.slide_menus li.logo{
	margin-right: 0px;
	background: #fff;
	border-radius: 5px;
	margin: 15px 0;
	left: 50%;
	transform: translateX(-50%);
}
#M > ol.slide_menus li.logo img{
	height: 20px;
	width: auto;
	margin: 5px 5px;
}
#M > ol.slide_menus li.menu{
	margin-left: 30px;
	line-height: 60px;
}

#M > ol.slide_menus li.menu a{
	color: #354C3A;
	text-transform: uppercase;
}

#M > ol.slide_menus li.menu.act > a{
	color: #8cbbb6;
}


#M > ol.slide_menus ol.hover_sub{
	width: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	background: #8cbbb6;
	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.slide_menus 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.slide_menus ol.hover_sub li{
	width: 100%;
	text-align: center;
}
#M > ol.slide_menus 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.slide_menus ol.hover_sub li a:hover{
	background: #f1bc1a;
	color: #354C3A;
}


#M > ol.slide_menus li.menu{
		width: calc(100% - 50px);
		padding: 20px 25px;
		margin: 0;
		line-height: 20px;
	}

@media all and (max-width: 1366px){
	#M > ol.slide_menus li.logo{
		margin-right: 0;
	}

}


@media all and (max-width: 1024px){
	#M > ol.slide_menus li.menu{
		width: calc(100% - 50px);
		padding: 20px 25px;
		margin: 0;
		line-height: 20px;
	}
}


@media all and (max-width: 600px){


}


#M > ol.slide_menus{
		left: 0;
		transform: none;
		width: 100%;	
	}


	
	
	body.open_menu ol.slide_menus{
		background: #fff;
	}
	
	#M > ol.slide_menus li.menu > a{
		color: #354C3A;	
	}
	
	#M > ol.slide_menus 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.slide_menus 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.slide_menus li.menu:nth-of-type(1) a{
		transition-delay: 50ms;
		transition-property: right;
	}
	#M > ol.slide_menus li.menu:nth-of-type(2) a{
		transition-delay: 100ms;
		transition-property: right;
	}
	#M > ol.slide_menus li.menu:nth-of-type(3) a{
		transition-delay: 150ms;
		transition-property: right;
	}
	#M > ol.slide_menus li.menu:nth-of-type(4) a{
		transition-delay: 200ms;
		transition-property: right;
	}
	#M > ol.slide_menus li.menu:nth-of-type(5) a{
		transition-delay: 250ms;
		transition-property: right;
	}
	#M > ol.slide_menus li.menu:nth-of-type(6) a{
		transition-delay: 300ms;
		transition-property: right;
	}
	#M > ol.slide_menus li.menu:nth-of-type(7) a{
		transition-delay: 350ms;
		transition-property: right;
	}
	
	body.open_menu #M > ol.slide_menus li.menu a{
		right: 30px;
		opacity: 1.0;
	}
	
	body.open_menu #M > ol.slide_menus 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);
	}
	


/*SUBMENUS*/



@media all and (max-width: 1366px){
	#M{

	}
	#M > div.logo{
		margin-right: 0;
	}

}


@media all and (max-width: 1024px){
	#M > ol.main{
		display: none;
	}
}

@media all and (max-width: 1024px){

	
	body #HBM{
		opacity: 1.0;
	}
	#M > div.logo {
		margin: 15px 0;
	}

}


@media all and (max-width: 600px){
	#M > div.logo img {
		height: 40px;
		width: auto;
		margin: 0px 0px;
	}

}







#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, right 0.2s ease-in-out;
	margin-top: 15px;
	top: 25px;
	right: -150px;
}


body.fixedMenu #HBM,
body.open_menu #HBM{
	right: 50px;
}
	



#HBM:before{
	width: 50px;
	height: 50px;
	line-height: 50px;
	content: 'MENU';
	color: #354C3A;
	position: absolute;
	top: 0px;
	right: 40px;
	text-transform: uppercase;
}

html[lang="HU"] #HBM:before{
	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{
	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);
	}
}






@media all and (max-width: 600px){
	#HBM {
		margin-top: 5px;
        right: 25px !important;
	}
	body.fixedMenu #HBM{
	right: 25px !important;
}
}




#HBM2{
	width: 64px;
	height: 64px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 110;
	transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out, background 0.2s ease-in-out;
	opacity: 0.0;
	
	pointer-events: none;
}

#HBM2 .clickable {
	width: 64px;
	height: 64px;
	display: block;
	cursor: pointer;
	z-index: 110;
	border-radius: 50%;
	background-color: #73adaa;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	text-align: center;
	color: #fff;
	line-height: 64px;
	font-size: 24px;

	pointer-events: auto; 
}

body.fixed #HBM2{
	opacity: 1.0;
}


#HBM2.light .clickable {
	background-color: #ffffff;
	color: #73adaa;
}
#HBM2 .clickable:hover{
	background-color: #f67d74;
	color: #fff;
}


	#HBM2{
		position: fixed;
		bottom: 10px;
		right: 10px;
		transform: scale(0.75);
	}	
	
	
	#HBM2 {
	pointer-events: none;
}




#HBM2 .clickable:not(:hover):after{
	width: 64px;
	height: 64px;
	box-sizing: border-box;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	border: 4px solid #73adaa;
	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;
}

#HBM2.light .clickable:not(:hover):after{
	border: 4px solid #ffffff;
}


@-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);
	}
}







#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: #f78179;
}

#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: #f78179;
}

#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: #8cbbb6;
}

#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: 50px;
	width: auto;
}
#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: #8cbbb6;
	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: #8cbbb6;
	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 .step[data-step="1"]{
	display: none !important;
}



@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%);
	background: #fff;
	color: #22242e;
	padding: 15px 25px;
	line-height: 20px;
	border-radius: 25px;
	transition: color 0.2s ease-in-out, border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	font-family: "jost_m";
	overflow: hidden;
	box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
	text-align: center;
	text-decoration: none;
}

a.btn span{
	width: 100%;
}

.e13.btn_0 a.btn{
    background: #fff;
}
.e13.btn_1 a.btn,
a.btn.btn_1{
    background: #8cbbb6;
	color: #fff !important;
}
.e13.btn_2 a.btn,
a.btn.btn_2{
    background: #f67d74;
	color: #fff !important;
}


a.btn:after{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 100%;

	transition: top 0.2s ease-in-out;
	background: linear-gradient(0deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
	content: '';
}
a.btn:hover{
	color: #292b36;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
a.btn:hover:after{
	top: 0;
}

.e11 a.btn{
	left: auto;
	transform: none;
}
.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;
}



.e11 .button_center{
	left: 50%;
	transform: translateX(-50%);
}

.e11 .button_center .btn:first-of-type{
	margin-right: 25px;	
}

.e11 .button_center .btn:first-of-type{
	margin-bottom: 25px;	
}
.e11 .button_center .btn:last-of-type{
	margin-bottom: 0px;	
}


@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) {
	.e11 .button_center{
		width: 100%;
		left: 0;
		transform: none;
	}
	.e11 .button_center .btn{
		clear: both;
		left: 50%;
		margin-right: 0 !important;
		transform: translateX(-50%);
	}
}	
@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: 0% 0 5% 0;
	background: #fff;
}
#minosites h2{
	width: calc(100%);
	margin: 0px 0 0px 0;
	text-align: center;
	color: #000;
	font-family: 'jost_m';
	font-size: 24px;
	padding-right: 0 !important;
	padding-left: 0 !important;
}
#minosites .center{
	margin-top: 40px;
	left: 50%;
	transform: translateX(-50%);
}
#minosites .center img{
	max-width: 300px;
	width: 20vw;
	height: auto;
	margin: 0 20px;
}

#footer{
	width: calc(100%);
	padding:0 0 0 0; 
	background: #8cbbb6;
	color: #f3faf9;	
	position: relative;
	float: left;
	left: 0;
	z-index: 2;
	overeflow: hidden;
}
#footer h3{
	width: 100%;
    font-family: "jost_m";
	margin-bottom: 15px;
    font-size: 24px;
	height: 50px;
	line-height: 50px;
	color: #f3faf9;	
}

#footer h3:nth-of-type(2){
	margin-top: 25px;	
}

#footer a{
	color: #f3faf9;	
	width: 100%;
	transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	font-size: 16px;
}

#footer a:hover{
	color: #ffffff;	
}


#footer .clear{
	width: 100%;
	height: 1px;	
}




#footer p{
	margin-bottom: 25px;
	width: 100%;
}


#footer_in{
	width: 90%;
	padding: 5% 5%;	
}



#footer_in .bl{
	width: calc(100%/4 - 50px);
	padding-right: 50px;
	
}


 #footer_in .bl.subs{
	padding-top: 50px;
	min-height: 10px; 
 }

#footer_in .bl ol{
	width: 100%;	
}


#footer_in .bl .logo{
	width: 50%;
	height: auto;
	
	left: 50%;
	margin-bottom: 30px;
	transform: translateX(-50%);
}
#footer_in .bl .logo img{
	width: 100%;
	height: auto;
}


#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.last li a{
	left: 50%;
	transform: translateX(-50%);
}

#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: #f3faf9;
	transition: color 0.2s ease-in-out;
	
	background: #73adaa;
	font-size: 14px;
}
#footer .bo a{
	color: #f3faf9;
}


#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: #f3faf9;
	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: #73adaa;
}


@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: 20vw;
		margin: 0 15px;
	}
}

@media all and (max-width: 1024px){

	
	#footer_in .up .so,
	#footer_in .bl,
	#footer_in .lo,
	#footer_in .nl h3,
	#footer_in .up .so h3{
		width: 100%;
	}
	
	
	#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%);
	}
	
	#footer_in .bl .logo{
		max-width: 150px;
		margin-bottom: 15px;
	}
}
@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(50%);
		padding: 0px 25% 0px 25%;
	}
	
	#minosites .center{
		width: calc(100%);
	}
	
	#minosites .center img{
		width: calc(100%);
		max-width: 100%;
		width: 100%;
		margin: 0;
		margin-bottom: 30px;
	}
	
}














body:after{
	position: fixed;
	bottom: 0;
	right: 50%;
	border-radius: 5px 5px 0 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: 'i065'; src:url('https://diagnostiq.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://diagnostiq.hu/_sys/_ico/066.woff') format('woff');
		font-display: swap;
	}
	.i066:before {
		font-family: i066; content: "\e066";
	}
	/*71849 > 32038 char*/