
html {
	scroll-behavior: smooth;
	height: 100%;
}
body {

	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	color: #4d4d4d;
	overflow-x: hidden;
	position: relative;
	min-height: 100%;
	line-height: 1.7;
}
a {
	text-decoration: none!important;
	color: white;
	cursor: pointer;	
}
.gdpr {
	font-size: 15px!important;
}
.gdpr:hover {
	color: #facc18;
}
h1 {
	font-size: 100px;	
}
h2 {
	font-size: 36px;
	line-height: 1.4;
	text-align: center;
	margin: 45px 20px 30px 20px;
}
h3 {
	font-size: 26px;
	line-height: 1.5;
}
h4 {
	font-size: 26px;
	line-height: 1.5;
}
h5 {
	font-size: 23px;
}
h1,  h3, h4, h5 {
	text-align: center;
	margin: 0px 20px 20px 20px;
}
p.small-text {
	font-size: 14px;
	font-style: italic;	
}
li {
	position: relative;	
}
a.download {
	text-decoration: none!important;
	cursor: pointer;	
}
.show-hide{

}
.hide-show{
	display: none;
}
.small {
	font-size: 0.9em!important;
	margin-top: 10px!important;
}
.small-sm {
	font-size: 0.8em!important;
	margin-top: -5px!important;
}
.big {
	font-size: 1.1em!important;
}
.big-bg {
	font-size: 1.2em!important;
}
/*sajat*/
.deco {
	font-family: 'Caveat Brush', cursive;
}
.line {
	line-height: 1.5!important;
}
.line-dp {
	line-height: 2!important;
}
.bold {
	font-weight: 500;
}
.italics {
	font-style: italic;
}
.under {
	text-decoration:underline;
}
.upper {
	text-transform: uppercase;
}
.black {
	color: #4d4d4d;
} 

.blue {
	color: #3f618c;
}
.blue-bg {
	background-color: #3f618c;
}
.blue-stripe {
	background-color: #3f618c;
	width: 100%;
	text-align: center;
	padding: 27px 20px 3px 20px;
}
.orange {
	color: #FF9900;
}
.orange-bg {
	background-color: #FF9900;
}
.green {
	color: #88B740;
}
.green-bg {
	background-color: #88B740;
}

.white {
	color: white;
}
.center {
	margin: auto;
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.pad {
	padding-top: 20px!important;
	padding-bottom: 20px!important;
}
.pad-bg {
	padding-top: 80px!important;
	padding-bottom: 80px!important;
}
.pad-sm {
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}
.space {
	margin-top: 20px!important;
	margin-bottom: 20px!important;
}
.space-bg {
	margin-top: 40px!important;
	margin-bottom: 40px!important;
}
.space-sm {
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}
.space-after {
	margin-bottom: 20px!important;	
}
.space-after-bg {
	margin-bottom: 40px!important;	
}

.space-before {
	margin-top: 20px!important;	
}
.space-before-sm {
	margin-top: 10px!important;	
}
.space-before-bg {
	margin-top: 40px!important;	
}

.last {
	margin-bottom: 20px!important;
}
.slim {
	max-width: 1000px!important;
	margin: 0 auto!important;
}
.white-overlay {
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center;
	padding: 100px 150px;
	background: white;
	opacity: 0.9;
}
.cookie-pad {
	padding:20px 20px 15px 20px!
}
.kuki-hover:hover {
	color: #1AC8BD!important;
}
.no-border {
	border: none!important;
	box-shadow: none!important;
}
.no-top {
	margin-top: 0!important;
	padding-top: 20px!important;
}


#table{ 
    display: table; 
}
.tr{ 
    display: table-row; 
}
.td{ 
  display: table-cell; 
  }


/*headers*/
.first {
		margin: 160px 0 90px 0;		
}
.second {
	
}
.header {
	height: auto;
	width: 100%;	
	background-size: cover;
	/* The url is relative to the document, not to the css file! */
	/* Prefer absolute urls to avoid confusion. */
	-ms-behavior: url(/backgroundsize.min.htc);
	overflow: hidden;
	background-position: center center;	
	background-attachment: fixed;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center;
	/* position: relative; */
}

.intro ul {
    margin: -20px 0 10px 10px;
}
.intro ul li {
    padding: 5px 0px 5px 20px;
    position: relative;
}
.intro ul li:before {
    position: absolute;
    content: "";
    display: block;
    float: left;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 50%;
    top: 17px;
    left: 2px;
}
.kapcsolat ul {
    margin: -20px 0 10px 10px;
}
.kapcsolat ul li {
    padding: 5px 0px 5px 20px;
    position: relative;
}
.kapcsolat ul li:before {
    position: absolute;
    content: "";
    display: block;
    float: left;
    width: 7px;
    height: 7px;
    background-color: #3f618c;
    border-radius: 50%;
    top: 17px;
    left: 2px;
}
a.kapcsolat-web {
	color:#3f618c;
}
a.kapcsolat-web:hover {
	color: #88B740;
}

.flex {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	
}
.wrap {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
/* 	align-items: flex-end; */
	justify-content: center;
}
.clear {
	clear: both;
}
.logok {
	display: block;
	min-height: 150px;
	background-position: center center;	
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100%;
	margin: auto;
}
.logo1 {
	background-image: url('../img/img1.jpg');
}
.logo2 {
	background-image: url('../img/img2.jpg');
}
.logo3 {
	background-image: url('../img/img3.jpg');
}
.logo4 {
	background-image: url('../img/img4.jpg');
}
.logo-hover {
	cursor: pointer;
	transition: all ease-in-out .5s;
}
.logo-hover:hover {
	-ms-transform: scale(1.05, 1.05); /* IE 9 */
	-webkit-transform: scale(1.05, 1.05);  /* Safari */
	-o-transform: scale(1.05, 1.05); 
	-moz-transform: scale(1.05, 1.05); 
	transform: scale(1.05, 1.05); 
}

/* slick */
.slider {
	width: 85%;
	margin: 50px auto;
	margin-top: 0px;
}
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
  cursor: pointer;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out .3s;

}
.slick-active {

}
.slick-current {
  opacity: 1;
}


/*kontakt gomb*/
button.contact a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
}
button.contact {
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	padding: 18px 20px 15px 20px;
	border: none;
	border-radius: 11px;
	background-color: #3f618c;
	text-align: center;
}
.no-border {
	border: none!important;
	box-shadow: none!important;
}
.no-top {
	margin-top: 0!important;
	padding-top: 20px!important;
}


/*go-to-top*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 98;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  background-color: #3f618c;
  transition: all ease-in-out .1s;
}
#myBtn:hover {
	background-color: #88B740;
}
.arrow {
	width: 25px;
	height: 25px;
}

/*menu*/
@media only screen and (min-width: 940px) {

	.core-menu.shrink  {
	  display:inline-block;
	  padding:1.2em 0;
	}
	
	.flags {
		float: right;
		display:inline-block!important;
	}
	.flag img {
		margin: 26px 2px 20px 8px;
		 transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out ;
	}
	img.shrink {
		margin: 37px 2px 35px 8px;
	}	
}

.main-menu {
	display: block;
  	background: #3f618c;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9998;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.main-menu a {
	color: #3f618c;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 19px;
	line-height:1.5;
}
.container-menu {
  width:97%;
  margin:0 auto;
}
.main-menu:before,.main-menu:after{
  display: table;
  line-height: 0;
  content: "";
}
.core-menu li {
  list-style:none;
  display:inline-block;
  cursor:pointer;
}
.core-menu {
  text-align:center;
  overflow:hidden;

  padding: 1em 0 0.7em 0;

}

.core-menu li a {
  display:inline-block;
  padding:0.1em 1.9em;
  color: white;
}
.core-menu li a:hover {
  color: #88B740;
}
li span.toggle {
  padding-left:1em;
}
.toggle:before {
  content:"\f107";
}
.dropdown {
  position:absolute;
  width:230px;
  background: #062335;
  text-align:left;
  display:none;
}
.dropdown li {
  display:block;
  }
.dropdown li a {
  display:block;
}
.dropdown2 {
  position:absolute;
  width:230px;
  background:#1ac8bd;
  text-align:left;
  display:none;
  right:-100%;
  top:0;
}
.dropdown2 li {
  display:block;
  }
.dropdown2 li a {
  display:block;
}
li span.toggle2 {
  position:absolute;
  right:0;
  margin-right:20px;
}
.toggle2:before {
  content:"\f105";
}
.hamburger-menu {
/*   padding:25px; */
  display:none;
  text-transform:uppercase;
}

@media(max-width:939px) {
	.logo {
		width:40px;
		height: 40px;
		margin: 2px 20px 2px 20px;
	}
	.flag img {
	 margin: 16px 10px 13px 15px!important;

	}
	.flag {
	 float: left!important;
	}
	
	.first {
		margin: 115px 0 65px 0;		
	}
	
	.main-menu a {
	font-size: 17px;
}
	
  .main-menu {
    height:50px;
  }
  .container-menu {
    width:100%;
  }
  .navigation {
    float:left;
    display:block;
    width:100%;
  }
  .core-menu {
    float:right;
    width:100%;
    background: #3f618c;
    margin:auto;
    display:none;
  }
  
  .core-menu li {
    width:100%;
    display:block;
  }
  .core-menu li a{
    display:block;
    margin: 0 80px auto;
	padding: 0.5em 1.9em;
	border-bottom: 1px solid #fff;
  }

  .hamburger-menu {
    display:block;
    text-align:center;
    padding-right:60px;
    float:none;
    width:100%;
  }
  
  .burger-1, .burger-2, .burger-3 {
  display:block;
  position:absolute;
  width:20px;
  height:2px;
  border-radius:30px;
  right:0;
  margin-right:25px;
  background:#fff;
    -webkit-transition:.2s ease;
    -ms-transition:.2s ease;
    -moz-transition:.2s ease;
    -o-transition:.2s ease;
  transition:.2s ease; 
  }
 
  .burger-1 {
  top:15px;
  }
  .burger-2 {
  top:23px;
  }
  .burger-3 {
  top:31px;
  } 
  .burger-1.open, .burger-2.open, .burger-3.open {
  -webkit-transition:.2s ease;
  -ms-transition:.2s ease;
  -moz-transition:.2s ease;
  -o-transition:.2s ease;
    transition:.2s ease;
    transform-origin:50% 50%;
  }
  .burger-1.open {
    top:25px;
    width:23px;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg); 
    -ms-transform:rotate(45deg); 
    -moz-transform:rotate(45deg); 
    -o-transform:rotate(45deg); 
  }
  .burger-2.open {
    opacity:0;
  }
  .burger-3.open {
    top:25px;
    width:23px;
    transform:rotate(-45deg);
  }
  .dropdown {
    width:100%;
    background:#0e0e0e;
    text-align:center;
    position:relative;
  }
  .dropdown2 {
    right:0;
    top:0;
    width:100%;
    position:relative;
    padding:0 20px;
	}
}


/*button*/
button.contact a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 17px;
}

button {
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	padding: 16px 15px 14px 15px;
	border: none;
	border-radius: 11px;
	background-color: #3f618c;
	text-align: center;
	color: white;
	text-decoration: none!important;
	font-size: 17px!important;
	transition: all ease-in-out .4s;
}
button:hover {
	-ms-transform: scale(1.03, 1.03); /* IE 9 */
	-webkit-transform: scale(1.03, 1.03);  /* Safari */
	-o-transform: scale(1.03, 1.03); 
	-moz-transform: scale(1.03, 1.03); 
	transform: scale(1.03, 1.03); 
	cursor: pointer;
	background-color: #88B740;
}



#archiv a:hover, .programlink:hover {
	cursor: pointer;
	color: #88B740;
}
/*footer*/
footer a:hover {
	cursor: pointer;
	color: #88B740;
}
@media only screen and (min-width: 768px) {
	footer p {
		font-size: 16px!important;
		line-height: 3px;
		vertical-align: middle;
	}
	.footer.center.center-box {
		padding: 25px!important;
	}
}
.footer.center.center-box {
	margin: 0 auto;
	width: 70%!important;
	max-width: 800px;
	padding: 20px;
}
#contact.center-box {
	padding-top: 15px;
	padding-bottom: 22px;
}
#footer.one-fourth {
	padding: 2px!important;
	text-align: center;
}
#contact {
	display: block;
	background-color: #1ac8bd;
	margin: 0 auto;
}
footer {
	display: block;
	margin: 0 auto;
	color: #fff;
	width: 100%;
	min-height: 30px;

}
footer p {
	font-size: 16px;
	
}
p.footer-upper {
	font-size: 15px;
	text-transform: uppercase;
	padding: 8px 10px 0 10px;
}


/*pop up box*/

.content p {
	font-size: 32px;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 120px auto;
  padding: 40px 30px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  height: auto;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.popup#contact {
  margin: 30px auto;
  padding: 40px 30px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;

  text-decoration: none;
  color: #3f618c;
  transition: 0.8s;
}
.popup .close:hover {
  color: #88B740;
}
.popup .content {
  max-height: 30%;
  overflow: auto;

}
.content p {
  line-height: 1.7!important;
}
.content h4 {
	font-size: 22px;
	color: #3f618c;
	font-weight: bold;
	margin: 0 40px;
}

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}
@media screen and (max-width: 789px){
  .popup{
    width: 96%!important;
	margin-top: 80px;
	margin-left: 0 auto;
	margin-right: 0 auto;
	padding: 30px 15px;
  }
  .popup#contact {
    width: 95%;
	margin-top: 60px;
	margin-left: 0 auto;
	margin-right: 0 auto;
	padding: 30px 15px;
}
  .content p {
	font-size: 17px;
	}
	.content h4 {
	font-size: 18px;
	}
}
@media screen and (max-width: 1024px){
	.header, .cookiebox {
		 background-attachment: scroll!important;
	 }
	 	p, li, em {
		font-size: 18px;
	}
 	h2, h1 {
		font-size: 35px;
		margin: 10px;
	}

	h4 {
		font-size: 30px;

	}
	h5 {
		font-size: 19px;
	}
	.white-overlay {
		padding: 50px;

	}	
	.hide {
		display: none;
	}	
}
@media only screen and (min-width: 601px) and (max-width: 789px) {
	p, li, em {
		font-size: 16px!important;
	}
	.intro ul li:before {
		top: 15px;
	}
}
@media only screen and (max-width: 600px){
	.pad3 {
	padding: 20px;
	}
	.show-hide{
		display: none!important;
	}
	.hide-show{
		display: block!important;
	}
	p, li {
		font-size: 15px!important;
		line-height: 1.7;
	}
	.intro ul li:before {
		top: 15px;
	}
	em {
		font-size: 16px!important;
	}
	.pad {
	padding-top: 30px!important;
	padding-bottom: 30px!important;
	}
	.pad-bg {
		padding-top: 60px!important;
		padding-bottom: 60px!important;
	}
	.pad-sm {
		padding-top: 10px!important;
		padding-bottom: 10px!important;
	}
	.space-bg {
	margin-top: 30px!important;
	margin-bottom: 30px!important;
	}
/* 	.space-after {
		margin-bottom: 10px!important;	
	} */
	.space-after-bg {
		margin-bottom: 20px!important;	
	}
	.checked {
		position: relative;
		padding-left: 20px;
	}
	.checked-ohne {
		padding-left: 20px;
	}
	.checked:after {
		content: "";
		position: absolute;
		display: block;
		height: 12px;
		width: 5px;
		left: 4px;
		top: 18px;
		margin-top: -8px;
		border-bottom: solid 1.5px #1AC8BD;
		border-right: solid 1.5px #1AC8BD;
		transform: rotate(45deg);	
	}
	button.contact a {
		font-size: 17px;
	}
	button.contact {
		padding: 14px 13px 13px 13px;
	}
}
@media screen and (max-width: 520px) {
  	 h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 27px;
		margin-bottom: 15px!important;
	}
	h3 {
		font-size: 22px;
		line-height: 1;
	}
	h4 {
		font-size: 24px;
	}
	h5 {
	font-size: 18px;
}

	.left-sm {
	text-align: left!important;
	}
	form input[type="text"], form input[type="email"], form option, textarea, label {
	font-size: 14px;
	}
	label {
		margin: 15px 0 3px 0;
	}
	#form.centerbox {
		padding: 10px 0px 15px 0;
	}
	.cookie-pad {
		padding:10px 20px 20px 20px!
	}
	form input[type="text"], form input[type="email"] {
	width: 100%!important;
	margin: 0 auto;

	}
}
/* counter */
.container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.countTimer {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4d4d4d;
  margin-top: -10px;

} 
 .clockBox {
    width: 10vw;
    height: 10vw;
    margin-right: 3vw;
    background: white;
    /* border-radius: 5px; */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 5vw;
    padding-bottom: 2vw;
  }
@media only screen and (max-width: 700px) {
  .clockBox {
    width: 19vw!important;
    height: 19vw!important;
    margin-right: 3vw;
    font-size: 8vw!important;
    padding-bottom: 5.5vw;
  }
    .clockBox::after {
    content: 'Nap';
    width: 100%;
    background-color: #f4c150;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.4vw 0;
    font-size: 3.3vw!important;

  }
}
  
.clockBox::after {
    content: 'Nap';
    width: 100%;
    background-color:  #facc18;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1vw 0;
    font-size: 1.2vw;

} 
.clockBox:nth-child(2)::after {
    content: 'Óra';
}
  
  .clockBox:nth-child(3)::after {
    content: 'Perc';
  }
  
  .clockBox:nth-child(4)::after {
    content: 'Másodperc';
  }
  
  .clockBox:nth-child(4) {
    margin-right: 0;
  }
}

/* flags */
.flags {
	margin-left: 20px!important;
	margin-right: 5px;
	width: 100%;
	display: inline-block!important;
}
/* float */
@keyframes float {
	0% {
	
		transform: translatey(0px);
	}
	50% {
	
		transform: translatey(-30px);
	}
	100% {
		
		transform: translatey(0px);
	}
}
@-webkit-keyframes float {
	0% {
	
		transform: translatey(0px);
	}
	50% {
	
		transform: translatey(-30px);
	}
	100% {
		
		transform: translatey(0px);
	}
}
@-moz-keyframes float {
	0% {
	
		transform: translatey(0px);
	}
	50% {
	
		transform: translatey(-30px);
	}
	100% {
	
		transform: translatey(0px);
	}
}
@-o-keyframes float {
	0% {
	
		transform: translatey(0px);
	}
	50% {
		
		transform: translatey(-30px);
	}
	100% {
	
		transform: translatey(0px);
	}
}

/*  table */
table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: auto;
}

table caption {
  margin: .5em 0 .75em;
}

table tr {
  border-bottom: 2px solid #3f618c;
  padding: .35em;
  font-size: 17px;
}

table th,
table td {
  padding: .625em;

}

table th {
  font-size: 1.04em;
  font-weight:500;
  letter-spacing: .02em;
  text-transform: uppercase;
}
@media only screen and (min-width: 1201px) {
	.ten {
		width: 9%!important;
	}
	.fifteen {
		width: 15%!important;
	}
	.twentyfive {
		width: 20%!important;
	}
	.thirty {
		width: 37%!important;
	}
	table th,
	table td {
	  text-align: left!important;
	}
}
@media screen and (max-width: 1200px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
 /*    border-bottom: 3px solid #3f618c; */
    display: block;
    margin-bottom: .625em;
	border-bottom: 3px solid #3f618c;
  }
  
  table td {
    border-bottom: 1px solid #3f618c;
    display: block;
    font-size: .85em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
	margin: 0 20px 10px 0;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
  
  .hide-small {
	display:none!important;
	margin:0px solid white!important;
	}
  .hide-small-before {
	border-bottom:0px solid white!important;
	}	
}