:root {
  --main: #e52727;
  
}

html {
	
	font-size: 16px;
 	scroll-behavior: smooth;

}

body{

	min-height: calc(100vh - 106px);
	background-color: #f1f1f1;
	font-family: "Ubuntu", sans-serif;
	font-weight:400;
	line-height: 1.45em;
	font-size: 16px;
	color: #000;
	overflow-x:hidden;
}

* {
	margin:0; 
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.35s ease 0s;
	
	}

::selection {background-color:#000;  color:#FFF;}
::-moz-selection {background-color:#000; color:#FFF;}

.loading {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(255,255,255,1);
}
.loading .loader-holder{position:Absolute;left:50%;top:50%;height:0;width:0}
.loader{width:70px;text-align:center;position:absolute;left:-35px;top:-9px}
.loader>div{width:18px;height:18px;background-color:#555;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	display:inline-block;
	-webkit-animation:bouncedelay 1.2s infinite ease-in-out;
	-moz-animation:bouncedelay 1.2s infinite ease-in-out;
	-ms-animation:bouncedelay 1.2s infinite ease-in-out;
	animation:bouncedelay 1.2s infinite ease-in-out;
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both}
.loader .circle1{-webkit-animation-delay:-.32s;-moz-animation-delay:-.32s;-ms-animation-delay:-.32s;animation-delay:-.32s}
.loader .circle2{-webkit-animation-delay:-.16s;-moz-animation-delay:-.16s;-ms-animation-delay:-.16s;animation-delay:-.16s}
@-webkit-keyframes bouncedelay{0%,100%,80%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}
@-moz-keyframes bouncedelay{0%,100%,80%{-moz-transform:scale(0)}40%{-moz-transform:scale(1)}}
@-ms-keyframes bouncedelay{0%,100%,80%{-ms-transform:scale(0)}40%{-ms-transform:scale(1)}}
@keyframes bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}

a.back-to-top {
	display: none;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 40px;
	bottom: 0px;
	/* left:0px; */
	text-align: center;
	opacity: 0.8;
	background: var(--main) url("/images/up-arrow.png") no-repeat center 43%;
	width: 48px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  border-radius: 3px 3px 0 0;
  margin: 0 auto;
}


a:hover.back-to-top {
	background-color: #444;
}


[data-back-top] {
  background: black;
  color: white;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.8;
  display: none;
  width: 48px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  border-radius: 3px 3px 0 0;
  margin: 0 auto;
}

p {
    margin: 0 0 1em;
}

[data-back-top]:hover {
  color:gray;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.slogo{min-width:280px; max-width:496px;width:90%;height:auto;}

a:link{transition: all 0.35s ease 0s;}

a:link, a:active, a:visited{
	color: var(--main);
	text-decoration:none; 
	font-weight:bold; 
}

a:hover {
	color:#00;
	text-decoration:none; 
	font-weight:bold; 
	}


#head_wrapper{
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	min-height:106px;
	height:106px;
	z-index:1000;
	background-color:rgba(0,0,0,0.45);
	/*box-shadow:0px 2px 4px rgba(0,0,0,0.2);*/
	
}

#head{
	position:relative; 
	margin:0 auto; 
	max-width: 1920px;
	width:100%;	
	height:106px;
	text-align:center;
}

img.logo{
	float:left;
	margin-top:40px;
	margin-left:10px;
	transition: all 0.35s ease 0s;
}

#head_content_wrap{
	position: relative;
	float:left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width:auto;
	vertical-align: middle;
	height:80px;
	padding:0 0 0 2em;
}

.head_b_icon{
	height:106px;
	padding:38px 10px;
	vertical-align: middle;
	transition: all 0.35s ease 0s;
}

.head_b_text{
	position: relative;
	height:106px;
	line-height:106px;
	padding:0;
	vertical-align: middle;
	text-align:center;
	width:100%;
	transition: all 0.35s ease 0s;
}

.headicon{
	font-size:32px;
	vertical-align: middle;
	color:#fff;
}

#main_wrap {
	position:relative;
	margin:0px auto 0 auto; 
	padding-top:00px;
	max-width: 2560px;
	width:100%;	
	min-height: 400px;
	min-height: calc(100vh - 240px);
	overflow-x: hidden;
	overflow-y: auto;

}

div.main_full {
	position:relative;
	overflow:hidden;
	margin:0 auto;
	padding:0px 0px 0 0;
	min-height:0px;
	height:auto;
	width:100%;
	max-width: 1920px;
}


#menu{
	position:absolute; 
	top:38px;
	right:10px;
	margin:0; 
	width:auto;
	text-align:center;
}

nav{
	position:relative; 
	line-height:2em;
	text-align:center;
	margin:0 auto;
}

.menuicon{
font-weight:300;
font-size:24px;
line-height:48px;	
}



nav a:link, nav a:visited{
	font-family: "Ubuntu", sans-serif;
	font-size:1rem;
	text-transform:uppercase;
	margin:0;
	color:#fff;
	transition: all .05s ease-in-out;
	font-weight:900;
	padding:8px 8px;
	line-height:1em;
}

nav a:hover, nav a.active{
	color:#e52727;
	/*border-top:4px solid var(--main);*/
}

#menu_icon {
position:absolute;
top:45px;
right:10px;
padding : 0;
margin : 0;
float right;
display:none;
cursor: pointer;
height:30px;
}

/* vector hamburger icon that morphs to an X when #resp_menu is open */
#menu_icon .burger{
	display:inline-block;
	width:30px;
	height:22px;
	position:relative;
	vertical-align:top;
}
#menu_icon .burger span{
	position:absolute;
	left:0;
	right:0;
	height:3px;
	border-radius:2px;
	background:#fff;
	filter:drop-shadow(0 1px 1px rgba(0,0,0,.35));
	transition:top .25s ease, transform .25s ease, opacity .2s ease, background-color .2s ease;
}
#menu_icon .burger span:nth-child(1){ top:0; }
#menu_icon .burger span:nth-child(2){ top:9px; }
#menu_icon .burger span:nth-child(3){ top:18px; }
#menu_icon:hover .burger span{ background:var(--main); }
/* open state -> X */
#menu_icon.open .burger span:nth-child(1){ top:9px; transform:rotate(45deg); }
#menu_icon.open .burger span:nth-child(2){ opacity:0; }
#menu_icon.open .burger span:nth-child(3){ top:9px; transform:rotate(-45deg); }

#resp_menu{

clear: both;
text-align:left;
display:none;
position:absolute;
right:-15px;
background:#000;
padding:2px 4px 0px 4px;
margin-top:16px;
width: 100vw;
width: calc(100vw + 15px);
height: auto;
overflow-y:auto;
z-index:9999;
line-height:16px;
box-shadow:0px 2px 3px rgba(0,0,0,0.3);	
}

#resp_menu a{
	font-size:1.125em;
	letter-spacing:2px;
	text-transform:uppercase;
	font-weight:400;
	margin:0 1em 0 1em;
	color:#fff;
	transition: all .2s ease-in-out;
	width:100%;
	clear:left;
	float:left;
	line-height:1.250em;;
	text-align:center;
	margin:0;
	padding:7px 0px;
	/*border-bottom: 4px solid var(--main);*/
	border-bottom:1px solid rgba(255,255,255,.2);
}

#resp_menu a:hover{
	background-color:#000;
	color: var(--main);
	}



#headimage {

position:relative;
float: none;
margin:0 auto;
padding: 0;
max-width: 2560px;
width: 100%;
height : auto;
text-align : center;
vertical-align : middle;
overflow:hidden;
}

#headimage img{
	min-height:256px;
	max-height:600px;
	height:600px;
	}

div.parallax {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding-top: 3rem;
    min-height: 23rem;
}


img.flats{
	width:100%;
	height:auto;
}

#newsbox {
position:relative;
float: none;
margin:0 auto;
padding: 0;
max-width: 2560px;
width: 100%;
max-height:900px;
height : auto;
text-align : center;
vertical-align : middle;
/* border-top:4px solid var(--main); */
}

#slider-wrapper {
	position:relative;
	clear:left;
	float:left; 
	padding:0;
	margin:0;
	width:100%;
	max-height:700px;
	height: auto;
	/*
	background-image: url('/others/images/slider/1.jpg');
	background-size: cover;
	background-position: center center;
	align-items: center;*/
}

#slider-textcontainer {
    max-width: 770px;
    margin: 2vh auto 1rem auto;
    position: relative;
    display: box;
    text-alig:center;
}



#foot_cont {
position : relative;
margin-top:20px;

background-color: #000;
margin:0 auto; 
width:100%;
min-height : 200px;
overflow:hidden;
}

footer {

clear:left;
position : relative;
margin:0 auto; 
max-width: 1200px;
width:100%;
min-height: 200px;
overflow-x:hidden;
background-repeat:no-repeat;
background-position:50% 80%;
padding:20px 15px 0 15px;
}

.foot-bottom {

position: absolute;
bottom:0px;
left:0px;
width:100%;
padding:0 10px;
}

div.foot_column{

position:relative;
float:left;
margin:0px 0px 3rem 0px;
min-width:25%;
padding:0 20px 0 10px;
border-left:1px dotted #aaa;	
}

div.foot_column:first-child{
border-left:none;	

}

a.foot_contact:link, a.foot_contact:active, a.foot_contact:visited {font-size:1em;color:#d2d2d2;font-weight:300; transition: all 0.2s ease 0s;}
a.foot_contact:hover{color: var(--main);}

.footlargeicon{
	font-size:1.25em;
	vertical-align: middle;
}

p.footp{
	margin-bottom:0.25em;
	}

a.foot_ref:link, a.foot_ref:visited {color: #d2d2d2;font-weight:300;}
a.foot_ref:hover {color: var(--main);}


div.clean{
float:left;
width:100%;
min-height:20px;	
height:20px;
display: table-cell; 
		position: relative;
	}


div.menuheight{
	
	min-height:106px;
	height:106px;

	}

.content-row {

    width: 100%;
    display: table;
    padding:10px 20px 10px 20px;
    overflow-y:auto;

}

.content-column {	

		display: table-cell; 
		position: relative;

		width:50%;
		padding: 10px 25px;
		height: 100%;
		vertical-align:top;
		
}

.content-column:first-child {
	/*border-right:2px solid #f2f2f2;*/
	border-right:1px solid #ccc;
	}

.borderbott {
	background-color: rgba(0,0,0,.11);
	background: linear-gradient(180deg, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%);
	overflow:hidden;
	}
	
.borderbott:hover {
	 /*box-shadow: 0px 2px 3px 0px rgba(0,0,0,.4);*/
	}
	
div.readm{
	position:absolute;
	bottom:0px;
	right:20px;
	}

.content-column-full {	

		position: relative;
		float: left;
		min-height: 1px;
		padding: 10px 15px;
		width:100%;
	
}


.place:after {
  content: "LOKÁCIÓ";
  position: absolute;
  top: 10px;
  left: -20px;
  /*z-index: -1;*/
  color:rgba(128,128,128,.06);

  font-weight:bold;
  font-size:4.5em;
  letter-spacing: 0px;
}

.contact:after {
  content: "KAPCSOLAT";
  position: absolute;
  top: 10px;
  left: -20px;
  /*z-index: -1;*/
  color:rgba(128,128,128,.06);

  font-weight:bold;
  font-size:4.5em;
  letter-spacing: 0px;
}

.green:after {
  content: "ZÖLD";
  position: absolute;
  top: 10px;
  left: -20px;
  /*z-index: -1;*/
  color:rgba(128,128,128,.06);

  font-weight:bold;
  font-size:4.5em;
  letter-spacing: 0px;
}

blockquote {
	font-family: "Oswald", sans-serif;
	background-color: rgba(0,0,0,.02);
 	border-left:2px solid #e34c38;
  border-radius:1px;
  margin:20px 30px;
  padding: 1em;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote p{
	color: #5a5a5a;

	font-style: italic;
	font-weight: 300;
	margin:0;
	font-size:1.5em;
	line-height:1.25em;
	}
	
blockquote p.bsmall{font-size:1.25em;}

#map {
	width: 100%;
	min-width:320px;
  min-height: 460px;
  margin-bottom:0px;
}

#map iframe {
    position: relative;
    width: 100% !important;
  	min-height: 460px;
  }
  
#map_main {
	width: 100%;
	min-width:320px;
  min-height: 430px;
  margin-bottom:5px;
}

#map_main iframe {
    position: relative;
    width: 100% !important;
  	min-height: 430px;
  }




h1 {
    font-family: "Oswald", sans-serif;
    font-size: 3.25rem;
    font-weight: 600;
    line-height: 3.25rem;
    color: #2c2c2c;
    margin:0 0 .5rem 0;
    /* text-shadow: 0px 1px 1px rgba(0,0,0,1); */
}

h2 {
    font-family: "Oswald", sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 2,5rem;
    color: #2c2c2c;
    margin:2rem .5rem;
    /*text-shadow: 0px 1px 1px rgba(0,0,0,1); */
}

h2.header{
	font-size: 3rem;
	margin:1rem 0;
	font-weight: 900;

}



h3 {
    font-family: "Oswald", sans-serif;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.874rem;
    color: #2c2c2c;
    margin:2rem .5rem;
}

h4 {
    font-family: "Oswald", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5rem;
    color: #2c2c2c;
    margin:2rem .5rem;
}

h4.greenl {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.5rem;
    color: #2c2c2c;
    margin:2rem .5rem;
}

h1.slider {
   color:#fff;
   letter-spacing: 1px;
   /*text-shadow: 0px 1px 1px rgba(0,0,0,1);*/
   word-wrap: break-word;
   font-size:58px;
   font-weight:900;
   line-height:58px;
}

h1.slider-bottom{
margin-top:3rem;
}

h1.slider span{
	color: var(--main);
	}
  
h3.slider {
    font-size: 3.125rem;
    line-height: 1.14286;
    letter-spacing: 0;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 400;
    text-shadow:0px 0px 9px #000;
     word-wrap: break-word;
}

h4.slider {
    font-size: 2.5rem;
    line-height: 1.14286;
    letter-spacing: 0;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 400;
    text-shadow:0px 0px 9px #000;
}

h5.slider {
    font-size: 2rem;
    line-height: 1.14286;
    letter-spacing: 0;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 400;
    text-shadow:0px 0px 9px #000;
}

h1.header {
   color:#fff;
   letter-spacing: 1px;
   text-shadow: 0px 1px 1px rgba(0,0,0,1);
   text-align:left;
}

h3.header {
   color:#fff;
   letter-spacing: 1px;
   text-shadow: 0px 1px 1px rgba(0,0,0,1);
   text-align:left;
}


.header-h-cont{
	position:absolute;
   top:156px;
   left:15vw;
}

div.h2space{
		clear:left;
		width:100%;
		min-height:4.5em;
		
}



a.readmore {
position:relative;
background-color: var(--main);
vertical-align:middle;
color:#fff;
padding: 12px 40px;
font-size:1rem;
letter-spacing:1px;
transition: all 0.35s ease 0s;
margin:5px 5px 0 0;
font-weight:800;
border:none;
border-radius: 36px;
}

a.readmore:hover{
	color:#fff;
	background-color:#000;
	border-color:#000;
}

a.details {
position:relative;
background-color:#616161;
vertical-align:middle;
color:#fff;
padding:8px 16px;
font-size:16px;
letter-spacing:1px;
transition: all 0.35s ease 0s;
margin:5px 5px 0 0;
font-weight:400;
border:none;
}

a.details:hover{
	color:#fff;
	background-color: var(--main);
	border-color: var(--main);
}

/*
#pagination a.prev{
	border-color: var(--main);
	transition: all 0.35s ease 0s;
}


  
#pagination a.prev:before{
		position: absolute;
		top: 0px;
		left: -18px;
		content: '';
		width: 0;
		height: 0;
		border-right: solid 18px var(--main);
		border-bottom: solid 18px transparent;
		border-top: solid 18px transparent;
		transition: all 0.35s ease 0s;
}

#pagination a.prev:hover:before{
		border-right: solid 18px #616161;
		border-bottom: solid 18px transparent;
		border-top: solid 18px transparent;
}
	
#pagination a.next:after{
	position: absolute;
	top: 0em;
	right: -18px;
	content: '';
	width: 0;
	height: 0;
	border-left: solid 18px var(--main);
	border-bottom: solid 18px transparent;
	border-top: solid 18px transparent;
	transition: all 0.35s ease 0s;
}

#pagination a.next:hover:after{
		border-left: solid 18px #616161;
		border-bottom: solid 18px transparent;
		border-top: solid 18px transparent;
}
*/
#pagination{
	box-sizing: border-box;
	position: relative;
	float:left;
	width:100%;
	padding: 10px;
	margin: 20px 0 10px 0;
	text-align:center;
	min-height:40px;
}

.arrow{

  position: relative;
  width:120px;
  background: var(--main);
  height:40px;
  line-height: 40px;
  margin-bottom:0px; 
  text-align:center;
  color:#fff;
  /* box-shadow: 0 2px 2px rgba(0,0,0,.4);*/
}

.arrow-left{position:absolute; left:50px; top:0;}
.arrow-right{position:absolute; right:50px; top:0;}

a.arrow-text {color:#fff; font-weight:400;padding:4px;}
a.arrow-text:hover {color:#000;font-weight:400;}

.arrow-right:after{
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid var(--main); 
    
}


.arrow-left:before{
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid var(--main); 
}

b{font-weight:700;}

.text-center{ text-align:center;}
.text-right{ text-align:right;}
.text-left{ text-align:left;}
.text-justi{  text-align: justify; text-justify: inter-word;}
.text-green{color: var(--main);}
.text-black{color:#000;}
.text-bblack{color:#222;}
.text-white{color:#fff;}
.text-hwhite{color:#ddd;}
.text-def{color:#2c2c2c;}
.text-grey{color:#777;}
.text-egrey{color:#aaa;}
.text-red{color:var(--main);}
.text-large{font-size:1.25rem;}	
.text-elarge{font-size:1.5rem;}	
.text-small{font-size:0.875rem;}
.text-esmall{font-size:0.75rem;}
.text-marg{margin-left:0.5rem;}
.text-fright{float:right;}
.text-rale{font-family: "Oswald", sans-serif;}
.text-thin{font-weight:200;}
.text-thin400{font-weight:400;}
.text-sspace{font-size:0.75em;margin-bottom:0;}
.text-halfop{opacity:0.1;margin:2rem 0;}
.text-icon {font-size:4rem;}

.text-mainpage {line-height:1.75rem;margin:1.75rem 0;}


.styl{background: url(/images/icons/pipe.svg) no-repeat left 0px; padding: 0 0 0 40px; background-size: 30px 30px; }
.stylm{background-repeat: no-repeat; background-position: left 0px; padding: 0 10px 0 60px; background-size: 50px 50px; margin-bottom:1.5em;}


div.prod_holder{

	width:18%;
	float:left;
	position:relative;
	min-height:200px;
	background-color:#fff;
	padding:0 0 5px 0;
	margin:15px 1% 15px 1%;
	display: table-cell;
}	


div.prod_holder h3{
	text-align:center;
	margin-top:20px;
	font-weight:700;
	color:#000;
	font-size:1.125rem;
}

div.prod_holder p{
	text-align:center;
}


div.prod_holder_cont {
	width:100%;
	height:3rem;
	margin:0 auto;
}

div.prodimage{
;
width:100%;
height:200px;
max-width:200px;
margin: 0px auto 10px auto;
background-color: #fff;  
overflow:hidden;
border-radius: 16px;
}

div.prodimage img{
	height:100%;
	width:100%;
	margin:0 auto;
	opacity:1;
	transition: .5s ease;
	display: block;
	
	}

div.prodimage img:hover{
	opacity:0.75;
}


.text-foot{
	font-size:0.75em;
	font-weight:300;
	color:#ccc;
	line-height:1.5em;
	margin-bottom:0.25em;
}

.text-plan{
	font-size:1.125em;
	color:#444;
	float:left;
	width:100%;
	font-weight:300;
	margin-bottom:0em;
}	

[data-plannum]:before {
  content:attr(data-plannum);
  display:inline-block;
  font-size:1em;
  width:1.5em;
  height:1.5em;
  line-height:1.5em;
  text-align:center;
  background-color: var(--main);
  border-radius:50%;
  vertical-align:middle;
  margin-right:.25em;
  color:white;
  /*border:1px solid #444; */
  /*box-shadow:0px 1px 1px rgba(0,0,0,0.5);*/
  }

span.light{
	font-weight:normal;
	}

sup{
	font-size:0.75em;
	}

.overlayp {
  position: absolute; 
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%); 
  /*background-color: rgba(0, 0, 0, 0.5);*/
  width: 3em;
  height:2.25em;
  transition: .35s ease;
  opacity:0;
  color: #fff;
  text-align: center;
  
  background-image: url('/images/magnifier.svg');
  background-repeat: no-repeat;
  background-position:50% 50%;
  background-size: 3em;
}




ul{
margin:0 0 0 3em;	
}

li{

	font-weight: normal;
		line-height: 1.5em;
}	

li.refe{
	
	font-size:1em;
	font-weight: 400;
	line-height: 1.5em;

}

.table-cont {
	   display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.table-flrow {
    flex:33%;

}

.table-flcell {

    flex-grow: 1;
  	width: 33%;
  	height: auto;
		padding: 5px 10px;
		border-bottom: 1px solid rgba(0,0,0,0.25);
		border-right: 2px solid #fff;
}

.table-flcell p{margin-bottom:.25em;}

.fcellmarg{
	padding-top: 2em;
}

.od {
    background-color: #F7F7F7;
}

.bggreen {
    background: none;
    /*background-color: rgba(0, 0, 0, 0);*/
    background-color: rgba(141,200,58,0.3);
}

.bggreena {
    background-color: #d7e9be;
}

.longg {
height:20em;
padding:0.25em 1em; 
}	



table.contactf{
	margin:0 auto 20px auto;
	min-width:320px;
	width:96%;
	max-width:500px;
	}

input[type=text], input[type=password] {
	margin: 6px 0px; 
	padding: 6px; 	
	min-width : 260px;
	font-weight:300;
	width: 100%;
  width: calc(100% - 8px);
	background-color:#FFF; 
	border : 1px solid #999; 
	font-size : 1em; 
	transition: all 0.35s ease 0s; 
	color:#444;}

select{

	background:#fff;
	margin : 0px; 
	padding : 6px 28px 6px 6px; 
	width: 100%;
	width: calc(100% - 8px);
	border : 1px solid #999; 
  overflow: hidden;
  -webkit-appearance:none; 
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23444444' d='M4 6l4 4 4-4z'/%3E%3C/svg%3E") no-repeat right 10px center;
  font-size:1em;
  color:#444;

}

/* Selects that also carry Bootstrap's .form-control need the arrow re-applied,
   because the .form-control class overrides the plain `select` background. */
select.form-control{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  padding-right:28px;
  background-color:#fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23444444' d='M4 6l4 4 4-4z'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 10px center;
}


option{
	font-size : 16px!important;
	
	}

textarea { 

	font-weight:300;
	margin: 6px 0px; 
	padding: 6px; 
	min-width : 260px; 	
	width: 90%;
	width: calc(100% - 8px); 
	min-height:90px;
	background-color:#FFF; 
	border : 1px solid #999; 
	resize: none; 
	overflow: auto; 
	color:#444; 
	font-size : 1em; 
	transition: all 0.35s ease 0s;}
	
textarea:focus {box-shadow: 2px 2px 2px rgba(0,0,0,0.2);border:1px solid #333;}

input[type=submit].full{

	position:relative;
	background-color: var(--main);
	border-radius:2px;
	min-width : 100px;
	width:100%;
	height:38px; 
	text-align:center;
	margin: 10px 0 10px 0;
	padding: 6px 0;
	color:#fff;
	font-size:1em;
	font-weight:300;
	border-style:none;
	border:1px solid rgba(0,0,0,0);
	text-transform:uppercase;
	transition: all 0.35s ease 0s;
		cursor:pointer;
}

input[type=submit].full:hover{
	color:#333;
}

input[type=submit].full:disabled{
		color:#666;
		cursor:not-allowed;
}

input[type=submit].full:disabled:hover{
	color:#666;
}

input[type=text].captc{
	min-width:140px;
	max-width:140px;
	margin-top:10px;
}

table.compar{
		border-spacing: 1px 0px;
    border-collapse: separate;
   /* margin-top:2em;*/
}

table.compar tr:hover{background-color:#dadada;}

table.compar td:first-child, table.compar th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  
}

/* table.compar td:nth-child(11n - 10){background-color:#f7f7f7;} */
table.compar td.f0 {background-color:#f0f0f0;}
table.compar td.ff {background-color:#ffffff;}

td.lef, th.lef {text-align:left;vertical-align:middle;}
td.cen, th.cen {text-align:center; vertical-align:middle;}
td.rig, th.rig {text-align:right; vertical-align:middle;}
td.bor, th.bor {border-bottom:1px solid rgba(0,0,0,0.25);}
td.bggreen {background:none; background-color: rgba(141,200,58,0.3);}
td.wide, th.wide {padding: .35rem 1.25rem;}

table.table{max-width:540px; width:auto; margin:0 auto; border-spacing: 1px 0px; border-collapse: separate;}
.table thead th{vertical-align:middle; font-weight:normal;}

td.noborder		{border:none;}
tr.od{background-color:#F7F7F7;}
td.w3e{width:3em;}
td.w2he{width:2.5em;}


td.listafej, th.listafej	{ 

	/* background: linear-gradient(#b9c8a4,#e0f2c6,#b9c8a4); */
	background: #ccddb5;
	color: #000; 
	text-align: center; 
	vertical-align: middle; 
	padding: 8px 8px; 
	font-weight:bold; 
	/* border-top:1px solid rgba(0,0,0,0.25); */
	/* box-shadow:0px 2px 2px rgba(0,0,0,0.2); */
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* padding-top: 30px; */
    height: 0; 
    overflow: hidden;
    /* max-width:690px;*/
}
 
 
.video-container iframe, .video-container object, .video-container embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-body{
	padding:0px 10px;
	overflow-y: auto;
}

/* ----- Bootstrap mod ------- */
.modal-header {
    min-height: 2em;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.close {
    float: right;
    font-size: 2em;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=70);
    opacity: .7;
}
/* ----- EO Bootstrap mod ------- */

div.cookiealert{
		display: block;
		position: fixed;
		bottom: 0;
		width: 100%;
		padding: 20px 0;
		z-index: 59999;
		text-align: center;
		color: #fff;
		line-height: 2em;
		background-color: rgba(0,0,0,0.8);
		font-size: 16px;
		font-weight: 400;
}

div.cookiealert p{
	line-height: 1.625em; 
	font-weight:400;
	}


a.iagree:link, a.iagree:active, a.iagree:visited{
background-color: var(--main);
margin: 0 0 0 20px;
padding: 4px 12px;
color: #fff;
text-align: center;
font-weight: 400;
font-size: 1em;
border: 1px solid var(--main);

}

a.iagree:hover {
    color: #000;
    font-weight: 400;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}

a.moreinfos:hover {
    color: #FFF;
    
}

.cstart{position:absolute;top:-100px;right:-100px;background-color:#da3939;color:#fff;transform: rotate(45deg); width:200px;height:200px;box-shadow:0px 2px 2px rgba(0,0,0,0.3);}
.starttext{position:absolute; bottom:0px; width:100%;vertical-align:bottom;text-align:center;}


a.startli:link, a.startli:active, a.startli:visited{
color: #fff;
font-weight: 400;
transition: all 0.1s ease 0s;
}

a.startli:hover {
    color: #000;
 }

.soldout{position:absolute;bottom:-60px;right:-60px;background-color:#ff6900;color:#fff;transform: rotate(-45deg); width:120px;height:120px;box-shadow:-2px -2px 4px rgba(0,0,0,0.3);}
.soldouttext{position:absolute; left:0px; top:0.25em; width:100%;vertical-align:bottom;text-align:center;}


#kapcsolat-button {

    position: fixed;
    right: 0;
    top: 75%;
    bottom: 40%;
    height: 64px;
    width: 64px;
    display: block;
    background: url('/images/info.jpg') left center no-repeat;
    z-index: 10000;
    box-shadow:0px 4px 4px rgba(0,0,0,0.25);
    transition: all 0.2s ease 0s;
    padding:8px 0 0 0px;
}

#kapcsolat-button:hover, #kapcsolat-button:active {
    width: 340px;
	}

div.ertek{

	float:left;
	padding:0 1em 1em 0;
}

div.ertektext{

	float:left;
}
	
a.infob:link, a.infob:active, a.infob:visited{
	position:absolute;
	top:10px;
	left:76px;
	font-family: "Ubuntu", sans-serif;
	font-size:1em;
	line-height:1.25em;
	color: #fff;
	font-weight: 400;
	transition: all 0.1s ease 0s;
	
}

a.infob:hover {
    color: #000;
 }
	
div.bg-gray{
background-color:#f4f4f4;
text-align:center;
border-radius:1rem;
margin:1rem;	
padding:1rem;
}

ul.fancy-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.fancy-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom:24px;
 
}

ul.fancy-list li p{
margin:0;
 
}

.fancy-list li:not(:last-child) .marker-wrap::after {
  content: '';
  display: block;
  width: 2px;
  height: calc(100% + 16px);
  background: #e0e0e0;
  margin: 4px auto 0;
}

.marker-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

/* White circle with yellow border */
.circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 6px solid #FFF;
  background: #FFD700;
}

button.szolg{
	background-color: #e08700;
  color: #f7f7f7;
  font-size: 14px;
  padding: 14px 20px;
  display: block;
  text-align: center;
  width: 100%;
  border:none;
  border-radius: 5px;
}

ul.szolgaltataslista{
	margin:2rem 0;
	}

ul.szolgaltataslista li{
line-height:2.5rem;
list-style:none;
}
ul.szolgaltataslista li::before{
	
	content: "";
  display: inline-block;
  margin: 0 10px 0 0;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22px' height='22px' viewBox='0 0 22 22' version='1.1'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-472.000000, -546.000000)' fill-rule='nonzero'%3E%3Cg id='wpb-pricing-table-element' transform='translate(445.000000, 222.000000)'%3E%3Cg id='bullet' transform='translate(27.000000, 324.000000)'%3E%3Cpath d='M22,10.9999756 C22,17.0751668 17.0751778,22 11,22 C4.92487111,22 0,17.0751668 0,10.9999756 C0,4.92488206 4.92487111,0 11,0 C17.0751778,0 22,4.92488206 22,10.9999756 Z' id='Path' fill='%23DD9933'/%3E%3Cpolygon id='Path' fill='%23FFFFFF' transform='translate(11.011123, 9.631788) rotate(-45.000000) translate(-11.011123, -9.631788) ' points='8.39375516 6.63178844 8.39375516 10.0231025 16.2371538 10.0231255 16.2371538 12.6317884 5.78509217 12.6317133 5.78509217 6.63178844'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center no-repeat;
    background-size: auto;
  background-size: 18px;
}


.contactphonebox{
	position: relative;
  padding: 30px 60px;
  text-align: center;
	margin:1rem auto;
	max-width:600px;
	width: 80%;
}

.contactphonebox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  display: block;
  border-top: 4px solid var(--main);
  border-top-color: rgb(226, 196, 69);
  border-left: 4px solid var(--main);
  border-left-color: rgb(226, 196, 69);
  border-color: var(--main);
}


/* All four corners share these basics */
.contactphonebox::before,
.contactphonebox::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border-color: var(--main);
  border-style: solid;
}

/* Top-left */
.contactphonebox::before {
  top: 0;
  left: 0;
  border-width: 3px 0 0 3px;
}

/* Bottom-right */
.contactphonebox::after {
  bottom: 0;
  right: 0;
  border-width: 0 3px 3px 0;
}




	/* ------------------------------------------MODAL 2 -------------------------------------------------------------- */

.modal {
  display: none; 
  position: fixed; 
  z-index: 3004; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.5);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  min-width:320px;
  max-width:560px;
  width: 80%;
  
}

.closemodal {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closemodal:hover,
.closemodal:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modalp {
font-size : 16px;
font-weight:normal;
color:#444;
line-height: 150%;
padding:0 15px 0 10px;
}
.cen{text-align:center;}

@media screen and (min-width:1024px) and (max-width:1279px){
		h1.slider {font-size:	2.75rem;line-height:2.75rem;}
		h3.slider {font-size: 2.5rem;line-height:2.5rem;}
    h4.slider {font-size: 2rem;}
    h5.slider {font-size: 1.5rem;}
    h1.slider-bottom{margin-top:1rem;}
    h1.header {font-size:	2.75rem;}
		h3.header {font-size: 2.5rem;}
}
	
@media screen and (max-width:1330px) {	
	#menu{display:none;}
	#menu_icon {display:inline;}

}
	
@media screen and (max-width:1023px) {	
	.content-row { position: relative; display: inline-block;}
	.content-column{ position: relative; display: inline-block; width:100%; padding: 10px 10px;}
	.content-column:first-child {border:none;}
	h3 {font-size: 1.625em;font-weight:700;}
	.text-long{font-size: 0.875em;}
	

	
		h1.slider {font-size:	2.75rem;line-height:2.75rem;}
		h3.slider {font-size: 2.5rem;line-height:2.5rem;}
    h4.slider {font-size: 2rem;line-height:2rem;}
    h5.slider {font-size: 1.5rem;}
    h1.slider-bottom{margin-top:1rem;}
    h1.header {font-size:	2.75rem;}
		h3.header {font-size: 2.5rem;}
		
		div.prod_holder {width:48%;}
		div.foot_column{width:50%;}	
	
}


@media screen and (max-width:768px){
		.place:after {font-size:3em;}
		.contact:after {font-size:3em;}
		.green:after {font-size:3em;}
		.h2space{display:none;}
		
		.head_b_icon{display:none;}
		.head_b_text{display:none;}
		
		h1.slider {font-size:	2.5rem;line-height:2.5rem;}
		h3.slider {font-size: 2.25rem;line-height:2.25rem;}
    h4.slider {font-size: 1.75rem;line-height:1.75rem;}
    h5.slider {font-size: 1.25rem;line-height:1.25rem;}
    h1.header {font-size:	2.5rem;}
		h3.header {font-size: 2.25rem;}
		.table-flcell {width:100%;}
		
		 		.table-cont :nth-child(1) { order: 1;}
        .table-cont :nth-child(2) { order: 6; }
        .table-cont :nth-child(3) { order: 11; }
        .table-cont :nth-child(4) { order: 2;}
        .table-cont :nth-child(5) { order: 7; }
        .table-cont :nth-child(6) { order: 12; }
        .table-cont :nth-child(7) { order: 3;}
        .table-cont :nth-child(8) { order: 8; }
        .table-cont :nth-child(9) { order: 13; }
        .table-cont :nth-child(10) { order: 4; }
        .table-cont :nth-child(11) { order: 9; }
        .table-cont :nth-child(12) { order: 14; }
        .table-cont :nth-child(13) { order: 5; margin-bottom:2em;}
        .table-cont :nth-child(14) { order: 10; margin-bottom:2em;}
        .table-cont :nth-child(15) { order: 15; }
		
		.contactphonebox{ padding: 30px 20px;	max-width:600px; width: 100%; }
    
}


@media screen and (max-width:560px){
	
	img.logo{
	height:25px;
	margin-top:45px;
	}
	
	div.foot_column{
		float:left;
		display:block;
		margin:15px 0px 5px 10px;
		width:96%;
		
	}
	
	div.lastbb{
		margin-bottom:100px;
	}
	
		h1 { font-size: 3.25rem;}
		h1.konthead { font-size: 2.125rem;}
		h2 { font-size: 2.125rem;}
		h3 { font-size: 1.625rem;}
		h4 { font-size: 1.25rem;}

	blockquote{margin: 15px 20px; padding:0.5em;}
	blockquote p{
	font-size:1.25em;
	line-height:1.5em;
	}
	blockquote p.bsmall{font-size:1.0625em;}
	
	table.table{width:100%;font-size:14px;}
	td.wide, th.wide {padding: .35rem .65rem;}
	
	div.prod_holder {width:98%;}
	
	
}


/* ---- reusable product box (category listing + homepage recent/related) ---- */
.product-col{ margin-bottom:26px; }
.product-box{ background:#fff; box-shadow:0 2px 10px rgba(0,0,0,.09); position:relative; height:100%; display:flex; flex-direction:column; transition:box-shadow .2s, transform .2s; }
.product-box:hover{ box-shadow:0 6px 20px rgba(0,0,0,.16); transform:translateY(-3px); }
.product-thumb{ display:block; padding:18px; background:#fff; }
.product-thumb img{ width:100%; height:170px; object-fit:contain; }
.product-thumb .no-image{ width:100%; height:170px; display:flex; flex-direction:column; align-items:center; justify-content:center; color:#bbb; background:#f6f6f6; font-size:.8rem; gap:6px; }
.product-info{ background:#111; color:#fff; padding:14px 16px; margin-top:auto; }
.product-name{ font-size:.95rem; margin:0 0 10px; color:#fff; line-height:1.25; }
.product-info-bottom{ display:flex; align-items:center; justify-content:space-between; gap:10px; }
.product-meta{ display:flex; flex-direction:column; }
.product-price{ font-weight:700; font-size:.95rem; }
/* original price shown struck-through & smaller when a promo price is active */
.price-old{ text-decoration:line-through; font-size:.68em; font-weight:400; color:#9a9a9a; margin-left:.45em; white-space:nowrap; }
.product-year{ color:#9a9a9a; font-size:.78rem; }
.product-more{ background:#e30613; color:#fff; border-radius:16px; padding:6px 16px; font-size:.8rem; white-space:nowrap; }
a.product-more:active, a.product-more:visited, a.product-more:link{ color:#fff; }
.product-more:hover{ background:#b7050f; color:#fff; }

/* =====================================================================
   Static page "tiles" layout — used by hand-authored page templates in
   modules/static/*.php (currently /rolunk). Each .tile is a card with an
   optional decorative .tile-icon. .tile-lead (first) and .tile-banner
   (last) span the full width.
   ===================================================================== */
.static-tiles{
	display:grid;
	grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
	gap:1.5rem;
	align-items:stretch;
	max-width:1200px;
	margin:2.5rem auto 1rem;
	padding:0 1rem;
}
/* section heading spans the full width */
.static-tiles .tiles-title{
	grid-column:1 / -1;
	text-align:center;
	font-family:"Oswald", sans-serif;
	font-weight:600;
	font-size:2rem;
	line-height:1.2;
	margin:.5rem 0 1rem;
	padding-bottom:1rem;
	position:relative;
}
.static-tiles .tiles-title::after{
	content:""; position:absolute; left:50%; bottom:0; transform:translateX(-50%);
	width:64px; height:4px; border-radius:2px; background:var(--main);
}
/* card */
.static-tiles .tile{
	background:#fff;
	border-radius:14px;
	padding:1.75rem;
	box-shadow:0 3px 14px rgba(0,0,0,.07);
	border-top:3px solid var(--main);
	transition:transform .25s ease, box-shadow .25s ease;
}
.static-tiles .tile:hover{ transform:translateY(-3px); box-shadow:0 8px 22px rgba(0,0,0,.12); }
.static-tiles .tile p{ margin:0; line-height:1.6em; text-align:center; }
.static-tiles .tile-banner p{ text-align:center; }
/* highlighted (bold) key phrases */
.static-tiles .tile strong{ color:var(--main); font-weight:700; }
/* decorative icon */
.static-tiles .tile-icon{
	display:block;
	text-align:center;
	margin-bottom:1rem;
	color:#cccccc;
	font-size:3.2rem;
	line-height:1;
}
.static-tiles .tile-icon i{ line-height:1; }
/* opening tile: full width, soft brand tint, larger text */
.static-tiles .tile-lead{
	grid-column:1 / -1;
	background:#fff;
	border-top:none;
	border-left:4px solid var(--main);
	font-size:1.15rem;
}
/* closing tile: full-width brand banner */
.static-tiles .tile-banner{
	grid-column:1 / -1;
	background:var(--main);
	color:#fff;
	border-top:none;
	text-align:center;
	font-size:1.15rem;
	font-weight:500;
}
.static-tiles .tile-banner strong{ color:#fff; }
.static-tiles .tile-banner .tile-icon{ color:rgba(255,255,255,.85); }

@media screen and (max-width:600px){
	.static-tiles{ gap:1rem; margin-top:1.5rem; }
	.static-tiles .tiles-title{ font-size:1.6rem; }
	.static-tiles .tile{ padding:1.35rem; }
	.static-tiles .tile-lead{ font-size:1.05rem; }
}
