/*-----------------------------------------------------------------------------------*/
/*  Jubilaeums-Design "150 Jahre"
/*  Norican (Headings) statt ITC Slimbach, Courier Prime (Fliesstext) statt Inter,
/*  Papiertextur als Hintergrund, Bordeaux-Baender fuer .bg-martel-grey.
/*  Wird ueber martel_is_jubilaeum_150() NUR auf Jubilaeums-Seiten geladen
/*  (Seite via ACF-Schalter/ID-Fallback, Blog-Beitraege via Kategorie "150 Jahre").
/*  Farb-/Texturregeln unter body.jubilaeum-150 gescoped.
/*-----------------------------------------------------------------------------------*/

/* === Norican statt ITC Slimbach (Headings) === */
@font-face{font-family:'Norican';src:url('../fonts/jubilaeum/Norican-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:'ITC Slimbach W05 Book';src:url('../fonts/jubilaeum/Norican-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:'ITC Slimbach W05 Medium';src:url('../fonts/jubilaeum/Norican-Regular.ttf') format('truetype');font-weight:500;font-style:normal;font-display:swap;}
@font-face{font-family:'ITC Slimbach W05 Bold';src:url('../fonts/jubilaeum/Norican-Regular.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap;}
@font-face{font-family:'ITC Slimbach';src:url('../fonts/jubilaeum/Norican-Regular.ttf') format('truetype');font-weight:400 900;font-style:normal;font-display:swap;}

/* === Courier Prime statt Inter (Fliesstext) === */
@font-face{font-family:'Courier Prime';src:url('../fonts/jubilaeum/CourierPrime-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:'Courier Prime';src:url('../fonts/jubilaeum/CourierPrime-Bold.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap;}
@font-face{font-family:'Inter';src:url('../fonts/jubilaeum/CourierPrime-Regular.ttf') format('truetype');font-weight:100 500;font-style:normal;font-display:swap;}
@font-face{font-family:'Inter';src:url('../fonts/jubilaeum/CourierPrime-Bold.ttf') format('truetype');font-weight:600 900;font-style:normal;font-display:swap;}
@font-face{font-family:'Inter';src:url('../fonts/jubilaeum/CourierPrime-Regular.ttf') format('truetype');font-weight:100 500;font-style:italic;font-display:swap;}
@font-face{font-family:'Inter';src:url('../fonts/jubilaeum/CourierPrime-Bold.ttf') format('truetype');font-weight:600 900;font-style:italic;font-display:swap;}

/* Fliesstext durchgaengig Courier Prime (faengt Text in anderen Fonts ab;
   Headings nutzen explizit Slimbach -> bleiben Norican) */
body.jubilaeum-150{font-family:'Courier Prime','Courier New',monospace !important;}

/* === Papiertextur als Seitenhintergrund === */
body.jubilaeum-150{
  background-color:#faf8ed !important;
  background-image:url('../images/jubilaeum/texture.jpg') !important;
  background-size:1920px auto !important;
  background-attachment:fixed !important;
  background-repeat:repeat !important;
}

/* === Logo: Desktop-SVG ausblenden (Jubilaeums-PNG kommt aus navigation-menu.php) === */
body.jubilaeum-150 #martel-logo-big{display:none !important;}
body.jubilaeum-150 .martel-logo-jubilaeum{width:270px;height:auto;display:block;}

@media (min-width: 1420px) {
  body.jubilaeum-150 .martel-logo-jubilaeum{width:340px;}
}

/* === Billboard: Schriftart === */
.nextag-header-block .nextag-header-block-title-block__text__subtitle {
  font-family:'Courier Prime','Courier New',monospace !important;
}

/* === Störer: Grösser darstellen === */
.nextag-header-block .nextag-header-block-icon {
  background: none;
}

.nextag-header-block .nextag-header-block-icon::after {
  box-shadow: none;
}

.nextag-header-block .nextag-header-block-icon__img {
  max-width: 70px;
  max-height: 70px;
}

@media (min-width: 992px) {
  .nextag-header-block .nextag-header-block-icon__img {
    max-width: 160px;
    max-height: 160px;
  }
}

/* === Jubilaeums-Aktion & -Events: Bordeaux-Band statt kuehlem Grau (#f6f6f6) === */
body.jubilaeum-150 .cms-section.bg-martel-grey{background-color:#5c1322 !important;background-image:none !important;}
body.jubilaeum-150 .cms-section.bg-martel-grey,
body.jubilaeum-150 .cms-section.bg-martel-grey h1,
body.jubilaeum-150 .cms-section.bg-martel-grey h2,
body.jubilaeum-150 .cms-section.bg-martel-grey h3,
body.jubilaeum-150 .cms-section.bg-martel-grey h4,
body.jubilaeum-150 .cms-section.bg-martel-grey p,
body.jubilaeum-150 .cms-section.bg-martel-grey span,
body.jubilaeum-150 .cms-section.bg-martel-grey a,
body.jubilaeum-150 .cms-section.bg-martel-grey li{color:#fff !important;}

/*-----------------------------------------------------------------------------------*/
/*  Responsive-Anpassungen Jubilaeums-Design
/*-----------------------------------------------------------------------------------*/

/* Logo: das breite Jubilaeums-Logo braucht mehr Platz als das Original-SVG.
   Im Bereich 992-1250px stattdessen das quadratische M-Logo zeigen
   (Bootstrap schaltet sonst erst bei lg/992 auf das Mobile-Logo um). */
@media (min-width: 992px) and (max-width: 1249.98px){
  body.jubilaeum-150 .martel-logo-jubilaeum{ display:none !important; }
  body.jubilaeum-150 #martel-logo-small{ display:block !important; width:auto; height:50px; }
}

body.jubilaeum-150 footer.footer-main .col-12.col-xl-10{ display:block !important; text-align:center; }
body.jubilaeum-150 footer.footer-main .footer-menu{ display:block !important; }
body.jubilaeum-150 footer.footer-main #menu-footer-meta-navigation{
  display:flex !important;
  justify-content: center;
  gap:.4rem; margin:0; padding:0; list-style:none;
}
body.jubilaeum-150 footer.footer-main .footer-social-channels{
  display:flex !important; justify-content:center !important;
  margin:1.25rem 0 0 !important; padding:0; gap:32px;
}

/* Footer: unter 1250px Textlinks und Social-Icons gestapelt und zentriert. */
@media (max-width: 1249.98px){
  body.jubilaeum-150 footer.footer-main #menu-footer-meta-navigation{
    flex-direction:column;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  Schriftgroessen-Feinabstimmung (aus Grafik): H1/H2 +3px, Fliesstext +1px.
/*  Spezifitaet body.jubilaeum-150 ... schlaegt die Theme-Basisregeln (h1/h2),
/*  laesst aber bewusste Sonderfaelle (Kachel-Titel, Hero-Zitat) unberuehrt.
/*-----------------------------------------------------------------------------------*/

/* Fliesstext 16 -> 17px */
body.jubilaeum-150{ font-size:17px; }
body.jubilaeum-150 p{ font-size:17px; }

/* H2 26 -> 29px */
body.jubilaeum-150 h2{ font-size:29px; }

/* H1 36 -> 39px (Basis), ab 768px 42 -> 45px */
body.jubilaeum-150 h1{ font-size:39px; }
@media (min-width:768px){
  body.jubilaeum-150 h1{ font-size:45px; }
}

/* Desktop (ab 992px) noch etwas groesser: H1 50, H2 33, Fliesstext 18 */
@media (min-width:992px){
  body.jubilaeum-150{ font-size:18px; }
  body.jubilaeum-150 p{ font-size:18px; }
  body.jubilaeum-150 h2{ font-size:34px; }
  body.jubilaeum-150 h1{ font-size:50px; }
}
