@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=latin-ext');
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");
:root{
	--max-width: 1200px;
	--fekete: #191919;
	--fekete2: #222222;
	--fekete3: #333333;
	--sotet-fekete: #090909;;
	--sarga: #fcce0d;
	--okker: #b99a30;
}

*{
  	font-family:'Poppins',sans-serif;
	padding: 0;
	margin: 0;
	outline: none;
	font-size: 15px;
	box-sizing: border-box;
}
body{
	line-height: 1.42857143;
	color: var(--fekete3)
}
header{
	display: flex;
	width: 100%;
	flex-flow: column nowrap;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
}
article{
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	width: 100%;
	margin-top: 113px;
}
.sarga-menu-sav{
	display: flex;
	flex-flow: row nowrap;
	background: var(--sarga);
	border-bottom: 1px solid #fff;
	align-items: center;
	justify-content: center;
	padding: 5px 0px;
}
.sarga-menu-sav .sima-link{
	text-decoration: none;
	color: var(--fekete);
	background-color: transparent;
	font-size: 86%;
	font-weight: bold;
	line-height: 1.42857143;
}
.sima-link:hover{
	cursor:pointer;
	text-decoration: underline;
}
.logo img {
  max-height:50px;
}
.menu-belso{
	display: flex;
	flex-flow: row nowrap;
	max-width: var(--max-width);
	width: 100%;
}
.ggap5{
	display: flex;
	grid-gap: 5px;
}
.ggap5.column{
	flex-flow: column;
}
.ggap15{
	display: flex;
	grid-gap: 15px;
}
.ggap15.column{
	flex-flow: column;
}
.row{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	width: 100%;
}
.row.right{
	justify-content: flex-end;
}
.row.center{
	justify-content: center;
}
.fekete-menu-sav{
	display: flex;
	flex-flow: row nowrap;
	background: var(--fekete2);
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 900;

}
.fekete-menu-sav2{
	display: flex;
	flex-flow: row nowrap;
	background: var(--fekete2);
	align-items: center;
	justify-content: center;
	color: var(--sarga);
	font-size: 18px;
	font-weight: 900;
	padding: 10px 10px;
}
.menu-space{
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.menu{
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	align-items: center;
	padding: 20px 0px;
	justify-content: flex-end;
}
.menu-link{
	color: var(--sarga);
	padding: 10px;
	background: transparent;
	position: relative;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.menu-link.piros{
	background: rgba(255,0,0,0.5);
}
.menu-link svg{
	width: 25px;
	height: 25px;
}
.menu-link svg g{
	fill: var(--sarga);
}
.menu-link:hover{
	color: var(--fekete2);
	background: var(--sarga);
}
.menu-link:hover svg g{
	fill: var(--fekete2);
}
.lenyilo{
	display: inline-flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-end;
	position: relative;
}
.lenyilo .lenyilokeret{
	display: none;
	position: absolute;
	background-color: var(--fekete2);
	z-index: 1;
	margin-top: 41px;
	max-height: 400px;
	overflow-y: auto;
	flex-flow: column nowrap;
}
small{
	font-size: 86%;
}
.lenyilo:hover .lenyilokeret{
	display: flex;
}
.lenyilo .lenyilokeret .menu-link{
	white-space: nowrap;
}
.main-container{
	display: flex;
	margin-top: 50px;
	width: 100%;
	max-width: var(--max-width);
	flex-flow: column;
}
.main-container.w100{
	max-width: unset;
}
.kartyak{
	display: flex;
	width: 100%;
	flex-flow: row wrap;
	align-items: flex-start;
	background-color: rgba(0,0,0,0.03);
	border: 1px solid rgba(0,0,0,0.125);
	border-radius: 2px;
}
.kartya{
	display: flex;
	flex-flow: column;
	width: calc(100% / 6 - 1px);
	max-width: calc(var(--max-width) / 6);
	word-wrap: break-word;
	border-right: 1px solid #ddd;
}
.kartya:last-child{
	border-right: unset;
}
.kartya-kep{
	padding: 0.75rem 1.25rem;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.kartya-kep img{
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
	padding: 4px;
	border: 1px solid #ddd;
}
.kartya-tartalom{
	display: flex;
	flex-flow: column;
	padding: 0.75rem 1.25rem;
	width: 100%;
	grid-gap: 10px;
	min-height: 250px;
}
.kartya-cim{
	color: var(--fekete);
	font-weight: 900;
	text-decoration: none;
	text-align: center;
	user-select: none;
	margin-bottom: 10px;
}
.kartya-cim:hover{
	cursor: pointer;
	color: var(--okker);
	text-decoration: none;
}
.kartya-tartalma{
	color: var(--fekete);
	text-align: center;
}
.text-center,.text-align-center{
	text-align: center;
}
.alert{
	display: flex;
	flex-flow: column nowrap;
	font-weight: 600;
  	font-size: 24px;
	width: 100%;
	padding: 20px;
	border-radius: 2px;
	text-align: center;
}
.mt20{
	margin-top: 20px !important;
}
.mb50{
	margin-bottom: 50px !important;
}

.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;
	
}
h2{
	font-family: "Source Sans Pro",Calibri,Candara,Arial,sans-serif;
	font-size: 32px;
	margin-top: 21px;
  	margin-bottom: 10.5px;
	font-weight: 300;
  	line-height: 1.1;
	color: inherit;
}
img {
  max-width:100%;
}
strong.okker{
	color: var(--okker);
	line-height: 1.42857143;
}
sup{
	font-size: 80%;
}
.kocsik{
	display: flex;
	flex-flow: row wrap;
	background: transparent;
	width: 100%;
	grid-gap: 0px 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.kocsi{
	display: flex;
	flex-flow: column;
	background: transparent;
	width: calc(100% / 3 - 15px);
	margin-bottom: 30px;
	position: relative;
}
.kocsi-kep{
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
	transition: .3s;
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
}
.kocsi-kep:hover{
	transform: scale(1.1);
}
.kocsi-kep.asp16{
	aspect-ratio: 16/9;
	width: 70%;
}
.rendel{
	transition: .3s;
	text-decoration: none;
	background: var(--fekete2);
	width: 100%;
	padding: 10px 18px;
	font-weight: 900;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.rendel:hover{
	background: var(--sotet-fekete);
}
.kocsi-tartalom{
	display: flex;
	flex-flow: column;
	background: #f1f1f1;
 	padding: 10px;
	width: 100%;
	grid-gap: 5px;
}
.kocsi-cim{
	color: var(--fekete);
	text-decoration: none;
	font-weight: 600;
}
.kocsi-cim:hover{
	text-decoration: underline;
	cursor: pointer;
}
.kocsi-cim.sarga:hover{
	color: var(--okker);
}
.kocsi-kedvezmeny{
	position: absolute;
	background: var(--sarga);
	border: 2px solid #fcce0d;
	color: var(--fekete);
	border-radius: 100%;
	min-width: 60px;
	min-height: 60px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	display: flex;
	z-index: 1;
	top: -25px;
 	 left: -18px;
	justify-content: center;
	align-items: center;
}
.sarga-kis-header{
	background: var(--sarga);
	color: var(--fekete);
	width: 100%;
	padding: 10px 0px;
	user-select: none;
	cursor: pointer;
	text-align: center;
	transition: .3s;
	text-decoration: none;
}
.sarga-kis-header:hover{
	background: var(--fekete);
	color: var(--sarga);
}
.csuszka{
	display: block;
	width: 100%;
	border: 1px solid #dddddd;
	background: #F5F5F5;
	text-decoration: none;
	padding: 12px;
	margin-bottom: 4px;
}
.csuszka-cim{
	text-decoration: none;
	text-transform: uppercase;
	transition: .3s;
	color: var(--fekete2);
	cursor: pointer;
	font-size: 17px;
}
.csuszka-cim:hover{
	color: var(--okker);
	text-decoration: underline;
}
.csuszka-szoveg{
	display: none;
	text-align: left;
	color: var(--fekete2);
	background: #fff;
	width: 100%;
	padding: 10px;
}
footer{
	display: flex;
	width: 100%;
	flex-flow: row nowrap;
	background: var(--fekete);
	justify-content: center;
	align-items: center;
	padding: 30px 0px;
}
footer *{
	color: #fff;
}
.footer{
	display: flex;
	width: 100%;
	max-width: var(--max-width);
	justify-content: space-between;
}
.foot{
	display: flex;
	flex-flow: column;
	width: 33.3%;
	padding: 0px 15px;
	grid-gap: 20px;
}
.foot.center{
	align-items: center;
}
.foot-link{
	color: var(--sarga);
	text-decoration: none;
	cursor: pointer;
}
.foot-link:hover{
	text-decoration: underline;
}
.foot-link.feher{
	color: #fff;
}
.foot-link.fekete{
	color: var(--fekete);
}
.foot-link.fekete:hover{
	color: var(--okker);
}
.fab{
	font-size: 4em;
	margin: .1em;
}
.foot img{
	height: 80px;
	object-fit: contain;
}
footer .footer a .fab:hover {
  color: #fcce0d;
}
#ham{
	display: none;
	flex-flow: column nowrap;
	width: 35px;
	justify-content: center;
	align-items: center;
	height: 35px;
	background: var(--sotet-fekete);
	padding: 5px;
	border-radius: 8px;
	right: 0;
	position: absolute;
	top: 5px;
}
.ham1, .ham2, .ham3 {
  display: block;
  width: 35px;
  height: 4px;
  margin: 2px 0px;
  background-color: #fff;
  transition: 0.3s;
  border-radius: 20px;
}
.ham1.forgat,.ham2.forgat,.ham3.forgat{
    position: absolute;
}
.ham1.forgat{
    transform: rotate(-45deg);
}
.ham2.forgat{
    opacity: 0;
}
.ham3.forgat{
    transform: rotate(45deg);
}
.nyilonyil{
	display: none;
}
h2{
	font-family: "Source Sans Pro",Calibri,Candara,Arial,sans-serif;
	font-size: 32px;
	margin-top: 21px;
  	margin-bottom: 10.5px;
	font-weight: 300;
  	line-height: 1.1;
	color: inherit;
}
img {
  max-width:100%;
}
strong.okker{
	color: var(--okker);
	line-height: 1.42857143;
}
#rejtett-menu{
	display:block;
	width: 100%;
}
h1.page-header{
	margin: 20px 0;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	border-bottom: 1px solid #e6e6e6;
}
h2.page-header{
	color:var(--sarga);
	background: var(--fekete);
	width: 100%;
	padding: 20px;
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 10.5px;
	text-transform: uppercase;
}
h3{
	color: var(--okker);
	margin: 0 0 20px 0;
	font-weight: 600;
	border-bottom: 0px solid var(--sarga);
	font-size: 26px;
	line-height: 1.1;
}
h4{
	font-size: 19px;
	font-family: "Source Sans Pro",Calibri,Candara,Arial,sans-serif;
	font-weight: 300;
	line-height: 1.1;
	color: inherit;
	margin-top: 10.5px;
	margin-bottom: 10.5px;
}
h6{
	font-size: 13px;
	line-height: 1.1;
	font-family: "Source Sans Pro",Calibri,Candara,Arial,sans-serif;
	font-weight: bold;
	color: var(--fekete);
	margin-top: 10.5px;
	margin-bottom: 10.5px;
}
label{
	/*display: flex;*/
	/*display: inherit;*/
	max-width: 100%;
	font-weight: 700;
}
label.nowrap{
	white-space: nowrap;
}
blockquote {
	padding: 10.5px 21px;
	margin: 0 0 21px;
	font-size: 18.75px;
	border-left: 5px solid #e6e6e6;
}
dl{
	margin-top: 0;
  margin-bottom: 21px;
}
dt{
	font-weight: 700;
	margin-bottom: 5px;
}
dd{
	margin-left: 0;
}
big{
	font-size: 19px;
}
.form{
	display: flex;
	flex-flow: column;
	width: 100%
}
.form-control {
  display:block;
  width:100%;
  height:43px;
  padding:10px 18px;
  font-size:15px;
  line-height:1.42857143;
  color:#333333;
  background-color:#ffffff;
  background-image:none;
  border:1px solid #cccccc;
  border-radius:0;
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.form-control:focus {
  border-color:#66afe9;
  outline:0;
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)
}
.form-control::-moz-placeholder {
  color:#999999;
  opacity:1
}
.form-control:-ms-input-placeholder {
  color:#999999
}
.form-control::-webkit-input-placeholder {
  color:#999999
}
.form-control::-ms-expand {
  background-color:transparent;
  border:0
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color:#e6e6e6;
  opacity:1
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor:not-allowed
}
textarea.form-control {
	height:auto;
	resize: vertical;
}
.select-space{
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 10px;
}
.select-space .oszlop{
	display: flex;
	flex-flow: column nowrap;
	width: calc(50% - 1.7rem);
	grid-gap: 10px;
}
.select-space .oszlop.w30{
	width: calc(30% - 1.7rem);
}
.select-space .oszlop.w70{
	width: calc(70% - 1.7rem);
}
.select-space.harmas .oszlop{
	width: calc(100% / 3 - 1.7rem);
}
.select-space.negyes .oszlop{
	width: calc(25% - 1.7rem);
}
.select-space.otos .oszlop{
	width: calc(100% / 5 - 1.7rem);
}
.select-space.hatos .oszlop{
	width: calc(100% / 6 - 1.7rem);
}
.select-space .oszlop.rem7{
	width: calc(50% - 0.7rem);
}
.select-space.nomargin{
	margin-bottom: 0 !important;
}
.select-space.nomargin .oszlop .mezo{
	margin-bottom: 0 !important;
}
.select-space.vcenter{
	align-items:center;
}
.floating-tooltip {
	position: absolute;
	background-color: var(--sotet-fekete);
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	display: none;
	max-width: 300px;
	z-index: 9999;
	word-wrap: break-word;
}
.help {
	display: block;
	width: 18px;
	height: 18px;
	text-align: center;
	vertical-align: baseline;
	color: #fff;
	border: 2px solid #bbb;
	border-radius: 50%;
	background: #bbb;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	justify-content: center;
	align-items: center;
	float: right;
}
.help:hover{
	cursor: help;
	color: #fff;
	border-color: #0074bd;
	background: #0074bd;
}
.red{
	color: red;
	width: fit-content;
}
.green{
	color: green;
}
.checkbox-keret{
	margin: 15px 0px;
	/*display: inherit;*/
}
.checkbox-keret .form-checkbox{
	margin-right: 5px;
	width: 20px;
	height: 20px;
}
.btn{
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	padding: 10px 18px;
	background: var(--sarga);
	color: var(--sotet-fekete);
	transition: .3s;
	text-decoration:none;
	cursor: pointer;
	box-shadow: unset;
	border: unset;
	margin-bottom: 15px;
}
.btn:hover{
	color: var(--sarga);
	background: var(--sotet-fekete);
}
.btn.nomargin{
	margin: 0;
}
.btn.invert{
	background: var(--sotet-fekete);
	color: var(--sarga);
}
.btn:hover{
	background: var(--sarga);
	color: var(--sotet-fekete);
}
.select-wrapper{
	display: inline-block;
	position: relative;
	width: 100%;
}
.select-wrapper::after {
  color: #2780e3;
  content: '▼';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -.5em;
  padding-right: .5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2em;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe{
  width: 100%;
  height: 100;
  aspect-ratio: 16/9;
}
.sajtok{
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	background: var(--fekete);
	margin-bottom: 50px;
}
.sajtok.feher{
	background: #fff;
}
.sajto{
	display: flex;
	flex-flow: column;
	width: calc(100% / 3);
	background: transparent;
	padding: 20px;
}
.sajto-kep{
	object-fit: cover;
	width: 100%;
	aspect-ratio: 16/7;
}
.sajto-tartalom{
	margin-top: 21px;
	display: flex;
	flex-flow: column;
	grid-gap: 20px;
	width: 100%;
}
.sajto-cim{
	color: var(--sarga);
	font-size: 26px;
	font-weight: 900;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
}
.sajto-cim:hover,.sajto-link:hover{
	text-decoration: underline;
}
.sajto-szoveg{
	display: block;
	text-align: left;
	color: var(--sarga);
	max-height: 86px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.sajto-link{
	color: var(--sarga);
	font-size: 19px;
	text-decoration: none;
	cursor: pointer;
}
.column-with-grid{
	display: flex;
	flex-flow: column;
	width: 100%;
	grid-gap: 20px;
}
.fancykep{
	width: 100%;
	text-decoration: none;
	cursor: pointer;
	padding: 4px;
	border: 1px solid #dddddd;
}
.fancykep img{
	width: 100%;
	object-fit: contain;
}
.fancykep.hidden{
	display: none;
}
.upper{
	text-transform: uppercase;
}
.kedvezmenyes-ar {
  color: var(--okker);
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 15px;
}
.arak{
	display: flex;
	width: 100%;
	flex-flow: column;
}
.arak .select-space{
	transition: .5s;
	padding: 5px 0px;
	margin-bottom: 0px;
}
.arak .select-space .oszlop{
	padding: 0px 15px;
	width: 50%;
}
.arak label{
	white-space: normal;
}
.arak .select-space:nth-child(odd)
{
	background: #efefef;
}
.arak .select-space:nth-child(even)
{
	background: #ddd;
}
.arak .select-space:hover{
	transform: scale(1.1);
}
.shadow-box{
	box-shadow: 0px 0px 16px 0px rgba(204,204,204,1);
	padding: 10px;
}
.switch-container.switch-content{
	display: flex;
	flex-flow: column;
	width: 100%;
}
.switch-content{
	display: none;
}
.switch-content.active{
	display: flex;
}
.switch-btn{
	padding: 10px;
	color: var(--fekete);
	background: transparent;
	font-weight: 500;
	text-align: center;
	display: block;
	cursor: pointer;
	width: 100%;
}
.row-switch{
	display: flex;
	width: 100%;
	flex-flow:row nowrap;
	align-items: center;
	transition: .3s;
}
.switch-btn.active{
	background-color: var(--sarga);
}
.switch-btn:not(.active):hover{
	background: #e6e6e6;
}
ul,ol{
	margin: 10.5px 0px;
	margin-left: 30px;
}
.modal {
    display: none;
    position: fixed;
    bottom: 0; 
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
	z-index: 1000;
}

.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#acceptCookie {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}
.container.hasznalati{
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.hasznalati .fooszlop{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.hasznalati .fooszlop.w70{
    width: calc(70% - 20px);
}
.hasznalati .fooszlop.w30{
    width: calc(30% - 20px);
    align-items: center;
}
.hasznalati h2,.hasznalati h3{
    text-align: left;
    color: #000;
    margin-bottom: 20px;
    font-size: 1.3em;
    font-family: Poppins-Regular;
}
.hasznalati h3{
    font-size: 1.1em;
    margin-top: 15px;
}
.hasznalati .bekezdes{
    margin-left: 20px;
}
.hasznalati .bekezdes2{
    margin-left: 35px;
}
.hasznalati p{
    text-align: justify;
    font-size: 1em;
    color: var(--sotetszurke);
    font-family: Poppins-Regular;
}
.hasznalati p.justify{
    text-align: justify;
}
li{
    text-align: justify;
}
.hasznalati .m20{
    margin: 20px 0px;
}
.hasznalati .mb20{
    margin-bottom: 20px;
}
.hasznalati ul,.hasznalati ol{
    margin-left: 65px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 0.95em;
    color: var(--sotetszurke);
    font-family: Poppins-Regular;
}
.blokk{
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    height: 250px;
    border-radius: 15px;
    position: relative;
    overflow: clip;
    margin-bottom: 20px;
}
.blokk-bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}
.blokk-atmenet{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(2,0,36,0.4) 0%, rgba(0,0,0,0) 100%);
}
.blokk-szovegek{
    position: absolute;
    display: flex;
    width: calc(100% - 40px);
    flex-flow: column nowrap;
    height: 50%;
    bottom: 0;
    left: 0;
    padding: 0px 20px;
    z-index: 5;
    justify-content: flex-end;
}
.blokk .kis-feher-szoveg{
    display: block;
    text-decoration: none;
    font-size: 18px;
    width: 100%;
    text-align: left;
    color: #fff;
}
.blokk .kis-feher-szoveg.sarga{
    color: var(--sarga);
    font-size: 26px;
    cursor: pointer;
    font-family: Lexend-Semibold;
    margin: 15px 0px;
    margin-bottom: 20px;
}
.hasznalati .fooszlop.w30 .gomb.sarga{
	margin-bottom: 30px;
}
.tabla2{
    width: 100%;
    display: inline-flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #000;
    overflow: hidden;
}
.tabla2 .sor{
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #000;
}
.tabla2 .sor:last-child{
    border-bottom: 0px;
}
.tabla2 .cella{
    width: 100%;
    padding: 10px 10px;
    color: var(--lilasfekete);
    text-align: left;
    font-size: 16px;
    background-color: #fff;
    position: relative;
  
}
.tabla2 .cella:not(.fejlec)::after{
    content: '';
    width: 1px;
    background: #000;
    right: 0;
    top:-1000px;
    height: calc(10000% + 10px);
    z-index: 1;
    position: absolute;
}
.tabla2 .cella:last-child::after{
    display: none;
}
.tabla2 .cella.fejlec{
    font-weight: 900;
    background-color: var(--fekete2);
	color: var(--sarga);
}
.tabla2 .muveletek{
    display: flex;
    flex-flow: row wrap;
    overflow: hidden;
	grid-gap: 3px;
}
.tabla2 .muveletek .ikon{
    width: 18px;
    height: 18px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: .3s;
    margin-right:10px;
    border-radius: 5px;
    padding: 3px;
}
.tabla2 .muveletek .ikon:hover{
    border: 2px solid var(--lila);
}
.tabla2 .cella span{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.ikon-keret{
    display: flex;
  flex-flow: row nowrap;
  width: 80%;
  grid-gap: 0px 20px;
  align-items: center;
}
.sz_menu{
    font-weight: 900;
    color: var(--sarga);
    padding: 5px 8px;
    border: 1px solid var(--sarga);
    transition: .3s;
    background: var(--fekete);
    text-decoration: none;
	cursor: pointer;
}
.sz_menu:hover{
    background: var(--sarga);
    color: var(--fekete);
}
.form-control.border-red:focus,.form-control.border-red,.form-checkbox.border-red{
	border-color: red;
  	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px red;
}
.elrejt{
	width: 100%;
	display: none;
}
.bezar{
	background: #fff;
	border-radius: 50%;
	color: red;
	border: 1px solid #ddd;
	box-sizing: border-box;
	width: 35px;
	height: 35px;
	font-size: 17px;
	font-weight: 900;
	cursor: pointer;
	transition: .3s;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bezar:hover{
	background: red;
	border-color: red;
	color: #fff;
}
.rejtett{
	display: none;
	width: 100%;
}

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.container {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  user-select: none;
}
.checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: var(--sarga);
  border-radius: 50%;
  transition: .4s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkmark::before{
  content: '';
  display: block;
  height: 0.9rem;
  width: 0.9rem;
  background-color: #fff;
  border-radius: 50%;
}
.checkmark:hover {
  background-color: var(--okker)
}
.container input:checked ~ .checkmark {
  box-shadow: none;
  background-color: limegreen;
  transform: rotateX(360deg);
}

.container input:checked ~ .checkmark:hover {
  background-color: lime;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container input:checked ~ .checkmark:after {
  display: block;
}
.container input:checked ~ .checkmark:before {
  display: none;
}
.container .checkmark:after {
  
  width: 0.25rem;
  height: 0.5rem;
  border: solid white;
  border-width: 0 0.15rem 0.15rem 0;
  box-shadow: 0.1rem 0.1rem 0rem 0 rgba(0,0,0,0.3);
  transform: rotate(45deg);
}
.arak-between{
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	align-items: center;
	grid-gap: 10px 0px;
	
}
.arak-between.border-red{
	border: 1px solid red;
  	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px red;
}
.arak-between .ar{
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	margin-right: 10px;
	padding: 4px 4px;
	width: fit-content;
	grid-gap: 5px;
}
.arak-between .ar:last-child{
	margin-right: unset;
}
.border-red{
	border: 1px solid red;
  	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px red;
}
.blogok{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    position: relative;
    align-items: flex-end;
}
/*.blogok::after{
    content: '';
    flex:auto;
}*/
.blogok .blog{
    display: flex;
    flex-flow: column nowrap;
    width: calc(1200px / 4);
    margin-right: 20px;
    background: transparent;
    z-index: 1;
    margin-bottom: 40px;
    
}
.blog .blogkep-keret{
    height: 150px;
    width: 100%;
    margin-bottom: 25px;
}
.blog .blogkep-keret.blogkep-keret2{
    height: unset;
    aspect-ratio: 3/2;
}
.blog .blogkep-keret img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}
.blog .datum{
    color: #fff;
    background: var(--sarga);
    padding: 5px 10px;
    margin-bottom: 15px;
   
    width: fit-content;
}
.blogcim{
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--okker);
   
    font-size: 1.4em;
    margin-bottom: 15px;
    cursor: pointer;
}
.blogszoveg{
    display: block;
    text-align:left;
    height: 150px;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
   
}
.lapozo{
    display: flex;
    flex-flow: row nowrap;
    grid-gap: 0px 10px;
    align-items: center;
}
.lap-gomb{
    text-decoration: none;
    color: var(--fekete);
    font-family: "Source Sans Pro";
    transition: .4s;
    font-size: 16px;
	cursor:pointer;
	padding: 1px 5px 3px 5px;
	line-height: 1em;
	border-radius: 5px;
	font-weight: 900;
}
.lap-gomb:hover,.lap-gomb.active{
    color: var(--okker);
}
.lap-gomb-selected
{
	cursor: default;
	background: var(--fekete2);
	color: var(--okker);
}
.head-keret {
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	height: 35vw;
	position: relative;
	align-items: center;
	overflow: hidden;
	text-shadow: 2px 2px black;
	background: #fff;
	max-height: 300px;
	border-bottom: 1px solid #d0d0d0;
}
.head-szoveg-keret {
	display: flex;
	flex-flow: column nowrap;
	width: 95%;
	align-items: flex-start;
	justify-content: center;
	height: 100%;
	position: absolute;
	max-width: var(--max-width);
}
.head-szoveg {
	font-size: 2.7em;
	max-width: 50%;
	margin-bottom: 15px;
	font-weight: 600;
	color: var(--okker);
	text-shadow: 0px 0px 0px #fff;
}
.head-szoveg.datumszoveg {
	font-weight: unset;
	font-size: 16px;
	padding: 8px 18px;
	background: var(--sarga);
	color: var(--fekete);
}
.oldalblog{
    display: flex;
    width: calc(100% - 16px);
    padding: 8px;
    border: 2px solid #f5f5f5;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
    box-shadow: 0px 0px 10px #eee;
}
.referenciak {
  display: flex;
  width: 100%;
  flex-flow: column nowrap;
  overflow: hidden;
  position: relative;
  align-items: center;
  margin-bottom: 25px;
  box-shadow: 0px 0px 10px #eee;
  border: 2px solid #f5f5f5;
  padding-bottom: 10px;
}
.vizszintes{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
}
.oldalblog img{
    width: 30%;
    cursor: pointer;
	aspect-ratio: 1/1;
  	object-fit: cover;
}
.oldalblog h3{
    width: calc(70% - 15px);
    cursor: pointer;
}
.kettes-oszlop2{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
}
.kettes-oszlop2 .w70 img{
    width: 100%;
}

.blog .oszlop{
    display: flex;
    flex-flow: row nowrap;
    flex-flow: column nowrap;
    width: 50%;
}
.kettes-oszlop2.blog .w30{
    width: calc(30% - 20px);
}
.kettes-oszlop2.blog .w70{
    width: calc(70% - 20px);
}
.egyes-oszlop{
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    position: relative;
    padding: 10px 25px;
    border: 2px solid #f5f5f5;
    box-shadow: 0px 0px 10px #eee;
    margin-bottom: 15px;
}
.egyes-oszlop .ikonkeret{
    display: flex;
    background-color: var(--sarga);
    border-radius: 50%;
    padding: 15px;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    width: fit-content;
    cursor: pointer;
}
.egyes-oszlop .ikonkeret img{
    width: 35px;
    height: 35px;
}
.egyes-oszlop .nev{
    width: 100%;
    text-align: left;
    font-size: 0.93em;
    color: #000;
    line-height: 22px;
    cursor: pointer;
}
.egyes-oszlop .vizszintes{
    margin-bottom: 15px;
}
.nyilak {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  user-select: none;
	margin-top: 15px;
  position: relative;
  grid-gap: 0px 10px;
}
.nyilak .nyil{
    font-size: 1.8em;
    color: #222;
    font-weight: normal;
    cursor: pointer;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    width: 42px;
    transition: .5s;
}
.referenciak .nyilak .nyil:hover{
    border: 1px solid var(--sarga);
    color: var(--sarga);
}
.szurkediv{
	background: #f1f1f1;
	padding: 21px 10px;
	border-top: 1px solid #dddddd;
}
.szurkediv .foot-link{
	font-weight: 500;
	font-size: 1em;
	text-decoration: underline;
}
.checkbox-wrapper-29 {
    --size: 1.2rem;
    --background: #fff;
    font-size: var(--size);
  }

  .checkbox-wrapper-29 *,
  .checkbox-wrapper-29 *::after,
  .checkbox-wrapper-29 *::before {
    box-sizing: border-box;
  }

  .checkbox-wrapper-29 input[type="checkbox"] {
    visibility: hidden;
    display: none;
  }

  .checkbox-wrapper-29 .checkbox__label {
    width: var(--size);
  }

  .checkbox-wrapper-29 .checkbox__label:before {
    content: ' ';
    display: block;
    height: var(--size);
    width: var(--size);
    position: absolute;
    top: calc(var(--size) * 0.125);
    left: 0;
    background: var(--background);  
  }

  .checkbox-wrapper-29 .checkbox__label:after {
    content: ' ';
    display: block;
    height: var(--size);
    width: var(--size);
    border: calc(var(--size) * .14) solid #000;
    transition: 200ms;
    position: absolute;
    top: calc(var(--size) * 0.125);
    left: 0;
    background: var(--background);  
  }

  .checkbox-wrapper-29 .checkbox__label:after {
    transition: 100ms ease-in-out;
  }

  .checkbox-wrapper-29 .checkbox__input:checked ~ .checkbox__label:after {
    border-top-style: none; 
    border-right-style: none;
    -ms-transform: rotate(-45deg); /* IE9 */
    transform: rotate(-45deg);
    height: calc(var(--size) * .5);
    border-color: green;
  }

  .checkbox-wrapper-29 .checkbox {
    position: relative;
    display: flex;
    cursor: pointer;
    /* Mobile Safari: */
    -webkit-tap-highlight-color: rgba(0,0,0,0);   
  }

  .checkbox-wrapper-29 .checkbox__label:after:hover,
  .checkbox-wrapper-29 .checkbox__label:after:active {
     border-color: green; 
  }

  .checkbox-wrapper-29 .checkbox__label {
    margin-right: calc(var(--size) * 0.45);
  }
.checkboxok{
	display: inline-block;
	float: left;
	width: 100%;
}
.checkboxok .checkbox-wrapper-29{
	margin-bottom: 15px;
}
.checkboxok .checkbox-wrapper-29:last-child{
	margin-bottom: unset;
}
.carousel-link{
	display: #000;
	background: rgba(0,0,0,0.8);
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	padding: 15px 20px;
	width: 100%;
	position: absolute;
	bottom: 30px;
	text-align: center;
	font-family: "Source Sans Pro";
	font-size: 18px;
	font-weight: 900;
		
}
  .progress-container {
  display: flex;
  align-items: center;
}

.circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #aaa;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #aaa;
}

.circle.complete {
  border-color: #4caf50;
  color: #4caf50;
}

.circle.active {
  border-color: #2196f3;
  color: #2196f3;
}

.line {
  flex: 1;
  height: 2px;
  background-color: #aaa;
  margin: 0 10px;
}

.line.complete {
  background-color: #4caf50;
}
.arathuzott{
	color: #606060;
	text-decoration: line-through;
}
.kedvezmenyes-ar .arathuzott,.kedvezmenyes-ar .red{
	font-size: 22px;
}

@media screen and (max-width:1200px)
{
	:root{
		--max-width: 95%;
	}
	.kocsi{
		width: calc(100% / 2 - 15px);
	}
	.kartya{
		width: calc(100% / 3 - 1px);
		max-width: unset;
	}
}
@media screen and (max-width:1199px)
{
	.menu-space{
		flex-flow: column;
		align-items: flex-start;
		position: relative;
	}
	.menu{
		justify-content: center;
	}
	.row.wrap{
		flex-flow: row wrap;
	}
	.blogok .blog{
		width: calc(1200px / 3);
	}
}
@media screen and (max-width:1000px)
{
	.kartya{
		width: calc(50% - 1px);
		max-width: unset;
	}
	.footer{
		flex-flow: row wrap;
	}
	.foot{
	width: 50%;
	}
	.floating-tooltip {
		max-width: 100vw; /* Maximális szélesség mobilon */
		left: 0;
		right: 0;
		margin: 0 auto; /* Középre igazítva */
		bottom: 10px;
		 position: fixed;
	}
	.checkbox-keret{
		display: unset;
	}
	label{
		display: unset;
	}
}
@media screen and (max-width:800px)
{
	article{
		margin-top: 88px;
	}
	.kartya{
		width: calc(100% - 1px);
		max-width: unset;
	}
	.kocsi{
		width: calc(100% - 15px);
	}
	.footer{
		flex-flow: row wrap;
	}
	.foot{
	width: 100%;
	}
	#ham{
		display: flex;
	}
	.menu{
		display: flex;
		flex-flow: column;
	}
	.menu-space{
		justify-content: center;
	}
	.menu-link{
		width: 100%;
		text-align: left;
		position: relative;
	}
	.lenyilo{
		width: 100%;
	}
	.nyilonyil{
		display: block;
		right: 5px;
		color: var(--sarga);
		padding: 8px;
		width: fit-content;
		position: absolute;
		top:0;
		cursor:pointer;
		transition: .3s;
	}
	.lenyilo .menu-space:hover .nyilonyil{
		color: var(--fekete2);
	}
	.nyilonyil:hover{
		color: var(--sarga) !important;
	}
	.nyilonyil.forgat{
		transform: rotate(180deg);
	}
	#rejtett-menu{
		display: none;
		
	}
	.select-space{
		flex-flow: column;
	}
	.select-space .oszlop {
		width: 100%;
	}
	.kocsi-kep.asp16{
		width: 100%;
	}
	.blogok .blog{
		width: 100%;
	}
	.arak .select-space{
		flex-flow: row wrap;
	}
	.sajtok{
		flex-flow: column;
	}
	.sajto{
		width: 100%;
	}
	.mobil-megjelenit{
		display: flex;
	}
}