:root{
	--footer-color: rgb(33, 55, 74);
	--arany: #f1da79;
	--max-width: 1200px;
	--kozep-arany: #dbcb8c;
	--sotet-arany: #c3ad61;
	--szurke: #e9eae4;
	--sotet-zold: #224f45;
	--height-1: 30px;
	--minus-height-1: -40px;
	--minus-height-2: -45px;
	--sotet-szurke: #333;
}

@font-face {
    font-family: NotoSans-Light;
    font-style: normal;
    /*font-weight: 400;*/
    src: url("NotoSans-Light.ttf") format('truetype');
}
@font-face {
    font-family: NotoSans-Regular;
   	font-style: normal;
     /*font-weight: 400;*/
    src: url("NotoSans-Regular.ttf") format('truetype');
}
@font-face {
    font-family: NotoSans-SemiBold;
    font-style: normal;
   /* font-weight: 400;*/
    src: url("NotoSans-SemiBold.ttf") format('truetype');
}
@font-face {
    font-family: PlayfairDisplay-SemiBold;
    font-style: normal;
    /*font-weight: 400;*/
    src: url("PlayfairDisplay-SemiBold.ttf") format('truetype');
}
*{
	padding: 0;
	margin:0;
	outline: none;
	font-family: NotoSans-Regular;
}
header{
	display: flex;
	width: 100%;
	flex-flow:column;
	align-items: flex-end;
	position: relative;
	background-image: url("../media/images/triangle_bg.webp");
	background-position: right;
	background-size: contain;
}
.header-gradient{
	display: flex;
	width: 100%;
	height:600px;
	background-image: linear-gradient(to right,#e9eae4 60%,transparent);
	background-position: right;
	background-size: contain;
	justify-content: center;
	padding-bottom: var(--height-1);
	margin-top:77px;
}
.header-maxw{
	display: flex;
	flex-flow: row nowrap;
	width: 98%;
	max-width: var(--max-width);
	justify-content: space-between;
	align-items: center;
}
.hero{
	max-height: 600px;
	object-fit: contain;
	bottom: 0;
}
.header-szoveg-column{
	display: flex;
	flex-flow: column;
	justify-content: center;
	grid-gap: 10px 0px;
	width: 100%;
}
.nagynev{
	font-size: 22px;
	color: var(--kozep-arany);
	width: 100%;
}
.arany-hr-rovid{
	width: 100px;
	background: var(--kozep-arany);
	height: 1px;
}
.szurke-hr-rovid{
	width: 100px;
	background: #cfd4d3;
	height: 1px;
}
.szurke-hr-rovid.center{
	margin-right: auto;
	margin-left: auto;
}
.custom-button {
  display: inline-block;
  background: linear-gradient(to right, #ccb366, #b58d2b);
  color: #fff;
	width: fit-content;
 font-family: NotoSans-Light;
  font-weight: bold;
  padding: 12px 24px;
  text-decoration: none;
  position: relative;
  clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);
	cursor: pointer;
	transition: .3s;
	border: 0;
	padding-right: 35px;
}
.mt20{
	margin-top: 20px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.custom-button:hover {
  background: linear-gradient(to right, #d6be73, #c49936);
}
.megbizhatosag{
	font-family: PlayfairDisplay-SemiBold;
	font-size: 55px;
	color: var(--sotet-zold);
	width: 100%;
}
.menu{
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	box-sizing: border-box;
	position: fixed;
	justify-content: center;
	background-color: #fff;
	z-index: 10;
}
.menu-space{
	display: flex;
	flex-flow: row nowrap;
	width: 98%;
	padding: 10px 0px;
	position: relative;
	justify-content: space-between;
	background-color: #fff;
	max-width: var(--max-width);
}
.menu-row{
	display: flex;
	flex-flow: row nowrap;
	grid-gap: 10px;
	align-items: center;
}
.logo{
	text-decoration: none;
	height: 100%;
	cursor: pointer;
	display: flex;
	flex-flow: row nowrap;
	grid-gap: 10px;
	align-items: center;
}
.logo img{
	width: 50px;
}
.logo-szoveg-keret{
	display: flex;
	flex-flow: column;
	text-decoration: none;
	cursor: pointer;
	align-items: center;
  justify-content: center;
}
.logo-szoveg-keret .elso{
	font-family:NotoSans-Regular;
	color: var(--arany);
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
.logo-szoveg-keret .masodik{
	font-family:NotoSans-Regular;
	color: var(--sotet-arany);
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}
.telszam{
	white-space: nowrap;
	font-size: 16px;
	color: var(--sotet-arany);
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	transition: .3s;
}
.telszam:hover{
	color: var(--kozep-arany);
}
.menupontok{
	display:flex;
	flex-flow: row nowrap;
	align-items: center;
}

article{
	display: flex;
	flex-flow: column;
	align-items: center;
	width: 100%;
	position: relative;
}
.container{
	width: 98%;
	display: block;
	margin: 0 auto;
	max-width: var(--max-width);
	min-height: 800px;
}
.ham{
	display: flex;
	height: 35px;
	background: #fff;
	padding: 3px;
	border-radius: 3px;
	color: #fff !important;
	flex-flow: column nowrap;
	width: 35px;
	justify-content: center;
	align-items: center;
	position: relative;
	border:1px solid var(--arany);
	cursor: pointer;
}
.ham1, .ham2, .ham3 {
  display: block;
  width: 25px;
  height: 2px;
  margin: 3px 0px;
  transition: 0.5s;
  border-radius: 20px;

}
.ham1{
	background-color: var(--arany);
}
.ham2{
	background-color: var(--kozep-arany);
}
.ham3{
	background-color: var(--sotet-arany);
}
.ham1.forgat {
  transform: rotate(-45deg);
	position: absolute;
}
.ham2.forgat {
	position: absolute;
  opacity: 0;
}
.ham3.forgat {
  transform: rotate(45deg);
	position: absolute;
	background-color: var(--arany);
}
.racsuszos-box{
	display: block;
	padding: 5px;
	background: #fff;
	box-shadow: 0px 0px 5px #ccc;
	transform: translateY(var(--minus-height-1));
}
.racsuszos-box.p10{
	padding: 10px;
}
.arany-keret{
	display: block;
	width: 100%;
	border:1px solid var(--kozep-arany);
	padding: 10px;
	box-sizing: border-box;
}
.arany-keret.p30{
	padding: 30px;
}
.atmenetes-keret{
	display: flex;
	background: linear-gradient(to right, #f4efd9, #ddcb8d);
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 10px 0px;
}
.maxw{
	display: block;
	width: 98%;
	max-width: var(--max-width);
	margin: 0 auto;
}
.bemutatkozas{
	font-family: PlayfairDisplay-SemiBold;
	font-size: 30px;
	color: #b4993a;
}
.feketeszoveg{
	font-family: NotoSans-Light;
	font-size: 16px;
	line-height: 1.6em;
}
.felbox{
	display: flex;
	width: 100%;
	flex-flow: column;
	align-items: flex-start;
	justify-content: center;
}
.section{
	background-image: url("../media/images/triangle_bg.webp");
	background-size: 50%;
	width: 100%;
	position: relative;
	display: block;
}
.section-bg{
	background-image: linear-gradient(transparent,#fff 120px);
	height: 100%;
	width: 100%;
	position: relative;
	display: block;
	padding: 20px 0px;
}
.section-head{
	font-size: 40px;
	font-family: PlayfairDisplay-SemiBold;
	text-align: center;
	margin-bottom: 30px;
	background: transparent;
	color: var(--sotet-zold);
}
.section-body{
	display: flex;
	flex-flow: column;
	width: 100%;
	background: transparent;
}
.select-space{
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}
.select-space .oszlop{
	display: flex;
	flex-flow: column;
	padding: 0 55px;
	width: calc(100% / 2 - 110px);
}
.select-space.harmas .oszlop{
	width: calc(100% / 3 - 90px);
	padding: 0 45px;
	
}
.pluses-container{
	display: flex;
	background: #fff;
	margin: 15px 0px;
	justify-content: space-around;
	align-items: center;
}
.pluses-container .plus-keret{
	display: flex;
	width: 50px;
	height: 50px;
	background: #fff;
	position: relative;
	justify-content: center;
	align-items: center;
}
.plus-keret .plus{
	width: 100%;
	height: 1px;
	background: var(--kozep-arany);
	position: absolute;
	display: block;
}
.plus-keret .plus.vertical{
	transform: rotate(90deg);
}
.alcim{
	font-size: 25px;
	font-family: PlayfairDisplay-SemiBold;
	text-align: center;
	color: #b4993a;
}
.alcim-szoveg{
	font-family: NotoSans-Light;
	color: var(--sotet-szurke);
	font-size: 16px;
	text-align: left;
	line-height: 1.6em;
}
.alcim-szoveg.center{
	text-align: center;
}
.row{
	display:flex;
	flex-flow: row nowrap;
	width: 100%;
	align-items: center;
}
.row.center{
	justify-content: center;
}
.feher-btn{
	border: 1px solid #b29939;
	color: #b29939;
	padding: 15px 30px;
	background: #fff;
	transition: .3s;
	cursor: pointer;
	font-family: NotoSans-Light;
}
.feher-btn:hover{
	background: #b29939;
	color: #fff;
}
.sotetzold-bg{
	background-color: #16342E; /* sötétzöld háttér */
	padding: 60px 0px;
	color: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
	padding-bottom: 80px;
}
.section-content {
	display: flex;
	max-width: var(--max-width);
	gap: 40px;
	align-items: center;
	position: relative;
	
	width: calc(98% - 20px);
	padding: 10px 0px;
}
.section-content::before{
	content:'';
	width: 100%;
	height: 100%;
	position: absolute;
	border: 1px solid #c4a957; /* arany szegély */
	margin: -10px 0px;
	z-index: 1
}
.text {
	flex: 1;
	padding: 0px 30px;
	line-height: 1.6em;
}

.text h2 {
	font-size: 28px;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 18px;
}
.text h2::before{
	content: '';
	background: #fff;
	height: 1px;
	width: 55px;
	left: 0%;
	right: 0%;
	position: absolute;
	bottom: 0;
}
.text p {
	font-size: 15px;
	line-height: 1.6;
}
.image-bg{
	position: relative;
	flex: 1;
	max-width: 440px;
	max-height: 220px;
	box-sizing: border-box;
	margin-right: 5px;
}
.image {
	flex: 1;
	clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
	overflow: hidden;
	max-width: 440px;
	max-height: 265px;
	transform: translateY(-40px) translateX(-20px);
	position: relative;
	z-index: 1;
}
.image-bg::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #455d58;
  padding: 20px 23px;
  display: block;
 transform: translateX(-50px) translateY(-10px);
}
.image img {
	width: 100%;
	height: auto;
	display: block;
	
}
.haromszoges-keret{
	display: flex;
	background: url("../media/images/triangle_bg.webp");
	background-size: 50%;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 10px 0px;
}
.haromszoges-keret .racsuszos-box{
	transform: translateY(var(--minus-height-2));
	
}

footer{
	background: #fff;
	width: 100%;
	display: flex;
	
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
}
.footer-maxw{
	max-width: var(--max-width);
	width: 98%;
	display: flex;
	padding: 60px 0px;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
}
footer .oszlop{
	display: flex;
	flex-flow: column;
	width: calc(100% / 3 - 30px);
	padding-right: 30px;
	
}
footer .oszlop:nth-child(2){
	border-right: 1px solid var(--kozep-arany);
	border-left: 1px solid var(--kozep-arany);
	margin-right: 30px;
 	 padding-left: 30px;
}
.footer-img{
	height: 200px;
  object-fit: contain;
}
.oldal-menu {
	width: 100%;
	max-width: 350px;
	height: 100%;
	max-height: calc(100% - 77px);
	position: fixed;
	display: flex;
	flex-flow: column;
	align-items: center;
	right: -100%;
	top: 77px;
	background: #fff;
	box-shadow: -0px -3px #efefef;
	border-left: 1px solid #efefef;
	z-index: 2;
	transition: right 0.3s ease;
}

/* Nyitás */
.oldal-menu.show {
	right: 0;
	animation: slideFromRight 0.3s forwards;
}

/* Zárás */
.oldal-menu.hide {
	right: -100%;
	animation: slideToRight 0.3s forwards;
}

/* Animációk */
@keyframes slideFromRight {
	from { right: -100%; }
	to { right: 0; }
}

@keyframes slideToRight {
	from { right: 0; }
	to { right: -100%; }
}
.menupont{
	letter-spacing: 1px;
	border: 2px solid transparent;
	padding: 10px 22px;
  	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 22px;
	margin: 0px 3px;
	transition: .3s;
	color: #333;
	cursor: pointer;
}
.menupont:hover{
	color: var(--kozep-arany);
}
.atlatszo{
    display: none;
    accent-colorflex-flow: column nowrap;
    width: 100%;
    height: 100%;
    position: fixed;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background: rgba(0,0,0,0.7);
    top: 0;
}
.atlatszo.show{
    display:flex;
}
.atlatszo-form{
	display: flex;
	flex-flow: column;
	padding: 20px 20px 10px 20px;
	background-color:#fff;
	border-radius: 12px;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 98%;
  max-width: var(--max-width);
  box-sizing: border-box;
}
.atlatszo-form h1{
	color: #333333;
	font-size: 26px;
	font-weight: 700;
	line-height: 45px;
	margin: 10px 0px 15px 0px;
	text-align: center;
}
.atlatszo-form .checkbox-wrapper-13{
	width: 85%;
}
.close-atlatszo{
	position: absolute;
	top: 5px;
	right: 15px;
	color: #000;
	font-weight: 900;
	font-size: 22px;
	cursor: pointer;
	transition: .3s;
}
.close-atlatszo:hover{
	color:var(--sotetkek);
}
.mezo{
	color: #000;
	background: #f3f3f3;
	border: 1pt solid var(--kozep-arany);
	border-radius: 4px;
	outline: none;
	font-weight: 500;
	font-size: 18px;
	margin: 0 5px;
	padding: 10px;
	width: calc(90% - 20px);
	margin-bottom: 15px;
}
textarea.mezo{
	resize: none;
}
.marginT30{
	margin-top: 30px;
} 
.marginB30{
	margin-bottom: 30px;
}
.kicsiszoveg{
	font-size: 12px;
	font-family: NotoSans-Light;
}
.atlatszo-form .kicsiszoveg{
	max-width: 83%;
	text-align: center;
}

.link{
	color: var(--sotet-arany);
	text-decoration: none;
	cursor: pointer;
	transition: .3s;
}
.link:hover{
	color: var(--arany);
}
.alert{
	display: flex;
	flex-flow: column nowrap;
	font-weight: 600;
  	font-size: 24px;
	width: calc(100% - 44px);
	
	border-radius: 8px;
	text-align: center;
}
.alert-success{
	border: 1px solid var(--kozep-arany);
	background-color: #fff;
	color: var(--sotet-zold);
	padding: 20px;
}
.alert-danger{
	border: 1px solid var(--kozep-arany);
	background-color:#fff;
	color: #58151c;
	padding: 20px;
}
@media screen and (max-width:1000px)
{
	.telszam{
		display:none;
	}
	.oldal-menu
	{
		width: 100%;
		max-width: unset;
	}
	.logo-keret,.logo-szoveg-keret{
		flex-flow: column;
		align-items: center;
	}
	.logo-cim{
		font-size: 20px;
  		line-height: 1.2em;
		font-weight: normal;
	}
	.logo-cim,.logo-cim-alatt{
		color: #000;
		min-width: unset;
	}
	.header-gradient {
	  height: auto;
		padding-top: 20px;
	  padding-bottom: 0;
	  align-items: flex-end;
	}
	.header-maxw{
		align-items: flex-end;
	}
	.megbizhatosag {
	  font-size: 24px;
		margin-left: 10px;
	}
	.hero {
		max-height: 100%;
		width: 52%;
		position: absolute;
		right: -5%;
		height: 100%;
		bottom: -20vw;
	}
	.nagynev {
	  font-size: 18px;
		margin-left: 10px;
	}
	.header-szoveg-column {
	  width: 60%;
	}
	.atmenetes-keret{
		padding: 0;
	}
	.racsuszos-box{
		transform: translateY(0);
	}
	.custom-button {
	 clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);
		font-size: 14px;
		padding: 12px 20px;
		width: fit-content;
		padding-right: 50px;
		
	}
	.select-space.harmas .oszlop {
	  width: calc(100%  - 90px);
	}
	.pluses-container,.szurke-hr-rovid{
		display: none;
	}
	.alcim {
	  margin:30px 0px 15px 0px;
	}
	.select-space .oszlop {
	  padding: 0 45px;
	  width: calc(100% - 90px);
	}
	.haromszoges-keret .racsuszos-box{
		width: calc(100% - 40px);
		margin: 0px 20px;
		padding: 0;
		box-shadow: unset;
	}
	.racsuszos-box{
		box-shadow: unset;
	}
	.section-content{
		flex-flow: column;
	}
	.text {
 		 text-align: center;
		padding: 20px 35px;
		border: 1px solid #c4a957;
	}
	.image-bg{
		position: unset;
		margin-right: 0px;
	}
	.image-bg::before {
	  clip-path: unset;
	  transform: translateX(-15px) translateY(0px);
		background:#fff;
    	width: calc(100% - 17px);
	}
	.image{
		max-width: unset;
		overflow: unset;
		clip-path:unset;transform: unset;
	}
	.image img {
	  width: 109%;
	  height: auto;
	  display: block;
	  transform: translateX(-5%);
	}
	.section-content::before{
		display:none;
	}
	.text h2 {
		margin-bottom: 13px;
	  
	}
	.text h2::before{
		content: '';
		background: #fff;
		height: 1px;
		width: 45px;
		left: 30%;
		right: 30%;
		position: absolute;
		bottom: 0;
	}
	.sotetzold-bg {
	  background: #16342e;
	  padding: 27px 0px;
	 
	  padding-bottom: 120px;
	}
	.atmenetes-keret{
		background: #fff;
	}
	.footer-maxw {
		width: 100%;
		padding: 40px 0px;
		padding-top: 0;
		flex-flow:column;
  	}
	footer .oszlop {
		display: flex;
		flex-flow:column;
		width: calc(100%  - 60px);
		padding-right: 30px;
		margin-right: 0px !important;
		margin-left: 0px !important;
		padding-left: 30px;
		border: 0 !important;
	}
	.menu{
		z-index: 10;
	}
	.arany-keret,.arany-keret.p30 {
	  border: 0;
	  padding: unset;
	}
	.arany-hr-rovid {
 		 width: 65px;
	}
	.header-maxw{
		width: 100%;
	}
	header,article,html{
		overflow-x: hidden;
	}
	header{
		overflow:hidden;
	}
	.felbox {
	  width: 100%;
	}
	.header-szoveg-column .arany-hr-rovid{
		margin-left: 10px;
	}
}