/**************************************************
 * SAJÁT NJSZT MÓDOSÍTÁSOK                        *
 **************************************************/


/* MONTSERRAT HELYI BETŰTÍPUS DEFINÍCIÓK   */

/* 1. Sima normál szöveg (400) */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/montserrat-v31-latin_latin-ext-regular.woff2') format('woff2');
}

/* 2. Dőlt normál szöveg (400 Italic) */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/montserrat-v31-latin_latin-ext-italic.woff2') format('woff2');
}

/* 3. Kövér szöveg (700 Bold) */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/montserrat-v31-latin_latin-ext-700.woff2') format('woff2');
}

/* 4. Dőlt kövér szöveg (700 Bold Italic) */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/montserrat-v31-latin_latin-ext-700italic.woff2') format('woff2');
}


/* ALAPÉRTELMEZETT BETŰTÍPUS RÁTERHELÉSE AZ EGÉSZ WEBOLDALRA  */

body {
  font-family: 'Montserrat', sans-serif;
}









/*<-- FŐMENÜ FELETT -->*/

.navbar-brand a.site-title {
    z-index: -5;
}

.region-nav-additional .nav-item {
    color: #386da1;
    font-size: 0.75em;
    margin-right: 10px;
    margin-top: 2px;
/*    background-color: #386da1;
    border-radius: 6px;*/

}

.region-nav-additional .nav-item a {
    color: #234465;
}

.region-nav-additional .nav-item a:hover,
.region-nav-additional .nav-item a.active{
    color: #386da1;
}

.search-input-wrapper input {
    /*border-radius: 6px;*/
}

.search-expandable-wrapper .form-item-keys {   
    padding-right: 0;
}

a.glink {
    color: #234465;   
}

a.glink.gt-current-lang {
    color: #234465;
}

.nav-link:hover svg,
.btn-link:hover {
  color: #234465;
}

#njsztMenuText a {
    color: #234465;
}

#njsztMEnuText a:hover {
    color: #386da1;
}

#njsztMenuTrigger {
    background-color: #234465;
}

/* --> FŐMENÜ <-- */

/* --> HERO <-- */

.hero-title {
    text-shadow: 2px 2px #234465;    
}

.hero-more-link {
    color: #234465;
    background-color: #f0a459;
    border-radius: 6px;
    text-decoration: none;
    font-size: 1em;
    font-style: normal;
    padding: 2px 10px;
}

.hero-more-link:hover {
    color: #FFF;
    transform: translateX(-3px);
}

/* --> KIEMELT HÍREK <-- */


.featured-tiles-grid .more-link a:hover {
    color: #FFF;
}

.news-card {
    border-radius: 6px;
}

.news-card-body {
    background-color: #234465;
    color: #FFF;
}

.news-card-title a {
    color: #FFF;
    text-align: left;
}

.news-card-title a:hover {
    color: #f0a459;
}

.region-featured-section .more-link a {
    color:#fff; 
    background-color: #337ab7; 
}

#block-njszt-theme-views-block-featured-contents-block-1 {
    margin-top: -330px;
}

/* <-- CONTEXTUAL REGION --> */



.contextual-region {
}

/* <-- NEWSLETTER --> */

.newsletter-section {
    background-color: #386da1;
}

/* <-- FooTER --> */

.bg-secondary {
    background-color: #234465;
}

/* <-- ICDL doboz --> */
.side-promo {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999999;
  display: flex;
  align-items: center;
  transition: right 0.3s ease;
}

.side-promo__link {
  display: block;
  width: 220px;
  background: #fff;
  border-radius: 12px 0 0 12px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
}

.side-promo__image {
  display: block;
  width: 100%;
  height: auto;
}

.side-promo__tab {
  width: 34px;
  height: 70px;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: #111;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  border-radius: 12px 0 0 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.side-promo.closed {
  right: -220px;
}

.side-promo.closed .side-promo__tab {
  transform: rotate(180deg);
}

@media (max-width: 600px) {
  .side-promo__link {
    width: 170px;
  }

  .side-promo.closed {
    right: -170px;
  }
}


/*FA menü elvileg */

.njszt-menu-trigger {
  background: transparent;
  position: relative;
  z-index: 999;
  color: #234465;
}

.njszt-menu-trigger:hover,
.njszt-menu-trigger:focus {
  color: #0056b3;
}

.njszt-menu-icon {
  font-size: 1.8rem;
  line-height: 1;
}

.njszt-menu-text {
  margin-left: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #234465;
  letter-spacing: 1px;
}

.njszt-mega-overlay {
  position: fixed;
  left: 0;
  width: 100vw;
  background: #fff;
  z-index: 998;
  display: none;
  overflow-y: auto;
}

.njszt-mega-header {
  border-bottom: 2px solid #0056b3;
}

.njszt-mega-title {
  color: #0056b3;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.njszt-menu-close {
  font-size: 1.8rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #333;
  line-height: 1;
  padding: 0 10px;
}

.njszt-menu-close:hover,
.njszt-menu-close:focus {
  color: #0056b3;
}