@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

:root {
  --szin4: rgba(105,74,58,0.3);
  --oldalmeret: 1200px; 
  --piros:#ae1537;
  --lablechatter:rgba(14,24,39,1);

  --kek2:rgba(49,79,124,1);
  --hatterszin:#e1e1e1;
  --alapszin:#ffffff;
  --hover_kek:#58b1e4;
  --kek:#005ca2;
  --zold:#006d34;
}

body {
	margin: 0;
	padding: 0;
	color:#403f3d;
	width: 100%;
	height: auto;
    font-family: "Ubuntu", serif;
	font-weight: 100;
	font-size: 90%;	
    background-color:var(--hatterszin);
	
}

*, *::before, *::after {
	 padding: 0;
	 margin: 0;
	 list-style: none;
	 list-style-type: none;
	 text-decoration: none;
	 box-sizing: border-box;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
	 text-rendering: optimizeLegibility;
	 box-sizing: border-box; 
}

html {
	 font-size: 100%;
	 font-style: normal;
	 scroll-behavior: smooth;
	 height: -webkit-fill-available;
}

a, button {
	 cursor: pointer;
	 user-select: none;
	 white-space: nowrap;
	 border: none;
	 outline: none;
	 color: inherit;
	 background: none;
}

p {
	 max-width: 50ch;
}

p, li {
	 text-wrap: pretty;
	 line-height: inherit;
	 word-wrap: break-word;
}

img, svg, video {
	 font-style: italic;
	 max-width: 100%;
	 height: auto;
	 object-fit: cover;
	 shape-margin: 1rem;
	 vertical-align: middle;
}

img, svg {
	 background-size: cover;
	 background-repeat: no-repeat;
	 image-rendering: crisp-edges;
	 image-rendering: -moz-crisp-edges;
	 image-rendering: -webkit-optimize-contrast;
}

.vonal {
	width: 80%;
	border-top: solid 2px rgba(255,255,255,0.2);
	padding:0;
	margin:10px 0;
}

.logo {
	float: left;

}

.logo button {
	border-right : solid 1px #fff;
	min-width: 20px;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	color:#fff;
	margin-right: 20px;
	padding-right: 20px;
}

.logoi {
	width: 60px;
	height: 60px;
	margin-right: 10px;
}

.logoi img {
	width: 100%;
	height: 100%;
	
}

.logot1 {
  font-weight: 500;
  font-size: 227%;
  letter-spacing: 1;
  text-align: left;
}

.logot2 {
  font-size: 100%;
  font-weight:lighter;
  letter-spacing: 1;
  text-align: left;
  text-transform: uppercase;
}

.menubox1 {
	display: flex;
	justify-content:space-between;
	align-content: center;
	align-items: center;

}

.menubox2 {	
	display: flex;
	justify-content:flex-end;
	align-content: center;
	align-items: center;

}

.menubox3 {	width: 100%;}

.menu_solo {
	padding: 0;
	margin: 0 15px;
}

.menu_solo a {
	color:#fff;	
	font-size: 120%;	
	float: left;
	margin-left: 5px;
	padding:8px 10px;
	transition: 0.5s;
}

.menu_solo a:hover {
	color:#ccc;
	
}

#lablec {
	min-height: 50px;	
	padding: 20px 0 15px 0;
	color:#fff;
	background: linear-gradient(180deg, var(--lablechatter) 0%, var(--kek2) 100%);
	position:relative;
	z-index:100;
	clear: both;
}

#lablec_also {
	position:relative;
	width: 100%;	
	background: var(--lablechatter);
	min-height: 50px;
	padding: 0 20px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content:space-around;
	color:#fff;
	font-size: 100%;
	font-weight: 100;
	letter-spacing: 0;
	z-index:100;
}

#lablec_also div ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	gap:20px;
}

#lablec_also div ul li {
	color:#fff;

}

#lablec_also div ul li a {
	transition: 0.5s;
	text-decoration: none;
	color:#fff;

}

#lablec_also div ul li a:hover {
	color:var(--hover_kek);
}

#lablec_also div ul li a span {
	font-size: 220%;
	padding: 0;
	margin: 5px 0 0 0;
	transition: 0.5s;
	color:var(--hover_kek);
	
}

#lablec_also div ul li a span:hover {
	color:#f1f1f1;
	
}

#lablec_also div strong {
	color:var(--hover_kek);
	font-weight: 300;
	margin-left: 10px;
	border-left: solid 1px #666;
	padding: 5px 10px;
	font-size: 120%;
}

.keret {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-column div:first-child {
	margin: 0; 	
	display: flex;
	align-content: center;
	align-items: center;
	width: 100%;
	
}

.footer-column strong {
	font-weight: 500;
	font-size: 160%;
	letter-spacing: 1;
	text-align: left;

}

.footer-column:last-child {
	display: flex;
	justify-content:flex-end;
}

.footer-column {
  	flex: 1;
  	margin: 10px;
	display: flex;
	justify-content:center;
	align-content: center;
	align-items: center;
	letter-spacing: 0px;

}

.footer-column img {
  max-width: 45px;
  margin-right: 10px;
  padding-bottom: 0;
}

.footer-column span {
	
	margin: 0;
	position: relative;
	top:8px;
	margin-right: 5px;
	color:#ccc;

}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin: 5px 0;
}

.footer-column ul li a {
  text-decoration: none;
  color: #fff;
}

.footer-column .social-icons a {
  margin-right: 5px;
  text-decoration: none;
  color: #fff;
}

.anim_forgo { animation: rotateAnimation 9s ease-in-out infinite; }

.anim_text1 { animation: text1_animation 6s ease-in-out forwards; }

.anim_text2 { animation: text1_animation2 6s ease-in-out forwards; }

.anim_text_permanent { animation: text_perm_anim 1s ease-out forwards; }

.anim_text2_permanent { animation: text2_perm_anim 1s ease-out forwards; }

@keyframes text_perm_anim {
	0% { opacity:0; top:20%; filter: blur(10px); }
	100% { opacity:1; top:31%; filter: blur(0); }
}

@keyframes text2_perm_anim {
	0% { opacity:0; top:60%; filter: blur(10px); }
	100% { opacity:1; top:48%; filter: blur(0); }
}

@keyframes nagyit {
      0%  { scale:1.3; }
	  100% { scale:1; }
    }

@keyframes rotateAnimation {
      0%  { transform: rotate(0deg); }
	  25% { transform: rotate(0deg); }
	  50% { transform: rotate(360deg); }
	 100% { transform: rotate(360deg); }
    }

@keyframes text1_animation {
	  0%  { opacity:0; top:20%; filter: blur(10px);}
	 10%  { opacity:0; top:20%;filter: blur(0);}
	20%  {opacity:1;  top:31%;}
	90%  {opacity:1; top:31%;filter: blur(0);}
	100%  {opacity:0; top:20%; filter: blur(10px);}
	  
    }

@keyframes text1_animation2 {
      0%  { opacity:0; top:60%; filter: blur(10px);}
	  10%  { opacity:0; top:60%; filter: blur(0);}
	  20%  { opacity:1; top:48%;}
	  90%  { opacity:1; top:48%;filter: blur(0);}
	100%  { opacity:0; top:60%; filter: blur(10px);}
	  
    }

.fbox {
	width: 100%;
	padding: 0;
	margin: 20px 0 40px 0;
	display: grid;
	grid-template-rows: 1fr;
	justify-content: flex-start;
	gap: 20px;
}

.fbox a {
	width: 100%;
	height: auto;
	white-space:normal;
	float: left;
	
}

.fbox a:hover .fbox_kep img { 
	transform: scale(1.07);
}

.fbox a:hover .fbox_text1 {
	color: #111;
	transform: translateX(4px);
}

.fbox a:hover .fbox_text2 {
	color: #222;
	transform: translateX(4px);
}

.fbox_kep {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 11;
	overflow: hidden;
	margin-bottom: 14px;
	border-radius: 4px;
}

.fbox_kep img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1);
	transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	will-change: transform;
}

.fbox_datum {
	font-size: 80%;
	width: 100%;
	color: #666;	
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	height: 24px;
	margin-bottom: 2px;
	font-weight: 500;
}

.fbox_datum div { font-weight: 100; margin-right: 5px; padding-right: 5px; border-right: solid 1px #ccc; color:#333;}

.fbox_datum a,
.fbox_datum .szerzo {
	color:red;
	font-weight: 500;
	text-transform: uppercase;
	width: auto;
}


.fbox_text1 {
	font-size: 130%;
	width: 100%;
	padding: 0 0 5px 0;
	font-weight: 400;
	color: var(--hover_kek);
	line-height: 24px;
	transition: color 0.35s ease, transform 0.35s ease;
}

.fbox_text2 {
	font-size: 100%;
	width: 100%;
	padding: 0;
	font-weight: 100;
	color: #333;
	transition: color 0.35s ease, transform 0.35s ease;
}

.hirek_vissza_link:hover {
	color: var(--hover_kek, #007ec4) !important;
}

.osztas1 { grid-template-columns: repeat(1, 1fr); }

.osztas2 { grid-template-columns: repeat(2, 1fr); }

.osztas3 { grid-template-columns: repeat(3, 1fr); }

.osztas4 { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 992px) {
	.osztas4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 576px) {
	.osztas4 { grid-template-columns: repeat(1, 1fr); }
}

.slider-container { 
			position:fixed;
			width: 100%; 
			max-width: 1920px; 
			height: 700px;
			margin: auto; 
			overflow: hidden; 
			top:0;
			}

.slider-arnyek {
			position: absolute;
			bottom:0;
			width: 100%;
			height: 200px;
			z-index: 2;
			background: rgb(14,24,39);
			background: linear-gradient(0deg, rgba(14,24,39,1) 0%, rgba(49,79,124,0) 75%); 
			}

.slider-container img { height: 700px; }

.slides { display: flex; transition: transform 0.8s ease-in-out; }

.slide { min-width: 100%; position: relative; overflow: hidden; }

video {
			position: absolute;

		}

.slide img { width: 100%; display: block; }

@keyframes induleffect {
  from {opacity:0;}
  to {opacity:1;}
}

.caption { 
			position: absolute; top: 31%; left: 10%; 
			color:var(--lablechatter);
            font-size:400%; 
			z-index: 3;
			opacity: 0; 
			background-color: rgba(255,255,250,0.8);
			padding: 20px 40px;
			text-transform: uppercase;
			border-radius: 5px;
        }

.caption2 { 
			position: absolute; top: 48%; left: 10%; 
			color:#fff;
            font-size:150%; 
			z-index: 3;
			opacity: 0; 
			background: linear-gradient(90deg, var(--lablechatter) 0%, var(--kek2) 100%);
			padding: 30px;
			width: 40%;
			display: flex;
			align-content: center;
			align-items: center;
			line-height: 32px;
			border-radius: 5px;
        }

.caption2 span { font-size: 250%; margin-right: 20px; }

.caption2 a { background-color: #fff; padding: 5px 10px; font-size: 70%; margin-left: 10px; color:var(--lablechatter); font-weight: 400; text-transform: uppercase; transition: 0.5s; border-radius: 3px; position: relative; top:-2px;  }

.caption2 a:hover {background-color: red; color:#fff; margin-left: 30px; }

.slide.active .caption { opacity: 1; }

.prev, .next {
			width: 50px;
			height: 50px;
            position: absolute; 
			top: calc(50% - 25px);
			transform: translateY(-50%);
    
			color: #fff; 
			border: none; 
			padding: 0;
            cursor: pointer; 
			display: flex;
			justify-content: center;
			align-content: center;
			align-items: center;
			font-size:400%;
			transition: 0.5s;
        }

.prev:hover { left:50px;}

.next:hover { right:50px;}

.prev span, .next span {
	font-size: 200%;
	padding: 0;
	margin: 0;
}

.prev { left: 30px; }

.next { right: 30px; }

.dots { position:absolute; display: flex; justify-content:flex-start;; width: 100%; z-index: 3; left:30px; top:600px;
        }

.dot {
            width: 10px; height: 10px; margin: 5px;
            background: #ccc; border-radius: 10px; cursor: pointer;
			border: solid 1px rgba(0,0,0,0.2);
			transition: 0.5s;
        }

.dot.active { background: #fff; width: 40px; }

.container {
	width: 100%;
	height: auto;
	max-width: 1200px;
	display: flex;
	justify-content:space-between;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-inline: 0;
	margin-inline: auto;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

.felsomenu {
	position:fixed;
	top:0;
	z-index: 70;
	width: 100%;
	min-height: 10px;
	 background: rgb(49,79,124);
background: linear-gradient(0deg, rgba(49,79,124,0) 0%, rgba(14,24,39,1) 100%); 
	}

.felsomenu:after {}

.felsomenu * {
  position: relative;
  z-index: 1;
}

#masthead {
  padding: 20px 0 0 0;
  position: relative;	
  min-height: 1;
}

#masthead.is-active {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	
}

#masthead:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, var(--lablechatter) 0%, var(--kek2) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
	transition: 0.5s;
	
}

#masthead.is-active:after {
  opacity: 1;

}

.col h4 {
	color:#fff;
	font-size: 120%;
	font-weight: 100;
		
	}

.hamburger {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  float: left;
  font: inherit;
  margin: 0;
  overflow: visible; 
  outline: none;
  padding: 0;
  text-transform: none;
  transition: opacity 0.15s;
  -webkit-appearance: none;

}

.hamburger:hover {
  opacity: 0.7; 
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; 
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; 
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; 
}

#masthead.is-active .hamburger-inner, #masthead.is-active .hamburger-inner::before, #masthead.is-active .hamburger-inner::after {
    background-color: red;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; 
}

.hamburger-inner::before {
  top: -6px; 
}

.hamburger-inner::after {
  bottom: -6px; 
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; 
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); 
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; 
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); 
}

.hamburger-label {
  color: #fff;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-left: 0.3125em;
  text-transform: uppercase;
}

#masthead.is-active .hamburger-label {
  color: #fff;
}

.hamburger-box, .hamburger-label {
  display: inline-block;
  vertical-align: middle;
	font-size: 130%;
	font-weight: 100;
}

#site-nav {
  clear: both;
  display: flex;
  flex-direction: column; 
  height: 0;
  overflow: hidden;
  padding-top: 2.5em;
	align-content: flex-start;
	align-items: flex-start;
}

#site-nav.is-active {
  height: auto;
  overflow: visible;
}

#site-nav .col { 
  padding-bottom: 2.5em;
}

.cala { flex-wrap: wrap;}

.mib {
	width: 100%;
	color:#fff;
	padding:10px;
	margin: 20px 20px 0 0;
	line-height: 25px;
	border: solid 1px #ccc;
	display:flex;
	justify-content:flex-start;
	align-content: center;
	align-items: center;
	border-radius: 5px;
	
}

@media screen and (min-width: 550px) {
  #site-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }

  #site-nav .col {
    flex: 0 0 50%;
  } 
}

@media screen and (min-width: 768px) {
  #site-nav .col {
    flex: 0 0 33.333333333%;
  } 

}

@media screen and (min-width: 960px) {
  #site-nav {
    flex-wrap: nowrap;
  }
  
  #site-nav .col {
    flex: 0 0 20%;
	margin: 0 2px 0 0;
  } 

  #site-nav .col:last-child {
    display: flex;
    justify-content: flex-end;
  } 

}

#site-nav h4 {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: flex;
  align-content: center;
  align-items: center;
}

#site-nav h4 span {
	font-size: 160%;
	padding: 5px;
	margin-right: 10px;
	border-radius: 5px;
	background-color:rgba(255,255,255,0.3);
	}

#site-nav ul {
  list-style-type: none;
  margin-top: 1em;
}

#site-nav li {
  margin-bottom: 0.3125em;
}

#site-nav li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
	transition: 0.5s;

}

#site-nav li a:hover, #site-nav li a:focus {
  color: #fff;
	margin-left: 10px;

}

#masthead-search {  
  margin: 0;
  width: 14em;
  max-width: 14em;
  position: relative;
  -webkit-appearance: none;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: right center;
  left: 0;
}

#masthead-search:hover,
#masthead-search:focus-within {
  width: 17.5em;
  max-width: 17.5em;
}

#masthead-search input {
  background-color: rgba(255,255,255,0.9);
  border: none;
  border-radius: 5px;
  outline: none;
  width: 100%;
  padding: 13px 50px 13px 15px;
  transition: border-color 0.3s ease;
  -webkit-appearance: none;
	font-size: 100%;
	font-weight: 100;
	 color: #666;
}



#masthead-search button {
  background: none;
  border: none;
  color: #666;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 23px;
  right: 5px;
  transform: translateY(-50%);
  -webkit-appearance: none;
transition: 0.5s;
}

#masthead-search button span {
		border-left: solid 1px #ccc;
		font-size: 250%;
	}

#masthead-search button:hover { color: red;	}

#masthead.is-active #masthead-search button { color: #000;}

#masthead.is-active #masthead-search input { border-color: #b4b9ba;}

#masthead-search ::-webkit-input-placeholder { color: #000;}

#masthead-search :-moz-placeholder {color: #ccc; opacity:  1;}

#masthead-search ::-moz-placeholder { color: #666; font-weight:lighter; opacity:  1;}

#masthead-search :-ms-input-placeholder { color: #000;}

#masthead.is-active #masthead-search ::-webkit-input-placeholder { color: #b4b9ba;}

#masthead.is-active #masthead-search :-moz-placeholder { color: #b4b9ba; opacity:  1;}

#masthead.is-active #masthead-search ::-moz-placeholder { color: #b4b9ba; opacity:  1;}

#masthead.is-active #masthead-search :-ms-input-placeholder { color: #b4b9ba;}

#masthead .col {
  opacity: 0;
}

#masthead.is-active .col {
  transform: translateY(-100px);
  transition: opacity 0.3s ease;
  animation: fade-in-stagger 0.8s ease forwards;
}

#masthead.is-active .col:nth-child(1) {	-webkit-animation-delay: 0;}

#masthead.is-active .col:nth-child(2) { -webkit-animation-delay: 0.1s;}

#masthead.is-active .col:nth-child(3) { -webkit-animation-delay: 0.2s;}

#masthead.is-active .col:nth-child(4) { -webkit-animation-delay: 0.3s;}

#masthead.is-active .col:nth-child(5) { -webkit-animation-delay: 0.4s;}

@keyframes fade-in-stagger {
  to {
    opacity: 1;
    transform: translateY(0); 
  }
}

.kozepkeret {
	position:relative;
	width: 100%;
	height: auto;
	top:0;
	margin-top: 700px;
	z-index: 60;
	background-color: #fff;
	margin-inline: auto;
	display: flow-root;
}

.kozep {
	width: 100%;
	height: auto;
	max-width: 1200px;
	padding: 30px 0;
	margin-inline: auto;
	position: relative;
	display: flow-root;
	min-height: 500px;
}

.kozep::after {
	content: "";
	display: table;
	clear: both;
}

.kozepbox {
	position:sticky;
	top:150px;
	margin-top: -200px;
	max-width: 300px;
	width: 35%;	
	min-height: 600px;
	background-color:rgba(255,255,255,1);
	padding: 0;
	z-index: 110;	

	float: right;
	border-radius: 5px;
}

.size75 { width: calc(75% - 40px);}

.kbox1 {
	margin-bottom: 20px;
	font-size: 115%;
}

.kbox1 h2 {
	font-weight: 400;
	font-size: 200%;
	color:var(--hover_kek);
}

.kbox1.tartalom-oldal h2,
.tartalom_cim {
	font-size: 220% !important;
	margin-bottom: 20px;
}

.kbox1.tartalom-oldal {
	min-height: 450px;
}

.kbox1 h3 {
	font-weight: 300;
	font-size: 140%;
	color:#666;
	width: 90%;
	margin-bottom: 10px;
}

.kbox1 p,
.tartalom_szoveg p {
	width: 100%;
	max-width: 100%;
	margin-bottom: 10px;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: justify;
}

.tartalom_szoveg {
	text-align: justify;
}

.kbox1 ul:not(.fbox),
.tartalom_szoveg ul {
	list-style: disc !important;
	list-style-type: disc !important;
	padding-left: 30px !important;
	margin-bottom: 20px !important;
}

.kbox1 ol,
.tartalom_szoveg ol {
	list-style: decimal !important;
	list-style-type: decimal !important;
	padding-left: 30px !important;
	margin-bottom: 20px !important;
}

.kbox1 ul:not(.fbox) li,
.tartalom_szoveg ul li {
	list-style: disc !important;
	list-style-type: disc !important;
	display: list-item !important;
	margin-bottom: 8px !important;
	line-height: 22px;
}

.kbox1 ol li,
.tartalom_szoveg ol li {
	list-style: decimal !important;
	list-style-type: decimal !important;
	display: list-item !important;
	margin-bottom: 8px !important;
	line-height: 22px;
}

.kbox1 ul:not(.fbox) ul,
.tartalom_szoveg ul ul {
	list-style: circle !important;
	list-style-type: circle !important;
	padding-left: 20px !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.kbox1 table,
.tartalom_szoveg table {
	width: 100% !important;
	border-collapse: collapse !important;
	margin: 20px 0 !important;
	font-size: 95%;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	overflow: hidden;
}

.kbox1 table th,
.tartalom_szoveg table th {
	background-color: var(--kek2);
	color: #fff !important;
	font-weight: 500;
	padding: 10px 14px !important;
	border: 1px solid rgba(255,255,255,0.2) !important;
	text-align: left;
}

.kbox1 table td,
.tartalom_szoveg table td {
	padding: 10px 14px !important;
	border: 1px solid #dee2e6 !important;
	vertical-align: top;
}

.kbox1 table tr:nth-child(even) td,
.tartalom_szoveg table tr:nth-child(even) td {
	background-color: rgba(0,0,0,0.02);
}

.kbox1 table tr:hover td,
.tartalom_szoveg table tr:hover td {
	background-color: rgba(88,177,228,0.08);
}

.kjbox1 { 
	font-size: 120%;
	margin: 0px;
	padding: 20px;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;	
	border-radius: 5px;
	color:#000;
		-webkit-box-shadow: 0 0 30px 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 30px 5px rgba(0,0,0,0.1);
	margin-bottom: 10px;
	
}

.atmenet1 {
	background: linear-gradient(180deg, var(--lablechatter) 0%, var(--kek2) 100%);
	color:#fff;
	
}

.fontkicsi { font-size: 100%;}

.kjbox1 a {
	white-space: normal;
	width: 100%;	
	padding:7px 15px;
	margin: 0;
	transition: 0.5s;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	border-radius: 5px;
}

.kjbox1 a span {margin-right: 10px;}

.kjbox1 a:hover {
	background-color:rgba(255,255,255,1);
	color:var(--lablechatter);
	padding-left: 25px;
}

.kjbox1 h3 {
	font-weight: 400;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	font-size: 140%;
	line-height:22px;
	color:var(--hover_kek);
}

@media (max-width: 1240px) {
  .container, .kozep, .keret {
    width: calc(100% - 40px);
    padding-inline: 0;
  }
}

@media (max-width: 768px) {

  .footer-column {
    flex: 1 1 100%;
    text-align: center;
  }
  .social-icons a {
    font-size: 16px;
    margin-right: 15px;
  }
	
	#masthead, .felsomenu {
		position: relative !important;
		background: linear-gradient(0deg, rgba(49,79,124,1) 0%, rgba(14,24,39,1) 100%);
	}
	
	.menubox1 {
		width: 100%;
		margin-bottom: 10px;
	}
	.menubox2 {
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
	}
	
	.menu_solo {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-bottom: 10px;
	}
	
	#masthead-search {
		margin: 0;
		width: 90% !important;
		max-width: 1000px !important;
		position: relative;
		-webkit-appearance: none;
		transition: 0.5s;
		left: 0;
	}
	
	#lablec_also div:last-child {
		width: 100%;		
		text-align: center;
		gap: 0px !important;
		flex-direction: column;
		display: none !important;
	}

	.footer-column div:first-child {
		margin: 0; 	
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		width: 100%;
		border: solid 1px #fff;
		padding: 20px 0;
	}
	
	.footer-column:last-child {
		display: flex;
		justify-content: center;
	}
}

/* ==========================================================
   Fancybox / Lightbox Képnézegető Stílusok
   ========================================================== */
.fancybox-overlay {
	position: fixed !important;
	inset: 0 !important;
	width: 100vw !important;
	height: 100vh !important;
	z-index: 9999999 !important;
	background: rgba(10, 16, 26, 0.94) !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
	user-select: none;
}

.fancybox-topbar {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10000001;
	pointer-events: none;
}

.fancybox-counter {
	color: #fff;
	background: rgba(255, 255, 255, 0.18);
	padding: 6px 16px;
	border-radius: 20px;
	font-size: 0.95rem;
	font-weight: 500;
	letter-spacing: 0.5px;
	pointer-events: auto;
}

.fancybox-btn {
	background: rgba(255, 255, 255, 0.15);
	color: #ffffff;
	border: none;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.25s ease;
	outline: none;
	pointer-events: auto;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.fancybox-btn span {
	font-size: 32px;
	line-height: 1;
	color: #ffffff;
	transition: transform 0.2s ease;
}

.fancybox-btn:hover {
	background: var(--hover_kek, #007ec4);
	color: #ffffff;
	transform: scale(1.08);
}

.fancybox-close-btn {
	width: 44px;
	height: 44px;
}

.fancybox-close-btn span {
	font-size: 26px;
}

.fancybox-nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10000001;
}

.fancybox-prev-btn {
	left: 30px;
}

.fancybox-next-btn {
	right: 30px;
}

.fancybox-img-wrap {
	max-width: 90vw;
	max-height: 85vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 10000000;
}

.fancybox-img-wrap img {
	max-width: 90vw;
	max-height: 85vh;
	width: auto;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.7);
	object-fit: contain;
	transition: opacity 0.2s ease-in-out;
}

@media (max-width: 768px) {
	.fancybox-prev-btn { left: 10px; }
	.fancybox-next-btn { right: 10px; }
	.fancybox-topbar { padding: 0 15px; top: 15px; }
	.fancybox-btn { width: 42px; height: 42px; }
	.fancybox-btn span { font-size: 26px; }
}

/* ==========================================================
   Cikk / Tartalom Alatti Social Sáv (Vissza + Megosztás)
   ========================================================== */
.cikk_social_sav {
	margin-top: 40px;
	padding: 20px 0 10px 0;
	background: transparent;
	border: none;
	border-top: 2px solid var(--hover_kek, #007ec4);
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
}

.social_vissza_gomb {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 18px;
	background: #ffffff;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	color: #334155 !important;
	font-weight: 500;
	font-size: 0.95rem;
	text-decoration: none;
	transition: all 0.25s ease;
	cursor: pointer;
}

.social_vissza_gomb:hover {
	background: #f1f5f9;
	color: var(--hover_kek, #007ec4) !important;
	border-color: var(--hover_kek, #007ec4);
	transform: translateX(-3px);
}

.social_fb_megosztas {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 20px;
	background: #1877f2;
	color: #ffffff !important;
	border-radius: 6px;
	font-weight: 500;
	font-size: 0.95rem;
	text-decoration: none;
	transition: all 0.25s ease;
	box-shadow: 0 2px 6px rgba(24, 119, 242, 0.3);
	cursor: pointer;
}

.social_fb_megosztas:hover {
	background: #1465cc;
	color: #ffffff !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(24, 119, 242, 0.4);
}

/* Főoldali 'Tisztelt Látogató' bevezető kék doboz (.atmenet1 stílusában) */
.tisztelt-latogato-box {
	background: linear-gradient(180deg, var(--lablechatter, rgba(14,24,39,1)) 0%, var(--kek2, rgba(49,79,124,1)) 100%) !important;
	color: #ffffff !important;
	padding: 25px 30px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 30px 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 30px 5px rgba(0,0,0,0.1);
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.tisztelt-latogato-box h1,
.tisztelt-latogato-box h2,
.tisztelt-latogato-box h3 {
	color: #ffffff !important;
	font-size: 1.8rem !important;
	font-weight: 500 !important;
	margin-top: 0 !important;
	margin-bottom: 15px !important;
	letter-spacing: 0.5px;
}

.tisztelt-latogato-box p {
	color: #f1f5f9 !important;
	font-size: 1.05rem !important;
	font-weight: 300;
	line-height: 1.65 !important;
	letter-spacing: 0.3px;
	margin-bottom: 12px !important;
	max-width: 100% !important;
}

.tisztelt-latogato-box p:last-child {
	margin-bottom: 0 !important;
}

.tisztelt-latogato-box strong,
.tisztelt-latogato-box b {
	color: #ffffff !important;
	font-weight: 500;
}

.tisztelt-latogato-box a {
	color: var(--hover_kek, #58b1e4) !important;
	text-decoration: underline;
}

.tisztelt-latogato-box a:hover {
	color: #ffffff !important;
}

/* Maradék kiemelt hírek listanézete a főlapon */
.maradek_kiemelt_hirek {
	width: 100%;
	margin: 20px 0 30px 0;
}
.kiemelt_lista_kontener {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}
.kiemelt_lista_item {
	width: 100%;
	border-bottom: solid 1px #ccc;
	background: transparent;
	transition: background 0.2s ease;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.kiemelt_lista_item:hover {
	background: var(--hover_kek);
}
.kiemelt_lista_item:hover .kiemelt_lista_cim {
	color: #ffffff;
}
.kiemelt_lista_item:hover .kiemelt_lista_datum {
	color: rgba(255, 255, 255, 0.9);
}
.kiemelt_lista_item:hover .kiemelt_lista_event_date {
	color: #ffffff;
}
.kiemelt_lista_item:hover .kiemelt_lista_lead {
	color: #ffffff;
}
.kiemelt_lista_link {
	display: flex;
	align-items: center;
	padding: 14px 10px;
	gap: 16px;
	text-decoration: none;
	color: inherit;
	box-sizing: border-box;
	width: 100%;
}
.kiemelt_lista_kep {
	width: 110px;
	height: 75px;
	flex-shrink: 0;
	border-radius: 4px;
	overflow: hidden;
	background: #f0f0f0;
}
.kiemelt_lista_kep img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.kiemelt_lista_item:hover .kiemelt_lista_kep img {
	transform: scale(1.05);
}
.kiemelt_lista_tartalom {
	flex-grow: 1;
	min-width: 0;
}
.kiemelt_lista_datum {
	font-size: 0.8rem;
	font-weight: 500;
	color: #718096;
	margin-bottom: 2px;
	letter-spacing: 0.3px;
}
.kiemelt_lista_cim {
	font-size: 1.15rem;
	font-weight: 600;
	color: var(--hover_kek, #007ec4);
	margin: 0 0 3px 0;
	line-height: 1.35;
	transition: color 0.2s ease;
}
.kiemelt_lista_event_date {
	color: var(--hover_kek, #007ec4);
	font-weight: 600;
	font-size: 0.86rem;
	margin-bottom: 3px;
	display: flex;
	align-items: center;
	gap: 4px;
}
.kiemelt_lista_lead {
	font-size: 0.92rem;
	color: #4a5568;
	margin: 0;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media (max-width: 650px) {
	.kiemelt_lista_link {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
		padding: 12px 6px;
	}
	.kiemelt_lista_kep {
		width: 100%;
		height: 160px;
	}
}


