:root{
	--footer-color: rgb(33, 55, 74);
	--zold: #4eaf9a;
	--max-width: 960px;
	--fekete: #303233;
}

@font-face {
    font-family: TitilliumWeb;
    font-style: normal;
    font-weight: 400;
    src: url("TitilliumWeb-Regular.ttf") format('truetype');
}
*{
	padding: 0;
	margin:0;
	outline: none;
	font-family: TitilliumWeb;
}
header{
	display: flex;
	width: 100%;
	flex-flow:column;
	height: 357px;
	align-items: flex-end;
	position: relative
}
.header-bg{
	width: 100%;
	height: 100%;
	max-height: 357px;
	overflow: hidden;
}
.header-bg img{
	width: 100%;
	height: 100%;
	
	object-fit: cover;
	animation: animation_zoom 80s linear infinite;
}
.menu{
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	padding: 10px 30px;
	box-sizing: border-box;
	position: absolute;
	z-index: 1;
	bottom: 0;
	justify-content: space-between;
}
.logo-keret{
	display:flex;
	flex-flow: row nowrap;
	align-items: center;
	grid-gap: 0px 10px;
}
.logo{
	text-decoration: none;
	width: fit-content;
	cursor: pointer;
}
.logo img{
	width: 92px;
	height: 65px;
}
.logo-szoveg-keret{
	display: flex;
	flex-flow: column;
	text-decoration: none;
	cursor: pointer;
}
.logo-cim{
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2em;
}
.logo-cim-alatt{
	color: #fff;
	font-size: 14px;
  line-height: 1.5em;
  min-width: 150px;
}
.menupontok{
	display:flex;
	flex-flow: row nowrap;
	align-items: center;
}
.menupont{
	letter-spacing: 1px;
	color: #fff;
	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;
}
.menupont:not(.aktiv):hover{
	color: var(--zold);
}
.menupont.aktiv{
	color: var(--zold);
	border-color: var(--zold);
}
.menupontok .fa-facebook{
	margin-left:10px;
}
.fa-facebook{
	padding: 10px 13px;
	background: var(--zold);
	color: #fff;
	border-radius: 50%;
	font-size: 13px;
	transition: .3s;
}
.fa-facebook:hover{
	background: #fff;
	color: var(--zold);
}
article{
	display: flex;
	flex-flow: column;
	align-items: center;
	width: 100%;
}
.container{
	width: 98%;
	display: block;
	margin: 0 auto;
	max-width: var(--max-width);
	padding: 30px 0px;
	min-height: 800px;
}
hr.bold{
	background-color: #aaafb3;
	width: 100%;
	margin-bottom: 15px;
	font-size: 14px;
	border: 2px solid #aaafb3;
}
h1.page-header{
	color: #303233;
	padding: 10px 0px;
	padding-bottom: 15px;
	font-size: 42px;
  font-weight: 600;
}
.container h2{
	padding: 10px 0px;
	color: #303233;
	font-size: 28px;
  	font-weight: 600;
}
.container h3{
	padding: 10px 0px;
	color: #303233;
	font-size: 18px;
  	font-weight: 600;
}
.text-center{
	text-align: center;
}
.szoveg-keret{
	font-size: 14px;
	width: 100%;
}

.szoveg-keret p{
	font-size: 16px;
	color: #797d80;
	line-height: 1.5em;
 	 margin: 0 0 20px 0;
	text-align: justify;
}
.szoveg-keret.left p{
	text-align: left;
}
.szoveg-keret strong{
	font-weight: bold;
	color:#797d80;
	 margin: 0 0 20px 0;
	font-size: 16px;
}
.normal-img{
	max-height: 552px;
  max-width: 1024px;
	width: 100%;
}
.kep-keret{
	display: flex;
	flex-flow:column;
	width: 100%;
	grid-gap: 20px;
	margin-bottom: 20px;
}
.kep-keret-vizszintes{
	display: flex;
	flex-flow:row nowrap;
	width: 100%;
	grid-gap: 20px;
}
.kep-keret-vizszintes .normal-img{
	max-height: unset;
  max-width: 1024px;
	width: 50%;
}

.form{
	display: flex;
	width: 100%;
	flex-flow: column;
	grid-gap: 15px;
	align-items: flex-start;
}.form label{
	line-height: 1.5em;
	color: #616466;
	font-size: 16px;
	width: 100%;
}
.form .input{
	color: #797d80;
	background: #fff;
	border: 1px solid #aaafb3;
	font-size: 16px;
	display: block;
	margin: 0;
	width: 100%;
	padding: 12px 15px;
	box-sizing: border-box;
	font-family: inherit;
	transition: all .35s ease-in-out;
}
.form .input:hover{
	border-color: #000;
}
.form .input-space{
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	align-items: center;
	grid-gap: 10px;
}
.form .input-space .input{
	width: calc(50% - 5px);
}
.form .textarea{
	color: #797d80;
	background: #fff;
	border: 1px solid #aaafb3;
	font-size: 16px;
	display: block;
	margin: 0;
	width: 100%;
	padding: 12px 15px;
	box-sizing: border-box;
	font-family: inherit;
	transition: all .35s ease-in-out;
	height: 120px;
	resize: none;
}
.form .submit{
  padding: 8px 30px;
  font-weight: 600;
  border-radius: 100px;
  font-size: 17px;
  border: 2px solid var(--zold);
	transition: .3s;
	color: var(--zold);
	background:#fff;
	cursor: pointer;
	margin-bottom: 10px;
}
.alert{
	width: 100%;
	text-align: center;
	padding: 15px 20px;
	box-sizing: border-box;
	border-radius: 15px;
	font-weight: 900;
	color: #000;
	background: #fff;
	font-size: 17px;
	border: 2px solid #000;
}
.alert.alert-success{
	border-color: #397a32;
	background: #bef5b5;
	color: #397a32;
}
.alert.alert-danger{
	border-color: #7a3232;
	background: #f5b5b5;
	color: #7a3232;
}
.form .submit:hover{
	
	border-color:#000;
	color:#000;
}
@keyframes animation_zoom {
    1% {
        -webkit-transform: scale(1) translate(0) rotate(0.02deg);
        transform: scale(1) translate(0) rotate(0.02deg);
    }
    48% {
        -webkit-transform: scale(1.3) translate(-6%, -3%) rotate(0.02deg);
        transform: scale(1.3) translate(-6%, -3%) rotate(0.02deg);
    }
    52% {
        -webkit-transform: scale(1.3) translate(-6%, -3%) rotate(0.02deg);
        transform: scale(1.3) translate(-6%, -3%) rotate(0.02deg);
    }
    99% {
        -webkit-transform: scale(1) translate(0) rotate(0.02deg);
        transform: scale(1) translate(0) rotate(0.02deg);
    }
}
footer{
	padding: 20px 0px;
	width: 100%;
	background: rgba(33, 55, 74);
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	grid-gap: 20px;
}
footer p{
	font-size: 13px;
	line-height: 1.5em;
	min-width: 150px;
	min-height: 20px;
	color: #797d80;
}
.ham {
    display: none;
}
@media screen and (max-width:1000px)
{
	.menu{
		position: fixed;
		right: calc(-80% + 35px);
		transition: right .3s;
		background: #fff;
		flex-flow: column;
		width: calc(80% - 35px);
		z-index: 2;
		top:0;
		height: 100%;
		padding: 30px 0px;
		justify-content: flex-start;
		grid-gap: 20px;
	}
	.menupontok{
		flex-flow: column;
		align-items: center;
	}
	.menupont{
		color: #000;
	}
	.menu.show{
		right:0;
	}
	.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;
	}
	.ham{
		display: flex;
		height: 35px;
		background: var(--zold);
		padding: 5px;
		border-radius: 50%;
		color: #fff !important;
		flex-flow: column nowrap;
		width: 35px;
		justify-content: center;
		align-items: center;
		left: -55px;
		position: absolute;
		top: 10px
	}
	.ham1, .ham2, .ham3 {
	  display: block;
	  width: 25px;
	  height: 2px;
	  margin: 3px 0px;
	  background-color: #fff;
	  transition: 0.5s;
	  border-radius: 20px;
	}
	.ham1.forgat {
	  transform: rotate(-45deg);
		position: absolute;
	}
	.ham2.forgat {
		position: absolute;
	  opacity: 0;
	}
	.ham3.forgat {
	  transform: rotate(45deg);
		position: absolute;
	}
}