@import url("reset.css");
/************************** font *******************************/
  @import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@400;500&family=Roboto:wght@300;500&display=swap');
/***************************************************************/
body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 36px;
	color: #575757;
}
/*** Firefox scroll top workaround ***
html { overflow: hidden; height: 100%; }
body { overflow: auto; height: 100%; }
/***/

.clearfloat {
clear: both; float:none; height: 0; font-size: 0;
	}
/************ STRUCTURE *******************/
body {
	background: #fff;
	/*min-width: 520px;*/
}

html,body {	
	height: 100%;
}

#container {
	margin: 0 auto;
	padding: 0 30px;
	max-width: 1270px;
}

footer {
	position: relative;
	width: 100%;
	min-height: 209px;
	padding: 70px 0 0 0;
	margin-top: 50px;
	background: #4d91c6;
	overflow:auto;
}
/*************BASIC ELEMENTS****************/
a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
}

a:hover, .item:hover {
	-webkit-transform: translate(1px, 1px);
	-moz-transform: translate(1px, 1px);
	-o-transform: translate(1px, 1px);
	-ms-transform: translate(1px, 1px);
	transform: translate(1px, 1px);
	color: #4d91c6;
}

p {
	text-align: justify;
	margin: 18px 0;
}

h1 {
	font-family: 'Bodoni Moda', serif;
	font-weight: 500;
	font-size: 	42px;
	line-height: 1.2em;
	color: #4d91c6;
	overflow: visible;
}
h2 {
	font-family: 'Bodoni Moda', serif;	
	font-weight: 500;
	font-size: 	30px;
	color: #262626;
	margin:12px 0 12px 0;
}
h3 {
	font-family: 'Bodoni Moda', serif;	
	font-weight: 300;
	font-size: 	24px;
	color: #262626;
	margin:12px 0 12px 0;
}
hr {
	border-top:1px solid #4d91c6;
	margin: 48px 0 36px 0;
}

/********************** HEAD ***********************/
header {
	background-size:cover;
	width: 100%;
	position: relative;
	overflow:auto;
}

header li {
	list-style:none;	
}
h1 {
	float: left;
	margin: 12px 0;
}
.address {
	float: right;
	text-align: right;
	margin: 12px 0;
}
/*****TOP CONTACT*****/
#topContact ul {
	color:#4d91c6;
	margin:0 auto;
	display: flex;
	justify-content: center;
}
#topContact li{
	float: left;
	padding: 20px;
}


/*****MAIN NAV*****/
nav {
	margin: 25px auto 0 auto;
	display: inline-block;
	height: 135px;
	width: 100%;
	z-index: 9999;
}
		#navlogo {
			overflow: visible;
			width: 100%;
			height: 107px;
			background:url(logo-head.png) no-repeat top center;
			margin: 0 auto;
			pointer-events : none;
		}
#headlogo {
	display: block;
	position: absolute;
	top: 36px;
	left: 50%;
	width: 336px;
	margin-left: -168px;
}
/****PROMO IMG****/
.slider {
	margin: 24px 0;
}
.slider img {
	max-width: 1270px;
	width: 100%;
	height: auto;
}
/****PROMO IMG****/
.strips {
	margin: 24px 0;
}
.strips img {
	max-width: 800px;
	width: 100%;
	height: auto;
}

/*******SWIPER*********/

/*.swiper-slide { 
	width: auto !important;
}*/

/******************* #endofHEAD ********************/

/********************* MAIN ***********************/

main {
	overflow: auto;
}
article {
	max-width: 1270px;
	margin: 0 auto 18px auto;
	padding: 0 30px;
	display: block;	
}
article li {
	margin-left: 48px;
}

.containerLeft{
	overflow: visible;
	float: left;
	width: 27%;
	text-align: right;
	padding-right: 6%;
}
.containerRight{
	overflow: visible;
	float: left;
	width: 66%;
	text-align: left;	
}
.left {
}
.right {
}
.button-keresre {
	background-color: #4d91c6;
	padding: 1px 10px;
	color: #fff;
}
.button-keresre:hover {
	color: #fff;
}
/********** ÜDV **************/
#udv h2 {
	font-family: 'Bodoni Moda', serif;
	font-weight: 500;
	font-size: 	48px;
	line-height: 1.0em;
	color: #4d91c6;
	overflow: visible;
}
#udv p {
	font-size: 110%;
	padding: 40px 0;
}

/********** JELLEMZŐK **************/
.jellemzok table {
	margin-bottom: 48px;
	margin-top: 10px;
}
.jellemzok tr {}
.jellemzok td {
	padding: 2px 36px 2px 0;
}
.jellemzok td:nth-child(even) {
	font-weight: 500;
}

.blue {
	color:#fff !important;
	background: #4d91c6;
	min-height: 96px;
	padding: 30px;
}
.blue a:hover {
	color: #b5dfff;
}
.blue h2 {
	color: #fff;
}


/****************** #endofMAIN ********************/


/******************* FOOTER **************************/

footer img{}
#logo-foot{
	width: 100%;
	height: auto;
	max-width: 430px;
}
footer ul {
	padding-left: 50px;
	border-left: 1px solid #fff;
}
footer li {
	color:#fff;
	list-style: none;
}
footer a:hover {
	-webkit-transform: translate(1px, 1px);
	-moz-transform: translate(1px, 1px);
	-o-transform: translate(1px, 1px);
	-ms-transform: translate(1px, 1px);
	transform: translate(1px, 1px);
	color: inherit;
	font-weight: 500;
}

/****************** #endofFOOTER ********************/

#topBtn {
  display: none;
  position: fixed;
  bottom: 120px;
  right: 10%;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px;
  background: none;
  opacity: .5;
 
}

/****************** MOBILE ******************/

@media screen and (max-width: 1024px) {

	header h1 {
		float: none;
	}
	header .address {
		float: none;
		text-align: left;
	}
	.containerLeft{
		float: none;
		width: 100%;
		text-align: left;
	}
	.containerRight{
		float: none;
		width: 100%;
	}
}