
@font-face {
font-family:"jaf-domus";
src:url("https://use.typekit.net/af/c1e2de/00000000000000003b9adf44/27/l?primer=28b7d76012893d8c0bd0419d23d01c172385bf4cc11f6f10f600d4c3e6ddd92e&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/c1e2de/00000000000000003b9adf44/27/d?primer=28b7d76012893d8c0bd0419d23d01c172385bf4cc11f6f10f600d4c3e6ddd92e&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/c1e2de/00000000000000003b9adf44/27/a?primer=28b7d76012893d8c0bd0419d23d01c172385bf4cc11f6f10f600d4c3e6ddd92e&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;
}


@font-face {
font-family:"jaf-domus";
src:url("https://use.typekit.net/af/0a3b88/00000000000000003b9adf46/27/l?primer=28b7d76012893d8c0bd0419d23d01c172385bf4cc11f6f10f600d4c3e6ddd92e&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/0a3b88/00000000000000003b9adf46/27/d?primer=28b7d76012893d8c0bd0419d23d01c172385bf4cc11f6f10f600d4c3e6ddd92e&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/0a3b88/00000000000000003b9adf46/27/a?primer=28b7d76012893d8c0bd0419d23d01c172385bf4cc11f6f10f600d4c3e6ddd92e&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;
}


@font-face {
font-family:"jaf-domus";
src:url("https://use.typekit.net/af/6d9c84/00000000000000003b9adf41/27/l?primer=28b7d76012893d8c0bd0419d23d01c172385bf4cc11f6f10f600d4c3e6ddd92e&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/6d9c84/00000000000000003b9adf41/27/d?primer=28b7d76012893d8c0bd0419d23d01c172385bf4cc11f6f10f600d4c3e6ddd92e&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/6d9c84/00000000000000003b9adf41/27/a?primer=28b7d76012893d8c0bd0419d23d01c172385bf4cc11f6f10f600d4c3e6ddd92e&fvd=n6&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:600;
}
.pb-25 {
  padding-bottom: 25px;
}
body,html {
	overflow-x: hidden
}

body {
	margin: 0;
margin-top: 70px;
	-moz-osx-font-smoothing: grayscale;
  font-family: 'jaf-domus', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #444444;
  font-size: 17px;
}

.gfield_required {
	display: none!important
}

.partial_entry_warning {
	display: none
}

.gform_button {
  background-color: #2ea5db !important;
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 50px;
  box-sizing: border-box;
  position: relative;
  border-radius: 5px;
  letter-spacing: 3px;

}

.gform_button:hover {
	background-color: #fbc563 !important;
color: #fff !important;
}



.gform_wrapper.gravity-theme .gform_footer {
  display: flex;
  justify-content: center;
	padding-top: 40px
}

.gform_wrapper.gravity-theme .gform_footer input {
	margin-bottom: 0
}

.gform_footer .keret {
  border: 2px solid #fbc563;
padding: 15px;
 
  border-radius: 5px;
} 

textarea {
	height: 100px!important
}

.gform_fileupload_rules {
	display: none!important
}

.gform_button_select_files {
	padding: 0 10px!important
}


.popup {
display: none;
	position: fixed;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 999999999;
	background-color: #fff;
	max-width: 600px;
	width: 80%;
	-webkit-box-shadow: 0px 0px 30px -7px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 30px -7px rgba(0,0,0,0.5);
box-shadow: 0px 0px 30px -7px rgba(0,0,0,0.5);
}
.popup .close {
	position: absolute;
	right: 15px;
	top:15px;
	z-index: 10;
	cursor: pointer;
}
.popup img {
	width:100%
}


.site-header{
	
	background-color: #fff;
	position: fixed;
	left: 0;
	right: 0;
	top:0;
	display: flex;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
	z-index: 1000;
} 
.site-header .container {
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.site-header .logo img {
	max-width: 123px
}
.section-title {
  margin-bottom: 15px;
}
.section-title h2 {
  color: #444444;
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'jaf-domus', sans-serif;
  font-weight: 700;
  margin: 0;
}
h1 {
  font-size: 40px;
}

h2 {
  font-size: 40px;
}
h4 {
  font-size: 26px;
}
a {
	text-decoration: none;
	display: inline-block;
	cursor: pointer
}
a.readmore {
  font-family: 'jaf-domus', sans-serif !important;
  color: #2ea5db;
  font-weight: 700 !important;
  font-size: 19px;
}
a.readmore:hover {
  color: #fbc563;
}
a.readmore span {
  color: #fbc563;
}

.primary-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	text-align: end
		
}
.primary-menu a {
	

display: block;
  font-size: 17px;
  font-weight: 400;
  padding: 0 10px;
  transition: .5s ease-in-out;
  color: #444444;
  position: relative;
  line-height: 70px;
}

.primary-menu a::after {
  width: 0px;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  background-color: #fbc563;
  bottom: 20px;
}
.primary-menu a:hover::after {
	width:35px
}

li.current-menu-item a {
	color: #2ea5db
}

.menu-item b{
  color: #2ea5db;
  animation: question 5s linear infinite;
  transform-origin: 50% 50%;
  display: inline-block;
}

.menu{
	display: flex;
	align-items: center
} 
ul.social {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	padding-left: 20px;
	margin-top: -5px;
	
}
ul.social li {
	padding-left: 15px
}
ul.social img {
	height: 17px;
  width: auto;
}



@keyframes question {
  0% {
   /*transform: rotate(0deg);*/
       -moz-transform:    scaleX(0); /* Gecko */
  -o-transform:      scaleX(1); /* Opera */
  -webkit-transform: scaleX(1); /* Webkit */
  transform:         scaleX(1); /* Standard */ 
      
  }
  25% {
  /*  transform: rotate(20deg);*/
  }
  50% {
  /*  transform:  rotate(0deg);*/
   -moz-transform:    scaleX(-1); /* Gecko */
  -o-transform:      scaleX(-1); /* Opera */
  -webkit-transform: scaleX(-1); /* Webkit */
  transform:         scaleX(-1); /* Standard */
  }
  75% {
   /*transform: rotate(-20deg);*/
  }
  100% {
    -moz-transform:    scaleX(0); /* Gecko */
  -o-transform:      scaleX(1); /* Opera */
  -webkit-transform: scaleX(1); /* Webkit */
  transform:         scaleX(1); /* Standard */ 
 
  }
}



.site-footer {
	background: #2ea5db;
	color: #fff;
	text-align: center;
	padding-top: 43px;
	padding-bottom: 40px
}


.site-footer .footerLogo img {
	max-width: 105px
}

.footerMenu .menu-item b{
  color: #fac562;
  
}

.footer-menu {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: center;
	margin: 0;
	padding: 0 0 40px 0
}
.footer-menu li {
	padding: 0 15px;
}



.footerMenu a {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.footerMenu li.current-menu-item a {
	color: #fff
}

.footer-social {
	padding-bottom: 40px
}
.footer-social img {
	filter: brightness(100) invert(0);
  height: 17px;

}
.footer-social ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	list-style: none
}
.footer-social ul li {
	padding: 0 10px
}




.site-info {
	background: #2ea5db;
	text-align: center;
  color: #fff;
  font-size: 15px;

  border-top: 1px solid #fbc563;
  padding: 29px 0;
}
.site-info span {
color: #ebc26c;	
}



.hero-area {
	height: 550px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.hero-content {
  padding: 180px 0;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 100;
}
.hero-content .title {
  font-size: 40px;
  color: #444;
  font-weight: 700;
  display: inline-block;
}
.hero-content .title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  margin-top: 23px;
  margin-bottom: 23px;
  background-color: #fbc563;
  border-radius: 5px;
}
.hero-content .leiras {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  width: 100%;
  max-width: 550px;
  color: #444;
}
.hero-content .hero-list {
  color: #444;
  font-weight: 700;
  font-size: 26px;
	list-style: none;
	padding: 0;
	margin: 0
}

.hero-content .hero-list li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  line-height: 1;
}
.hero-content span {
  color: #fbc563 !important;
}

.kikvagyunk-section {
	padding: 140px 0
}

.kikvagyunk-kep {
  padding-top: 67%;
  background-color: #E1A9AA;
  background-size: cover;
  border-radius: 5px;

	z-index: 100;
}

.kikvagyunk-leiras {
  border: 2px solid #fbc563;
  border-radius: 5px;
  margin-left: -80px;
  margin-top: 50px;
  z-index: 99;
	padding-right: 70px;
	padding-left: 90px;
	padding-bottom: 60px;
	padding-top: 60px;
	
	
}

.leiras-bovebben {
  display: none;
}
#rolunkBovebben {
  display: none;
}

.jelentkezes-section {
	background-size: cover;
	padding-bottom: 110px;
	padding-top: 130px;
}

.jelentkezes-section b {
  color: #fbc563;
}
.jelentkezes-section .arrow {
  text-align: center;
  padding: 30px 0;
}
.jelentkezes-section .btn-container {
  text-align: center;
  padding-top: 15px;
}

.blue-btn {
  background-color: #2ea5db !important;
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 50px;
  box-sizing: border-box;
  position: relative;
  border-radius: 5px;
  letter-spacing: 3px;
}
.blue-btn::after {
  content: '';
  display: block;
  border: 2px solid #fbc563;
  position: absolute;
  z-index: 1;
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 5px;
}

.galeria-section {
	padding-bottom: 120px;
	padding-top: 120px;

}
.galeria {
  height: 600px;
  border-radius: 5px;
		background-size: cover;
	position: relative
}

.galeria .btn-container {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  text-align: center;
}
.gal-btn {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  border: 2px solid #fbc563;
  border-radius: 5px;
  padding: 10px 60px 15px 60px;
}
.gal-btn:hover {
  color: #fff;
  background: #fbc563;
}

.elerhetoseg-section  {
	padding-bottom: 120px;
}

.elerhetoseg-section .section-title {
	padding-bottom: 70px
}
.contact-form-terkep {
  width: 60%;
  overflow: hidden;
}
.map-wrapper {
  height: 100%;
  position: relative;
  filter: grayscale(1);
}
div#map {
  height: 100%;
}
iframe, video {
  border-radius: 5px;
}
.contact-form-info {
  width: 40%;
  overflow: hidden;
}
.kapcsolat {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 65px 0 65px 50px;
  font-size: 19px;
}

.kapcsolat .single-info {
  display: flex;
  align-items: center;
}
.kapcsolat .icon-wrapper {
  width: 70px;
  text-align: center;
  margin-right: 30px;
}
.kapcsolat .info-txt span {
  color: #fbc563;
  font-weight: 700;
}
.kapcsolat a {
  color: #444;
}

.partnerCarouselContainer {
	display: flex;
	justify-content: space-around
}

.partnerek .section-title  {
	padding-bottom: 120px
}
.partnerCarouselContainer {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
	padding-bottom: 200px
}

.img-fluid {
	max-height: 150px
}
.dokumentumokBG {
  background-image: url("../images/dok-bg.jpg");
  background-repeat: repeat;
  background-position: center;
  padding-bottom: 120px;
}
.subpage-title {
  padding-top: 100px;
  padding-bottom: 100px;
}

.dokumentumok {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.dokumentumok .box {
	padding: 0 15px;
	max-width: 175px;
}


.dokumentumok .title {
  margin-bottom: 10px;
  padding: 0;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 50px;
}
.dokumentumok a {
  color: #2ea5db !important;
  font-weight: 700;
  cursor: pointer;
}

.blog-bg {
  background-image: url(../images/blog-header-bg.jpg);
  background-size: cover;
  background-position: right;
}
.page-header {
  height: 250px;
  position: relative;
  margin-bottom: 100px;
}
.page-header .title {
  position: absolute;
  bottom: 50px;
  color: #fff;
  padding-left: 100px;
}

.behuzas {
  max-width: 645px;
  margin: 0 auto;
}

.bloglist h2 {
	margin-bottom: 15px
}
.single-blog {
  margin-bottom: 85px;
  position: relative;
}

.single-blog .date {
  margin-top: 40px;
  text-align: right;
  color: #2ea5db;
  position: relative;
  display: block;
  width: 100%;
}

.single-blog .date::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #edc36b;
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
  z-index: 10;
}

.single-blog .date span {
  position: relative;
  z-index: 12;
  background-color: #fff;
  padding-left: 15px;
}

.single-blog .image img {
	width: 100%
}
.blog-txt {
	margin-bottom: 30px
}
.pagination {
	text-align: center;
	padding-bottom: 80px
}
.page-numbers {
  border-bottom: 2px solid #E0E0E0;
  width: 70px;
  display: inline-block;
  margin: 0 -4px 0 0 !important;
  padding-bottom: 20px;
	font-size: 20px;
	color: #000
}

.page-numbers.current {
  border-bottom: 4px solid #2ea5db;
	color: #2ea5db;
}

.next.page-numbers,  .prev.page-numbers{
	display: none;
}

.nav-links {
	width: 100%;
	text-align: center
}

.jelentkezes {
	padding: 120px 0
}

.jelentkezesTitle {
  display: flex;
  justify-content: center;
  padding-bottom: 75px;
}
.jelentkezesTitle table .text {
  padding-left: 20px;
}

.jelentkezesTitle table .text span {
  color: #fbc563;
}

.pb-50 {
	padding-bottom: 50px
}
.pb-75 {
  padding-bottom: 75px;
}

.quote-area {
  padding-top: 120px;
  padding-bottom: 120px;
}
.pt-130 {
  padding-top: 130px;
}

.rolunk-fejlec {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.rolunk-fejlec .title {
  position: absolute;
  bottom: 50px;
  padding-left: 100px;
}
.rolunk-fejlec .title h1 {
  color: #fff;
}
.galeriaLinkek {
  margin-top: 135px;
  margin-bottom: 135px;
}

.rolunk-section-title {
  margin-bottom: 90px;
}

.galeriaLinkek .box {
  border-radius: 5px;
  position: relative;
  padding-top: 72%;
  background-repeat: no-repeat;
  background-size: cover;
}

.galeriaLinkek .box a {
  position: absolute;
  background-color: rgba(251,197,99, 0);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  color: transparent;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.galeriaLinkek .box a:hover {
  background-color: rgba(251,197,99, 0.85);
  color: #fff;
}
.video {
  margin-bottom: 130px;
	
}
video {
  border-radius: 5px;
}
.nezzBeHozzankContainer {
  position: relative;
}
.nezzBeHozzankContainer .title {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  border: 2px solid #fbc563;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: rgb(251, 197, 99);
  border-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 60px 0;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}
.kep-full-width  img {
	width: 100%
}
.rolunk-section-title {
  margin-bottom: 90px;
}

.az-iskola-tortenete {
  margin-bottom: 100px;
}
.rolunk-mondtak {
  margin-bottom: 130px;
}

.galeriaSubpage {
	padding-top: 100px
}
.galeriaSubpage .gallery {
	
	display: flex;
  flex-wrap: wrap;
  justify-content: center;

}


.galeriaSubpage img {
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 5px;
}
.gallery-item {
	flex-basis: 33.33%;
	padding: 10px
}


.main-title {
  padding-top: 30px;
  margin-bottom: 90px;
  text-align: center;
}

.single-team-item {
  margin-left: 15px;
  margin-right: 15px;
  outline: 0;
}

.single-team-member-details h4 {
  margin-bottom: 5px;
}

.single-team-content {
  margin-top: 30px;
  display: block;
}
.bovebben .link {
  display: inline-block;
  font-weight: 700;
  color: #2ea5db;
  cursor: pointer;
}
.bemutatkozas {
  display: none;
  padding-top: 30px;
  clear: both;
}
.bovebben span {
  color: #fbc563;
}
.pos2 {
  display: none;
}

.backButton a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #2ea5db;
  background-image: url(../images/btn-back.png);
  background-position: center;
  background-size: 14px auto;
  background-repeat: no-repeat;
  margin-top: 75px;
}
.backButton a:hover {
  background-color: #fbc563;
}

.backButton {
margin-bottom: 120px
}

.faq {
	padding: 120px 0;
}

.faqIcon {
display: flex;
  justify-content: center;
	padding-bottom: 70px
}
.faqIcon .icon {
  width: 92px;
}
.faqIcon .text {
  padding-left: 20px;
}

.faqTitle {
	margin-bottom: 15px
}
.faqTitle h2 {
  color: #fbc563;
  text-align: center;
}

.accordion-button {
	position: relative;
  background-color: transparent !important;
  border: none;
  color: #2ea5db !important;
  font-weight: 700;
  font-size: 26px;
}
.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.accordion-item {
	border: none
}

.accordion-button::after {
	display: none
	
}
.accordion-button:not(.collapsed) {
  color:none;
  background-color: transparent;
  box-shadow: none;
}

.toggle {
	display: none;
	padding-left: 20px;
	cursor: pointer
	
}

.toggle .line {
	width: 25px;
	height: 4px;
	margin-bottom: 3px;
	background-color: #444444
} 

.mobileMenu {
	position: fixed;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
	text-align: center;
	opacity: 0;
	pointer-events: none;
}
.mobileMenu.visible {
	opacity: 1;
	pointer-events: auto
}

.mobileMenu ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.mobileMenu li {
  margin-bottom: 20px;
	position: relative }

.mobileMenu li a {
	color: #444;
  font-weight: 700;
  font-size: 20px;
}

.mobileMenu li.current-menu-item  a::after {
  content: '';
  display: block;
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: #fbc563;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
}
.mobileMenu .close {
	background-image: url("../images/close.png");
	width: 42px;
	height: 34px;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top:10px;
	right: 10px;
	cursor: pointer
}
