.region-top-header {
  display: flex;
  gap: 20px;
  background-color:#002952;
  flex-wrap: nowrap;
	align-items: center;
}

.region-top-header > nav,
.region-top-header > .search-block-form,
.region-top-header > .block-superfish {
  width: auto !important;
}

.region-top-header > * {
  flex: 0 0 auto;
}

.menu--gyorslinkek ul {
  display: flex;
  gap: 15px;
  margin: 0;
}

.search-block-form form {
  display: flex;
  gap: 10px;
}


#navbar-top{
	background-color: #0c3258;
  border-bottom: 1px solid #2e5781;
  padding:0;
  font-size:11px;
}

.region-top-header > * {
	height:35px;
}

@media (max-width: 999px) {
	#block-barrio-subtheme-szti-search-form-narrow ,#block-barrio-subtheme-szti-gyorslinkeklegordulo-2{
		margin-left: 0.1vw;
		
	}
}

@media (min-width: 1000px) {
	#block-barrio-subtheme-szti-search-form-narrow{
		margin-left: 5vw;
	}

#block-barrio-subtheme-szti-gyorslinkeklegordulo-2{
	margin-left:2vw;
	
}
}

#block-barrio-subtheme-szti-search-form-narrow .form-search,
#block-barrio-subtheme-szti-search-form-narrow .form-submit {
    height: 20px;
    line-height: 20px;
    padding-top: 0;
    padding-bottom: 0;
}

#search-block-form #edit-submit{
	   font-size: 13px; 
     background: white; 
     color: black; 
     border-color: black; 
     line-height: 12px; 
     border-radius: 6%;
}

#block-barrio-subtheme-szti-gyorslinkek ul li a{
	padding: 8px 0;
}


#superfish-gyorslinkek-legordulo *:not(.sf-depth-2){
	background-color:transparent;
}

#superfish-gyorslinkek-legordulo ul li ul{
	background-color: #002244;
} 

.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
    background: #002244 !important;
}

/* Aláhúzás hozzáadása hovernél */
.sf-menu a:hover,
.sf-menu li.sfHover > a {
    text-decoration: underline !important;
}

.region-top-header{
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}


#navbar-main {
  display: flex;
  align-items: center;
}

#block-barrio-subtheme-szti-1367logo {
  margin-left: auto;
}

.nav, #superfish-gyorslinkek-legordulo{
	padding-top:3px;
}

#search-block-form{
	padding-top:8px!important;
}

.nav .nav-item:not(:last-child) .nav-link::after {
  content: "|";
  margin-left: 10px;
  color: white; 
}

.site-name-slogan *{
	color: #e5e5e5!important;
}

#superfish-gyorslinkek-legordulo-toggle{
	background:transparent;
	color:white;
}

@media (max-width: 720px) {
  .region-top-header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .region-top-header > * {
    width: 100%;
  }

  /* opcionális: menük tördelése */
  .region-top-header .nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  
  .region-top-header {
  	gap:5px;
  }
  
  .region-top-header form{
  	justify-content: center;
  }
  
  
 .region-top-header .sf-accordion-toggle {
    text-align: center;
    margin-bottom:5px;
  }

}
