body {
    font-family: 'MyCustomFont', sans-serif;
	margin: 0;
}

.center {
	display: flex;
	justify-content: center;
	z-index: -1;
}

  .fix-info-block.path_container.hidden.instant {
    transition: none; /* kikapcsolja az animációt */
	}
  .fix-info-block {
	box-sizing: border-box;
	background-color: #00386e;
	display: flex;
	justify-content: center;
}
.fix-info-block.path_container {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	padding-top: 80px;
	z-index: 29;        /* sit on top */
	transition: transform 0.3s ease; /* animate sliding */
  }
  
  /* When this class is present, slide the header up out of view */
  .fix-info-block.path_container.hidden {
	transform: translateY(-100%);
  }


  .info-block {
	background-color: #00386e;
	display: flex;
	justify-content: center;
	padding-top: 80px;
	width: 100%;
  }

  .header {
	position: fixed;
	background-color: #00488d;
	width: 100%;
	height: 80px;
	left:0px;
	top: 0px;
	z-index: 30;
}

  .header2 {
	background-color: #00386e;
	width: 1000px;
}

@font-face {
    font-family: 'MyCustomFont';
    src: url('/src/Poppins.ttf');
    font-weight: normal;
    font-style: normal;
}



.logo_container {
	display: flex;
	position: fixed;
	height: 80px;
	width: 1000px;
	align-items: center;
	z-index:40;
	pointer-events: none;
}

.logo {
	position: fixed;
	height: 41px;
	padding: 10px;
	display: none;
	opacity: 0.9;
	padding-left: 20px;
	cursor: pointer;
	z-index: 40;
	pointer-events: auto;
}

.logo_pc {
	position: fixed;
	height: 41px;
	padding: 0px;
	display: inline-block;
	opacity: 0.9;
	cursor: pointer;
	z-index: 40;
	pointer-events: auto;
}




.dropdown-content a {
	color: black;
	padding: 10px 15px;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	width: auto;
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #ddd;
    transition: all 0.3s ease;
}

.menu_button:hover .dropdown-content {
opacity: 1;
	max-height: 100%;
	transition: max-height 0.6s ease-out;
}




.dropdown-content a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}



.menu_button {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	
	margin:0;
	height: 100%;
}

.linkb {
	font-size: 12px;
	margin:10px;
	padding:0;
	text-align: center;
	white-space: nowrap;
}

.menu_button:hover {
	background-color: rgba(255,255,255,0.0);
}

.headerheader {
	position: fixed;
	background-color: #00488d;
	width: 100%;
	height: 80px;
	top: 0px;
	z-index: 30;
}

.header_menu {
	display: flex;
	position: fixed;
	width:1000px;
	height:80px;
	z-index:39;
	align-items: center;
}





.header_menu p {
	font: 14px "Century Gothic", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	opacity: 0.55;
}








.dropdown-content a:last-child {
    border-bottom: none;
}



.dropdown-content {
	display: flex;
	flex-direction: column;
	opacity: 0;
	position: fixed;
	top: 70px;
	background-color: #e4f5fd;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
	border-radius: 0px 0px 10px 10px;
	max-height: 0;
	overflow: hidden;
	transition: opacity 0.3s ease-out, max-height 0.6s ease-out;
    

	border: 1px solid gray;
    padding: 10px;
    background: #f9f9f9;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Soft shadow */
}

.path a {
	color: white;
}

.path {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:12px;
	color:white;
	opacity:0.9;
}

.product_title {
	/*display: none;*/
	font-size:20px;
	margin-top:5px;
	margin-bottom:5px;
	/*text-transform:uppercase;*/
	font-weight:normal;
	color:white;
	opacity:0.9;
}



.header_menus ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'MyCustomFont', sans-serif;
  font-size: 12px;
  
  font-weight: bold;
}

.header_menus ul > li > ul {
  display: flex;
  
}

.header_menus ul > li > ul > li > a {
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  opacity: 0.55;
  text-decoration: none;
}

.header_menus ul > li > ul > li > ul > li > a {
	opacity: 0.7;
	text-shadow: 2px 2px 4px black;
}

.header_menus ul > li > ul > li > a:hover {
  background: rgba(255,255,255,0.25);
}

.header_menus ul > li > ul > li {
  position: relative;
}

.header_menus ul > li > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  flex-direction: column;
  background: rgba(51,51,51,0.7);
  min-width: 200px;
  z-index: 1000;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.3s ease-in-out;
  
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	
	
  
  
}

.header_menus ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  transition: all 0.3s ease-in-out;
  
}







.header_menus ul > li > ul > li > ul > li > a {
  padding: 0.5rem 1rem;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.header_menus ul > li > ul > li > ul > li > a:hover {
  background: #444;
}







body {
	background-color: #00386e;
}



.kereses_icon {
	filter:invert(100%);height:15px;width:15px;opacity:0.55;margin-right:5px;
	margin: 10px;

	width: 20px;
	height: 20px;
	filter: invert(100%);
	opacity: 0.9;
}

.kereso_holder {
	cursor:pointer;
}

.kereso_holder:hover {
	background: rgba(255,255,255,0.1375);
}


.kereso_felulet {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 50px;
  left: 50px;
  z-index: 9999;
  opacity: 0;
  transform: translateY(-20px);
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0s linear 0.4s; /* késleltetett rejtés */
}

.kereso_felulet.megjelenik {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0s linear 0s; /* azonnali láthatóvá tétel */
}


.keres {
	border-left: none;background-color:#084c8c;height:25px;border-radius:7px;border-top-left-radius:0px;border-bottom-left-radius:0px;
	cursor:pointer;
}

.searching {
	margin:10px;
	padding:0px;
	display: flex; 
	align-items: center;
	gap: 0;
	padding: 0;
}



