#page-title {
  box-shadow: inset 0 -3px 0 #f68e1d;
}
/*.block-title-content*/
.block-title-wrap{
  box-shadow: inset 0 -3px 0 #f68e1d;
  padding-bottom: 15px;
}


#footer {
  background-image: url('/sites/default/files/demo_background_full.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Parallax hatás */
}

/* FEJLEC */

.navbar.header-center{
 color: #ffffff;
}
.navbar.header-center {
  background-image: url('/sites/default/files/demo_background7.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*background-attachment: fixed;*/ /* Parallax hatás */
}




/* Alapértelmezett link stílus */
.navbar.header-center a {
  color: #FFFFFF; /* Szín */
  text-decoration: none; /* Aláhúzás eltávolítása */
}

/* Látogatott link stílus */
.navbar.header-center a:visited {
  color: #FFFFFF; /* Szín megtekintett linkek esetén */
}

/* Hover link stílus */
.navbar.header-center a:hover {
  color: #f68e1d; /* Szín egér fölé helyezett linkek esetén */
}

/* Aktív link stílus */
.navbar.header-center a:active {
  color: #FFFFFF; /* Szín aktív linkek esetén */
}
.nowrap {
display: inline-block; 
white-space: nowrap;
}
/*termékkategória lista gombok beállítás */
.block-terme-kategoriak-child .child-terms a {
margin-top: 5px;
margin-bottom: 5px;
}
