@import url("fonts.css");
html, body {
  overflow-x: hidden;
	
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  color: #000;
  transition: all 0.3s ease-in-out;
  /*font-family:'GothamBook';*/
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}


.main-container {
  min-height: 900px;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  text-rendering: optimizeLegibility;
}
h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.3 !important;

}
h2 {
  font-size: 50px;
  font-weight: 500;
}
h3 {
  font-size: 30px;
  font-weight: 500;
}
h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3 !important
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
td, th {
  border: 1px solid #fff;
  text-align: left;
  padding: 8px;
}
tr:nth-child(even) {
  background-color: #f2f2f2
}
th {
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #149e57;
  border-color: #fff !important;
  color: white;
}
img {
  max-width: 100%;
  height: auto;
}
/* Placeholder text color -- selectors need to be separate to work. */ ::-webkit-input-placeholder {
  color: #A9A9A9;
}
:-moz-placeholder {
  color: #A9A9A9;
}
::-moz-placeholder {
  color: #A9A9A9;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
  color: #A9A9A9;
}
/**
 * 5.0 - Forms
 */
input {
  filter: none;
}
input:focus {
  outline: none
}
button, input[type="button"], input[type="submit"] {
  background: #4AB048;
  border: 0;
  border-radius: 0px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 18px 50px;
  text-transform: uppercase;
}
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background: #4AB048;
  opacity: 0.8
}
button:focus, input[type="button"]:focus, input[type="submit"]:focus {
  outline: none;
  outline-offset: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="tel"], input[type="number"], textarea {
  border: 0px solid #4AB048;
  background-color: #F1F1F1;
  border-radius: 0px;
  color: #000;
  padding: 0 15px;
  height: 48px;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus {
  outline: 0;
  outline-offset: 0;
  border: 2px solid #4AB048;
}
textarea {
  height: 170px;
  padding-top: 10px;
  font-size: 14px
}
*:focus {
  outline: none;
}
.wpcf7-form p {
  margin: 0
}

.elementor-widget-text-editor a {
	color: #4AB048;
	font-weight: 600
}
.elementor-widget-text-editor a:hover {
text-decoration: underline
}
a {
	text-decoration: none
}

a:focus, a:active, a:visited {
  outline: 0;
  text-decoration: none;
}
a.more {
  font-weight: 700;
  display: flex;
  align-items: center
}
a.back {
  font-weight: 700;
  display: flex;
  align-items: center
}
a.more.green {
  color: #4AB048;
}
a.more.orange {
  color: #FF961E;
}
a.more.green::after {
  content: '';
  width: 33px;
  height: 22px;
  display: block;
  background-image: url("../images/more_green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px
}
a.more.orange::after {
  content: '';
  width: 33px;
  height: 22px;
  display: block;
  background-image: url("../images/more_green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px
}
a.more:hover::after {
  margin-left: 20px
}

a.back.green {
  color: #4AB048;
}
a.back.orange {
  color: #FF961E;
}
a.back.green::before {
  content: '';
  width: 33px;
  height: 22px;
  display: block;
  background-image: url("../images/back_green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px
}
a.back.orange::before {
  content: '';
  width: 33px;
  height: 22px;
  display: block;
  background-image: url("../images/back_orange.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px
}




div[data-widget_type='button.default'] a, div[data-widget_type='button.default'] a:visited, div[data-widget_type='button.default'] a:focus, div[data-widget_type='button.default'] a:hover {
  background-color: transparent !important;
  color: #4AB048;
  font-weight: 700 !important;
  font-size: 18px !important;
  padding: 0 !important;
  display: flex;
  align-items: center
}
div[data-widget_type='button.default'] a::after {
  content: '';
  width: 33px;
  height: 22px;
  display: block;
  background-image: url("../images/more_green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px
}
div[data-widget_type='button.default'] a:hover::after {
  margin-left: 20px
}

div[data-widget_type='button.default'] a::after {
  content: '';
  width: 33px;
  height: 22px;
  display: block;
  background-image: url("../images/more_green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px
}

div[data-widget_type='button.default'].back a::after {
	display: none
}
div[data-widget_type='button.default'].back.green a::before {
  content: '';
  width: 33px;
  height: 22px;
  display: block;
  background-image: url("../images/back_green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px
}








div[data-widget_type='button.default'].orange a {
  color: #FF961E;
}
div[data-widget_type='button.default'].orange a::after {
  content: '';
  background-image: url("../images/more_orange.svg");
}





/*orange*/

div[data-widget_type='button.default'] a.orange, div[data-widget_type='button.default'] a.orange:visited, div[data-widget_type='button.default'] a.orange:focus, div[data-widget_type='button.default'] a.orange:hover {
  background-color: transparent !important;
  color: #FF961E;
  font-weight: 700 !important;
  font-size: 18px !important;
  padding: 0 !important;
  display: flex;
  align-items: center
}

div[data-widget_type='button.default'].back.orange a::before {
  content: '';
  width: 33px;
  height: 22px;
  display: block;
  background-image: url("../images/back_orange.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px
}





.pt0 {
  padding-top: 0
}
.pb0 {
  padding-bottom: 0
}
.pl0 {
  padding-left: 0
}
.pr0 {
  padding-right: 0
}
.mt0 {
  margin-top: 0
}
.mb0 {
  padding-bottom: 0
}
.mr0 {
  padding-right: 0
}
.ml0 {
  padding-left: 0
}
/*MENU*/
.main-navigation {
  height: auto;
  text-align: right;
  float: right;
}
.mobile-menu-button {
  display: none;
  cursor: pointer;
  float: right;
  background-image: url("../images/mobile_open.svg");
  background-size: contain;
  width: 33px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
}
.mobile-menu-button.open {
  background-image: url("../images/times.svg");
  background-size: 20px
}
.mobile-menu {
  display: none
}
.mobile-menu .menuContainer {
  padding: 80px 0 0 0;
  clear: both;
  background-color: #E2EFE1;
  position: fixed;
  right: 0;
  top: 70px;
  bottom: 0;
  left: 50px
}
.mobile-menu ul {
  margin: 0;
  padding: 0;
}
.mobile-menu ul li {
  padding-bottom: 35px;
  padding-top: 0px
}
.mobile-menu ul li a {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  padding: 0 15px;
  text-align: right;
  position: relative
}
.mobileMenu {
  padding-right: 35px !important
}
.mobileMenu li.menu-item-has-children > a::after {
  content: '+';
  font-size: 24px;
  font-weight: 700;
  color: #000;
  position: absolute;
  right: -18px
}
.mobileMenu li.menu-item-has-children.open > a::after {
  content: '–';
  font-size: 24px;
  font-weight: 700;
  color: #000;
  position: absolute;
  right: -18px
}
.mobileMenu .sub-menu {
  position: relative;
  background-color: transparent;
  width: 100%;
  box-shadow: none;
  padding-top: 30px;
}
.mobileMenu .sub-menu li {
  padding-bottom: 10px
}
.mobileMenu .sub-menu li a {
  font-size: 20px
}
.mobileMenu .sub-menu li:last-child {
  padding-bottom: 0
}
.primary-menu {
  margin: 0;
  padding: 0
}
.primary-menu li {
  display: inline-block;
  margin-left: -4px;
  vertical-align: top;
}
.primary-menu li a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 0 18px;
  height: 90px;
  background-color: transparent
}
.primary-menu li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #000
}
.primary-menu > li.current-menu-item a, .primary-menu li.current-menu-parent > a {
  color: #fff;
  background-color: #000;
}
.primary-menu li:hover > .sub-menu {
  display: block;
}
.primary-menu li.current_page_item .sub-menu a {
  color: #1b498a;
}
.primary-menu li.current_page_item .sub-menu li:hover > a {
  color: #fff;
}
.sub-menu {
  position: absolute;
  background-color: #FBFDFA;
  padding: 8px 0;
  z-index: 10;
  margin: 0;
  width: 150px;
  display: none;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
}
.sub-menu > ul {
  display: none;
  margin: 0;
  padding: 0;
}
.sub-menu li {
  float: none;
  padding: 0px;
  margin: 0;
  cursor: pointer;
  width: 100%;
  position: relative;
  line-height: normal
}
.sub-menu li a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  width: 100%;
  display: flex;
  height: 42px;
  align-items: center;
}
.sub-menu li:hover > a, .sub-menu li.current-menu-item a {
  color: #4AB048;
  font-weight: 700;
  background-color: transparent
}
/*HEADER*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  background-color: rgba(255, 255, 255, 0.85);
}
.main-header {
  overflow: hidden;
}
a.logo {
  display: block;
  float: left;
  margin-top: 15px;
}
a.logo img {
  height: 56px
}
.main-menu {
  float: right
}
/*IFRAME MAKE RESPONSIVE 16:9*/
.responsiveVideo {
  padding-top: 56.25%;
  background-color: yellow;
  position: relative;
}
.responsiveVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*FOOTER*/
.site-footer {
  background-color: #4AB048;
  color: #fff;
  padding: 50px 0 30px 0
}
.site-footer a {
  color: #000;
  font-size: 14px;
  font-weight: 600
}
.site-footer a:hover {
  color: #fff;

}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.site-footer ul li {
  margin-bottom: 8px
}
.site-footer .left .menus {
  display: flex
}
.site-footer .left nav {
  padding-right: 80px
}
.site-footer .right {
  justify-content: flex-end;
  display: flex
}
.site-footer .social {
  padding-top: 50px
}
.site-footer .social ul li {
  display: inline-block
}
.site-footer .social a:hover > img {
  filter: brightness(0) invert(1);
}
#menu-social li {
  margin-bottom: 0;
  margin-right: 10px
}
.site-info {
  padding: 22px 0;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.site-info a {
  color: #fff;
  font-size: 12px;
  font-weight: 500
}
.site-info .container {
  display: flex;
  align-items: center
}
.site-info .copyright {
  padding-left: 18px
}
/*TO TOP*/
.totop {
  position: relative;
  height: 40px;
  width: 40px;
  min-width: 40px;
  cursor: pointer;
  background-image: url("../images/totop.svg");
  background-repeat: no-repeat;
  display: block
}
ul.footerMenu {
  padding: 0
}
/*CONTACT FORM*/
.wpcf7-form-control-wrap {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%
}
.wpcf7-acceptance {
  font-size: 10px;
  font-weight: 500;
  display: block;
  overflow: hidden
}
.wpcf7-not-valid-tip {
  font-size: 10px;
  font-weight: 500
}
.wpcf7-form p {
  margin: 0
}
.wpcf7-form br {
  display: none
}
span.wpcf7-list-item {
  display: inline-block;
  margin: 7px 0 0 2px;
  padding-left: 45px
}
.wpcf7-acceptance label {
  max-width: 475px
}
/*Checkbox*/
.checkbox input[type="checkbox"], .wpcf7-checkbox input[type="checkbox"], .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
  opacity: 0;
  position: absolute
}
.checkbox span::before, .wpcf7-checkbox .wpcf7-list-item span::before, .wpcf7-acceptance .wpcf7-list-item span::before {
  content: "";
  display: inline-block;
  height: 22px;
  width: 22px;
  border: 0;
  border-radius: 0px;
  background-color: #fff;
  outline: 1px solid #C8C8C8;
  outline-offset: 3px
}
.checkbox span::after, .wpcf7-checkbox .wpcf7-list-item span::after, .wpcf7-acceptance .wpcf7-list-item span::after {
  content: "";
  display: inline-block;
  height: 22px;
  width: 22px;

  background-color: #4AB048
}
.checkbox span, .wpcf7-checkbox .wpcf7-list-item span, .wpcf7-acceptance .wpcf7-list-item span {
  position: relative;
  padding-left: 0px;
  padding-top: 0px
}
.checkbox span::before, .checkbox span::after, .wpcf7-checkbox .wpcf7-list-item span::before, .wpcf7-acceptance .wpcf7-list-item span::before, .wpcf7-checkbox .wpcf7-list-item span::after, .wpcf7-acceptance .wpcf7-list-item span::after {
  position: absolute;
  left: 0;
}
/*Outer-box*/
.checkbox span::before, .wpcf7-checkbox .wpcf7-list-item span::before, .wpcf7-acceptance .wpcf7-list-item span::before {
  top: 2px;
  left: -42px;
} /*Checkmark*/
.checkbox span::after, .wpcf7-checkbox .wpcf7-list-item span::after, .wpcf7-acceptance .wpcf7-list-item span::after {
  left: -42px;
  top: 2px;
}
/*Hide the checkmark by default*/
.checkbox input[type="checkbox"] + span::after, .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] + span::after, .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] + span::after {
  content: none;
}
/*Unhide the checkmark on the checked state*/
.checkbox input[type="checkbox"]:checked + span::after, .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked + span::after, .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked + span::after {
  content: "";
}
.submitButton {
  text-align: center;
  padding-top: 35px
}
.wpcf7-spinner {
  position: absolute !important;
}
.kapcsolatBlock {
  padding-top: 100px;
  padding-bottom: 100px
}
.kapcsolatBlock h2 {
  margin-bottom: 50px
}
.wpcf7-form-control-wrap[data-name=uzenetMobile] {
  display: none
}
.carouselRightFull {
  padding-left: calc(50% - 605px)
}
.carouselRightFull .swiper-pagination-bullets {
  position: relative;
	margin-top: 90px
}
.carouselRightFull .swiper-pagination-bullet {
  border: 2px solid #4AB048;
  border-radius: 0 !important;
  opacity: 1 !important
}
.carouselRightFull .swiper-pagination-bullet:hover {
  background-color: #4AB048 !important
}
.carouselRightFull .swiper-pagination-bullet-active {
  background-color: #4AB048 !important;
  width: 30px !important
}
.sliderNext, .sliderPrev {
  cursor: pointer
}
.homeReferenceBlock {
  background: linear-gradient(90deg, #E2EFE1 50%, #4AB048 50%);
}
.row.logolista {
  margin-left: -22px;
  margin-right: -20px
}
.logo-item {
  width: 16.66%;
  padding: 1px
}
.logo-item .inner {
  background-color: white;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 20px;
}
.partnerCarousel {
  margin-left: -10px;
  margin-right: 15px;
}
.partnerCarousel .logo {
  width: 100%;
  padding: 1px
}
.partnerCarousel .logo .inner {
  background-color: white;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 20px;
}
.partnerCarousel .slick-dots {
  padding-left: 10px
}

.plandoc_beam_image .elementor-widget-container::after {
	content: '';
	background-image: url("../images/shape1.png");
	width: 748px;
	height: 590px;
	display: block;
	position: absolute;
  left: 210px;
  top: -55px;
  z-index: -1;
}  

.referenciaSliderText h2 {
	margin-bottom: 20px
}
.referenciaSliderText .leiras {
	margin-bottom: 30px
}
#referenciaLista {
	padding-bottom: 60px
}
#referenciaLista .item {
	padding-bottom: 35px
}
#referenciaLista .leiras  {
	padding-bottom: 15px
}

#referenciaLista  .image {
	position: relative
}
#referenciaLista .kategoria
{
background-color: #4AB048;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	padding: 6px 20px
}
#referenciaLista h3 {
	margin-top: 5px;
	margin-bottom: 10px
}
#referenciaLista .forras {
	display: none;
	padding-top: 8px
}
#referenciaLista .open_forras {
	color: #4AB048;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  text-align: right;
  padding-right: 41px;
  padding-top: 5px;
		
}
#referenciaLista .open_forras::after {
	content: '';
  width: 33px;
  height: 22px;
  background-image: url("../images/arrow-green-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 9px;
  left: auto;
  margin-left: 10px;
	
	
}

#referenciaLista .close_forras {
	width: 33px;
  height: 22px;
  background-image: url("../images/arrow-green-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  float: right;
  margin-left: 9px;
  cursor: pointer;
	
}

#referenciaLista .forras > p  {
	float: right;
	width: calc(100% - 50px)
}



#referenciaLista .forras, #referenciaLista .forras a {
	color: #4AB048;
  content: '';
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  text-decoration: none;
  text-align: right;
}
#referenciaLista .forras a:hover {
	text-decoration: underline
}
.greenTextBox .elementor-widget-heading {
	margin-bottom: 30px!important
	
}
.greenTextBox .elementor-widget-heading .elementor-widget-container{
	min-height: 100px;
	display: flex;
	align-items: center;
	
}

.megjelenesekBlock {
	padding-left: calc(50% - 595px)
}

.megjelenesekCarousel .thumb {
width: 100%;
	padding-top: 67%;
	margin-bottom: 30px
}
.megjelenesekCarousel .excerpt {
	margin-bottom: 20px
}



.article.slick-slide {
	padding-right: 20px
}

.rolunk_image_shape .elementor-widget-container::after {
	content: '';
	background-image: url("../images/shape3.svg");
	width: 468px;
	height: 213px;
	display: block;
	position: absolute;
  left: 490px;
  bottom: -80px;
  z-index: -1;
}  

.singlePost {
	padding-top: 90px
}

.rightSticky {
	padding-left: calc(50% - 605px)
}

.planDocSwiper .swiper-slide {
 -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);

}
.planDocSwiper  > .elementor-widget-container {
	  margin-right: -12.2vw!important;
}

.planDocSwiper  {
	  -webkit-hyphens: auto;
   -moz-hyphens: auto;
   -ms-hyphens: auto;
   -o-hyphens: auto;
   hyphens: auto;
}


.modulBlokk .elementor-widget-text-editor .elementor-widget-container {
  max-height: 57px;
	
 
    overflow: hidden;
}



.modulBlokk .elementor-widget-text-editor .elementor-widget-container.open {
	 max-height: 100%;

   
	overflow: auto
}


.modulCloseButton {
	display: none
}

.modulCloseButton.visible {
	display: block
}



.e-n-accordion-item-title {
	justify-content: space-between!important
}

video {
	position: relative;
	z-index: 2
}
.home_page_animation {
	position: relative;
}
.home_page_animation::after {
	content: '';
	display: block;
	position: absolute;
	background-image:url("../images/shine.png");
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 1;
	top:0
	
}