	.icon-link {
	  color: inherit;           /* örökölje a színt, ne legyen kék */
	  text-decoration: none;    /* távolítsa el az aláhúzást */
	  background: none;         /* ne legyen háttér */
	  border: none;             /* ne legyen keret */
	  padding: 0;               /* ne legyen extra térköz */
	  margin: 0;
	  cursor: pointer;          /* mutassa, hogy kattintható */
	  display: inline-flex;     /* igazítsa középre az ikont */
	  align-items: center;
	  justify-content: center;
	}

	.icon-link:hover {
	  opacity: 0.8;             /* kis vizuális visszajelzés hoverre */
	}


	#zone_card {
		width:92%;
		transition: opacity 0.2s ease;
		margin-top: 10px;
		padding: 10px;
		background-color:#181818;
		color:white;
		border: 1px solid #ccc;
		border-radius: 5px;
		z-index:1000;
		position:absolute;
}


/*---innen vettem ki---*/
/*---- idaig----*


/*---------- burger -----------------*/
   .menu-button {
          
        }

       

        .menu.visible {
            display: block;z-index:1000;
		
        }






/* Lightbox háttér */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top:5rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);


}

/* Lightbox tartalom */
.lightbox-content {
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 99%;

  z-index:9999;
}

/* Bezárás gomb */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}
.close:hover,
.close:focus {
  color: red;
}


/*
.tooltiptextS {
  visibility: hidden;
  width: 150px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 120;
}

.tooltipS:hover .tooltiptextS {
  visibility: visible;

}
*/

 a.contact
 {color:black;text-decoration:none;font-size:1rem;font-weight:500;}
a:hover.contact
 {color:var(-blue);text-decoration:none;font-size:1rem;font-weight:500;}




	</style>





	<style>

/*share modal theme megosztasa*/

 .modal {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
			width:22rem;
			height:10rem;
            transform: translate(-50%, -50%);
          
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        }

        .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Félátlátszó fekete */
    display: none; /* Alapértelmezetten rejtve */
    z-index: 99; /* Legmagasabb szintre helyezve */
        }


@media (min-width: 768px)	{
	 .modal {width:38rem;background-color:white;}

}
/*-----------------------*/





.card	{margin:0.3rem 0.1rem;}
	 
	 .search-results {
            position: absolute;
            width: 99%;
            z-index: 9000;
            background: white;
           box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
			border-radius:0.2rem;
			left:0;
        }
        .search-results img {
			border-radius:0.4rem;
			padding-right:0.6rem;
			width:5rem;
            object-fit: cover;
        }

		 .search-results_theme {
            position: absolute;
            width: 99%;
            z-index: 9000;
            background: white;
           box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
			border-radius:0.2rem;
			left:0;
        }
        .search-results_theme img {
			border-radius:0rem;
			padding-right:0rem;
			width:auto;
            object-fit: cover;
        }

		 .search-resultsT {	/*TAG*/
           position: absolute;
            width: 20rem;
            z-index: 9000;
            background: white;
           box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
			border-radius:0.2rem;
			left:auto;
        }
        .search-resultsT img {
			border-radius:0.4rem;
			padding-right:0.6rem;
			width:5rem;
            object-fit: cover;
        }


.background-slider {
  height: 263px; /* A teljes képernyő */
  background-size: cover;
  background-position: center;
  animation: backgroundChange 15s infinite; /* Animáció */
}
@keyframes backgroundChange {
  0% { background-image: url('mh/icons/landing.png?id=3'); }
  33% { background-image: url('mh/icons/landing.png?id=3'); }
  66% { background-image: url('mh/icons/landing.png?id=3'); }
  100% { background-image: url('mh/icons/landing.png?id=3'); }
}
.background-slider_all {
  height: 123px; /* A teljes képernyő */
  background-size: cover;
  background-position: center;
  animation: backgroundChange_all 15s infinite; /* Animáció */
}
@keyframes backgroundChange_all {
  0% { background-image: url('mh/icons/landing_all.png?id=3'); }
  33% { background-image: url('mh/icons/landing_all.png?id=3'); }
  66% { background-image: url('mh/icons/landing_all.png?id=3'); }
  100% { background-image: url('mh/icons/landing_all.png?id=3'); }
}

/* --------------  E FOLOTT MOBIL ! ----------------------------*/
	@media (min-width: 768px)	{	/*innentol PC !    */
		 .search-results {
            position: absolute;
            width: 45%;
            z-index: 9000;
            background: white;
           box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
			border-radius:0.2rem;
			left:auto;
        }
        .search-results img {
			border-radius:0.4rem;
			padding-right:0.6rem;
			width:100px;
            object-fit: cover;
        }


		 .search-results_theme {
            position: absolute;
            width: 45%;
            z-index: 9000;
            background: white;
           box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
			border-radius:0.2rem;
			left:auto;
        }
        .search-results_theme img {
			border-radius:0rem;
			padding-right:0rem;
			width:100px;
            object-fit: cover;
        }

		 .search-resultsT {	/*TAG*/
            position: absolute;
            width: 20rem;
            z-index: 9000;
            background: white;
           box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
			border-radius:0.2rem;
			left:auto;
        }
        .search-resultsT img {
			border-radius:0.4rem;
			padding-right:0.6rem;
			width:100px;
            object-fit: cover;
        }


	}

	.search_all_btn:hover	{
		background:var(--primary) !important;

	}


       
        .search-item {
            
            display: flex;
            align-items: center;
            cursor: pointer;
			border-radius:0.2rem;
		
		
        }


        .search-item:hover {
            background-color: #f2cda0;
			
        }
		
		   .search-item_m {
            
            display: flex;
            align-items: center;
            cursor: pointer;
			border-radius:0.2rem;
			width:700px;
			background-color:#e3e1e1;
			padding:0.6rem;
		
		
        }
        .search-item_m:hover {
            background-color:white;
			color:black;
			width:700px;
        }

		.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 /*   background-color: rgba(0, 0, 0, 0.5);  */
    display: none; /* Alapértelmezetten rejtve */
    z-index: 99; /* Legmagasabb szintre helyezve */
}


.btn-outline-primary	{
	color: var(--blue);
	border: 1px solid white;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.btn-outline-primary:hover	{

	background: var(--blue);
	border: 1px solid var(--blue);

}

input[type="radio"] {
  -ms-transform: scale(1.3); /* IE 9 */
  -webkit-transform: scale(1.3); /* Chrome, Safari, Opera */
  transform: scale(1.3);
}


.highlight {
  outline: 2px solid #ff9900;
  transition: outline 0.3s ease;
}


.overlay-visibled	{
	display:block;
}

.upload-container {
  background: red;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.upload-icon {
  display: inline-block;
  font-size: 48px;
  color: #555;
  cursor: pointer;
  transition: color 0.3s;
}

.upload-icon:hover {
  color: #007bff;
}

input[type="file"] {
  display: none;
}



.roboto-welcome {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-size:1.2rem;
  font-style: italic;
  font-variation-settings:
    "wdth" 100;
}

@media (min-width: 768px)	{
	.roboto-welcome {
		font-size:2rem;
	}
}
