:root {
	--narancs: #F46717;
    --alap-sarga: #ff670c;
    --alap-szurke: #a4b1ba;
	--szurke: #273037;
	--fekete: #191919;
	--fekete2: #222222;
	--fekete3: #333333;
	--sotet-fekete: #090909;;
	--sarga: #fcce0d;
	--okker: #b99a30;
    --header-right-width: 19vw;
	--header-left-width: 81vw;
	--nav-bar-height: 3.3vh;
	--mobil-header-height: 45px;
	--carousel-height: 400px;
}
*, ::after, ::before {
    box-sizing: border-box;
}

.relative{
    position: relative;
}

.checkbox_szoveggel
{
    font-size: 16px;
    margin: 5px;
}
@font-face {
	font-family: 'kelson';
	src: url("../fonts/KELSON.OTF") format("opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'kelson-medium';
	src: url("../fonts/KELSON-MEDIUM.OTF") format("opentype");
	font-weight: normal;f
	font-style: normal;
}
@font-face {
	font-family: 'kelson-light';
	src: url("../fonts/KELSON-LIGHT.OTF") format("opentype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'kelson-bold';
	src: url("../fonts/KELSON-BOLD.OTF") format("opentype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'kelson-thin';
	src: url("../fonts/KELSON-THIN.OTF") format("opentype");
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

.cofidis-logo{
    height: 40px;
}

.hiba, .siker {
	margin-top: 15px;
}

h5{
    font-size: 14px;
}
svg.felsomenupont .fil0,
svg.felsomenupont .fil2 {
  fill: var(--narancs);
}
svg.felsomenupont * {
  shape-rendering: crispEdges;
}
svg.felsomenupont .fil1 {
  fill: white; /* marad fehér */
}

@media (max-width: 1024px) {
  svg.felsomenupont .fil0,
  svg.felsomenupont .fil2 {
    fill: #45403d;
  }
  svg.felsomenupont .fil1 {
	fill: white; /* marad fehér */
  }
}
.simple-pay {
	max-width: 200px;
}
.simple-pay-con {
	padding: 0;
	margin: 0;
	outline: none;
	font-size: 15px;
	box-sizing: border-box;
}



.adatlap_kiegeszitok {
	display: none !important;
}


#kosar {
	position: relative;
}
.center{
    text-align: center;
}
.cart-item-number {
	position: absolute;
	right: 1vw;
	color: var(--narancs);
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 100%;
	font-family: 'kelson-bold', 'sans-serif';
}

input[type=text], input[type=number], input[type=email], select, option, input[type=password], textarea{
	text-align: center;
    border: var(--alap-szurke) 1px solid;
	background: #edeff1;
	padding: 10px 15px;
	margin: 10px 15px;
	font-size: 14px !important;
    color: black;    
    border-radius: 5px;
}
input:focus {
	background: #a4b1ba;
}
.urlap_box label, .urlap_box span {
	color: #000 !important;
}
.akcio-after {
	display: flex; 
	justify-content:space-between; 
	flex-flow: column; 
	height: calc(100% - 100px - 10px);
	padding-top: 10px;
}
.varsaloi-tejekoztato {
	margin:0 calc(2vw + 30px);
	width: calc(100% - (2vw + 30px));
	text-align: center;
}

.termek-kosarban-adat {
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: flex-start !important;
	align-items: flex-start !important;
	text-align: left !important;
}
.termek-kosarban-adat h1 {
	width: unset;
	text-align: left;
}

.termek-kosarban-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100000000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.termek-kosarban {
	height: 270px;
	width: 600px;
	background: #fff;
	border-radius: 10px;
	z-index: 100000001;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 25px 20px 20px 20px;
/*	box-sizing: border-box;*/
}

.termek-kosarban-sor {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.termek-kosarban-sor h1 {
	position: relative;
	font-size: 26px;
	color: #263037;
	text-transform: none;
}

.termek-kosarban-h1 {
	grid-column: 1 / span 2;
	display: flex;
	justify-content: center;
	
}

.termek-kosarban-column {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.accent-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .3);
	z-index: 100000000;
}

.fizmod-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
	margin: 2em auto;
	max-width: 1200px;
}
.fizmod-card {
	width: 100%;
/*	height: calc(400px - 50px);*/
	padding: 25px;
	text-align: left;
	background-color: #f8f9fa;
	cursor: pointer;
	position: relative;
	transition: all 0.2s ease;
	color: #000 !important;
}
.fizmod-card input[type="radio"] {
/*
	position: absolute;
	top: 1em;
	left: 1em;
*/
/*	transform: scale(1.3);*/
	cursor: pointer;
	margin-top: 5px;
}
.fizmod-card label {
	font-size: 17px;
	font-family: 'kelson-medium', 'sans-serif';
	color: #000;
	padding-left: 10px;
	
}
.fizmod-card.active {
	background-color: #fff2e2;
	border-color: var(--narancs, #f60);
/*	font-weight: bold;*/
}
.fizmod-card span {
	display: block;
	font-size: 14px;
	line-height: 1.4em;
	margin-top: 0.5em;
	margin-bottom: 20px;
}
.fizmod-card .koltseg {
	font-weight: bold;
	margin-top: 1em;
}
#fizmod-submit, .button-sarga {
	display: block;
	/*margin: 2em auto;*/
	background: var(--narancs);
	color: #fff;
	border: none;
	padding: 0.3em 1em;
	border-radius: 4px;
	font-size: 20px;
	cursor: pointer;
}

.urlap-box-grid {
	width: calc(100% - 2 * (2vw + 30px));
	margin: 0 calc(2vw + 30px);
	font-size: 18px;
}

.urlap-grid-sor {
	display: grid;
	grid-template-columns: 20fr 27fr 43fr 8fr 2fr;
	align-items: center;
	padding: 1em 0;
}
.urlap-grid-column-ar {
	justify-content: flex-end;
}
.urlap-grid-column-torles {
	justify-content: flex-end;
}
.urlap-grid-column img {

	max-width: 100%;
	height: auto;
	display: block;
}

.urlap-grid-column form {
	display: inline;
}

.urlap-grid-column button[type="urlap-action"]{
/*	font-size: 1em;*/
/*	padding: 0.3em 0.6em;*/
	width: 24px;
	height: 24px;
	border: none;
	background: var(--narancs);
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
}
.urlap-action-btn {
	width: 24px;
	height: 24px;
	border: none;
	background: var(--narancs);
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
}
.urlap-action-btn:hover{
	color: #fff;
}
.urlap-grid-column {
	display: flex;
  	align-items: center;
}

.urlap-grid-column-mennyiseg {
	justify-content: center;
}

.urlap-action-grid-container {
	width: 100%;/*calc(100% - 2 * (2vw + 30px));*/
	margin: 20px calc(2vw + 30px) 0;
	font-size: 18px;
	border-top: 1px solid rgba(0, 0, 0, 0.2)
}

.urlap-action-grid-row {
	display: flex;
    justify-content: space-around;
    gap: 1em;
	align-items: center;
	padding: 10px;
    position:fixed;
    bottom: 0px;
    left: 0px;
    width: 100vw;
    background-color: white;
    z-index: 10001;    
}

.urlap-action-grid-column {
	display: flex;
}


.urlap-action-grid-row:first-child .urlap-action-grid-column:first-child {
	justify-content: flex-start;
}

.urlap-action-grid-row:first-child .urlap-action-grid-column:last-child {
	justify-content: flex-end;
}


.urlap-action-grid-row:last-child .urlap-action-grid-column:first-child {
	justify-content: flex-end;
}

.urlap-action-grid-row:last-child .urlap-action-grid-column:last-child {
	justify-content: flex-start;
}

.urlap-action-grid-gomb {
	display: flex;
	width: 200px;
	height: 40px;
	border: none;
	background: var(--narancs);
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	align-items: center;
	justify-content: center
}

.cimsor_narancs {
	margin: 20px 0 40px !important;
	width: 100% !important;
}
.cimsor_narancs .h2b::after, .cimsor_narancs .h2b::before, .cimsor_narancs .h2b {
	background: var(--narancs) !important;
	
}

.cimsor_narancs .h1k {
	width: calc(100% - (2vw + 30px + 20px)) !important;
}

.cimsor_narancs h1 {
	color: #fff !important;
}

.cimsor_harmas .h1k {
	left: calc(2vw + 30px);
	width: calc(100% - 2 * (2vw + 30px));
}
.narancs_h2b::after, .narancs_h2b::before, .narancs_h2b {
	background: var(--narancs) !important;
}
.narancs_h2b h1 {
	color: #000 !important;
}

path {
	stroke: #273037;
	stroke-width: 15px;
	fill: #273037;
}

body {
	font-family: 'kelson', sans-serif;
	font-size: 12px;
}
#kereses-ikon {
	display: none;
}

input, select {
  font-size: 12px;
  padding: 5px;
}

#kosarba {
	width: 260px;
	height: 40px;
	background: var(--narancs);
	display: inline-flex;
	border-radius: 5px;
	font-size: 20px; 
	color: #fff;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}

h2 {
	padding: 15px 0; 
}

.adatlap_vonal::marker {
	content: none;
}

.hiba, .siker {
	color: #fff;
	width: calc(100% - 40px);
	padding: 20px;
	text-align: center;
	font-size: 20px;
}

.hiba {
	background-color: red;
}

.siker {
	background-color: green;
}

.rendben {
	background-color: #a1b1ba;
	color: #fff;
	width: calc(100% - 40px);
	padding: 20px;
	text-align: center;
    font-size: 16px;
}

.warning {
	background-color: var(--szurke);
	color: var(--narancs);
	/*width: calc(100% - 40px);*/
	padding: 20px;
	text-align: center;
    font-size: 16px;
}

.urlfeher {
	color: #fff;
}

.urlnarancs {
	color: #fff;
}

.urlnarancs:hover {
	color: #f46717;
}

.naptar_nap_piros {
	width: 100px;
	height: 100px;
	position: relative;
	display: inline-block;
	background-color: #990021;
	text-align: center;
	font-size: 36px;
	color: #fff;
	line-height: 40px;
	float: left;
	margin: 0px 10px 10px 0px;
}

.naptar_nap_szurke {
	width: 100px;
	height: 100px;
	position: relative;
	display: inline-block;
	background-color: #197f99;
	text-align: center;
	font-size: 36px;
	color: #000;
	line-height: 40px;
	float: left;
	margin: 0px 10px 10px 0px;
}

.urlap_box {
	float: none;
	width: calc(100% - 32px);
	padding: 10px 16px;
	text-align: left;
	display: inline-block;
	margin-bottom: 20px;
	font-size: 130%;
}

.urlap_box p {
	padding: 0 7vw;
}

.urlap_box_hidden {
	float: none;
	width: 100%;
	padding: 16px 0px 16px 0px;
	text-align: left;
	display: inline-block;
	visibility: hidden;
	position: absolute;
}

.urlap_box input {
	margin: 10px 10px;
}

.grecaptcha-badge {
	bottom: 100px !important;
}

.cen {

	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;

}

.aloldalgomb {
	width: 33%;
	float: left;
	border: solid thin #FFC;
	cursor: pointer;
	height: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.aloldalgomb:hover {
	background-color: #e9b714;
}

.menusav {

	margin: auto;
	height: 60px;
	position: fixed;
	top: 30px;
	width: 100%;
	z-index: 998;

	background: #057490;
	/* Old browsers */

	background: -moz-linear-gradient(left, #057490 0%, #ffffff 50%, #057490 100%);
	/* FF3.6-15 */

	background: -webkit-linear-gradient(left, #057490 0%, #ffffff 50%, #057490 100%);
	/* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to right, #057490 0%, #ffffff 50%, #057490 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#057490', endColorstr='#057490', GradientType=1);
	/* IE6-9 */

}

.kereso {
	width: 200px;
	margin: 4px 20px 0px 50px;
	vertical-align: top;
	padding-left: 25px;
	background-image: url(images/nagyito-ikon.png);
	background-repeat: no-repeat;
	background-size: 21px;
	height: 15px;
	border-radius: 6px;
	border: 1px #edc833 solid;
	background-color: #e4e4e4;
	color: #999;
	z-index: 2000;
}


.menuurl {
	cursor: pointer;
	color: #000;
	text-shadow: 1px 2px 3px #666;
	text-decoration: none;
	font-size: 22px;
	margin: 0px 50px 0px 0px;
	font-family: bein;
}

.menuurl:hover {
	color: #edc833;
	cursor: pointer;
}

.menubal {

	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: right;
	height: 60px;
	width: calc(50% - (90px));
	left: 0px;

}

.menujobb {

	position: relative;
	transform: translateY(-100%);
	text-align: left;
	height: 60px;
	width: calc(50%);
	left: calc(50% + (140px));

}

.menutartalom_bal {

	position: fixed;
	width: calc(50% - (167px));
	left: 0px;
	top: 90px;
	background-color: #e6f1f4;
	height: 430px;
	border-color: #057490;
	border-width: 2px;
	border-style: solid;
	opacity: 0.95;
	filter: alpha(opacity=95);

	padding: 20px;

	z-index: 1999;

}

.menutartalom_bal_tartalom {

	position: fixed;
	width: calc(50% - (167px));
	left: 0px;
	top: 90px;
	height: 400px;
	opacity: 1;
	filter: alpha(opacity=100);

	padding: 20px;

	z-index: 2001;

}

.logindiv {

	position: fixed;
	width: 200px;
	right: 0px;
	top: 30px;
	background-color: #e6f1f4;
	height: 300px;
	border-color: #057490;
	border-width: 2px;
	border-style: solid;
	opacity: 0.95;
	filter: alpha(opacity=95);

	padding: 0px;
	padding: 0px 0px 0px -4px;

	z-index: 1999;

}

.logindiv_tartalom {

	position: fixed;
	width: 200px;
	right: 0px;
	top: 40px;
	height: 300px;
	opacity: 1;
	filter: alpha(opacity=100);

	padding: 0px;
	margin: 0px;

	z-index: 2001;

}

.profilurl {
	cursor: pointer;
	color: #000;
	text-shadow: 1px 2px 3px #666;
	text-decoration: none;
	font-size: 14px;
	font-family: bein;
}

.profilurl:hover {
	color: #edc833;
	cursor: pointer;
}

.profil_link {
	width: calc(100% - 4px);
	padding: 5px 0px 5px 0px;
	text-align: center;
	cursor: pointer;
}

.profil_link:hover {
	background-color: #FC0;
}


a {
	text-decoration: none;
	color: #057490
}

a:hover {
	text-decoration: underline
}


.hirszoveg_hatter {

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.58+51,0.84+100 */

	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 51%, rgba(0, 0, 0, 0.84) 100%);
	/* FF3.6-15 */

	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 51%, rgba(0, 0, 0, 0.84) 100%);
	/* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 51%, rgba(0, 0, 0, 0.84) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d6000000', GradientType=0);
	/* IE6-9 */


	position: absolute;
	z-index: 1000;
	top: 100%;
	transform: translateY(-50px);
	margin: 0px 0px 0px 0px;
	width: 150px;
	height: 50px;

}

.hirszoveg {

	position: absolute;
	z-index: 1001;
	top: 100%;
	transform: translateY(-45px);
	padding: 0px 3px 0px 3px;
	margin: 0px 0px 0px 0px;
	line-height: 12px;
	width: 150px;
	height: 46px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	text-transform: normal;
	opacity: 1.0;
	filter: alpha(opacity=100);

}


.hirslide_hatter {

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.58+51,0.84+100 */

	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 51%, rgba(0, 0, 0, 0.84) 100%);
	/* FF3.6-15 */

	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 51%, rgba(0, 0, 0, 0.84) 100%);
	/* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(bottom to, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 51%, rgba(0, 0, 0, 0.84) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6000000', endColorstr='#00000000', GradientType=0);
	/* IE6-9 */


	position: absolute;
	z-index: 1;
	top: 90px;
	transform: translateY(0px);
	margin: 0px 0px 0px 0px;
	width: 50%;
	height: 150px;
	left: 50%;

}

.hirslideszoveg {

	position: absolute;
	z-index: 2;
	top: 90px;
	transform: translateY(0px);
	padding: 0px 3px 0px 3px;
	margin: 15px 0px 0px 0px;
	left: calc(50% + 140px);
	line-height: 22px;
	width: calc(50% - 150px);
	height: 100px;
	font-size: 20px;
	text-align: center;
	color: #FFF;
	text-transform: normal;
	opacity: 1.0;
	filter: alpha(opacity=100);

}

.login_form_button {
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
	min-width: 20px;
	padding: 10px 20px;
	color: #FFF;
	text-align: center;
	border: 1px solid #08480e;
	background: #308eda;
	border-radius: 10px;
	text-decoration: none;
	float: none;
	font-family: "Times New Roman", Times, serif;
	cursor: pointer;
}

.login_form_button:hover {
	color: #000;
	background: #20f5ee;
	float: none;
}

.sz_menu {
	text-decoration: none;
	cursor: pointer;
	padding: 10px;
	float: left;
	color: #7d2f03;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	border-radius: 6px;
	font-size: 12px;
}

.sz_menuakt {
	text-decoration: none;
	cursor: pointer;
	background-color: #eb811f;
	padding: 10px;
	float: left;
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	border-radius: 6px;
	font-size: 12px;
}

.sz_menu:hover {
	background-color: #eb811f
}

.button_fel {
	display: inline-block;
	font-size: 20px;
	line-height: 20px;
	min-width: 20px;
	padding: 15px 25px;
	color: #FFFFFF;
	text-align: center;
	border: 4px solid #FFFFFF;
	background: #FF7030;
	border-radius: 20px;
	text-decoration: none;
	float: none;
	font-family: "Times New Roman", Times, serif;
	cursor: pointer;
}

.button_fel:hover {
	color: #FFFFFF;
	background: #FF8141;
	float: none
}

.button2 {
	display: inline-block;
	font-size: 20px;
	line-height: 20px;
	min-width: 20px;
	padding: 10px 20px;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #6a7c39;
	background: #3f7fb3;
	border-radius: 10px;
	text-decoration: none;
	float: none;
	font-family: "Times New Roman", Times, serif;
	cursor: pointer;
}

.button2:hover {
	color: #fff;
	background: #2f6fa2;
	float: none
}

.button_kepek {
	display: inline-block;
	font-size: 20px;
	line-height: 20px;
	min-width: 20px;
	padding: 10px 20px;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #54004d;
	background: #7454D5;
	border-radius: 10px;
	text-decoration: none;
	float: none;
	font-family: "Times New Roman", Times, serif;
	cursor: pointer;
}

.button_kepek:hover {
	color: #fff;
	background: #cd26bf;
	float: none
}

.button {
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
	min-width: 20px;
	padding: 10px 20px;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #5aa332;
	background: #7f923f;
	border-radius: 10px;
	text-decoration: none;
	float: none;
	font-family: "Times New Roman", Times, serif;
	cursor: pointer;
}

.button:hover {
	color: #fff;
	background: #729C24;
	float: none
}

.buttonlap {
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	min-width: 20px;
	padding: 5px 5px;
	color: #02549c;
	text-align: center;
	border: 1px solid #6a7c39;
	background: #a87a41;
	border-radius: 10px;
	text-decoration: none;
	float: none;
	font-family: "Times New Roman", Times, serif;
	cursor: pointer;
}

.buttonlap:hover {
	color: #fff;
	background: #755235;
	float: none
}

.buttonlapakt {
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	min-width: 20px;
	padding: 5px 5px;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #6a7c39;
	background: #977457;
	border-radius: 10px;
	text-decoration: none;
	float: none;
	font-family: "Times New Roman", Times, serif;
	cursor: pointer;
}


.buttonlap_hir {
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	min-width: 20px;
	padding: 5px 5px;
	color: #02549c;
	text-align: center;
	text-decoration: none;
	float: none;
	cursor: pointer;
}

.buttonlap_hir:hover {
	color: #fff;
	float: none
}

.buttonlapakt_hir {
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	min-width: 20px;
	padding: 5px 5px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	float: none;
	cursor: pointer;
}


.kepek {
	display: inline-block;
	font-size: 20px;
	padding: 10px 10px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #926541;
	background: #fffbee;
	border-radius: 6px;
}

.fokep {
	display: inline-block;
	font-size: 20px;
	padding: 10px 10px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #926541;
	background: #ba8748;
	border-radius: 6px;
}

.button_admin {
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	min-width: 15px;
	padding: 7px 5px;
	color: #21759b;
	text-align: center;
	border: 1px solid #c2c2c2;
	background: #f3f2f2;
	border-radius: 6px;
	text-decoration: none;
	float: none
}

.button_admin:hover {
	color: #d54e21;
	background: #f6f6f6;
	float: none
}

.button_adminakt {
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	min-width: 15px;
	padding: 7px 5px;
	color: #d54e21;
	text-align: center;
	border: 1px solid #c2c2c2;
	background: #f6f6f6;
	border-radius: 6px;
	text-decoration: none;
	float: none
}


.tartalom_slider {
	margin: auto;
	width: 1000px;
	position: absolute;
	top: 530px;
	left: calc(100%/2 - 500px);
}

.tartalom_noslider {
	margin: auto;
	width: calc(100% - 40px);
	padding: 0px 20px 0px 20px;
	position: relative;
	top: 70px;
}


.logo_nagy {
	margin: auto;
	height: 200px;
	width: 200px;
	position: fixed;
	top: 15px;
	left: calc(50% - (200px/2));
	z-index: 999;
	background-position: center center;
}

.logo_kicsi {
	margin: auto;
	height: 90px;
	width: 90px;
	position: fixed;
	top: 2px;
	left: calc(50% - (90px/2));
	z-index: 2000;
	background-position: center center;
}


.cimke {
	text-align: center;
	padding-left: 6px;
	padding-right: 6px;
	text-transform: uppercase;
	background-color: #b7a7a7;
	margin-left: 5px;
	margin-bottom: 5px;
	float: left;
	color: #fff;
	cursor: pointer;
	height: 32px;
}


.hir{
	background-color: #e9b714;
	text-align: left;
	padding: 10px 10px 10px 30px;
	color: #fff;
	font-size: 24px;
	margin-top: 20px;
}

.hirekkiir_hirek6 {
	background-image: url(fejlec_felso.svg);
	text-align: center;
	display: inline-block;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 10px;
}

.hirdiv {

	margin: 0px 5px 0px 5px;

	width: 150px;

	height: 150px;

	text-align: center;

	float: left;

	position: relative;

	overflow: hidden;

	cursor: pointer;

}


.oldal_header {
	text-align: right;
	padding: 30px 20px 25px 20px;
	height: 50px;
}

.oldal_cim {
	text-align: left;
	float: left
}

.oldal_tartalom {
	width: calc(100% - 40px);
	/*1000px;*/
	padding: 0px 20px 0px 20px;
	display: inline-block;
	line-height: 24px;
	text-align: justify;
}

.media_box {
	display: inline-block;
	width: 600px;
	margin: 10px 0px 20px 200px;
	border-bottom-style: solid;
	border-bottom-color: #e6f1f4;
	cursor: pointer;
}

.media_box:hover {
	background-color: #e6f1f4;
}

.foto_box {
	display: inline-block;
	width: 100%;
	margin: 10px 0px 20px 0px;
	border-bottom-style: solid;
	border-bottom-color: #e6f1f4;
	cursor: pointer;
}

.foto_box:hover {
	background-color: #e9b714;
}


.foto_kep {

	margin: 15px 5px 5px 5px;

	width: 310px;

	height: 310px;

	text-align: center;

	float: left;

	position: relative;

	overflow: hidden;

	cursor: pointer;

}

.foto_kep_hatter {

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.58+51,0.84+100 */

	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 51%, rgba(0, 0, 0, 0.84) 100%);
	/* FF3.6-15 */

	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 51%, rgba(0, 0, 0, 0.84) 100%);
	/* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 51%, rgba(0, 0, 0, 0.84) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d6000000', GradientType=0);
	/* IE6-9 */


	position: absolute;
	top: 100%;
	transform: translateY(-200px);
	margin: 0px 0px 0px 0px;
	width: 310px;
	height: 100px;

}

.foto_kep_szoveg {

	position: absolute;
	z-index: 901;
	top: 100%;
	transform: translateY(-180px);
	padding: 0px 3px 0px 3px;
	margin: 0px 0px 0px 0px;
	line-height: 12px;
	width: 310px;
	height: 100px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	text-transform: normal;
	opacity: 1.0;
	filter: alpha(opacity=100);

}

.gomb2 {
	background-color: var(--alap-sarga);
	border: 1px solid #fff;
	padding: 8px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	cursor: pointer
}

.gomb2:hover {
	background-color: #273037;
	border: 1px solid #fff;
	padding: 8px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	cursor: pointer
}

.gomb3 {
	background-color: #273037;
	border: 1px solid #fff;
	padding: 8px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	cursor: pointer
}

.gomb3:hover {
	background-color: #ff670c;
	border: 1px solid #fff;
	padding: 8px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	cursor: pointer
}

.hirkep {

	width: 440px;


}

.csakmobilmenu {
	display: none;
}

@media only screen and (max-width:1000px) {
	.csakmobilmenu {
		display: block;
	}

	.gomb2 {
		display: inline-block;
	}
}

.urlnarancs {
	color: var(--narancs);
	transition: .3s;
}
.urlnarancs:hover{
	color: #fff;
}

.mi-main-container {
	width: 95vw;
	margin: auto;
}

.mi-grid {
	display: grid;
	grid-template-columns: auto auto auto auto;
	padding: 0 6vw 6vh 6vw;
}

.mi-grid-item {
	padding: 1vh 2vw;
}

.mi-grid-leiras {
	text-align: center;
	font-size: 2vh;
	font-family: 'kelson-light', 'sans-serif';
}

.mi-header {
	text-align: center;
	font-size: 4vh;
	font-family: 'kelson-medium', 'sans-serif';
	text-transform: uppercase;
	font-style: italic;
	padding: 6vh 0;
}

.mi-grid-szam {
	font-size: 30px;
	font-family: 'kelson-medium', 'sans-serif';
	color: #fff;
	display: grid;
	place-items: center;
	position: relative;
	z-index: 1;
	font-style: italic;
	margin-bottom: 30px;
}

.mi-grid-szam::after {
	position: absolute;
	background: var(--narancs);
	content: "";
	z-index: -1;
	width: 70px;
	height: 60px;
	transform: skewX(-20deg);
}

.mi-grid-cim {
	font-size: 2.5vh;
	font-family: 'kelson-medium', 'sans-serif';
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.szolgaltatas-main-container {
	background: #f6f6f6;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 35vh;
	padding: 7vh;
	margin-top: 50px;
}

.szolgaltatas-inner {
	width: 60%;
	
	display: flex;
	justify-content: space-between;
	position: relative;
}

.szolgaltatas-container {
/*
	width: 27vw;
	height: 27vh;
*/
	position: relative;
/*
	display: flex;
	flex-direction: row;
	align-items: center;
*/
	text-decoration: none;
	color: #fff;
}

.szolgaltatas-container img {
/*	position: absolute;*/
	bottom: 0;
}

.szolgaltatas-kep {
	width: 20vw;
}
.szolg-abs{
	display: inline-block;
	position: absolute;
	right: -170px;
	bottom: 20px;
}
.szolgaltatas-szoveg {
	position: relative;
	height: 70px;
	width: 20vw;
	
	
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1vw;
}

.szolgaltatas-szoveg-content {
	margin-top: 0;
}

.szolgaltatas-title {
	font-size: 1.5vw;
	font-family: 'kelson-medium', sans-serif;
	transition: .3s;
}

.szolgaltatas-subtitle {
	font-size: 1vw;
	font-family: 'kelson-light', sans-serif;
	transition: .3s;
}

.szolgaltatas-arrow {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.szolgaltatas-szoveg .szolgaltatas-arrow svg,
.szolgaltatas-szoveg .szolgaltatas-arrow svg path{
	transition: .3s;
}
.szolgaltatas-szoveg:hover .szolgaltatas-arrow svg path,
.szolgaltatas-container:hover .szolgaltatas-arrow svg path{
	fill: #273037 !important;
	stroke: #273037 !important;
}

.szolgaltatas-szoveg::after {
	content: "";
	position: absolute;
	height: 70px;
	width: 21vw;
	bottom: 0;
	left: 0;
	background: var(--narancs);
	z-index: -1;
}

.szolgaltatas-szoveg::before {
	content: "";
	position: absolute;
	height: 70px;
	width: 60px;
	bottom: 0;
	left: -30px;
	background: var(--narancs);
	transform: skewX(-20deg);
	transform-origin: bottom left;
	z-index: -1;
}

.termek-main-container {
	padding-top: 50px;
	width: calc(100vw - 2 * (2vw + 30px - 6px));
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.static-termek {
	width: calc(100vw - 2 * (2vw + 30px - 6px));
	display: flex;
	justify-content: space-between;
}

.termek-container {
	width: calc((100vw - 2 * (2vw + 30px - 6px) - 30px) / 3);
}

.termerk-container a {
	text-decoration: none;
}

.termek-kep {
	width: calc((100vw - 2 * (2vw + 30px - 6px) - 30px) / 3);
	
	object-fit: cover;
}

.termek-kep-szoveg {
	display: flex;
}

.termek-kep-alairas {
	height: 60px;
	width: inherit;
	padding-left: calc(.5vw + 37px);
	padding-top: .5vh;
	padding-right: 0.3vw;
	padding-bottom: 1vh;
	position: relative;
}

.termek-kep-alairas::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 15px;
	height: 60px;
	transform: skewX(-20deg);
	background: var(--narancs);
}

.akcio-main-container {
	padding-top: 50px;
	width: calc(100% - 2 * (2vw + 30px - 6px));
	margin: auto;
	
}

.akcio-header {
	height: 60px;
	width: 100%;
	margin-bottom: 15px;
}

.akcio-cim {
	height: 60px;
	width: 20vw;
	font-style: italic;
	text-transform: uppercase;
	font-size: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
/*	background:	 var(--narancs);*/
	color: #FFF;
	position: relative;
	z-index: 1;
	
}

.akcio-carousel-cell {
/*	width: 100vw;*/
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: space-between;
	margin: 0 20px;
	height: 200px;
	padding: 0 10px; 
}

.akcio-carousel-cell a {
	height: 200px;
}

.akcio-cim::after {
	position: absolute;
	width: 20vw;
	bottom: 0px;
	top: 0px;
	left: 0px;
	content: "";
	background: var(--narancs);
	transform: skew(-20deg);
/*
	border-top: 60px solid var(--narancs);
	border-right: 4vh solid transparent;
	border-bottom: 60px solid #FFF;
	border-left: 4vh solid transparent;
*/
	z-index: -1;
}

.akcio-item-container {
	display: flex;
	justify-content: space-between;
}

.akcio-item-kep img {
/*	width: 150px;*/
	max-height: 100px;
/*	object-fit: cover;*/
	padding-bottom:0;
}

.akcio-item-kep {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.akcio-item {
	width: 20vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.akcio-item-title {
	font-size: 16px;
	padding-bottom: 0px;
}

.akcio-item-ar {
	height: 40px;
	width: 20vw;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #fff;
	bottom: 0;
}

.akcio-item-ar::after {
	position: absolute;
	width: 20vw;
	height: 40px;
	bottom: 0px;
	top: 0px;
	left: 0px;
	content: "";
	background: var(--narancs);
	transform: skew(-20deg);
/*
	border-top: 60px solid var(--narancs);
	border-right: 4vh solid transparent;
	border-bottom: 60px solid #FFF;
	border-left: 4vh solid transparent;
*/
	z-index: -1;
	
}


.lb-nav a.lb-next,
.lb-nav a.lb-prev{
	opacity:1;
}

.carousel {
	background: #fff;
	width: calc(100% - (2vw + 30px) + 6px); /*nav bár behúzása + a narancs vonal szélessége*/
	margin-top: 30px;
	float: right;
	
}

.carousel-cell {
	width: calc(100% / 3 - 20px);
	height: var(--carousel-height);
	counter-increment: gallery-cell;
	margin: 0px 15px;
	background: #fff;
	overflow: hidden;
}

.carousel-cell img {
	display: block;
	height: var(--carousel-height);
	object-fit: unset;
	border-radius: 30px;
}

.carousel-shadow-box img {
	height: 35px;
/*	transform: translateY(-17px);*/
	padding-left: calc(2vw + 30px + 6px + 40px);
	border-radius: 0 !important;
	position: absolute;
	top: -20px;
}

.carousel-shadow-box div {
	padding-left: calc(2vw + 30px + 6px + 40px);
	text-align: left; 
	display: flex; 
	align-items: center; 
	height: 100px; 
/*	transform: translateY(50px);*/
	position: absolute;
	top: 0;
	
}

.carousel-shadow-box {
	position: relative;
/*	padding: 5px 0px 35px 0px; */
	height: 100px;
	color: #fff; 
	text-align: left; 
	width: 100%; 
	font-size: 150%;
	z-index: 1;
	margin-bottom: 0;
}

.carousel-shadow-box::after {
	position: absolute;
/*	padding: 5px 0px 35px 0px; */
	width: calc(100% - (2vw + 30px + 6px) + 4vh - (30px / 3) ); /* - logo hossza + a háomszög hossza */
	height: 100px;
	right: 0;
	bottom: 0;
	content: "";
	transform: skew(-20deg) translateZ(0);
	transform-origin: bottom left;
	backface-visibility: hidden;
/*
	border-bottom: 11vh solid rgba(00,0,0,0.50);
	border-left: 4vh solid transparent;
*/
	margin-left: 0px;
	z-index: -1;
	background: rgba(0, 0, 0, 0.5);
}

.carousel-container {
	position: relative; 
	width: calc(100vw - (2vw + 30px)); 
	height: var(--carousel-height);
	padding-bottom: 30px;
}


@media screen and ( min-width: 768px ) {
	.carousel-cell img {
		/*height: 400px;*/
	}
}

.fooldal_kep_alairas {
	width: 80%;
	text-align: left;
	padding-left: 20%;
	font-size: 2vh;
}

.fooldal_kep_vonal {
	float: left;
	height: 8vh;
}

.fooldal_kep_szoveg {
	padding-top: 1vh;
}

.fooldal_kep {
	width: 50%;
	float: left;
}

.fooldal_kep_bal {
	width: calc(100% - 5px);
	padding: 10px 5px 0px 0px;
}

.fooldal_kep_jobb {
	width: calc(100% - 5px);
	padding: 10px 0px 0px 5px;
}

.adatlap_leiras {
	padding: 0;
	text-align: left;
}

.adatlap_leiras h1 {
	all: unset;
	font-size: 120%;
}

.felsomenupont {
	height: 40px;
	float: right;
/*	padding-top: 4vh;*/
	margin-right: 1.5vw;
	z-index: 1001;
}

.termekbox_kicsi_penz {
	position: relative;
	transform: translateY(-1px);
	padding: 5px 0px 5px 0px;
	text-align: center;
	width: 100%;
	color: #a0b3bc;
	font-size: 13px;
}

.termekbox_kicsi_penz_akcios {
	position: relative;
	transform: translateY(-1px);
	padding: 5px 0px 5px 0px;
	text-align: center;
	width: 100%;
	color: var(--narancs);
	font-size: 13px;
}

.termekbox_kicsi_nev {
	transform: translateY(-1px);
	font-size: 15px;
	color: #000;
}

.termekbox_hasonlo {
	width: calc(100% - 10px);
}

.arrow {
	margin: 0px;
	height: 5vh;
	background-color: #273037;
	float: right;
}

.arrow:after {
	content: "";
	display: block;
	position: relative;
}

.arrow.br:after {
	left: 20px;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #273037;
	border-left: 10px solid #273037;
}

.arrow.tl:after {
	left: -20px;
	border-top: 10px solid #273037;
	border-right: 10px solid #273037;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
}

.arrow.tr:after {
	left: 20px;
	border-top: 10px solid #273037;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #273037;
}

.arrow.bl:after {
	left: -20px;
	border-top: 0px solid transparent;
	border-right: 0px solid #273037;
	border-bottom: 5vh solid #273037;
	border-left: 20px solid transparent;
}

article {
	width: 99vw;
	margin: calc(11vh + (2vw + 30px) / 2) auto 0px auto;
	min-height: 75vh;
	background-color: #fff;
	display: table;
	padding: 0px 0px;
}
/*

.article_szuressel {
	width: calc(80%);
	padding: 0px 0px;
	float: left;
	font-size: 12px;
}

.article_szuressel a {
	color: #273037;
	transition: .3s;
}

.article_szuressel a:hover {
	color: #273037;
	text-decoration: none;
}
*/

.termek-szures-main-container {
	width: calc(100% - 2 * (2vw + 30px) );
	margin: 0 calc(2vw + 30px) 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.szures {
	width: 100%;
	padding: 0px 0px;
	border: 1px solid #a4b1ba;
	margin: 0;
	text-align: center;
	font-size: 10px;
	display: flex;
	margin-bottom: 45px;
	border-radius: 10px;
	
}

.szure_header {
	width: 15%;
	height: auto;
/*	padding: 10px;*/
	color: #263037;
	font-family: 'kelson-bold', 'sans-serif';
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 40px;
	
}

.szure_action {
	width: 80%; 
/*	padding: 20px 10% 20px 10%; */
	text-align: left;
	display: flex;
}

.szure_action form {
	display: flex;
}

.szures-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px; /* space between elements */
	padding: 10px;
}

.szures-grid-elem {
	font-family: 'kelson', 'sans-serif';
	font-size: 16px;
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.szures-grid-elem:nth-child(1) #ar {
	padding-bottom: 1px;
	width: 10%;
}

.szures-grid-elem:nth-child(1) {
	width: 40%;
	justify-content: space-between;
}

.szures-grid-elem:nth-child(4), 
.szures-grid-elem:nth-child(5) {
	width: 25%;
}

.szures-grid-elem:nth-child(6) {
	width: 10%;
}


#artol, #arig {
	color:#263037; 
	float:left; 
	margin:0px 10px 0px 10px; 
	width:40%; 
	font-size:16px; 
	border:1px solid #cfd6da;
	text-align:right;
	border-radius: 5px;
}

#alkalmaz { 
	padding: 5px 25%; 
	margin: auto;
	text-align:center; 
	background-color: var(--narancs); 
	color:#fff; 
	font-family: 'kelson-medium', 'sans-serif';
	font-size:18px; 
	border-radius: 5px;
	border:none;
	cursor:pointer;
}

#slider-range {
	margin: 10px 0px 10px 0px;
	width: 90%;
	font-size: 12px !important;
}

.ui-widget-header {
	background: #cfd6da !important;
}

.ui-slider-horizontal {
	height: 16px;
}

.ui-state-default, .ui-widget-content .ui-state-default {
	background: var(--narancs) !important;
	border-radius: 0 !important;
	border-color: var(--narancs) !important;
}

#szuro-torol {
	font-family: 'kelson', 'sans-serif';
	text-decoration: underline;
	font-size: 14px;
}

a {
	color: #A0b3bc; 
/*	color: #273037;	 fekete*/
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #273037;
}

label {
	color: #A0b3bc; 
}

label:hover {
	color: #273037;
}

h1 {
	text-align: left;
	margin: 0px;
/*	padding: 2vh 20px;*/
	color: var(--narancs);
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	z-index: 100;
	text-align: center;
/*	height: 2vh;*/
	font-size: 1.9vh;
}
/*

.h2b {
	position: relative;
	background: var(--szurke);
	height: 50px;
}

.h2b::after {
	content: "";
	position: absolute;
	height: 40px;
	width: 40px;
	bottom: 0;
	left: -30px;
	background: var(--narancs);
	z-index: -1;
}

.h2b::before {
	content: "";
	position: absolute;
	height: 40px;
	width: 40px;
	bottom: 0;
	right: -30px;
	background: var(--narancs);
	transform: skewX(-20deg);
	transform-origin: bottom left;
	z-index: -1;
}
*/

.h2b {
	position: relative;
	background: var(--szurke);
	height: 50px;
	overflow: visible; 
	z-index: 4;
	display:flex;
	justify-content:center;
	align-items:center;
}

.h2b::before {
	content: "";
	position: absolute;
	height: 50px;
	width: 40px;
	bottom: 0;
	left: 0px;
	background: var(--szurke);
	transform: skewX(-20deg);
	transform-origin: top left;
	z-index: 3;
}

.h2b::after {
	content: "";
	position: absolute;
	height: 50px;
	width: 40px;
	bottom: 0;
	right: -20px;
	background: var(--szurke);
	transform: skewX(-20deg);
	transform-origin: top left;
	z-index: 3;
}
.h1 {
	height: 20px;
	float: left;
	background-color: var(--narancs);
	margin: 15px 0px;
	width: 3vh;
}

.h1k {
	height: 26px;
	
	background-color: #a4b1ba;
	margin: 12px 0px;
	position: absolute;
	left: calc(2vw + 30px + 20px);
	width: calc(100% - 2 * (2vw + 30px) - 20px);
	z-index: 1;
}

.h1k::after {
	content: "";
	height: 26px;
	width: 26px;
	background: var(--narancs);
	position: absolute;
	right: 0px;
	z-index: 2;
}

h1r {
	text-align: right;
	margin: 0px;
	padding: 2vh 20px;
	color: var(--narancs);
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	z-index: 100;
	text-align: center;
	height: 2vh;
	font-size: 1.9vh;
	right: 0px;
}

.h2br {
	content: "";
	border-bottom: 6vh solid #273037;
	border-left: 2vh solid transparent;
	position: absolute;
	right: 0px;
	font-size: 0px;
}

.h1r {
	height: 3vh;
	float: left;
	background-color: var(--narancs);
	margin: 15px 0px;
	width: 3vh;
}

.h1kr {
	height: 3vh;
	float: left;
	background-color: #a4b1ba;
	margin: 15px 0px;
	width: calc(95% - 3vh);
}

.cimsor_jobb {
	width: 100%;
	display: inline-flex;
	line-height: 0 !important;
/*	margin: 20px calc(2vw + 30px + 15px);*/
}

.cimsor_jobb .h2b {
	position: relative;
	background: var(--szurke);
	height: 50px;
	overflow: visible; 
	z-index: 4;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-left: 25px;
}

.cimsor_jobb .h2b::before {
	content: "";
	position: absolute;
	height: 50px;
	width: 40px;
	bottom: 0;
	left: 0px;
	background: var(--szurke);
	transform: skewX(-20deg);
	transform-origin: top left;
	z-index: 3;
}

.cimsor_jobb .h2b::after {
	content: "";
	position: absolute;
	height: 50px;
	width: 40px;
	bottom: 0;
	right: -20px;
	background: var(--szurke);
	transform: skewX(-20deg);
	transform-origin: top left;
	z-index: 3;
}

.cimsor_jobb .h1 {
	height: 20px;
	float: left;
	background-color: var(--narancs);
	margin: 15px 0px;
	width: 3vh;
}

.cimsor_jobb .h1k {
	height: 26px;
	background-color: #a4b1ba;
	margin: 12px 0px;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1;
}

.cimsor_jobb .h1k::after {
	content: "";
	height: 26px;
	width: 26px;
	background: var(--narancs);
	position: absolute;
	right: 0px;
	z-index: 2;
}

.cimsor_jobb .h1b {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cimsor_jobb h1r {
	text-align: right;
	margin: 0px;
/*	padding: 2vh 20px;*/
	color: var(--narancs);
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	z-index: 100;
	text-align: center;
	height: auto;
	font-size: 1.9vh;
	right: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cimsor_jobb .h2br {
	content: "";
	border-bottom: 6vh solid #273037;
	border-left: 2vh solid transparent;
	position: absolute;
	right: 0px;
	font-size: 0px;
}

.cimsor_jobb .h1r {
	height: 26px;
	float: left;
	background-color: var(--narancs);
	margin: 12px 0px;
	width: 26px;
	z-index: 10;
}

.cimsor_jobb .h1kr {
	height: 3vh;
	float: left;
	background-color: #a4b1ba;
	margin: 15px 0px;
	width: 100%;
}


.header {
	height: 11vh;
	width: 100vw;
	position: fixed;
	top: 0px;
	background-color: #FFF;
	z-index: 999;
	margin-top: 0;
}

.header_left {
	height: 100%;
	width: var(--header-left-width);
	float: left;
	display: flex;
	justify-content: space-between;
}

.header_left::after {
	position: absolute;
	width: var(--header-left-width);
	bottom: 0px;
	top: 0px;
	left: 0px;
	content: "";
/*
	border-top: 11vh solid var(--narancs);
	border-right: 4vh solid transparent;
*/
	background: var(--narancs);
	transform: skewX(-20deg);
	transform-origin: top right;
	z-index: -1;
}

.header_right {
	height: 100%;
	width: var(--header-right-width);
	float: right;
}

/*
.header_right:after {
	position: absolute;
	width: var(--header-right-width);
	right: 0px;
	content: "";
	z-index: -1;
}
*/

header_torol {
	height: 14vh;
	width: 100%;
	background-color: #fff;
	background-image: url(<?=$url?>images/fejlec1.svg);
	background-repeat: no-repeat;
	background-size: auto 14vh;
	background-position: center center;
	position: fixed;
	top: 0px;
	z-index: 1000;
}

nav ul {
	height: var(--nav-bar-height);
	margin: 0px 200px 0px 30px !important;
	width: calc(var(--header-left-width) - (2vw + 30px) - 3vw);
	list-style: none;
	display: flex;
	text-align: center;
	justify-content: space-between;
	padding-inline-start: 0px;
}

nav ul li {
/*	display: table-cell;*/
	text-transform: uppercase;
	font-size: 1.5vh;
	float: left;
	position: relative;
	padding: 0px;
	width: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	height: var(--nav-bar-height);
}

nav ul li a {
	color: #273037;
	text-shadow: none;
	text-decoration: none;
/*	display: inline-block;*/
	padding: 0.5vh 2vw;
	position: relative;
	cursor: pointer;
	height: var(--nav-bar-height);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'kelson', sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
}

nav ul li a:visited {
	color: #000;
	text-shadow: none;
}

nav ul li a:hover {
	color: var(--narancs);
	text-shadow: none;
	text-decoration: none;
/*ferdeség*/
	/*		transform: skew(-20deg);
			background: #273037;
*/;
}

nav ul li a:after {
	background: none repeat scroll 0 0 transparent;
/*	top: -17px;*/
/*	bottom: 34px;*/
	content: "";
	display: block;
	height: var(--nav-bar-height);
	left: 0%;
	position: absolute;
	background: #273037;
	transform: skew(-20deg);
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
	z-index: -1000;
}

nav ul li a:hover:after {
	left: 0px;
	width: 100%;
	z-index: -1000;
}

nav {
	width: 100%;
	padding-right: calc(100% - var(--header-left-width));
	background-color: #FFF;
	height: var(--nav-bar-height);
	padding: 0px;
	padding-left: calc(2vw + 30px);
	position: fixed;
	top: 10.9vh;
	z-index: 5000;
	padding-top: 1px solid var(--narancs);
	display: flex;
	align-items: center;
}

.nav-vonalak {
	width: 15px;
	height: var(--nav-bar-height);
	display: flex;
	justify-content: space-between;
	margin-right: 5px;
}

.nav-vonal {
	width: 5px;
	height: var(--nav-bar-height);
	transform: skew(-20deg);
}

.subnav {
	background-color: transparent;
	flex-flow: column;
	display: none;
	position: fixed;
	top: calc(11vh + var(--nav-bar-height));
	left: 0px;
	height: unset;
	padding: 0px;
}
.subnav a{
	font-weight: normal;
  font-size: 14px;
}
nav .subnav li {
	width: 25%;
	height: 50px;
}

.lastsubli {
	width: 100%;
	float: none;
	border-top: 1px solid var(--narancs);
	margin-top: 10px;
}

#mobilmenuicon {
	position: fixed;
	top: 10vh;
	left: 0px;
	color: #9eafff;
	display: none;
	text-decoration: none;
}

#mobilmenuicon img {
	height: 11vh;
}

.shortc {
	width: 75%;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding-left: 3vw;
	padding-right: 50px;
}


.shortc input {
	width: 300px;
	height: 40px;
	position: relative;
	background-image: url('/images/ikonok/search.png');
	background-size: 3vh;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 50px;
	margin-right: 0.5vw;
/*	margin-top: 4vh;*/
	float: right;
	z-index: 1001;
	border: 1px solid #FFF;
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	box-sizing: border-box;
	color: #000;
	vertical-align: middle;
}


.logo {
    width: 80%;
	z-index: 1001;
    padding-left: 2vw;
}

footer {
	text-align: center;
	color: #fff;
	padding: 0;
	height: calc(70px + 50px)
}

.footer-szoveg {
	padding-top: 12px;
	text-align:center; 
	background-color:#273037; 
	width:100%; 
	display:inline-block;
	color:#FAFFFF;
	font-size:1.5vh;
}

.termekbox a {
	font-size: 13px !important;
	font-family: 'kelson', 'sans-sarif' !important;
	
}

.termekbox  {
	overflow: hidden;
	/*width: calc(100% / 4);*/
	float: left;
	text-align: center;
	/*height: 250px;*/
/*	padding: 5px;*/
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	margin-bottom: 20px;
}

.termek-akcio-box {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	height: 25px;
	width: 80px;
	background: var(--narancs);
	color: #fff;
	border-radius: 5px;
}

.termek-learazas-szazalek {
	position: absolute;
	left: 0;
	top: 28px;
	font-size: 18px;
	height: 25px;
	width: 60px;
	background: var(--szurke);
	color: #fff;
	border-radius: 5px;
}

.termekbox_kicsi {
	width: calc(100% - 30px);
	float: left;
	text-align: center;
	padding: 15px;
}

.cimsor {
	float: none;
	width: calc(100% - 2 * (2vw + 30px + 15px));
	display: inline-flex;
	
	margin: 20px calc(2vw + 30px + 15px);
}

.fejleclogo {
	height: 100%;
	padding-left: 30px;
	z-index: 1001;
}

.lablec_oldal {
	text-align: center;
	background-color: var(--narancs);
	width: 25%;
	float: left;
/*	padding: 1vh 0vh 1vh 0vh;*/
	color: #273037;
	font-size: 12px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lablec_oldal a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.lablec_oldal a img{
	transition: .3s;
}
.lablec_oldal:hover a img{
	filter: brightness(90%);
}
.lablec_vonal {
	width: 5%;
	float: left;
	background-color: var(--narancs);
	background-size: cover;
	height: 70px;
}

.lablec_kozep {
	text-align: center;
	background-color: var(--narancs);
	width: 40%;
	float: left;
/*	padding: 2vh 0vh 2vh 0vh;*/
	color: #fff;
	font-size: 14px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lablec_kozep img {
	height: 30px;	
}
.lablec_oldal img {
	height: 50px;
}

.lablec {
	display: block; 
	height: 70px;
	width: 100%;
}

  .section-header{
    display:flex;
    align-items:center;           
    gap:.75em;
    margin:24px 0;
    font-weight:700;
    font-size:.9rem;
    letter-spacing:.08em;
    color:#a2a6ad;
    text-align:center;
    justify-content:center;
  }
  .section-header::before,
  .section-header::after{
    content:"";
    flex:1 1 auto;
    border-top:2px solid #e9eaee;
  }
  .section-header span{
    line-height:1;
  }
  .partners{
    display:flex;gap:24px;justify-content:space-between;align-items:center;
    background:var(--bg-light);
    padding:22px 24px;
  }
  .partner{
    flex:1;display:flex;align-items:center;justify-content:center;min-height:64px;
  }
  .partner img{
    max-height:44px;max-width:100%;object-fit:contain;display:block;
  }

.mar10 {
	margin-top: 10px;
	display: inline-block;
}

.adatlap_termek {
	width: calc(100% - ((2vw + 30px) * 2));
	margin: 0px auto;
}

.adatlap_kiegeszitok {
	float: left;
	width: calc(20% - 3vh - 2px);
	margin-top: 10px;
	margin-left: 3vh;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 80vh;
	position: relative;
}
.adatlap_hir {
	width: calc(100% - 20% - 3vh - 2px);
}
.adatlap_kep {
	display: block;
	float: left;
	width: calc(30% - 20px);
	padding: 10px;
}

.carousel2-cell {
	width: 14vw;
}

.adatlap_kedvenc {
	float: right;
	color: #A0b3bc;
	padding-top: 5px;
	text-transform: uppercase;
	font-size: 130%;
}

.adatlap_vonal {
	border-bottom: 5px solid #A0b3bc;
	padding: 20px 20px 40px 20px;
	display: list-item;
}
.adatlap_header {
	width: 100%;
	padding: 20px 0 20px;
	/*height: 40px;*/
	display: flex;
	align-items: center;
}

.adatlap_header div {
	width: 50%;
	height: 40px;
	display: flex;
	align-items: center;
}

.adatlap_header div:first-child {
	font-size: 26px;
	color: var(--narancs);
	font-family: 'kelson-medium', 'sans-serif';
	justify-content: flex-start;
}

.adatlap_header div:last-child {
	font-size: 15px;
	color: #000;
	justify-content: flex-end;
	/* font-family: 'kelson-medium', 'sans-serif'; */
}

.hirek_vonal {
	border-bottom: 5px solid #A0b3bc;
	padding: 20px 0 40px 0;
}

.adatlap_blink {
	float: right;
	color: var(--narancs);
	text-transform: uppercase;
	font-size: 130%;
}

#navbar_mobil {
	display: none;
}

.cimek {
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: auto;
}

.termekek_lista {
	width: calc(100% / 4 - 10px);
	/*float: left;*/
	text-align: center;
	padding: 10px 5px 25px 5px;
    object-fit: contain;
}

.termekek-lista-flickity {
	max-width: 100%;
	margin: 20px calc(2vw + 30px + 15px);
	padding: 0 20px;
}

.termekek-lista-main-container {
	max-width: 1200px; /* vagy 1140px, 1280px stb. */
	margin: 0 auto;     /* középre igazítás */
	padding: 0 20px;    /* kis belső térköz mobilra */
    display: flex;
    flex-wrap: wrap;  
    justify-content: center;
}

.termekek-lista-main-container a {
	font-size: 16px;
	font-family: 'kelson-light', 'sans-sarif';
	color: #000;
}

.termekek-kep {
	width: 100%; 
	height: 300px;  
	background-size: contain;  
	background-repeat: no-repeat;
	border-radius: 5px;
	margin-bottom: 5px;
    display: flex;
    align-content: flex-end;
    justify-content: center;
    align-items: stretch; 
    background-position: center;
}

.adatlap_adatok {
	width: calc(70% - 20px);
	float: right;
	display: flex;
	flex-flow: column;
	padding-left:  20px;
	position: relative;
}
ul,ol{
	line-height: 150%;
	margin-left: 30px;
}
.container{
	padding-left:1vw; 
	padding-right:1vw;
	line-height:150%; 
	font-size:120%;
	max-width: 1766px;
	width: calc(100% - 2vw);
	margin: 0 auto;
}

.container-with-sidebar {
	display: flex;
	flex-flow: row;
}
.negyes-kep
{
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	grid-gap: 15px;
	margin-top: 20px;
}
.negyes-kep img{
	width: calc(50% - 15px);
	aspect-ratio: 1/0.5;
	object-fit: cover;
}
.termekbox {
  /*width: calc(25% - 10px);*/
  float: left;
  text-align: center;
  /*height: 250px;*/
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
    max-width: 250px;
}
.termekbox_cim{
	position:relative;
	padding:5px 0px 5px 0px;
	color:#fff;
	text-align:center;
	width:100%;
	background-color:rgba(85,81,81,0.50);
	font-size:12px;
}
.termekbox img
{
/*
	width: 100%;
	object-fit: cover;
*/
}
.alert{
	display: flex;
	flex-flow: column nowrap;
	font-weight: 600;
  	font-size: 20px;
	width: calc(100% - 44px);
	padding: 20px;
	border-radius: 8px;
	text-align: center;
	margin: 5px 0px;
}
.alert-success{
	border: 1px solid #a3cfbb;
	background-color: #d1e7dd;
	color: #0a3622;
}
.alert-danger{
	background-color:#f8d7da;
	color: #58151c;
	border: 1px solid #f1aeb5;
}
.alert-warning{
	border: 1px solid #FDAC41;
	color: #FDAC41;
	background-color: #fff;
}
@media only screen and (max-width:1300px) {
	nav ul {
		width: calc(100% - (2vw + 30px) - 3vw);
	}
	
	#tovabbi a {
		font-size: 16px !important;
	}
	
}

@media only screen and (min-width:551px) and (max-width:1301px) {
	.carousel-cell {
		aspect-ratio: 2 / 2 !important;
		width: calc(100% / 2 - 20px) !important;
	}
	.termek-kep-szoveg {
	  	margin-top: 7px;
	}
	.carousel-shadow-box {
		font-size: 150% !important;
	}
}

@media only screen and (min-width:600px) and (max-width:1201px) {
	.termekek-lista-main-container {
		width: calc(100% - 2 * (2vw + 30px));
	}
}


@media only screen and (min-width:551px) and (max-width:1201px) { 
	.termekek-lista-main-container {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.termekek_lista {
		width: 240px;
	}
}

@media only screen and (min-width:1200px) and (max-width:1485px) {
	nav ul li a {
		padding: 0.5vh 1.3vw;
	}
}

@media only screen and (min-width:1301px) and (max-width:1705px) {
	nav ul {
		width: calc(100% - (2vw + 30px) - 3vw);
		margin: 0px 0px 0px 30px !important;
		justify-content: flex-start;
	}
}

@media only screen and (min-width:1202px) and (max-width:1260px) {
	nav ul {
		margin: 0px 150px 0px 30px !important;
	}
	    
}

@media only screen and (min-width:1201px) and (max-width:1590px) {
	.subnav a {
		font-size: 12px;
	}
	.carousel-shadow-box div {
		margin-right: 10px;
	}
	
	.carousel-shadow-box {
		font-size: 100%;
	}
	    
}
@media only screen and (min-width:0px) and (max-width:1450px) {
	body {
		overflow-x: hidden;
	}
}

@media only screen and (min-width:1025px) and (max-width:1200px) {
	.szure_header {
		padding: 0 20px;
		font-size: 16px;
	}
	
	#slider-range {
		width: 87%;
	}
	
	.szures-grid-elem:nth-child(1) #ar {
		width: 10%;
	}

	.szures-grid-elem:nth-child(1) {
		width: 40%;
		justify-content: space-between;
	}

	.szures-grid-elem:nth-child(4) {
		width: 30%;
	}
	.szures-grid-elem:nth-child(5) {
		width: 16%;
	}

	.szures-grid-elem:nth-child(6) {
		width: 14%;
	}
	
	#szuro_torol {
		font-size: 12px;
	}
	#alkalmaz {
		padding: 5px 15%;
	}
	.akcio-item-title {
		font-size: 12px;
	}
	nav ul li a {
		font-size: 13px;
	}
	
	.subnav a {
		font-size: 8px;
	}
	.carousel-shadow-box div {
		margin-right: 10px;
	}
	
	.carousel-shadow-box {
		font-size: 100%;
	}
	#navbar ul {
		width: calc(100% - (2vw + 30px) - 3vw);
		margin: 0 30px 0 0 !important;
	}
}
@media only screen and (max-width:990px) {
	article {
		margin-top: calc(var(--mobil-header-height) * 2 - 17px) !important;
	}
	
	#almenu_mobil_termekek div ul {
		margin: 0 !important;
	}
	#almenu_mobil_termekek {
		margin-bottom: 20px
	}
	.termekbox {
		width: calc(50% - 10px);
	}
}

@media only screen and (min-width:551px) and (max-width:1024px) {
	.cart-item-number {
		color: var(--szurke);
	}
	.fizmod-card {
		width: 80%;
		height: unset;
	}
	.cimsor_harmas {
		width: calc(100% - 2 * (2vw + 30px + 15px));
		display: flex;
		justify-content: center;
	}
	.cimsor_harmas .cimek {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.cimsor_harmas .feher_h2b {
		display: none !important;
	}
	.cimsor_harmas .narancs_h2b {
		width: 60% !important;
	}
	.cimsor_harmas .h1 {
		display: none;
	}
	.akcio-carousel-cell {
		width: 50vw;
	}
	.akcio-item-ar {
		width: 45vw;
	}
	.akcio-item-ar::after {
		width: 45vw;
	}
	.flickity-fullscreen-button {
		display: none !important;
	}
	.footer-szoveg {
		padding-top: 6px;
	}
	.adatlap_adatok {
		float: none;
		width: calc(100% - 40px);
		padding: 0 15px;
		margin-bottom: 20px;
	}

	.adatlap_kep {
		display: block;
		float: none;
		width: 95%;
		padding: 10px;
		margin:auto;
	}
	
	.adatlap_header {
		height: 80px;
		display: flex;
		flex-flow: column;
		margin-top: 35px;
	}
	
	.adatlap_header div {
		width: 100%;
	}
	.adatlap_header div:last-child {
		justify-content: flex-start;
		margin-top: 10px;
	}
	.adatlap_leiras {
		width: calc(100% - 2vw - 30px);
		padding: 0 1vw;
	}
	
	.termekek-lista-flickity {
		width: 90%;
		margin: 20px 0;
	}
	
	.termekek-lista-flickity .termekbox {
		width: 100%;
	}
	.adatlap_termek {
		float: none;
		width: calc(100%);
		display: inline-block;
	}

	.adatlap_kiegeszitok {
		float: none;
		width: calc(100% - 3vh - 2px);
		display: inline-block;
		overflow: visible;
		height: auto;
	}
	
	.termek-kosarban {
		width: 70%;
		height: 350px;
		font-size: 80%;
	}
	
	.termek-kosarban-sor {
		grid-template-columns: 1fr;
	}
	
	.termek-kosarban-sor:last-child {
		grid-template-columns: 1fr 1fr;
	}
	
	.termek-kosarban-sor h1 {
		width: 70%;
		font-size: 20px;
		margin-bottom: 25px;
	}
	
	.termek-kosarban-sor .gomb2 {
		font-size: 12px;
	}
	
	.termek-kosarban-sor .gomb2:hover {
		font-size: 12px;
	}
	
	.szure_header {
		width: 100%;
	}

	.article_szuressel {
		width: 100%;
		float: none;
		display: inline-block;
	}

	.szures {
		width: calc(100% - 60px);
		padding: 10px 20px;
		display: flex;
		flex-flow: column;
	}

	.szure_action {
		width: 100%;
	}

	.szures-grid {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: repeat(3, 40px);
		gap: 10px;
		padding: 0;
	}

	.szures-grid-elem {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100% !important;
		height: 100%;
		font-size: 16px;
		font-family: 'kelson', sans-serif;
	}

	.szures-grid-elem:nth-child(1) {
		width: 90%;
		grid-row: 1;
		justify-content: space-between;
		grid-column: 1 / span 2; 
	}
	
	.szures-grid-elem:nth-child(4) {
		grid-row: 2;
		grid-column: 1 / span 2; 
	}
	.szures-grid-elem:nth-child(5) {
		grid-row: 3;
	}

	.szures-grid-elem:nth-child(6) {
		grid-row: 3;
	}
/*
	.szure_header {
		padding: 0 10px !important;
		font-size: 15px;
	}
	
	.szure_action {
		width: calc(100% - (15% + 20px))
	}
	.szures-grid {
		justify-content: space-between;
	}
	
	.szures-grid-elem:nth-child(1) #ar {
		width: 10%;
	}

	.szures-grid-elem:nth-child(1) {
		width: 50%;
		justify-content: space-between;
	}

	.szures-grid-elem:nth-child(4) {
		width: 40%;
	}
	.szures-grid-elem:nth-child(5) {
		width: 20%;
	}

	.szures-grid-elem:nth-child(6) {
		width: 10%;
		text-align: center;
	}
*/
	#artol, #arig {
		width: 100%;
	}
	
	.akcio-item-title {
		font-size: 12px;
	}
	
	article {
		margin-top: calc(var(--mobil-header-height) * 1.5);
	}
	
	.szolgaltatas-main-container {
		display: none;
	}
	
	.shortc {
		position: fixed;
		top: 0;
		left: 0;
		height: var(--mobil-header-height);
		width: 100vw;
		margin: 0;
		padding: 0 15px;
		background: #45403d;
		display: flex;
		justify-content: flex-end;
	}
	.shortc img {
		height: calc(var(--mobil-header-height) / 1.3);
		padding: 0 10px;
	}
	header input {
		display: none;
	}
	#kereses-ikon {
		display: block;
	}
	.header .logo {
		padding-left: 8vw;
		height: calc(var(--mobil-header-height) / 1.5);
		padding-top: 7px;
	} 
	.header {
		top: var(--mobil-header-height);
		height: var(--mobil-header-height);
		background: #45403d;
	}
	.header_right {
/*		width: var(--header-right-width);*/
		position: relative;
		height: var(--mobil-header-height);
		background: #fff;
		display: flex;
		align-items: center;
		width: 35vw;
	}
	
	.header_right:after {
		position: absolute;
		width: 10vw;
		transform: skewX(-20deg);
		height: var(--mobil-header-height);
		background: #fff;
		top: 0;
		left: -5vw;
		content: "";
		z-index: -1;
	}
	
	.header_right img {
		height: calc(var(--mobil-header-height) / 1.5);
		padding-top: 0;
	}
	
	.header_left {
		height: var(--mobil-header-height);
		width: 55vw;
		position: relative;
		background: var(--narancs);
	}
	
	.header_left:after {
		height: var(--mobil-header-height);
		transform: skewX(-20deg);
		position: absolute;
		width: 10vw;
		right: -20px;
		left: auto;
	}
	
	#mobilmenuicon img {
		top: var(--mobil-header-height);
		height: var(--mobil-header-height);
		position: fixed;
	}
	#mobilmenuicon {
		display: inline;
	}
	#navbar {
		display: none;
	} /*DESKTOP*/
	.shortc {
/*		display: none;*/
	}

	#navbar {
		display: none;
	}

	#navbar_mobil {
		display: none;
		top: calc(var(--mobil-header-height) * 2);
		border: none;
		width: 100%;
		background-color: #fff;
		padding: 40px 0;
/*		padding-left: 0px;*/
		height: unset;
		align-items: flex-start;
		height: 455px;
		overflow-y: auto;
		border-bottom: 1px solid #45403d;
	}

	#navbar_mobil ul li a:hover {
		color: #000;
	}

	#navbar_mobil ul li a:after {
		all: unset;
	}

	#navbar_mobil ul li a:hover:after {
		all: unset;
	}

	#navbar_mobil ul {
		margin: 0px auto 0px auto;
		list-style: none;
		display: table;
		text-align: left;
		padding-inline-start: 0px;
	}

	#navbar_mobil ul li {
		font-family: 'kelson', 'san-serif';
		display: inline-block;
		font-variant: small-caps;
		font-size: 36px;
		padding: 2px 0px 2px 0px;
		float: none;
		position: relative;
		width: 100%;
		text-align: left;
		margin-bottom: 20px;
/*		border-bottom: 1px solid #45403d;*/
	}
	
	#navbar_mobil ul li a {
		align-items: center;
		justify-content: flex-start;
		font-size: 20px;
		padding: 0;
	}
	.ikon {
		width: 55px !important;
	}
	#almenu_mobil_termekek ul {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(5, 1fr);
/*		grid-gap: ;*/
	}
	
	#almenu_mobil_termekek ul li {
		height: 75px;
/*		width: calc(44px + 12vw);*/
		display: flex;
		align-items: flex-start;
		justify-content: center;
		padding: 0;
		margin: 1vh 1vw;
		text-align: center;
	}
	#almenu_mobil_termekek ul li a {
		padding: 0 !important;
		display: flex !important;
		flex-flow: column !important;
	}
	
	#almenu_mobil_termekek ul li span {
		padding-bottom: 2vh;
	}
	
	
	.subnav_mobil {
		background-color: none;
		display: none;
		left: 0px;
		height: unset;
		padding: 0px;
		position: relative;
	}

	.subnav_mobil li {
/*		width: 100%;*/
	}

	nav {
		top: unset;
	}
	.carousel-cell {
		width: 100vw !important;
		aspect-ratio: 1 !important;
		margin: 0;
		height: 400px;
	}
	
	.carousel-cell img {
		border-radius: 0;
		height: 400px;
		object-fit: contain;
	}
	.carousel-container {
		height: 400px;
		width: 100vw;
	}
	
	.carousel {
		width: 98vw;
		margin-top: 0;
	}
	.carousel-shadow-box {
		width: 90vw;
		left: 100px;
	}
	
	.carousel-shadow-box::after {
		width: 90vw;
		margin-left: 100px;
	}
	
	.carousel-shadow-box img {
		padding-left: 50px;
		height: 30px;
	}
	
	.carousel-shadow-box div {
		padding-left: 50px;
		margin-right: 300px;
		font-size: 3vw;
		width: calc(100% - 150px);
	}
	
	.termek-container {
		width: 100vw;
	}
	
	.termek-main-container {
		width: 95vw;
		margin-bottom: 50px;
	}
	
	.termek-carousel-cell {
		width: 100vw;
		display: flex;
		flex-flow: column;
		align-items: center;
	}
	
	.termek-kep {
		width: 100%;
	}
	
	.termek-kep-alairas {
		width: 80vw;
		padding-left: 10vw;
		display: flex;
		justify-content: space-between;
	}

	.termek-kep-alairas::after {
		left: calc(5vw + 1px);
	}
	
	.flickity-termek {
		width: 100vw;
	}
	
	.flickity-termek svg {
		fill:var(--narancs); 
		height 55px; 
		width:44px;
	}
	
	.flickity-termek path {
		height 33px;
		width:44px;
		stroke:var(--narancs);
		fill:var(--narancs);
		stroke-width:15px;
	}
	
	.termek-kep-szoveg {
		width: 50vw; 
		margin-top: 1vh;
		display: block;
	}
	
	.termek-kep-nyil {
		width: 30vw; 
		display:flex;
		align-items:center;
		justify-content:flex-end;
	}
	
	.termek-kep-szoveg-cim {
		font-size:3vw;
		font-family:'kelson-medium','sans-serif';
	}
	.termek-kep-szoveg-leiras {
		font-size:2vw;
		font-family:'kelson-light','sans-serif';
	}
	
	.mi-grid-item {
		padding: 1vh 0.5vw;
	}
	
	.mi-grid {
		padding: 0 3vw 6vh 3vw;
	}
	
	.mi-grid-leiras {
		font-size: 2vw;
	}
	
	.mi-grid-cim {
		font-size: 3vw;
	}
	
	.lablec {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
		background: var(--narancs);
		height: 100px;
		overflow: hidden;
	}
	
	.lablec_oldal {
		display: flex;
		align-items: center;
		background: var(--narancs);
		z-index: 1;
		height: 50px
	}

	
	.lablec_kozep img {
		height: 25px;
	}
	.lablec_oldal img {
		height: 45px;	
		
	}
	.lablec_oldal:first-of-type {
		width: 45vw;
		justify-content: flex-end;
		grid-column: 1;
		grid-row: 2;
	}

	.lablec_oldal:last-of-type {
		grid-column: 2;
		grid-row: 2;
		width: 55vw;
		justify-content: flex-start;
	}

	.lablec_vonal {
		display: none;
		
	}

	.lablec_kozep {
		height: 50px;
		width: 100vw;
		grid-column: 1 / span 2;
  		grid-row: 1;
	}
	
	.footer-szoveg {
		text-align:center; 
		background-color:#273037; 
		width:100%;
		display:inline-block;
		color:#FAFFFF;
		font-size:1.2vw;
	}
	
	footer {
		height: calc(50px + 100px);
		position: relative;
	}
	
	.ikon {
		width:10vw;
	}
	
	.akcio-header {
		width: 30vw;
	}
	.akcio-header::after {
		width: 30vw;
	}
	.footer-szoveg {
		font-size: 2vw;
	} 
}


@media only screen and (max-width:550px) {
	.cimsor_jobb .h1k {
		width: 90%;
	}

	.cimsor_jobb .h1k::after {
		left: 0;
	}
	.cimsor_jobb {
		justify-content: flex-end;
	}
	.cimsor_jobb .h2b {
		margin-left: 0;
		left: -20px;
	}
	.cimsor_jobb .h1r {
		display: none;
	}
	#hirek-bezar {
		display: none;
	}
	.container-with-sidebar {
		flex-flow: column;
	}
	.adatlap_hir {
		width: 100%;
	}
	.hirek_vonal {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 40px 0 20px 0;
		line-height: 200%;
	}
	.adatlap_hir .adatlap_kep {
		width: 100% !important;
		padding: 0 !important;
	}
	.adatlap_hir .adatlap_adatok {
		padding: 0;
	}
	.container {
		padding: 0;
		width: calc(100% - 14vw);
	}
	.carousel-cell {
		width: 100vw !important;
		aspect-ratio: 1 !important;
		margin: 0;
	}
	
	.carousel-cell img {
		border-radius: 0;
	}
	.ikon {
		width:12vw;
	}
	.shortc {
		position: fixed;
		top: 0;
		left: 0;
		height: var(--mobil-header-height);
		width: 100vw;
		margin: 0;
		padding: 0 15px;
		background: #45403d;
		display: flex;
		justify-content: flex-end;
		z-index: 1000000;
	}
	.shortc img {
		height: calc(var(--mobil-header-height) / 1.3);
		padding: 0 10px;<strong></strong>
	}
	.shortc input {
		width: 100%;
		display: none;
		position: absolute;
		top: var(--mobil-header-height);
		left: 0;
		z-index: 10000000;
		outline: 1px solid black;
	}
	#kereses-ikon {
		display: block;
	}
	.header .logo {
		padding-left: calc(2vw + 6vh);
		height: calc(var(--mobil-header-height) / 1.5);
		padding-top: .8vh;
	} 
	.header {
		top: var(--mobil-header-height);
		height: var(--mobil-header-height);
		background: #45403d;
	}
	.header_right {
/*		width: var(--header-right-width);*/
		position: relative;
		height: var(--mobil-header-height);
		background: #fff;
		display: flex;
		align-items: center;
		width: 35vw;
	}
	
	.fejleclogo {
		padding-left: 0;
	}
	
	.header_right:after {
		position: absolute;
		width: 10vw;
		transform: skewX(-20deg);
		height: var(--mobil-header-height);
		background: #fff;
		top: 0;
		left: -5vw;
		content: "";
		z-index: -1;
	}
	
	.header_right img {
		height: calc(var(--mobil-header-height) / 1.5);
		padding-top: 0;
	}
	
	.header_left {
		height: var(--mobil-header-height);
		width: 55vw;
		position: relative;
		background: var(--narancs);
	}
	
	.header_left:after {
		height: var(--mobil-header-height);
		transform: skewX(-20deg);
		position: absolute;
		width: 10vw;
		right: -20px;
		left: auto;
	}
	
	#mobilmenuicon {
		top: var(--mobil-header-height);
	}
	.carousel img {
		height: 365px;
	}
	.carousel {
		width: 100%;
		height: 365px;
		margin-top: 0;
	}
	.carousel-container {
		height: 365px;
		width: 100vw !important;
	}
	
	.carousel-shadow-box {
		width: 100vw;
		left: 20px;
	}
	
	.carousel-shadow-box::after {
		width: 100vw;
		left: -10px;
	}
	
	.carousel-shadow-box img {
		padding-left: 70px;
		height: 30px;
/*		transform: translateY(-4px);*/
	}
	
	.carousel-shadow-box div {
		padding-left: 70px;
		font-size: 4vw;
		width: calc(100% - 110px);
	}
	
	.akcio-main-container {
		padding-top: 0;
		width: 100%;
	}
	
	.akcio-cim {
		width: 40vw;
		background: var(--narancs);
		position: relative;
		font-size: 8vw;
	}
	
	.akcio-cim::after {
		position: absolute;
		width: 10vw;
		left: 33vw;
	}
	
	.termek-container {
		width: 100vw;
	}
	
	.termek-main-container {
		width: 95vw;
		margin-bottom: 50px;
	}
	
	.termek-carousel-cell {
		width: 100vw;
		display: flex;
		flex-flow: column;
		align-items: center;
	}
	
	.termek-kep {
		width: 100%;
	}
	
	.termek-kep-alairas {
		width: 80vw;
		padding-left: calc(.5vw + 50px);
		display: flex;
		justify-content: space-between;
	}

	.termek-kep-alairas::after {
		left: calc(5vw + 1px);
	}
	
	.flickity-termek {
		width: 100vw;
	}
	
	.flickity-termek svg {
		fill:var(--narancs); 
		height 55px; 
		width:44px;
	}
	
	.flickity-termek path {
		height 33px;
		width:44px;
		stroke:var(--narancs);
		fill:var(--narancs);
		stroke-width:15px;
	}
	
	.termek-kep-szoveg {
		width: 50vw; 
		margin-top: 2vh;
		display: block;
	}
	
	.termek-kep-nyil {
		width: 30vw; 
		display:flex;
		align-items:center;
		justify-content:flex-end;
		margin-top: 2vh;
	}
	
	.termek-kep-szoveg-cim {
		font-size:4.5vw;
		font-family:'kelson-medium','sans-serif';
	}
	.termek-kep-szoveg-leiras {
		font-size:3vw;
		font-family:'kelson-light','sans-serif';
	}
	
	.mi-main-container {
		border-top: 1px solid lightgrey;
		padding-bottom: 50px;
	}
	
	.mi-grid {
		grid-template-columns: 1fr 5fr;
		grid-auto-rows: auto;
		gap: 1rem;
		padding: 0;
		width: 100%;
	}
	
	.mi-grid-item:nth-child(1) { grid-column: 1; grid-row: 1; } 
	.mi-grid-item:nth-child(9) { grid-column: 2; grid-row: 1; } 

	.mi-grid-item:nth-child(2) { grid-column: 1; grid-row: 2; }
	.mi-grid-item:nth-child(10) { grid-column: 2; grid-row: 2; }

	.mi-grid-item:nth-child(3) { grid-column: 1; grid-row: 3; }
	.mi-grid-item:nth-child(11) { grid-column: 2; grid-row: 3; }

	.mi-grid-item:nth-child(4) { grid-column: 1; grid-row: 4; }
	.mi-grid-item:nth-child(12) { grid-column: 2; grid-row: 4; }

	.mi-grid-item {
/*		padding: 1vh 2vw;*/
	}

	.mi-grid-leiras {
		display: none;
	}
	
	.mi-grid-szam {
		color: var(--narancs);
		display: flex;
		justify-content: center;
		align-items: flex-start;
		padding: 0;
	}

	.mi-grid-szam::after {
		display: none;
	}

	.mi-grid-cim {
		font-family: 'kelson', 'sans-serif';
		text-align: left;
		justify-content: flex-start;
		align-items: flex-start;
		padding-right: 20vw;
	}
	
	.szolgaltatas-main-container {
		display: none;
	}
	
	.fooldal_kep_alairas {
		padding-left: 0%;
	}

	.szure_header {
		width: 100%;
	}

	.article_szuressel {
		width: 100%;
		float: none;
		display: inline-block;
	}

	.szures {
		width: calc(100% - 60px);
		padding: 10px 20px;
		display: flex;
		flex-flow: column;
	}

	.szure_action {
		width: 100%;
	}

	.szures-grid {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: repeat(3, 40px);
		gap: 10px;
		padding: 0;
	}

	.szures-grid-elem {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100% !important;
		height: 100%;
		font-size: 16px;
		font-family: 'kelson', sans-serif;
	}

	.szures-grid-elem:nth-child(1) {
		width: 90%;
		grid-row: 1;
		justify-content: space-between;
		grid-column: 1 / span 2; 
	}
	
	#slider-range {
		width: 80%; 
		margin: 0 10px;
	}
	
	#alkalmaz {
		padding: 5px 15%;
	}
	
	.szures-grid-elem:nth-child(4) {
		grid-row: 2;
		grid-column: 1 / span 2; 
	}
	#artol {
		margin: 0 10px 0 0;
	}
	
	#arig {
		margin: 0 0 0 10px;
	}
	
	#szur-akcio-ar {
		font-size: 10px;
	}
	
	#akcios-nap {
		justify-content: space-between !important; 
		gap: 0 !important;
	}
	
	.szures-grid-elem:nth-child(5) {
		grid-row: 3;
	}

	.szures-grid-elem:nth-child(6) {
		grid-row: 3;
	}
	


	.termekbox {
		width: calc(45%);
		height: unset;
	}

	.termekek_lista {
		width: calc(100% - 10px);
		height: unset;
	}
	.termekek-lista-main-container {
		padding: 0 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.termek-szures-main-container {
		width: 100%;
		margin: auto;
	}
	.adatlap_blink {
		float: none;
		display: inline-block;
		width: 100%;
	}

	.adatlap_vonal {
		padding: 5px;
	}

	.adatlap_kedvenc {
		float: none;
		display: inline-block;
		width: 100%;
	}

	.carousel2-cell {
		width: 50vw;
	}

	.adatlap_adatok {
		float: none;
		width: calc(100%);
		padding: 0 15px;
		margin-bottom: 20px;
	}

	.adatlap_kep {
		display: block;
		float: none;
		width: 95%;
		padding: 10px;
		margin:auto;
	}
	
	.adatlap_header {
		height: 80px;
		display: flex;
		flex-flow: column;
		margin-top: 35px;
	}
	
	.adatlap_header div {
		width: 100%;
	}
	.adatlap_header div:last-child {
		justify-content: flex-start;
		margin-top: 10px;
	}
	.adatlap_leiras {
		width: calc(100% - 2vw - 30px);
		padding: 0 1vw;
	}
	
	.termekek-lista-flickity {
		width: 90%;
		margin: 20px 0;
	}
	
	.termekek-lista-flickity .termekbox {
		width: 100%;
	}
	.adatlap_termek {
		float: none;
		width: calc(100%);
		display: inline-block;
	}

	.adatlap_kiegeszitok {
		float: none;
		width: calc(100% - 3vh - 2px);
		display: inline-block;
		overflow: visible;
		height: auto;
	}
	
	.termek-kosarban {
		width: 70%;
		height: 350px;
		font-size: 80%;
	}
	
	.termek-kosarban-sor {
		grid-template-columns: 1fr;
	}
	
	.termek-kosarban-sor:last-child {
		grid-template-columns: 1fr 1fr;
	}
	
	.termek-kosarban-sor h1 {
		font-size: 20px;
	}
	
	.termek-kosarban-sor .gomb2 {
		font-size: 12px;
	}
	
	.termek-kosarban-sor .gomb2:hover {
		font-size: 12px;
	}
	
	.lablec {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
		background: var(--narancs);
		height: 130px;
		overflow: hidden;
	}
	
	.lablec_oldal {
		display: flex;
		align-items: center;
		background: var(--narancs);
		z-index: 1;
	}
	
	
	.lablec_oldal:first-of-type {
		width: 50vw;
		justify-content: flex-start;
	}
	
	.lablec_oldal:last-of-type {
		width: 50vw;
		justify-content: flex-start;
	}
	
	.lablec_kozep img {
		height: 25px;
	}
	.lablec_oldal img {
		height: 35px;	
		
	}
	.lablec_oldal:first-of-type {
		grid-column: 1;
		grid-row: 2;
	}

	.lablec_oldal:last-of-type {
		grid-column: 2;
		grid-row: 2;
	}

	.lablec_vonal {
		display: none;
		
	}

	.lablec_kozep {
		height: 60px;
		width: 100vw;
		grid-column: 1 / span 2;
  		grid-row: 1;
	}
	
	.footer-szoveg {
		text-align:center; 
		background-color:#273037; 
		width:100%; 
		display:inline-block;
		color:#FAFFFF;
		font-size:1.5vh;
	}
	
	footer {
		height: calc(250px + 120px);
		position: relative;
	}

	#mobilmenuicon img {
		height: var(--mobil-header-height);
	}

	#mobilmenuicon {
		display: inline;
	}

	.logo {
		height: 3vh;
		padding-top: 1vh;
		padding-left: calc(2vw + 30px);
		z-index: 1001;
	}

	.fejleclogo {
		height: 3vh;
		padding-top: 1vh;
	}
	
	.akcio-carousel-cell {
		width: 100%;
		display: flex;
		flex-flow: column;
		align-items: center;
		margin: 0;
	}
	.akcio-after {
		justify-content:center; 
		align-items:center; 
		padding: 10px;
	}
	.akcio-item-ar {
		width: 80vw;
	}
	
	.akcio-item-ar::after {
		width: 80vw;
	}
	.akcio-item-kep {
		justify-content: center;
	}
/*
	.header_left {
		width: 55vw;
	}
*/

/*
	.header_left:after {
		width: 55vw;
		border-top: 5vh solid var(--narancs);
		border-right: 2vh solid transparent;
		z-index: -1;
	}
*/

/*
	.header_right {
		width: 35vw;
	}
*/

/*
	.header_right:after {
		width: 35vw;
		border-bottom: 5vh solid #fff;
		border-left: 2vh solid transparent;
		z-index: -1;
	}
*/

	article {
		margin: 5vh auto 0px auto;
		overflow: hidden;
	}

	#navbar {
		display: none;
	} /*DESKTOP*/
	.shortc {
/*		display: none;*/
	}

	#navbar {
		display: none;
	}

	#navbar_mobil {
		display: none;
		top: calc(var(--mobil-header-height) * 2);
		border: none;
		width: 100%;
		background-color: #fff;
		padding: 40px 0;
/*		padding-left: 0px;*/
		height: unset;
		align-items: flex-start;
		overflow-y: auto;
		height: 455px;
		border-bottom: 1px solid #45403d;
	}

	#navbar_mobil ul li a:hover {
		color: #000;
	}

	#navbar_mobil ul li a:after {
		all: unset;
	}

	#navbar_mobil ul li a:hover:after {
		all: unset;
	}

	#navbar_mobil ul {
		margin: 0px auto 0px auto !important;
		list-style: none;
		display: table;
		text-align: left;
		padding-inline-start: 0px;
	}

	#navbar_mobil ul li {
		font-family: 'kelson', 'san-serif';
		display: inline-block;
		font-variant: small-caps;
		font-size: 36px;
		padding: 2px 0px 2px 0px;
		float: none;
		position: relative;
		width: 100%;
		text-align: left;
		margin-bottom: 20px;
/*		border-bottom: 1px solid #45403d;*/
	}
	
	
	#navbar_mobil ul li:last-child {
		margin-bottom: 0;
	}
	
	#navbar_mobil ul li a {
		align-items: center;
		justify-content: flex-start;
		font-size: 2.5vh;
		padding: 0;
		
	}
	
	#almenu_mobil_termekek ul {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
/*		grid-gap: ;*/
	}
	
	#almenu_mobil_termekek ul li {
		height: 75px;
/*		width: calc(44px + 12vw);*/
		display: flex;
		align-items: flex-start;
		justify-content: center;
		padding: 0;
		margin: 1vh 1vw 1vh 0;
		text-align: center;
		font-size: 10px;
	}
	
	#almenu_mobil_termekek ul li img {
		width: 44px !important;
	}
	#almenu_mobil_termekek ul li a {
		padding: 0 !important;
		display: flex !important;
		flex-flow: column !important;
	}
	
	#almenu_mobil_termekek ul li span {
		padding-bottom: 2vh;
	}
	
	
	.subnav_mobil {
		background-color: none;
		display: none;
		left: 0px;
		height: unset;
		padding: 0px;
		position: relative;
	}

	.subnav_mobil li {
/*		width: 100%;*/
	}

	nav {
		top: unset;
	}
	
	.cimsor_harmas {
		width: calc(100% - 2 * (2vw + 30px + 15px));
		display: flex;
		justify-content: center;
	}
	.cimsor_harmas .cimek {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.cimsor_harmas .feher_h2b {
		display: none !important;
	}
	.cimsor_harmas .narancs_h2b {
		width: 60% !important;
	}
	.cimsor_harmas .h1 {
		display: none;
	}
	.urlap-action-grid-container {
		margin: auto;
	}
	.urlap-action-grid-row {
		grid-template-columns: 30fr 60fr;
	}
	.urlap-action-grid-row:last-child {
		grid-template-columns: 1fr 1fr;
	}
	.urlap-action-grid-gomb {
		width: 100%;
        min-width: 45vw;
	}
	.urlap-box-grid {
		width: 90%;
		margin: auto;
	}
	
	.urlap-grid-sor {
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 5fr 1fr 1fr;
		width: 100%;
	}
	
	.urlap-grid-column {
		width: 100%;
		margin: 5px 0;
	}
	
	.urlap-grid-column:nth-child(1) {
		grid-column: 1 / span 3;
		display: flex;
		justify-content: center;
		grid-row: 1;
		margin: auto;
	}
	.urlap-grid-column:nth-child(1) img {
		object-fit: contain;
	}
	.urlap-grid-column:nth-child(2) {
		grid-column: 1 / span 3;
		grid-row: 2;
		display: flex;
		justify-content: center;
	}
	.urlap-grid-column:nth-child(3) {
		grid-row: 3;
	}
	.urlap-grid-column:nth-child(4) {
		grid-row: 3;
	}
	.urlap-grid-column:nth-child(5) {
		grid-row: 3;
	}
	
	.urlap-grid-column-torles {
		justify-content: center;
		padding-left: 10px;
	}
	
	.urlap-grid-column-mennyiseg {
		justify-content: flex-end;
	}
	
	.varsaloi-tejekoztato {
		margin: auto;
		width: 90%;
	}
	
	.fizmod-card {
		width: 80%;
		height: unset;
	}
	
	.urlap_box input:not([type=checkbox]), select {
		width: 80% !important;
		margin: 10px 10px;
		padding: 10px 15px;
  		font-size: 14px !important;
	}
	.urlap_box.adataim {
		width: calc(100% - 14vw);
		margin: 0 7vw;
		
	}
	
	.urlap_box {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
		padding: 0;
	}
	
	.urlap_box div {
		width: 100%;
	}
	.urlap_box div.checkbox_szoveggel {
		flex-flow: row;
		width: 80%;
		font-size: 80%;
		align-items: center;
	}
	.urlap_box, .urlap_box div {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}
	#rendeleslista {
		width: 100% !important;
	}
	#rendeleslista td {
		padding: 5px !important;
		text-align: center;
		font-size: 10px !important;
	}
	.akcio-item-title {
		padding: 0 10px 10px;
	}
	.cart-item-number {
		color: var(--szurke);
	}
}
    
.rejtett{
	display: none;
	width: 100%;
}
.rejtett.active{
	display: block;
}
    /*Stylebot*/
.wrapper{
    width: 370px;
    background: var(--fekete3);
    border-radius: 5px;
    border: 1px solid var(--fekete);
    border-top: 0px;
	position:fixed;
	bottom: calc(3.2vw + 60px);
	right:10px;
	z-index: 10;
}
.wrapper .title{
    background: var(--sotet-fekete);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid var(--fekete2);
    border-radius: 5px 5px 0 0;
}
.wrapper .wrapper-form{
    padding: 20px 15px;
    min-height: 400px;
    max-height: 400px;
    overflow-y: auto;
}
.wrapper .wrapper-form .inbox{
    width: 100%;
    display: flex;
    align-items: baseline;
}
.wrapper .wrapper-form .user-inbox{
    justify-content: flex-end;
    margin: 13px 0;
}
.wrapper .wrapper-form .inbox .icon{
    height: 40px;
    width: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    background: var(--fekete);
}
.wrapper .wrapper-form .inbox .msg-header{
    max-width: calc(95% - 40px);
    margin-left: 10px;
	text-shadow: none;
}
.wrapper-form .inbox .msg-header p{
    color: #fff;
    background: var(--sotet-fekete);
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 14px;
    /*word-break: break-all;*/
}
.wrapper-form .user-inbox .msg-header p{
    color: #333;
    background: #efefef;
}
.wrapper .typing-field{
    display: flex;
    height: 60px;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    background: var(--sotet-fekete);
    border-top: 1px solid var(--fekete2);
    border-radius: 0 0 5px 5px;
}
.wrapper .typing-field .input-data{
    height: 40px;
    width: 365px;
    position: relative;
}
.wrapper .typing-field .input-data input{
    height: 100%;
    width: calc(100% - 100px);
    outline: none;
    border: 1px solid var(--sotet-fekete);
    padding: 0 80px 0 15px;
    border-radius: 3px;
    font-size: 15px;
    background: transparent;
    transition: all 0.3s ease;
	color: var(--sarga);
}
.typing-field .input-data input:focus{
    border-color: var(--sarga);
}
.input-data input::placeholder{
    color: #999999;
    transition: all 0.3s ease;
}
.input-data input:focus::placeholder{
    color: #bfbfbf;
}
.wrapper .typing-field .input-data button{
    position: absolute;
    right: 5px;
    top: 50%;
    height: 30px;
    width: 65px;
    color: var(--sarga);
    font-size: 16px;
    cursor: pointer;
    outline: none;
    opacity: 0;
    pointer-events: none;
    border-radius: 3px;
    background: var(--sotet-fekete);
    border: 1px solid var(--fekete2);
    transform: translateY(-50%);
    transition: all 0.3s ease;
}
.wrapper .typing-field .input-data input:valid ~ button{
    opacity: 1;
    pointer-events: auto;
}
.typing-field .input-data button:hover{
    background: var(--sarga);
}
#bottom-keret{
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 10002;
	display: flex;
	flex-flow: column;
	grid-gap: 5px;
	align-items: center;
}
.chatbot{
	width: 60px;
}
.newsletter{
	background: #FCCE0D;
	border-radius: 50%;
	text-decoration: none;
	cursor: pointer;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #191919;
}
.newsletter img{
	width: 30px;
	height: 30px;
}
@media screen and (max-width: 1000px)
{
	#bottom-keret{
		flex-flow: row nowrap;
        bottom: 50px;
	}
	.wrapper{
		bottom: calc(2.0vw + 60px);
		width: 95%;
	}
	.wrapper .typing-field .input-data{
		height: 40px;
		width: calc(100% - 5px);
		position: relative;
	}
	.wrapper .wrapper-form 
	{
		min-height: 54vh;
	}
}    

.logo-div{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}