﻿/*
	Editorial by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
html {
    scroll-behavior: smooth;
}

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video, author {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

ol.u-latin {
	list-style-type: upper-latin; }

ol.u-roman {
	list-style-type: upper-roman; }

li {
  padding: 0.375em; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  -webkit-text-size-adjust: none; }

mark {
  background-color: transparent;
  color: inherit; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none; }

/* Ikona foto pod sliko */
figcaption.foto::before {
    content: "\f030"; /* Koda za FontAwesome kamero */
    font-family: "FontAwesome";
    margin-right: 8px;
    color: rgba(0, 9, 128, 0.6);
    font-style: normal !important;
    display: inline;
}

/* Ikona video pod videom */
figcaption.video::before {
    content: "\f03d";         /* FontAwesome video ikona */
    font-family: "FontAwesome";
    margin-right: 8px;
    color: rgba(0, 0, 128, 0.6); /* Svetlejša mornarska modra */
    font-style: normal !important;
    display: inline;
}

/* Basic */
@-ms-viewport {
  width: device-width; }

body {
  -ms-overflow-style: scrollbar; }

@media screen and (max-width: 480px) {
  html, body {
    min-width: 320px; } }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background: #ffffca; }
  body.is-preload *, body.is-preload *:before, body.is-preload *:after, body.is-resizing *, body.is-resizing *:before, body.is-resizing *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important; }

/* Type */
body, input, select, textarea {
  color: #000080;
  font-family: Arial;
  font-size: 13pt;
  font-weight: 400;
  line-height: 1.65; }
  @media screen and (max-width: 1680px) {
    body, input, select, textarea {
      font-size: 11pt; } }
  @media screen and (max-width: 1280px) {
    body, input, select, textarea {
      font-size: 10pt; } }
  @media screen and (max-width: 360px) {
    body, input, select, textarea {
      font-size: 9pt; } }

a {
  -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  border-bottom: dotted 1px;
  color: dodgerblue;
  text-decoration: none; }
  a:hover {
    border-bottom-color: dodgerblue;
    color: dodgerblue !important; }
    a:hover strong {
      color: inherit; }
  a:visited {
	color: #0000e6;
	border-bottom-color: dodgerblue; }
strong, b {
  color: #000053;
  font-weight: 600; }

em, i {
  font-style: italic; }

p {
  margin: 0 0 2em 0; }

h1, h2, h3, h4, h5, h6 {
  color: #000053;
  font-family: Arial;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1em 0; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
    border-bottom: 0; }

h1 {
  font-size: 2.5em;
  margin: 0 0 1em 0;
  line-height: 1.3; }

h2 {
  font-size: 1.75em; }

/* Naslovi objav na vstopni strani — vizualno kot h1, semantično h2 */
h2.naslov-objave {
  font-size: 2.5em;
  margin: 0 0 1em 0;
  line-height: 1.3; }

h3 {
  font-size: 1.25em; }

h4 {
  font-size: 1.1em; }

h5 {
  font-size: 0.9em; }

h6 {
  font-size: 0.7em; }

@media screen and (max-width: 1680px) {
  h1, h2.naslov-objave {
    font-size: 2.5em; } }

@media screen and (max-width: 980px) {
  h1, h2.naslov-objave {
    font-size: 2.25em; } }

@media screen and (max-width: 736px) {
  h1, h2.naslov-objave {
    font-size: 2em;
    line-height: 1.4; }
  h2 {
    font-size: 1.5em; } }

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em; }

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em; }

blockquote {
  border-left: solid 3px rgba(30, 144, 255, 0.75);
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em; }

code {
  background: rgba(30, 144, 255, 0.05);
  border-radius: 0.375em;
  border: solid 1px rgba(30, 144, 255, 0.75);
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em; }

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0 2em 0; }
  pre code {
    display: block;
    line-height: 1.75;
    padding: 1em 1.5em;
    overflow-x: auto; }

hr {
  border: 0;
  border-bottom: solid 1px rgba(30, 144, 255, 0.75);
  margin: 2em 0; }
  hr.major {
    margin: 3em 0; }
  hr.nazaj {
    margin-top: 4em;
    margin-bottom: 0.8em; }

p.nazaj {
  margin-top: 0; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.clearfix::after {
  content: "";
  	clear: both;
 	 display: table;
 	 padding-bottom: 1.25em; }

.author {
  border-top: solid 2px dodgerblue;
  width: fit-content;
  padding-top: 0.5em;
  padding-right: 6px;
  margin-top: 3em; }

.rainbow-text {
  background-image: linear-gradient(to left, fuchsia, violet, indigo, blue, dodgerblue, chartreuse, green, orange, red);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block; }

/* Row */
.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch; }
  .row > * {
    box-sizing: border-box; }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0; }
  .row.aln-left {
    justify-content: flex-start; }
  .row.aln-center {
    justify-content: center; }
  .row.aln-right {
    justify-content: flex-end; }
  .row.aln-top {
    align-items: flex-start; }
  .row.aln-middle {
    align-items: center; }
  .row.aln-bottom {
    align-items: flex-end; }
  .row > .imp {
    order: -1; }
  .row > .col-1 {
    width: 8.33333%; }
  .row > .off-1 {
    margin-left: 8.33333%; }
  .row > .col-2 {
    width: 16.66667%; }
  .row > .off-2 {
    margin-left: 16.66667%; }
  .row > .col-3 {
    width: 25%; }
  .row > .off-3 {
    margin-left: 25%; }
  .row > .col-4 {
    width: 33.33333%; }
  .row > .off-4 {
    margin-left: 33.33333%; }
  .row > .col-5 {
    width: 41.66667%; }
  .row > .off-5 {
    margin-left: 41.66667%; }
  .row > .col-6 {
    width: 50%; }
  .row > .off-6 {
    margin-left: 50%; }
  .row > .col-7 {
    width: 58.33333%; }
  .row > .off-7 {
    margin-left: 58.33333%; }
  .row > .col-8 {
    width: 66.66667%; }
  .row > .off-8 {
    margin-left: 66.66667%; }
  .row > .col-9 {
    width: 75%; }
  .row > .off-9 {
    margin-left: 75%; }
  .row > .col-10 {
    width: 83.33333%; }
  .row > .off-10 {
    margin-left: 83.33333%; }
  .row > .col-11 {
    width: 91.66667%; }
  .row > .off-11 {
    margin-left: 91.66667%; }
  .row > .col-12 {
    width: 100%; }
  .row > .off-12 {
    margin-left: 100%; }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em; }
    .row.gtr-0 > * {
      padding: 0 0 0 0em; }
    .row.gtr-0.gtr-uniform {
      margin-top: 0em; }
      .row.gtr-0.gtr-uniform > * {
        padding-top: 0em; }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375em; }
    .row.gtr-25 > * {
      padding: 0 0 0 0.375em; }
    .row.gtr-25.gtr-uniform {
      margin-top: -0.375em; }
      .row.gtr-25.gtr-uniform > * {
        padding-top: 0.375em; }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75em; }
    .row.gtr-50 > * {
      padding: 0 0 0 0.75em; }
    .row.gtr-50.gtr-uniform {
      margin-top: -0.75em; }
      .row.gtr-50.gtr-uniform > * {
        padding-top: 0.75em; }
  .row {
    margin-top: 0;
    margin-left: -1.5em; }
    .row > * {
      padding: 0 0 0 1.5em; }
    .row.gtr-uniform {
      margin-top: -1.5em; }
      .row.gtr-uniform > * {
        padding-top: 1.5em; }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -2.25em; }
    .row.gtr-150 > * {
      padding: 0 0 0 2.25em; }
    .row.gtr-150.gtr-uniform {
      margin-top: -2.25em; }
      .row.gtr-150.gtr-uniform > * {
        padding-top: 2.25em; }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -3em; }
    .row.gtr-200 > * {
      padding: 0 0 0 3em; }
    .row.gtr-200.gtr-uniform {
      margin-top: -3em; }
      .row.gtr-200.gtr-uniform > * {
        padding-top: 3em; }
  @media screen and (max-width: 1680px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-xlarge {
        order: -1; }
      .row > .col-1-xlarge {
        width: 8.33333%; }
      .row > .off-1-xlarge {
        margin-left: 8.33333%; }
      .row > .col-2-xlarge {
        width: 16.66667%; }
      .row > .off-2-xlarge {
        margin-left: 16.66667%; }
      .row > .col-3-xlarge {
        width: 25%; }
      .row > .off-3-xlarge {
        margin-left: 25%; }
      .row > .col-4-xlarge {
        width: 33.33333%; }
      .row > .off-4-xlarge {
        margin-left: 33.33333%; }
      .row > .col-5-xlarge {
        width: 41.66667%; }
      .row > .off-5-xlarge {
        margin-left: 41.66667%; }
      .row > .col-6-xlarge {
        width: 50%; }
      .row > .off-6-xlarge {
        margin-left: 50%; }
      .row > .col-7-xlarge {
        width: 58.33333%; }
      .row > .off-7-xlarge {
        margin-left: 58.33333%; }
      .row > .col-8-xlarge {
        width: 66.66667%; }
      .row > .off-8-xlarge {
        margin-left: 66.66667%; }
      .row > .col-9-xlarge {
        width: 75%; }
      .row > .off-9-xlarge {
        margin-left: 75%; }
      .row > .col-10-xlarge {
        width: 83.33333%; }
      .row > .off-10-xlarge {
        margin-left: 83.33333%; }
      .row > .col-11-xlarge {
        width: 91.66667%; }
      .row > .off-11-xlarge {
        margin-left: 91.66667%; }
      .row > .col-12-xlarge {
        width: 100%; }
      .row > .off-12-xlarge {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em; }
        .row.gtr-0 > * {
          padding: 0 0 0 0em; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0em; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0em; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375em; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375em; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375em; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75em; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75em; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75em; }
      .row {
        margin-top: 0;
        margin-left: -1.5em; }
        .row > * {
          padding: 0 0 0 1.5em; }
        .row.gtr-uniform {
          margin-top: -1.5em; }
          .row.gtr-uniform > * {
            padding-top: 1.5em; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25em; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25em; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25em; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em; }
        .row.gtr-200 > * {
          padding: 0 0 0 3em; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3em; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3em; } }
  @media screen and (max-width: 1280px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-large {
        order: -1; }
      .row > .col-1-large {
        width: 8.33333%; }
      .row > .off-1-large {
        margin-left: 8.33333%; }
      .row > .col-2-large {
        width: 16.66667%; }
      .row > .off-2-large {
        margin-left: 16.66667%; }
      .row > .col-3-large {
        width: 25%; }
      .row > .off-3-large {
        margin-left: 25%; }
      .row > .col-4-large {
        width: 33.33333%; }
      .row > .off-4-large {
        margin-left: 33.33333%; }
      .row > .col-5-large {
        width: 41.66667%; }
      .row > .off-5-large {
        margin-left: 41.66667%; }
      .row > .col-6-large {
        width: 50%; }
      .row > .off-6-large {
        margin-left: 50%; }
      .row > .col-7-large {
        width: 58.33333%; }
      .row > .off-7-large {
        margin-left: 58.33333%; }
      .row > .col-8-large {
        width: 66.66667%; }
      .row > .off-8-large {
        margin-left: 66.66667%; }
      .row > .col-9-large {
        width: 75%; }
      .row > .off-9-large {
        margin-left: 75%; }
      .row > .col-10-large {
        width: 83.33333%; }
      .row > .off-10-large {
        margin-left: 83.33333%; }
      .row > .col-11-large {
        width: 91.66667%; }
      .row > .off-11-large {
        margin-left: 91.66667%; }
      .row > .col-12-large {
        width: 100%; }
      .row > .off-12-large {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em; }
        .row.gtr-0 > * {
          padding: 0 0 0 0em; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0em; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0em; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375em; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375em; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375em; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75em; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75em; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75em; }
      .row {
        margin-top: 0;
        margin-left: -1.5em; }
        .row > * {
          padding: 0 0 0 1.5em; }
        .row.gtr-uniform {
          margin-top: -1.5em; }
          .row.gtr-uniform > * {
            padding-top: 1.5em; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25em; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25em; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25em; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em; }
        .row.gtr-200 > * {
          padding: 0 0 0 3em; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3em; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3em; } }
  @media screen and (max-width: 980px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-medium {
        order: -1; }
      .row > .col-1-medium {
        width: 8.33333%; }
      .row > .off-1-medium {
        margin-left: 8.33333%; }
      .row > .col-2-medium {
        width: 16.66667%; }
      .row > .off-2-medium {
        margin-left: 16.66667%; }
      .row > .col-3-medium {
        width: 25%; }
      .row > .off-3-medium {
        margin-left: 25%; }
      .row > .col-4-medium {
        width: 33.33333%; }
      .row > .off-4-medium {
        margin-left: 33.33333%; }
      .row > .col-5-medium {
        width: 41.66667%; }
      .row > .off-5-medium {
        margin-left: 41.66667%; }
      .row > .col-6-medium {
        width: 50%; }
      .row > .off-6-medium {
        margin-left: 50%; }
      .row > .col-7-medium {
        width: 58.33333%; }
      .row > .off-7-medium {
        margin-left: 58.33333%; }
      .row > .col-8-medium {
        width: 66.66667%; }
      .row > .off-8-medium {
        margin-left: 66.66667%; }
      .row > .col-9-medium {
        width: 75%; }
      .row > .off-9-medium {
        margin-left: 75%; }
      .row > .col-10-medium {
        width: 83.33333%; }
      .row > .off-10-medium {
        margin-left: 83.33333%; }
      .row > .col-11-medium {
        width: 91.66667%; }
      .row > .off-11-medium {
        margin-left: 91.66667%; }
      .row > .col-12-medium {
        width: 100%; }
      .row > .off-12-medium {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em; }
        .row.gtr-0 > * {
          padding: 0 0 0 0em; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0em; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0em; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375em; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375em; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375em; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75em; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75em; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75em; }
      .row {
        margin-top: 0;
        margin-left: -1.5em; }
        .row > * {
          padding: 0 0 0 1.5em; }
        .row.gtr-uniform {
          margin-top: -1.5em; }
          .row.gtr-uniform > * {
            padding-top: 1.5em; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25em; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25em; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25em; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em; }
        .row.gtr-200 > * {
          padding: 0 0 0 3em; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3em; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3em; } }
  @media screen and (max-width: 736px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-small {
        order: -1; }
      .row > .col-1-small {
        width: 8.33333%; }
      .row > .off-1-small {
        margin-left: 8.33333%; }
      .row > .col-2-small {
        width: 16.66667%; }
      .row > .off-2-small {
        margin-left: 16.66667%; }
      .row > .col-3-small {
        width: 25%; }
      .row > .off-3-small {
        margin-left: 25%; }
      .row > .col-4-small {
        width: 33.33333%; }
      .row > .off-4-small {
        margin-left: 33.33333%; }
      .row > .col-5-small {
        width: 41.66667%; }
      .row > .off-5-small {
        margin-left: 41.66667%; }
      .row > .col-6-small {
        width: 50%; }
      .row > .off-6-small {
        margin-left: 50%; }
      .row > .col-7-small {
        width: 58.33333%; }
      .row > .off-7-small {
        margin-left: 58.33333%; }
      .row > .col-8-small {
        width: 66.66667%; }
      .row > .off-8-small {
        margin-left: 66.66667%; }
      .row > .col-9-small {
        width: 75%; }
      .row > .off-9-small {
        margin-left: 75%; }
      .row > .col-10-small {
        width: 83.33333%; }
      .row > .off-10-small {
        margin-left: 83.33333%; }
      .row > .col-11-small {
        width: 91.66667%; }
      .row > .off-11-small {
        margin-left: 91.66667%; }
      .row > .col-12-small {
        width: 100%; }
      .row > .off-12-small {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em; }
        .row.gtr-0 > * {
          padding: 0 0 0 0em; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0em; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0em; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375em; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375em; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375em; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75em; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75em; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75em; }
      .row {
        margin-top: 0;
        margin-left: -1.5em; }
        .row > * {
          padding: 0 0 0 1.5em; }
        .row.gtr-uniform {
          margin-top: -1.5em; }
          .row.gtr-uniform > * {
            padding-top: 1.5em; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25em; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25em; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25em; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em; }
        .row.gtr-200 > * {
          padding: 0 0 0 3em; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3em; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3em; } }
  @media screen and (max-width: 480px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-xsmall {
        order: -1; }
      .row > .col-1-xsmall {
        width: 8.33333%; }
      .row > .off-1-xsmall {
        margin-left: 8.33333%; }
      .row > .col-2-xsmall {
        width: 16.66667%; }
      .row > .off-2-xsmall {
        margin-left: 16.66667%; }
      .row > .col-3-xsmall {
        width: 25%; }
      .row > .off-3-xsmall {
        margin-left: 25%; }
      .row > .col-4-xsmall {
        width: 33.33333%; }
      .row > .off-4-xsmall {
        margin-left: 33.33333%; }
      .row > .col-5-xsmall {
        width: 41.66667%; }
      .row > .off-5-xsmall {
        margin-left: 41.66667%; }
      .row > .col-6-xsmall {
        width: 50%; }
      .row > .off-6-xsmall {
        margin-left: 50%; }
      .row > .col-7-xsmall {
        width: 58.33333%; }
      .row > .off-7-xsmall {
        margin-left: 58.33333%; }
      .row > .col-8-xsmall {
        width: 66.66667%; }
      .row > .off-8-xsmall {
        margin-left: 66.66667%; }
      .row > .col-9-xsmall {
        width: 75%; }
      .row > .off-9-xsmall {
        margin-left: 75%; }
      .row > .col-10-xsmall {
        width: 83.33333%; }
      .row > .off-10-xsmall {
        margin-left: 83.33333%; }
      .row > .col-11-xsmall {
        width: 91.66667%; }
      .row > .off-11-xsmall {
        margin-left: 91.66667%; }
      .row > .col-12-xsmall {
        width: 100%; }
      .row > .off-12-xsmall {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em; }
        .row.gtr-0 > * {
          padding: 0 0 0 0em; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0em; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0em; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375em; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375em; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375em; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75em; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75em; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75em; }
      .row {
        margin-top: 0;
        margin-left: -1.5em; }
        .row > * {
          padding: 0 0 0 1.5em; }
        .row.gtr-uniform {
          margin-top: -1.5em; }
          .row.gtr-uniform > * {
            padding-top: 1.5em; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25em; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25em; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25em; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em; }
        .row.gtr-200 > * {
          padding: 0 0 0 3em; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3em; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3em; } }

/* Section/Article */
section.special, article.special {
  text-align: center; }

header p {
  font-family: Arial;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: -0.5em;
  text-transform: uppercase; }

header.major > :last-child {
  border-bottom: solid 3px dodgerblue;
  display: table !important;
  margin: 0 0 2em 0;
  padding: 0 0.75em 0.5em 0; }

header.main > :last-child {
  margin: 0 0 1em 0; }

/* Form */
form {
  margin: 0 0 2em 0; }

label {
  color: #000053;
  display: block;
  font-size: 0.9em;
  font-weight: 600;
  margin: 0 0 1em 0; }

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=url],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #ffffff;
  border-radius: 0.375em;
  border: none;
  border: solid 1px rgba(30, 144, 255, 0.75);
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  width: 100%; }
  input[type=text]:invalid,
  input[type=password]:invalid,
  input[type=email]:invalid,
  input[type=tel]:invalid,
  input[type=search]:invalid,
  input[type=url]:invalid,
  select:invalid,
  textarea:invalid {
    box-shadow: none; }
  input[type=text]:focus,
  input[type=password]:focus,
  input[type=email]:focus,
  input[type=tel]:focus,
  input[type=search]:focus,
  input[type=url]:focus,
  select:focus,
  textarea:focus {
    border-color: dodgerblue;
    box-shadow: 0 0 0 1px dodgerblue; }

select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(30, 144, 255, 0.75)' /%3E%3C/svg%3E");
  background-size: 1.25em;
  background-repeat: no-repeat;
  background-position: calc(100% - 1em) center;
  height: 2.75em;
  padding-right: 2.75em;
  text-overflow: ellipsis; }
  select option {
    color: #000053;
    background: #ffffff; }
  select:focus::-ms-value {
    background-color: transparent; }
  select::-ms-expand {
    display: none; }

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=url], select {
  height: 2.75em; }

textarea {
  padding: 0.75em 1em; }

input[type=checkbox],
input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1; }
  input[type=checkbox] + label,
  input[type=radio] + label {
    text-decoration: none;
    color: #000080;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    padding-left: 2.4em;
    padding-right: 0.75em;
    position: relative; }
    input[type=checkbox] + label:before,
    input[type=radio] + label:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      text-transform: none !important;
      font-family: 'Font Awesome 6 Free';
      font-weight: 900; }
    input[type=checkbox] + label:before,
    input[type=radio] + label:before {
      background: #ffffff;
      border-radius: 0.375em;
      border: solid 1px rgba(30, 144, 255, 0.75);
      content: '';
      display: inline-block;
      font-size: 0.8em;
      height: 2.0625em;
      left: 0;
      line-height: 2.0625em;
      position: absolute;
      text-align: center;
      top: 0;
      width: 2.0625em; }
  input[type=checkbox]:checked + label:before,
  input[type=radio]:checked + label:before {
    background: #000053;
    border-color: #000053;
    color: #ffffff;
    content: '\f00c'; }
  input[type=checkbox]:focus + label:before,
  input[type=radio]:focus + label:before {
    border-color: dodgerblue;
    box-shadow: 0 0 0 1px dodgerblue; }

input[type=checkbox] + label:before {
  border-radius: 0.375em; }

input[type=radio] + label:before {
  border-radius: 100%; }

::-webkit-input-placeholder {
  color: dodgerblue !important;
  opacity: 0.45; }

:-moz-placeholder {
  color: dodgerblue !important;
  opacity: 0.45; }

::-moz-placeholder {
  color: dodgerblue !important;
  opacity: 0.45; }

:-ms-input-placeholder {
  color: dodgerblue !important;
  opacity: 0.45; }

/* Box */
.box {
  border-radius: 0.375em;
  border: solid 1px rgba(30, 144, 255, 0.75);
  margin-bottom: 2em;
  padding: 1.5em; }
  .box > :last-child,
  .box > :last-child > :last-child,
  .box > :last-child > :last-child > :last-child {
    margin-bottom: 0; }
  .box.alt {
    border: 0;
    border-radius: 0;
    padding: 0; }

/* Icon */
.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative; }
  .icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 6 Free';
    font-weight: 400; }
  .icon > .label {
    display: none; }
  .icon:before {
    line-height: inherit; }
  .icon.solid:before {
    font-weight: 900; }
  .icon.brands:before {
    font-family: 'Font Awesome 7 Brands'; }

/* Image */
.image {
  border-radius: 0.4em;
  border: 0;
  display: inline-block;
  position: relative; }
  .image img {
    border-radius: 0.4em;
    display: block; }
  .image.left, .image.right {
    max-width: 35%;
    margin: 0; }           /* reset browser default figure margin (16px 40px) */
    .image.left img, .image.right img {
      max-width: 100%;
      width: auto;         /* override global img { width: 100% } */
      height: auto;
      margin: 0; }         /* override global img margins */
  .image.left {
    float: left;
    padding: 0 1.5em 0.5em 0;
    top: 0.25em; }
  .image.right {
    float: right;
    padding: 0 0 0.5em 1.5em;
    top: 0.25em; }

  .image.fit {
    display: block;
    margin: 0 0 0.5em 0;
    width: 100%; }
    .image.fit img {
      width: 100%; }
  .image.main {
    display: block;
    margin: 0 0 3em 0;
    width: 100%; }
    .image.main img {
      width: 100%;
      height: auto;
      margin-bottom: 0; }
  .image.flag {
    float: right;
    padding: 0 0 0.5em 0.5em;
    color: white; }

/* Image Center */
img {
    margin: 0 0 2em 0;
    margin-left: auto;
  	margin-right: auto;
  	margin-top: 0em;
  	width: 100%;
  	border-radius: 0.4em; }

a.image {
  overflow: hidden; }
  a.image img {
    -moz-transition: -moz-transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
    -ms-transition: -ms-transform 0.2s ease;
    transition: transform 0.2s ease; }
  a.image:hover img {
    -moz-transform: scale(1.075);
    -webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075); }

/* Koledar */
.calendar {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 75%; /* 4:3 Aspect Ratio */
  margin-bottom: 1.5em;
  border-radius: 0.375em; }

/* Responsive Iframe - Video */
.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  margin-bottom: 1.5em;
  border-radius: 0.375em; }

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }

/* List */
ol {
  list-style: decimal;
  margin: 0 0 1.75em 0;
  padding-left: 1.25em; }
  ol li {
    padding-left: 0.25em; }

ul {
  list-style: disc;
  margin: 0 0 1.75em 0;
  padding-left: 1em; }
  ul li {
    padding-left: 0.5em; }
  ul.alt {
    list-style: none;
    padding-left: 0; }
    ul.alt li {
      border-top: solid 1px rgba(30, 144, 255, 0.75);
      padding: 0.5em 0; }
      ul.alt li:first-child {
        border-top: 0;
        padding-top: 0; }

dl {
  margin: 0 0 2em 0; }
  dl dt {
    display: block;
    font-weight: 600;
    margin: 0 0 1em 0; }
  dl dd {
    margin-left: 2em; }

/* Actions */
ul.actions {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  cursor: default;
  list-style: none;
  margin-left: -1em;
  padding-left: 0; }
  ul.actions li {
    padding: 0 0 0 1em;
    vertical-align: middle; }
  ul.actions.special {
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-left: 0; }
    ul.actions.special li:first-child {
      padding-left: 0; }
  ul.actions.stacked {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0; }
    ul.actions.stacked li {
      padding: 1.3em 0 0 0; }
      ul.actions.stacked li:first-child {
        padding-top: 0; }
  ul.actions.fit {
    width: calc(100% + 1em); }
    ul.actions.fit li {
      -moz-flex-grow: 1;
      -webkit-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -moz-flex-shrink: 1;
      -webkit-flex-shrink: 1;
      -ms-flex-shrink: 1;
      flex-shrink: 1;
      width: 100%; }
      ul.actions.fit li > * {
        width: 100%; }
    ul.actions.fit.stacked {
      width: 100%; }

/* Icons */
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0; }
  ul.icons li {
    display: inline-block;
    padding: 0 1em 0 0; }
    ul.icons li:last-child {
      padding-right: 0; }
    ul.icons li .icon {
      color: inherit; }
      ul.icons li .icon:before {
        font-size: 1.25em; }

/* Ikona foto pod sliko */
figcaption.foto::before {
    content: "\f030"; /* Koda za FontAwesome kamero */
    font-family: "FontAwesome";
    margin-right: 8px;
    color: rgba(0, 9, 128, 0.6);
    font-style: normal !important;
    display: inline;
}

/* Ikona video pod videom */
figcaption.video::before {
    content: "\f03d";         /* FontAwesome video ikona */
    font-family: "FontAwesome";
    margin-right: 8px;
    color: rgba(0, 0, 128, 0.6); /* Svetlejša mornarska modra */
    font-style: normal !important;
    display: inline;
}

/* Contact */
ul.contact {
  list-style: none;
  padding: 0; }
  ul.contact li {
    text-decoration: none;
    border-top: solid 1px rgba(30, 144, 255, 0.75);
    margin: 1.5em 0 0 0;
    padding: 1.5em 0 0 3em;
    position: relative; }
    ul.contact li:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      text-transform: none !important;
      font-family: 'Font Awesome 6 Free';
      font-weight: 400; }
    ul.contact li:before {
      color: dodgerblue;
      display: inline-block;
      font-size: 1.5em;
      height: 1.125em;
      left: 0;
      line-height: 1.125em;
      position: absolute;
      text-align: center;
      top: 1em;
      width: 1.5em; }
    ul.contact li:first-child {
      border-top: 0;
      margin-top: 0;
      padding-top: 0; }
      ul.contact li:first-child:before {
        top: 0; }
    ul.contact li a {
      color: inherit; }


/* Pagination */
ul.pagination {
  cursor: default;
  list-style: none;
  padding-left: 0; }
  ul.pagination li {
    display: inline-block;
    padding-left: 0;
    vertical-align: middle; }
    ul.pagination li > .page {
      -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      border-bottom: 0;
      border-radius: 0.375em;
      display: inline-block;
      font-size: 0.8em;
      font-weight: 600;
      height: 2em;
      line-height: 2em;
      margin: 0 0.125em;
      min-width: 2em;
      padding: 0 0.5em;
      text-align: center; }
      ul.pagination li > .page.active {
        background-color: dodgerblue;
        color: #ffffff !important; }
        ul.pagination li > .page.active:hover {
          background-color: #4da6ff; }
        ul.pagination li > .page.active:active {
          background-color: #0073e6; }
    ul.pagination li:first-child {
      padding-right: 0.75em; }
    ul.pagination li:last-child {
      padding-left: 0.75em; }
  @media screen and (max-width: 480px) {
    ul.pagination li:nth-child(n+2):nth-last-child(n+2) {
      display: none; }
    ul.pagination li:first-child {
      padding-right: 0; } }

/* Table */
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto; }

table {
  margin: 0 0 2em 0;
  width: 100%; }
  table tbody tr {
    border: solid 1px rgba(30, 144, 255, 0.75);
    border-left: 0;
    border-right: 0; }
    table tbody tr:nth-child(2n + 1) {
      background-color: rgba(30, 144, 255, 0.05); }
  table td {
    padding: 0.75em 0.75em; }
  table th {
    color: #000080;
    font-size: 0.9em;
    font-weight: 600;
    padding: 0 0.75em 0.75em 0.75em;
    text-align: left; }
  table thead {
    border-bottom: solid 2px rgba(30, 144, 255, 0.75); }
  table tfoot {
    border-top: solid 2px rgba(30, 144, 255, 0.75); }
  table tr.bold td {
    font-weight: bold; }
  table.alt {
    border-collapse: separate; }
    table.alt tbody tr td {
      border: solid 1px rgba(30, 144, 255, 0.75);
      border-left-width: 0;
      border-top-width: 0; }
      table.alt tbody tr td:first-child {
        border-left-width: 1px; }
    table.alt tbody tr:first-child td {
      border-top-width: 1px; }
    table.alt thead {
      border-bottom: 0; }
    table.alt tfoot {
      border-top: 0; }

/* Button */
input[type=submit],
input[type=reset],
input[type=button],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: transparent;
  border-radius: 0.375em;
  border: 0;
  box-shadow: inset 0 0 0 2px dodgerblue;
  color: dodgerblue !important;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 0.8em;
  font-weight: 700;
  height: 3.5em;
  letter-spacing: 0.075em;
  line-height: 3.5em;
  padding: 0 2.25em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap; }
  input[type=submit]:hover,
  input[type=reset]:hover,
  input[type=button]:hover,
  button:hover,
  .button:hover {
    background-color: rgba(30, 144, 255, 0.13); }
  input[type=submit]:active,
  input[type=reset]:active,
  input[type=button]:active,
  button:active,
  .button:active {
    background-color: rgba(30, 144, 255, 0.15); }
  input[type=submit].icon:before,
  input[type=reset].icon:before,
  input[type=button].icon:before,
  button.icon:before,
  .button.icon:before {
    margin-right: 0.5em; }
  input[type=submit].fit,
  input[type=reset].fit,
  input[type=button].fit,
  button.fit,
  .button.fit {
    width: 100%; }
  input[type=submit].small,
  input[type=reset].small,
  input[type=button].small,
  button.small,
  .button.small {
    font-size: 0.6em; }
  input[type=submit].large,
  input[type=reset].large,
  input[type=button].large,
  button.large,
  .button.large {
    font-size: 1em;
    height: 3.65em;
    line-height: 3.65em; }
  input[type=submit].primary,
  input[type=reset].primary,
  input[type=button].primary,
  button.primary,
  .button.primary {
	background-color: #1E90FF;
	box-shadow: none;
	color: #ffffff !important; }
    input[type=submit].primary:hover,
    input[type=reset].primary:hover,
    input[type=button].primary:hover,
    button.primary:hover,
    .button.primary:hover {
      background-color: #4da6ff; }
    input[type=submit].primary:active,
    input[type=reset].primary:active,
    input[type=button].primary:active,
    button.primary:active,
    .button.primary:active {
      background-color: #0073e6; }
  input[type=submit].disabled,
  input[type=submit]:disabled,
  input[type=reset].disabled,
  input[type=reset]:disabled,
  input[type=button].disabled,
  input[type=button]:disabled,
  button.disabled, button:disabled,
  .button.disabled,
  .button:disabled {
    pointer-events: none;
    opacity: 0.33; }

/* Share Button */
#shareBtn {
  display: block;
  position: fixed;
  bottom: calc(20px + 2.6em + 10px);
  right: 30px;
  z-index: 99999;
  border: none;
  box-shadow: inset 0 0 0 2px dodgerblue;
  outline: none;
  background-color: rgba(30, 144, 255, 0.33);
  color: dodgerblue;
  cursor: pointer;
  width: 2.6em;
  height: 2.6em;
  padding: 0;
  border-radius: 50%;
  font-size: 1em;
  line-height: 2.6em;
  text-align: center;
  opacity: 0.53;
  transition: background-color 0.2s, color 0.2s; }
#shareBtn:hover {
  background-color: rgba(30, 144, 255, 0.53); }
#shareBtn.copied {
  background-color: rgba(0, 180, 80, 0.5);
  box-shadow: inset 0 0 0 2px #00b450;
  color: #00b450;
  opacity: 0.85; }

/* Scroll To Top Button */
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99999; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  box-shadow: inset 0 0 0 2px dodgerblue;
  outline: none; /* Remove outline */
  background-color: rgba(30, 144, 255, 0.33); /* Set a background color */
  color: dodgerblue; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  width: 2.6em;
  height: 2.6em;
  padding: 0;
  border-radius: 50%;
  font-size: 1em;
  line-height: 2.6em;
  text-align: center;
  opacity: 0.53; }
#myBtn:hover {
  background-color: rgba(30, 144, 255, 0.53); } /* Add a blue background on hover */

/* Mini Posts */
.mini-posts article {
  border-top: solid 1px rgba(30, 144, 255, 0.75);
  margin-top: 2em;
  padding-top: 2em; }
  .mini-posts article .image {
    display: block;
    margin: 0 0 1.5em 0; }
    .mini-posts article .image img {
      display: block;
      width: 100%; }
  .mini-posts article:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0; }

/* Features */
.features {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 2em -3em;
  width: calc(100% + 3em); }
  .features article {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 0 3em 3em;
    position: relative;
    width: calc(50% - 3em); }
    .features article:nth-child(2n - 1) {
      margin-right: 1.5em; }
    .features article:nth-child(2n) {
      margin-left: 1.5em; }
    .features article:nth-last-child(1), .features article:nth-last-child(2) {
      margin-bottom: 0; }
    .features article .icon {
      -moz-flex-grow: 0;
      -webkit-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0;
      -moz-flex-shrink: 0;
      -webkit-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      display: block;
      height: 10em;
      line-height: 10em;
      margin: 0 2em 0 0;
      text-align: center;
      width: 10em; }
      .features article .icon:before {
        color: dodgerblue;
        font-size: 2.75rem;
        position: relative;
        top: 0.05em; }
      .features article .icon:after {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 3rem;
        border: solid 2px rgba(30, 144, 255, 0.75);
        content: '';
        display: block;
        height: 7em;
        left: 50%;
        margin: -3.5em 0 0 -3.5em;
        position: absolute;
        top: 50%;
        width: 7em; }
    .features article .content {
      -moz-flex-grow: 1;
      -webkit-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -moz-flex-shrink: 1;
      -webkit-flex-shrink: 1;
      -ms-flex-shrink: 1;
      flex-shrink: 1;
      width: 100%; }
      .features article .content > :last-child {
        margin-bottom: 0; }
  @media screen and (max-width: 980px) {
    .features {
      margin: 0 0 2em 0;
      width: 100%; }
      .features article {
        margin: 0 0 3em 0;
        width: 100%; }
        .features article:nth-child(2n - 1) {
          margin-right: 0; }
        .features article:nth-child(2n) {
          margin-left: 0; }
        .features article:nth-last-child(1), .features article:nth-last-child(2) {
          margin-bottom: 3em; }
        .features article:last-child {
          margin-bottom: 0; }
        .features article .icon {
          height: 8em;
          line-height: 8em;
          width: 8em; }
          .features article .icon:before {
            font-size: 2.25rem; }
          .features article .icon:after {
            height: 6em;
            margin: -3em 0 0 -3em;
            width: 6em;
      		border-radius: 1.8rem !important; } }
  @media screen and (max-width: 480px) {
    .features article {
      -moz-flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -moz-align-items: -moz-flex-start;
      -webkit-align-items: -webkit-flex-start;
      -ms-align-items: -ms-flex-start;
      align-items: flex-start; }
      .features article .icon {
        height: 6em;
        line-height: 6em;
        margin: 0 0 1.5em 0;
        width: 6em; }
        .features article .icon:before {
          font-size: 1.5rem; }
        .features article .icon:after {
          height: 4em;
          margin: -2em 0 0 -2em;
          width: 4em;
		  border-radius: 1.35rem !important; } }
  @media screen and (max-width: 480px) {
    .features article .icon:before {
      font-size: 1.25rem; } }

/* Posts */
.posts {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 2em -6em;
  width: calc(100% + 6em); }
  .posts article {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    margin: 0 0 6em 6em;
    position: relative;
    width: calc(33.33333% - 6em); }
    .posts article:before {
      background: rgba(30, 144, 255, 0.75);
      content: '';
      display: block;
      height: calc(100% + 6em);
      left: -3em;
      position: absolute;
      top: 0;
      width: 1px; }
    .posts article:after {
      background: rgba(30, 144, 255, 0.75);
      bottom: -3em;
      content: '';
      display: block;
      height: 1px;
      position: absolute;
      right: 0;
      width: calc(100% + 6em); }
    .posts article > :last-child {
      margin-bottom: 0; }
    .posts article .image {
      display: block;
      margin: 0 0 2em 0; }
      .posts article .image img {
        display: block;
        width: 100%; }
  @media screen and (min-width: 1681px) {
    .posts article:nth-child(3n + 1):before {
      display: none; }
    .posts article:nth-child(3n + 1):after {
      width: 100%; }
    .posts article:nth-last-child(1), .posts article:nth-last-child(2), .posts article:nth-last-child(3) {
      margin-bottom: 0; }
      .posts article:nth-last-child(1):before, .posts article:nth-last-child(2):before, .posts article:nth-last-child(3):before {
        height: 100%; }
      .posts article:nth-last-child(1):after, .posts article:nth-last-child(2):after, .posts article:nth-last-child(3):after {
        display: none; } }
  @media screen and (max-width: 1680px) {
    .posts article {
      width: calc(50% - 6em); }
      .posts article:nth-last-child(3) {
        margin-bottom: 6em; } }
  @media screen and (min-width: 481px) and (max-width: 1680px) {
    .posts article:nth-child(2n + 1):before {
      display: none; }
    .posts article:nth-child(2n + 1):after {
      width: 100%; }
    .posts article:nth-last-child(1), .posts article:nth-last-child(2) {
      margin-bottom: 0; }
      .posts article:nth-last-child(1):before, .posts article:nth-last-child(2):before {
        height: 100%; }
      .posts article:nth-last-child(1):after, .posts article:nth-last-child(2):after {
        display: none; } }
  @media screen and (max-width: 736px) {
    .posts {
      margin: 0 0 2em -4.5em;
      width: calc(100% + 4.5em); }
      .posts article {
        margin: 0 0 4.5em 4.5em;
        width: calc(50% - 4.5em); }
        .posts article:before {
          height: calc(100% + 4.5em);
          left: -2.25em; }
        .posts article:after {
          bottom: -2.25em;
          width: calc(100% + 4.5em); }
        .posts article:nth-last-child(3) {
          margin-bottom: 4.5em; } }
  @media screen and (max-width: 480px) {
    .posts {
      margin: 0 0 2em 0;
      width: 100%; }
      .posts article {
        margin: 0 0 4.5em 0;
        width: 100%; }
        .posts article:before {
          display: none; }
        .posts article:after {
          width: 100%; }
        .posts article:last-child {
          margin-bottom: 0; }
          .posts article:last-child:after {
            display: none; } }

/* Wrapper */
#wrapper {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  min-height: 100vh; }

/* Main */
#main {
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  min-width: 0;
  width: 100%; }
  #main > .inner {
    padding: 0 6em 0.1em 6em ;
    margin: 0 auto;
    max-width: 110em; }
    #main > .inner > section {
      padding: 6em 0 4em 0 ;
      border-top: solid 2px rgba(30, 144, 255, 0.75); }
      #main > .inner > section:first-of-type {
        border-top: 0 !important; }
  @media screen and (max-width: 1680px) {
    #main > .inner {
      padding: 0 5em 0.1em 5em ; }
      #main > .inner > section {
        padding: 3em 0 3em 0 ; } }
  @media screen and (max-width: 1280px) {
    #main > .inner {
      padding: 0 4em 0.1em 4em ; }
      #main > .inner > section {
        padding: 4em 0 2em 0 ; } }
  @media screen and (max-width: 736px) {
    #main > .inner {
      padding: 0 2em 0.1em 2em ; }
      #main > .inner > section {
        padding: 3em 0 1em 0 ; } }

/* Sidebar */
#search form {
  text-decoration: none;
  position: relative; }
  #search form:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-transform: none !important;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f002';
    color: dodgerblue;
    cursor: default;
    display: block;
    font-size: 1.1em;
    height: 2.4em;
    line-height: 2.4em;
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    left: 0.7em;
    top: 0;
    width: 1.5em;
    text-align: center; }
  #search form input[type=search],
  #search form input[type=text] {
    padding-left: 2.4em;
    padding-right: 0.75em;
    color: dodgerblue; }
  /* Skrije dvojni × v WebKit/Chromu, ker ga nadomesti browser nativno */
  #search form input[type=search]::-webkit-search-decoration { display: none; }
  /* Večje klikalno področje za × gumb */
  #search form input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 0.75em;
    width: 0.75em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%231E90FF' d='M310.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 210.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L114.7 256 9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 301.3 265.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L205.3 256 310.6 150.6z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0.6;
    padding: 0.5em;
    margin-right: 0;
    box-sizing: content-box;
    transition: opacity 0.15s; }
  #search form input[type=search]::-webkit-search-cancel-button:hover {
    opacity: 1; }

#sidebar {
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -moz-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  -webkit-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  -ms-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  background: #ffffb3;
  font-size: 1em;
  position: sticky;
  top: 0;
  align-self: flex-start;
  height: 100vh;
  width: 26em; }
#sidebar ul.icons li .icon:before {
  font-size: 1.8em; }
#sidebar a {
  color: dodgerblue; }

/* Sidebar Button */
 #sidebar .button {
  box-shadow: inset 0 0 0 2px dodgerblue;
  color: #000099 !important; }
 #sidebar .button:hover {
  background-color: #ffffca; }

  #sidebar h2 {
    color: #000099;
    font-size: 1.38889em; }
  #sidebar p {
    color: #000099; }
  #sidebar > .inner {
    padding: 2.22222em 2.22222em 2.44444em 2.22222em ;
    position: relative;
    width: 26em;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    scrollbar-width: none; }
  #sidebar > .inner::-webkit-scrollbar {
    display: none; }
    #sidebar > .inner > * {
      border-bottom: solid 2px rgba(30, 144, 255, 0.75);
      margin: 0 0 3.5em 0;
      padding: 0 0 3.5em 0; }
      #sidebar > .inner > * > :last-child {
        margin-bottom: 0; }
      #sidebar > .inner > *:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0; }
    #sidebar > .inner > .alt {
      background: #ffffb3;
      border-bottom: 0;
      margin: -2.22222em 0 4.44444em -2.22222em;
      padding: 2.22222em;
      width: calc(100% + 4.44444em);
      color: dodgerblue; }
  #sidebar .toggle {
    text-decoration: none;
    -moz-transition: left 0.5s ease;
    -webkit-transition: left 0.5s ease;
    -ms-transition: left 0.5s ease;
    transition: left 0.5s ease;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    border: 0;
    display: block;
    height: 7.5em;
    left: 26em;
    line-height: 7.5em;
    outline: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-indent: -15em;
    white-space: nowrap;
    top: 0;
    width: 6em;
    z-index: 10000; }
    #sidebar .toggle:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      text-transform: none !important;
      font-family: 'Font Awesome 6 Free';
      font-weight: 900; }
    #sidebar .toggle:before {
      content: '\f0c9';
      font-size: 2rem;
      height: inherit;
      left: 0;
      line-height: inherit;
      position: absolute;
      text-indent: 0;
      top: 0;
      width: inherit; }
  #sidebar.inactive {
    margin-left: -26em; }
  @media screen and (max-width: 1680px) {
    #sidebar {
      width: 24em; }
      #sidebar > .inner {
        padding: 1.66667em 1.66667em 1.33333em 1.66667em ;
        width: 24em; }
        #sidebar > .inner > .alt {
          margin: -1.66667em 0 3.33333em -1.66667em;
          padding: 1.66667em;
          width: calc(100% + 3.33333em); }
      #sidebar .toggle {
        height: 6.25em;
        left: 24em;
        line-height: 6.25em;
        text-indent: 5em;
        width: 5em; }
        #sidebar .toggle:before {
          font-size: 1.5rem; }
      #sidebar.inactive {
        margin-left: -24em; } }
  @media screen and (max-width: 1280px) {
    #sidebar {
      box-shadow: 0 0 5em 0 rgba(0, 0, 0, 0.175);
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      z-index: 10000; }
      #sidebar.inactive {
        box-shadow: none; }
      #sidebar > .inner {
        -webkit-overflow-scrolling: touch;
        height: 100%;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        top: 0; }
        #sidebar > .inner:after {
          content: '';
          display: block;
          height: 4em;
          width: 100%; }
      #sidebar .toggle {
        text-indent: 6em;
        width: 6em; }
        #sidebar .toggle:before {
          font-size: 1.5rem;
          margin-left: -0.4375em; }
      body.is-preload #sidebar {
        display: none; } }
  @media screen and (max-width: 736px) {
    #sidebar .toggle {
      text-indent: 7.25em;
      width: 7.25em; }
      #sidebar .toggle:before {
        color: dodgerblue;
        margin-left: -0.0625em;
        margin-top: -0.25em;
        font-size: 1.1rem;
        z-index: 1; }
      #sidebar .toggle:after {
        background: rgba(30, 144, 255, 0.30);
        border-radius: 0.375em;
        content: '';
        height: 3.5em;
        left: 1em;
        position: absolute;
        top: 1em;
        width: 5em; } }

/* Header */
#header {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	border-bottom: solid 5px dodgerblue;
	padding: 0.375em 0 0.375em 0;
	position: relative; }
  #header > * {
    -moz-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0; }
  #header .logo {
    border-bottom: 0;
    color: inherit;
    font-family: Arial;
    font-size: 6em;
    text-shadow: 4px 4px 4px #aaa; }
  #header .icons {
    text-align: right; }
  #header .icons a {
    border-bottom: none; }
  @media screen and (max-width: 1680px) {
    #header {
      padding-top: 0.375em; } }
  @media screen and (max-width: 736px) {
    #header {
      padding-top: 0.375em; }
      #header .logo {
        font-size: 2.5em;
        margin: 0; }
      #header .icons {
        height: 5em;
        line-height: 5em;
        position: absolute;
        right: -0.5em;
        top: 0; } }

/* Banner */
#banner {
  padding: 6em 0 4em 0 ;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; }
  #banner h1 {
    margin-top: -0.125em; }
  #banner .content {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 50%; }
  #banner .image {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    display: block;
    margin: 0 0 2em 4em;
    width: 50%; }
    #banner .image img {
      height: 100%;
      -moz-object-fit: cover;
      -webkit-object-fit: cover;
      -ms-object-fit: cover;
      object-fit: cover;
      -moz-object-position: center;
      -webkit-object-position: center;
      -ms-object-position: center;
      object-position: center;
      width: 100%; }
  @media screen and (orientation: portrait) {
    #banner {
      -moz-flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      #banner h1 br {
        display: none; }
      #banner .content {
        -moz-flex-grow: 0;
        -webkit-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -moz-flex-shrink: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        width: 100%; }
      #banner .image {
        -moz-flex-grow: 0;
        -webkit-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -moz-flex-shrink: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        margin: 0 0 4em 0;
        height: 25em;
        max-height: 50vh;
        min-height: 18em;
        width: 100%; } }
  @media screen and (orientation: portrait) and (max-width: 480px) {
    #banner .image {
      max-height: 35vh; } }


/* Hide scrollbar for Chrome, Safari and Opera */
#content-area {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
}
#content-area::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}

/* Footer */
#footer .copyright {
  color: silver;
  font-size: 0.9em; }
  #footer .copyright a {
    color: inherit; }
  #footer .copyright .copyright-year {
    display: block;
    padding-left: 0.9em; }

/* Menu */
#menu ul {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000099;
  font-family: Arial;
  font-weight: 400;
  letter-spacing: 0.075em;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  text-transform: uppercase; }
  #menu ul a, #menu ul span {
    border-bottom: 0;
    color: inherit;
    cursor: pointer;
    display: block;
    font-size: 0.9em;
    padding: 0.625em 0; }
    #menu ul a:hover, #menu ul span:hover {
      color: dodgerblue; }
    #menu ul a.opener, #menu ul span.opener {
      -moz-transition: color 0.2s ease-in-out;
      -webkit-transition: color 0.2s ease-in-out;
      -ms-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out;
      text-decoration: none;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      position: relative; }
      #menu ul a.opener:before, #menu ul span.opener:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        text-transform: none !important;
        font-family: 'Font Awesome 6 Free';
        font-weight: 900; }
      #menu ul a.opener:before, #menu ul span.opener:before {
        -moz-transition: color 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
        -webkit-transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out, -ms-transform 0.2s ease-in-out;
        transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
        color: dodgerblue;
        content: '\f078';
        position: absolute;
        right: 0; }
      #menu ul a.opener:hover:before, #menu ul span.opener:hover:before {
        color: #000053; }
      #menu ul a.opener.active + ul, #menu ul span.opener.active + ul {
        display: block; }
      #menu ul a.opener.active:before, #menu ul span.opener.active:before {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }


#menu > ul > li {
  border-top: solid 1px rgba(210, 215, 217, 0.75);
  margin: 0.5em 0 0 0;
  padding: 0.5em 0 0 0; }
  #menu > ul > li > ul {
    color: #000080;
    display: none;
    margin: 0.5em 0 1.5em 0;
    padding-left: 1em; }
    #menu > ul > li > ul a, #menu > ul > li > ul span {
      font-size: 0.8em; }
    #menu > ul > li > ul > li {
      margin: 0.125em 0 0 0;
      padding: 0.125em 0 0 0; }
  #menu > ul > li:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0; }

/* Kontejner na dnu */
.progress-container-bottom {
  width: 100%;
  height: 5px;
  background: rgba(210, 215, 217, 0.3); /* Svetlo siva podlaga */
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; /* Dodano za varnost */
  z-index: 999999 !important; /* Povišano in fiksirano */
  pointer-events: none; /* Prepreči, da bi vrstica blokirala klike na dnu */
}

/* Vrstica napredka */
.progress-bar-bottom {
  height: 100%;
  background: dodgerblue;
  width: 0%;
  transition: width 0.1s linear;
}

/* Prilagoditev za mobilne naprave */
@media screen and (max-width: 1280px) {
  .progress-container-bottom {
    height: 4px;
  }
}

@media screen and (min-width: 1281px) {
  .progress-container-bottom {
    /* Poravnamo natančno z robom menija Editorial predloge */
    left: 26em;
    width: calc(100% - 26em);
    right: 0;
  }
}

/* Za manjše zaslone, kjer se meni skrije pod gumb (Toggle) */
@media screen and (max-width: 1280px) {
  .progress-container-bottom {
    left: 0;
    width: 100%;
  }
}

/* Prisilno zaokroževanje GTranslate izbirnika */
/* 1. Vsebnik (Wrapper), ki določa robove in zaobljenost */
.gtranslate_wrapper {
    display: inline-flex !important;
    align-items: flex-start !important;
    min-height: 36px !important;
    height: auto !important;
    box-sizing: border-box !important;
    border-radius: 6px !important;
    border: 1px solid dodgerblue !important;
    overflow: hidden !important;
    background-color: #fff !important;
    transition: border-color 0.2s ease;
}

/* 2. Sam izbirnik znotraj vsebnika */
.gtranslate_wrapper select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border: none !important;
    background: transparent !important;
    padding: 5px 30px 5px 10px !important;
    cursor: pointer !important;
    outline: none !important;
}

/* 3. Hover efekt na vsebniku */
.gtranslate_wrapper:hover {
    border-color: #3d84cc !important;
}

/* 4. Odstrani notranje sive robove gtranslate widgeta */
.gtranslate_wrapper .gt_switcher,
.gtranslate_wrapper .gt_switcher *,
.gtranslate_wrapper .gt_selected,
.gtranslate_wrapper .gt_option,
.gtranslate_wrapper .gt-switcher,
.gtranslate_wrapper a,
.gtranslate_wrapper div {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Progress bar na vrhu */
.progress-container-top {
    position: fixed;
    top: 0;
    height: 4px;
    background: transparent;
    z-index: 99999;
    left: 0;
    width: 100%;
}

.progress-bar-top {
    height: 100%;
    background: #3d84cc;
    width: 0%;
    transition: width 0.1s ease;
}

/* ============================================================
    1. OSNOVNI ELEMENTI (FIGURE, SLIKE, VIDEO)
    ============================================================ */

.row.gtr-uniform [class^="col-"],
.row.aln-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
}

figure.image,
figure.video {
    cursor: pointer;
    display: table !important; /* POPRAVEK: table omogoča figcaptionu, da se oprime slike */
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto 1.2em auto !important;
    padding: 0 !important;
    border: none !important;
}

/* POPRAVEK: Če ima slika razred .fit ali je v centrirani vrstici, mora zapolniti stolpec */
figure.image.fit,
figure.video.fit,
.row.aln-center figure.image {
    width: 100% !important;
    display: block !important;
}

/* .row.aln-center ima margin-left:-1.5em (grid sistem), kar povzroči prekoračitev vsebinskega roba.
   Slike direktno v .row.aln-center (brez col- ovoja) kompenziramo z margin/padding/width. */
.row.aln-center > figure.image,
.row.aln-center > figure.video {
    margin-left: 1.5em !important;
    padding-left: 0 !important;
    width: calc(100% - 1.5em) !important;
}

figure.image img,
figure.image video,
figure.video video {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin-bottom: 4px !important;
    border-radius: 6px;
}

/* ============================================================
    2. PODNAPISI IN PORAVNAVE (LEFT/RIGHT)
    ============================================================ */

/* Podnapisi v vsebini (figcaption) */
figure.image figcaption.foto,
figure.image figcaption.video,
figure.video figcaption.video {
    display: table-caption !important;
    caption-side: bottom;
    text-align: left !important;
    padding: 0 !important;
    margin: 0 !important;
    font-style: italic;
    font-size: 0.9em;
    line-height: 1.3;
    color: rgba(0, 0, 128, 0.8);
    width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
}

/* Figcaption znotraj .row (figure je display:block, ne table) → mora biti navaden blok.
   Višja specifičnost (0,0,3,2) preglasi table-caption (0,0,2,2). */
.row figure.image figcaption.foto,
.row figure.image figcaption.video,
.row figure.video figcaption.video {
    display: block !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    overflow-wrap: break-word;
    word-break: break-word;
}

/* figure.image.fit ima display:block — table-caption znotraj bloka ne deluje pravilno.
   Enako velja za figure.image v flex vsebnikih (ki niso .row). */
figure.image.fit figcaption.foto,
figure.image.fit figcaption.video {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-wrap: break-word;
    word-break: break-word;
}

/* Plavajoče slike:
   display:table → kontejner se skrči na širino slike (shrink-to-fit).
   min-width:0   → odpravi .image.left { min-width:250px }, ki je prej raztezal kontejner.
   figcaption ostane display:table-caption → zavije se znotraj širine slike. */
figure.image.left, figure.video.left {
    float: left !important;
    clear: none !important;
    margin: 0.5em 2em 1.5em 0 !important;
    display: table !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 30% !important;
}

figure.image.right, figure.video.right {
    float: right !important;
    clear: none !important;
    margin: 0.5em 0 1.5em 2em !important;
    display: table !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 30% !important;
}

figure.image.left.col-2, figure.image.right.col-2 { max-width: 15% !important; }
figure.image.left.col-3, figure.image.right.col-3 { max-width: 22% !important; }
figure.image.left.col-4, figure.image.right.col-4 { max-width: 30% !important; }
figure.image.left.col-6, figure.image.right.col-6 { max-width: 45% !important; }

figure.image.left img,
figure.image.right img {
    display: block !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}

/* Preprečevanje prekrivanja (Clearfix) */
.clearfix::after,
section::after,
article::after,
.box.alt::after {
    content: "";
    clear: both;
    display: table;
}

/* ============================================================
    3. LIGHTBOX VMESNIK (PUŠČICE, NAPISI, IKONE)
    ============================================================ */

.lightbox {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 40, 0.98);
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.lightbox-content {
    margin: auto;
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 85% !important;
    max-height: 80vh !important;
    border-radius: 6px;
    animation: zoom 0.3s;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    z-index: 1000001;
    font-size: 55px;
    padding: 30px 15px;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    user-select: none;
}

.prev { left: 0; border-radius: 0 10px 10px 0; }
.next { right: 0; border-radius: 10px 0 0 10px; }

.prev:hover, .next:hover {
    color: #1E90FF;
    background: rgba(0, 0, 0, 0.6);
    padding: 30px 25px;
}

/* Mobilne naprave manjše pušice, ki ne pokrivajo slike */
@media screen and (max-width: 736px) {
    .prev, .next {
        font-size: 30px;
        padding: 15px 10px;
        background: rgba(0, 0, 0, 0.45);
    }
    .prev:hover, .next:hover {
        padding: 15px 14px;
    }
    .lightbox-content {
        max-width: 100% !important;
        max-height: 70vh !important;
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 45px;
    color: white;
    cursor: pointer;
    z-index: 1000001;
}

/* Večja površina za dotik gumba Zapri na mobilnih napravah */
@media screen and (max-width: 736px) {
    .close {
        font-size: 38px;
        top: 10px;
        right: 15px;
        padding: 10px;
    }
}

.close:hover { color: #1E90FF; }

.counter {
    position: absolute;
    top: 20px;
    left: 25px;
    color: #aaa;
    font-size: 14px;
}

/* Podnapis v Lightboxu */
#caption {
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    color: #ffffff !important;
    padding: 15px;
    max-width: 80%;
    font-style: italic;
    font-family: Arial;
    line-height: 1.5;
    margin: 0 auto;
}

#caption::before {
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    margin-right: 12px;
    font-size: 1em;
    color: #1E90FF;
    visibility: visible !important;
    position: relative;
    margin-top: 0em;
    flex-shrink: 0;
}

#caption b, #caption strong {
    color: #ffffff !important;
}

#caption.foto::before { content: "\f030"; }
#caption.video::before { content: "\f03d"; }
#caption span, #caption i { display: none !important; }

/* ============================================================
    4. YOUTUBE IN MULTIMEDIJA
    ============================================================ */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 10px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.actions { display: inline-block; margin-left: 10px; vertical-align: middle; }

/* ============================================================
    5. VIZUALNI RITEM, PORAVNAVA SLIK IN DVA STOLPCA
    ============================================================ */

/* OSNOVNA NASTAVITEV ZA VSE BLOKE */
figure.image,
figure.video,
.row.aln-center,
.table-wrapper,
.box.alt {
    margin-bottom: 1em !important;
    margin-top: 1em !important;
    clear: both;
}

/* FIKSNA PORAVNAVA IKONE NA ROB SLIKE */
figure.image {
    position: relative;
    max-width: 100%;
}

figure.image img {
    display: block;
    height: auto;
    width: 100% !important;
    max-width: 100% !important;
}

figure figcaption.foto {
    display: table-caption !important; /* POPRAVEK: drži napis na širini slike */
    caption-side: bottom;
    text-align: left !important;
    padding: 0.5em 0 0 0 !important;
    width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
}

/* Osiroteli figcaption (izven figure, npr. "Vir: ..." pod galerijo)
   se obnaša kot navaden blok čez celo širino */
figcaption.foto:not(figure figcaption.foto),
figcaption.video:not(figure figcaption.video) {
    display: block;
    width: 100%;
    padding: 0.3em 0 1em;
    font-style: italic;
    font-size: 0.9em;
    color: rgba(0, 0, 128, 0.8);
    overflow-wrap: break-word;
}

figure.image.main {
    margin: 0 !important;
    display: block !important;
    width: 100% !important;
    cursor: default;
}

/* ══════════════════════════════════════════════════════
   HEADER BANNER — HTML besedilo + slika (Predloga B)
   Responzivno: aspect-ratio 1251:307, pisava clamp cqw
   cqw = container query width → deluje pravilno tudi
   ko je sidebar odprt (ne glede na vw)
══════════════════════════════════════════════════════ */
header#header {
    container-type: inline-size;
}
a.ati-hdr {
    display: flex;
    align-items: stretch;
    width: 100%;
    aspect-ratio: 1251 / 307;
    overflow: hidden;
    border-radius: 8px;
    clip-path: inset(0 round 8px);
    background: #ffffc8;
    text-decoration: none !important;
    cursor: pointer;
}
a.ati-hdr,
a.ati-hdr span,
a.ati-hdr * {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none;
}
.ati-hdr-text {
    flex: 1;
    min-width: 0;
    background: #ffffc8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5em;
    padding: 0 0.5em 0 1em;
    overflow: hidden;
}
.ati-hdr-text > span {
    display: block;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #00008B;
    line-height: 1.25;
    white-space: nowrap;
    max-width: 100%;
}
.ati-hdr-text > span:first-child {
    font-size: clamp(0.9rem, 7cqw, 9rem);
    text-shadow: 3px 4px 8px rgba(0, 0, 80, 0.30);
}
.ati-hdr-text > span:last-child {
    font-size: clamp(1rem, 8cqw, 10rem);
    text-shadow: 3px 4px 8px rgba(0, 0, 80, 0.30);
}
.ati-hdr-img {
    flex-shrink: 0;
    width: 35%;
    display: block;
    background: #ffffc8;
    border-radius: 8px;
    overflow: hidden;
    clip-path: inset(0 round 8px);
}
.ati-hdr-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0 !important;
}

/* PLAVAJOČE SLIKE */
.image.left {
    float: left !important;
    margin: 0.5em 2em 1em 0 !important;
    width: 35% !important;
    min-width: 250px;
    clear: none !important;
}

.image.right {
    float: right !important;
    margin: 0.5em 0 1em 2em !important;
    width: 35% !important;
    min-width: 250px;
    clear: none !important;
}

/* RAZMAKI ZA NASLOVE */
h1 + figure, h2 + figure, h3 + figure, h4 + figure,
h1 + .row, h2 + .row, h3 + .row, h4 + .row,
h1 + .box.alt, h2 + .box.alt {
    margin-top: 2em !important;
}

.row + h2, .row + h3, .row + h4 {
    margin-top: 2em !important;
}

/* PREPREČEVANJE PREKRIVANJA */
.author, h1, h2, h3 {
    clear: both !important;
    display: block !important;
}

/* VERTIKALNI DROP */
figure + figure,
.row + .row,
.box.alt + .box.alt,
figure + .row,
.row + figure,
figure + .box.alt,
.box.alt + figure,
.row + .box.alt,
.box.alt + .row {
    margin-top: -0.5em !important;
}

/* GALERIJA - POPRAVEK ZA FIGCAPTION */
.row.gtr-uniform > [class^="col-"] figure.image {
    margin-bottom: 0.3em !important;
    width: 100% !important;
    display: block !important; /* V galeriji nujno display: block, da figcaption ne pobegne */
}

.row.gtr-uniform > [class^="col-"] figure.image figcaption.foto {
    display: block !important; /* V galeriji nujno display: block */
    width: 100% !important;
    min-width: 100% !important; /* DODANO: Prepreči stiskanje v galeriji */
}

/* STARMAP BLOK */
.starmap-blok {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffca;
    border: 1px solid rgba(30,144,255,0.4);
    border-radius: 6px;
    padding: 1.2em 1.5em;
    margin: 1em 0 2em;
}
.starmap-blok figure { margin: 0 0 0.7em; }
.starmap-blok img { width: auto; max-width: 100%; height: auto; border-radius: 4px; border: none; cursor: zoom-in; }
.starmap-blok p { margin: 0.2em 0 0; font-size: 0.82em; color: #555; }
.starmap-blok .starmap-datum,
.starmap-datum { font-size: 0.88em; color: #000080; font-weight: 600; }
.starmap-opis p { margin: 0 0 0.3em; font-size: 0.85em; color: #444; line-height: 1.5; }
.starmap-opis p:last-child { margin: 0; }

/* DVA STOLPCA */
.dva-stolpca {
    display: block !important;
    column-count: 2;
    column-gap: 2.5em;
    width: 100% !important;
    margin: 1.5em 0 !important;
}

/* ČIŠČENJE STARIH RAZMAKOV */
.row.gtr-uniform { margin-bottom: 0 !important; }
.row.gtr-uniform + p { margin-top: 1.5em !important; }
.row > [class^="col-"] { padding-bottom: 0 !important; }

/* ============================================================
    6. NAPREDNE TABELE (STARI DEL)
    ============================================================ */
.table-wrapper {
    max-height: 80vh;
    overflow-y: auto !important;
    overflow-x: auto !important;
    scrollbar-color: #0ca2e0 #fffde8; /* hover: dodgerblue — samo webkit */
    scrollbar-width: thin;
}
.table-wrapper::-webkit-scrollbar { height: 10px; width: 10px; }
.table-wrapper::-webkit-scrollbar-track { background: #fffde8; }
.table-wrapper::-webkit-scrollbar-thumb { background: #0ca2e0; border-radius: 4px; }
.table-wrapper::-webkit-scrollbar-thumb:hover { background: dodgerblue; }

.table-wrapper table thead th {
    position: sticky !important;
    top: 0;
    z-index: 100;
    background-color: #ffffca !important;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}

.table-wrapper table td { white-space: normal; vertical-align: middle; }

/* Sredinsko poravnaj .row ki vsebuje slike — samo če nima direktno vgnezdenih p/ol/ul (malformiran HTML) */
.row:has(figure.image.fit):not(:has(> p)):not(:has(> ol)):not(:has(> ul)) {
    justify-content: center;
}

.table-wrapper table tbody tr:hover {
    background-color: rgba(0, 102, 204, 0.08) !important;
    transition: all 0.2s ease-in-out;
}

.table-wrapper table tbody tr:hover td:first-child { box-shadow: inset 4px 0 0 #0066cc; }
.table-wrapper table tbody tr:hover td { color: #004080 !important; font-weight: 500; }
.table-wrapper table tbody tr.bold:hover td { font-weight: bold; }
.table-wrapper table.alt tbody tr:nth-child(2n):hover { background-color: rgba(0, 102, 204, 0.12) !important; }

/* ============================================================
    7. MOBILNA OPTIMIZACIJA (STARI DEL)
    ============================================================ */
@media screen and (max-width: 736px) {
    .row {
        flex-direction: column !important;
        margin-left: 0 !important;
        width: 100% !important;
    }

    .row > [class^="col-"],
    .row > [class*=" col-"] {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        margin-bottom: 1.5em;
    }

    .dva-stolpca { column-count: 1; }

    /* POPRAVEK: Na mobilnih napravah popolnoma izklopimo table, da podnapis ne stisne slike */
    figure.image,
    figure.image.left,
    figure.image.right {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 1.5em 0 !important;
        display: block !important;
    }

    figure.image figcaption.foto {
        display: block !important;
        width: 100% !important;
    }
}

/* ============================================================
    8. VARNA OMEJITEV ŠIRINE (ZAŠČITA PROGRESS BAR-A)
    ============================================================ */

/* Omejimo vsebino znotraj .inner, namesto celotnega starša */
#main > .inner > section,
#main > .inner > p,
#main > .inner > .row {
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Zagotovimo, da progress-bar in header ostanejo 100% širine */
#main::before,
.progress-bar-containe {
    width: 100% !important;
    max-width: none !important;
    left: 0 !important;
}

/* ============================================================
   9. LASTEN ISKALNIK (iskanje.html)
   ============================================================ */

#si-box { margin: 0 0 1.6em; }

#si-form {
    display: flex;
    align-items: stretch;
    gap: .5em;
    flex-wrap: wrap;
}

#si-q {
    flex: 1;
    min-width: 180px;
    height: auto;
    padding: .55em .8em;
    font-size: 1em;
    border: 2px solid dodgerblue;
    border-radius: 0.375em;
    font-family: Arial, sans-serif;
    color: #333;
    outline: none;
    transition: border-color 0.2s;
}
#si-q:focus { border-color: #0073e6; }

#si-form button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .4em;
    padding: .55em 1.6em;
    font-size: 0.85em;
    font-family: Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    background-color: #1E90FF;
    color: #ffffff !important;
    border: none;
    border-radius: 0.375em;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.2s ease-in-out;
}
#si-form button:hover  { background-color: #4da6ff; }
#si-form button:active { background-color: #0073e6; }

#si-info {
    color: #555;
    font-style: italic;
    margin: 0 0 1em;
    font-size: .95em;
}

.si-r {
    border-left: 3px solid dodgerblue;
    padding: .5em 0 .5em .9em;
    margin: 0 0 1.3em;
}
.si-r h3 { margin: 0 0 .12em; font-size: 1.05em; line-height: 1.3; }
.si-r h3 a { color: #1a0dab; text-decoration: none; }
.si-r h3 a:hover { text-decoration: underline; }
.si-r .si-url { color: #1565c0; font-size: .8em; margin: 0 0 .25em; word-break: break-all; }
.si-r p { margin: 0; color: #444; font-size: .9em; line-height: 1.5; }

mark { background: #fff176; padding: 0 1px; border-radius: 2px; font-weight: 600; }

/* Thumbnail za slikovne rezultate */
.si-r-img {
    display: flex;
    gap: .9em;
    align-items: flex-start;
}
.si-thumb-wrap {
    flex-shrink: 0;
    line-height: 0;
}
.si-thumb {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: scale-down;
    background: #f4f6fa;
    border-radius: 4px;
    border: 1px solid #dce8ff;
    padding: 3px;
    transition: opacity 0.2s;
}
.si-thumb:hover { opacity: .85; }
.si-r-body { flex: 1; min-width: 0; }

/* ============================================================
   10. STRANI – POSEBNE KOMPONENTE
   ============================================================ */

/* ── Arhiv badge ── */
.arhiv-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4em;
    background: #5a3e00;
    color: #f5d97e;
    font-size: 0.72em;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.3em 0.9em;
    border-radius: 3px;
    margin-bottom: 0.9em;
}

/* ── Hero – starmap osrednja podoba (arhiv index) ── */
.hero-arhiv {
    background: radial-gradient(ellipse at 100% 0%, #4870e0 0%, #2040c0 30%, #0e20a0 60%, #060e60 100%);
    border-radius: 10px;
    padding: 2em 2em 1.8em;
    margin-bottom: 2.5em;
    color: #e8f0ff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 28px rgba(0,0,80,0.28);
}
.hero-arhiv::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 260px; height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, rgba(100,160,255,0.08) 50%, transparent 70%);
    pointer-events: none;
}
.hero-arhiv-inner {
    display: flex;
    gap: 2em;
    align-items: center;
    flex-wrap: wrap;
}
.hero-starmap { flex: 0 0 auto; text-align: center; }
.hero-starmap figure {
    margin: 0 0 0.5em;
    background: #ffffca;
    border: 2px solid rgba(30,144,255,0.5);
    border-radius: 6px;
    padding: 0.6em;
    display: inline-block;
}
.hero-starmap img { display: block; max-width: 220px; width: 100%; height: auto; }
.hero-starmap figcaption { font-size: 0.72em; color: #7ab3f0; margin-top: 0.3em; font-style: italic; }
.hero-tekst { flex: 1 1 280px; }
.hero-tekst h2 { color: #fff; font-size: 1.7em; margin: 0 0 0.35em; border: none; line-height: 1.2; }
.hero-tekst .hero-sub { color: #a8c4f0; font-size: 0.95em; margin-bottom: 1em; line-height: 1.6; }
.hero-tekst .hero-datum {
    display: inline-block;
    font-size: 0.82em;
    color: #f5d97e;
    background: rgba(245,217,126,0.12);
    border: 1px solid rgba(245,217,126,0.3);
    border-radius: 3px;
    padding: 0.2em 0.7em;
    margin-bottom: 1em;
}
.hero-tekst blockquote {
    border-left: 3px solid dodgerblue;
    background: rgba(30,144,255,0.1);
    border-radius: 0 4px 4px 0;
    margin: 0 0 2em;
    padding: 0.7em 1em;
    font-style: italic;
    color: #c8d8f4;
    font-size: 0.88em;
    line-height: 1.6;
}
.hero-tekst blockquote cite {
    display: block;
    margin-top: 0.4em;
    font-style: normal;
    font-weight: 600;
    color: #7ab3f0;
    font-size: 0.9em;
}
@media (max-width: 640px) {
    .hero-arhiv-inner { flex-direction: column; }
    .hero-starmap img { max-width: 160px; }
    .hero-tekst h2 { font-size: 1.35em; }
}

/* ── Statistična vrstica (arhiv index — znotraj hero) ── */
.arhiv-intro-bar {
    display: flex; gap: 0; margin-top: 1.6em; flex-wrap: wrap;
    background: transparent;
    border-top: 1px solid rgba(255,255,255,0.18);
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
}
.intro-stat {
    flex: 1 1 120px;
    background: transparent;
    border: none;
    border-right: 1px solid rgba(255,255,255,0.15);
    border-radius: 0;
    padding: 1em 1.2em 0.2em;
    text-align: center;
}
.intro-stat:last-child { border-right: none; }
.intro-stat .st-num { font-size: 2em; font-weight: 700; color: #fff; font-family: "Roboto Slab", serif; line-height: 1; }
.intro-stat .st-opis { font-size: 0.78em; color: rgba(180,210,255,0.8); margin-top: 0.3em; }

/* ── Skupina kategorij ── */
.kat-skupina { margin-bottom: 2.2em; }
.kat-skupina-naslov {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #000080;
    margin: 0 0 0.7em;
    padding-bottom: 0.4em;
    border-bottom: 2px solid rgba(30,144,255,0.3);
}
.kategorie-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.85em; margin-bottom: 2em; }
@media (max-width: 900px) { .kategorie-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px)  { .kategorie-grid { grid-template-columns: 1fr; } }

/* ── Kategorija kartica ── */
.kat-kartica {
    display: flex;
    align-items: flex-start;
    gap: 0.75em;
    background: #ffffe8;
    border: 1px solid rgba(30,144,255,0.18);
    border-radius: 6px;
    padding: 0.85em 0.95em;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.15s, border-color 0.15s, background 0.15s;
}
.kat-kartica:hover { box-shadow: 0 3px 10px rgba(30,144,255,0.12); border-color: dodgerblue; background: #ffffd0; }
.kat-kartica.zacetek { border-color: rgba(245,217,126,0.5); background: #fffff5; }
.kat-kartica.zacetek:hover { border-color: #c8a800; background: #ffffea; }
.kat-kartica .kat-ikona { font-size: 1.25em; color: dodgerblue; flex-shrink: 0; margin-top: 0.12em; }
.kat-kartica.zacetek .kat-ikona { color: #b8860b; }
.kat-kartica h3 { margin: 0 0 0.18em; font-size: 0.88em; color: #000053; }
.kat-kartica p  { margin: 0; font-size: 0.77em; color: #555; line-height: 1.3; }
.kat-kartica .kat-st { font-size: 0.7em; color: #999; margin-top: 0.2em; }

/* ── Osnove-starmap posebna kartica ── */
.starmap-kartica {
    display: flex;
    gap: 1.5em;
    align-items: center;
    background: #fffff0;
    border: 2px solid rgba(200,168,0,0.4);
    border-radius: 8px;
    padding: 1.2em 1.5em;
    margin-bottom: 2em;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.15s, border-color 0.15s;
    flex-wrap: wrap;
}
.starmap-kartica:hover { box-shadow: 0 4px 16px rgba(200,168,0,0.2); border-color: #c8a800; }
.starmap-kartica figure { margin: 0; flex: 0 0 auto; }
.starmap-kartica img { width: 100px; height: auto; border-radius: 4px; border: 1px solid rgba(200,168,0,0.4); }
.starmap-kartica-tekst h3 { margin: 0 0 0.3em; color: #5a3e00; font-size: 1.05em; }
.starmap-kartica-tekst p { margin: 0; font-size: 0.85em; color: #555; line-height: 1.5; }
.starmap-kartica-tekst .sk-datum { display: inline-block; font-size: 0.82em; color: #b8860b; font-weight: 600; margin-bottom: 0.4em; }
@media (max-width: 500px) { .starmap-kartica { flex-direction: column; } }

/* ── Arhiv opomba ── */
.arhiv-opomba {
    background: rgba(30,144,255,0.05);
    border: 1px solid rgba(30,144,255,0.2);
    border-radius: 6px;
    padding: 1em 1.3em;
    font-size: 0.85em;
    color: #444;
    line-height: 1.6;
    margin-bottom: 2em;
}
.arhiv-opomba i { color: dodgerblue; margin-right: 0.3em; }

/* ── Noga strani (page footer) ── */
.page-footer { background: #000035; color: #a8c4f0; margin-top: 3em; padding: 2em 2em 1.5em; border-radius: 6px; }
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 2em;
    margin-bottom: 1.5em;
}
@media (max-width: 700px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 450px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-grid h4 { color: #fff; font-size: 0.82em; letter-spacing: 0.08em; text-transform: uppercase; margin: 0 0 0.8em; padding-bottom: 0.4em; border-bottom: 1px solid rgba(30,144,255,0.3); }
.footer-grid p, .footer-grid li { font-size: 0.82em; line-height: 1.6; margin: 0; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid ul li { margin-bottom: 0.3em; }
.footer-grid a { color: #7ab3f0; text-decoration: none; }
.footer-grid a:hover { color: dodgerblue; text-decoration: underline; }
.footer-bottom {
    border-top: 1px solid rgba(30,144,255,0.2);
    padding-top: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5em;
    font-size: 0.78em;
    color: #7ab3f0;
}
.footer-bottom a { color: #7ab3f0; }
.footer-bottom a:hover { color: dodgerblue; }

.stevec-num {
    font-family: 'Orbitron', 'Courier New', monospace;
    font-weight: 700;
    font-size: 1.05em;
    color: #7ab3f0;
    letter-spacing: 0.18em;
}
.footer-stevec {
    border-top: 1px solid rgba(30,144,255,0.15);
    padding-top: 0.8em;
    margin-top: 0.6em;
    text-align: center;
    font-size: 0.75em;
    color: #7ab3f0;
    line-height: 30px;
    margin-bottom: 0;
}
.footer-stevec img {
    filter: sepia(1) hue-rotate(170deg) saturate(5) brightness(1.3);
    mix-blend-mode: screen;
}

/* ── Hero uvod (test_index) ── */
.hero-uvod { background: rgba(30,144,255,0.05); border: 1px solid rgba(30,144,255,0.25); border-radius: 6px; padding: 1.4em 1.6em; margin-bottom: 2em; }
.hero-uvod h2 { margin-top: 0; color: #000080; }
.hero-uvod p  { margin-bottom: 0.5em; }
.hero-uvod ul.actions { flex-wrap: wrap; gap: 0.5em; justify-content: center; }
.hero-uvod ul.actions li { padding: 0; }
.hero-uvod ul.actions a.button { white-space: nowrap; }

/* ── BETA / ALFA žarki ── */
.zarki-section { border-radius: 10px; overflow: hidden; margin-bottom: 2.5em; box-shadow: 0 4px 20px rgba(0,0,80,0.12); }
.zarki-header { background: #000053; color: #fff; text-align: center; padding: 1.1em 1.5em 1em; }
.zarki-header .zarki-oznaka {
    display: inline-block;
    background: dodgerblue;
    color: #fff;
    font-size: 0.7em;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.2em 0.8em;
    border-radius: 3px;
    margin-bottom: 0.6em;
}
.zarki-header h2 { color: #fff; font-size: 1.35em; margin: 0 0 0.3em; border: none; }
.zarki-header p { color: rgba(200,220,255,0.85); font-size: 0.88em; margin: 0; line-height: 1.6; }
.zarki-grid { display: flex; flex-wrap: wrap; }
.zarek-blok { flex: 1 1 260px; text-align: center; padding: 1.5em 1.5em 1.2em; }
.zarek-blok.beta-blok { background: #fff5f5; border-right: 1px solid rgba(0,0,0,0.06); }
.zarek-blok.alfa-blok { background: #f0f5ff; }
.zarek-blok .zarek-naslov { font-family: "Roboto Slab", serif; font-weight: 700; font-size: 1.15em; margin-bottom: 0.25em; }
.zarek-blok .zarek-dim { font-size: 0.78em; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 0.8em; }
.zarek-blok.beta-blok .zarek-dim    { color: rgba(153,0,0,0.6); }
.zarek-blok.alfa-blok .zarek-naslov { color: #000080; }
.zarek-blok.alfa-blok .zarek-dim    { color: rgba(0,0,128,0.6); }
.zarek-blok img { width: 100%; max-width: 480px; height: auto; cursor: zoom-in; }
.zarek-blok .zarek-opis { font-size: 0.83em; margin-top: 0.7em; line-height: 1.5; color: #333; }
.zarek-blok figcaption { font-size: 0.78em; font-style: italic; color: #777; margin-top: 0.3em; }
.zarki-footer { background: #f8f8f8; border-top: 1px solid rgba(0,0,80,0.08); padding: 0.9em 1.5em; font-size: 0.85em; color: #444; line-height: 1.6; text-align: center; }

/* ── Izpostavljeni model sveta ── */
.featured-model {
    background: linear-gradient(135deg, #000053 0%, #000035 100%);
    border-radius: 8px;
    padding: 1.8em 2em;
    margin-bottom: 2.5em;
    color: #e8f0ff;
    position: relative;
    overflow: hidden;
}
.featured-model::before { content: ''; position: absolute; top: -40px; right: -40px; width: 180px; height: 180px; border-radius: 50%; background: rgba(30,144,255,0.1); }
.featured-model .fm-oznaka { display: inline-block; background: dodgerblue; color: #fff; font-size: 0.72em; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.25em 0.75em; border-radius: 3px; margin-bottom: 0.8em; }
.featured-model h2 { color: #fff; margin: 0 0 0.5em; font-size: 1.5em; line-height: 1.25; border: none; }
.featured-model p { color: #a8c4f0; margin-bottom: 1.2em; font-size: 0.95em; max-width: 680px; }
.featured-model .fm-kartici { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9em; }
@media (max-width: 600px) { .featured-model .fm-kartici { grid-template-columns: 1fr; } }
.fm-kartica { background: rgba(255,255,255,0.13); border: 1px solid rgba(30,144,255,0.6); border-radius: 5px; padding: 1em 1.1em; text-decoration: none; display: block; transition: background 0.15s, border-color 0.15s; box-shadow: 0 0 0 1px rgba(30,144,255,0.15) inset; }
.fm-kartica:hover { background: rgba(30,144,255,0.25); border-color: dodgerblue; }
.fm-kartica .fm-datum { font-size: 0.82em; color: #7ab3f0; display: block; margin-bottom: 0.3em; }
.fm-kartica h3 { color: #fff; margin: 0 0 0.3em; font-size: 0.92em; line-height: 1.3; }
.fm-kartica p  { color: #a8c4f0; margin: 0; font-size: 0.8em; line-height: 1.4; }

/* ── Zadnje objave ── */
.objave-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1em; margin: 1.2em 0 1.5em; }
@media (max-width: 650px) { .objave-grid { grid-template-columns: 1fr; } }
.objava-kartica {
    background: #fff4e8;
    border: 1px solid rgba(30,144,255,0.2);
    border-radius: 6px;
    padding: 0.9em 1.1em;
    transition: box-shadow 0.15s, border-color 0.15s, background 0.15s;
}
.objava-kartica:hover { box-shadow: 0 3px 10px rgba(30,144,255,0.12); border-color: dodgerblue; background: #ffe8cc; }
.objava-kartica .datum { font-size: 0.82em; color: #999; display: block; margin-bottom: 0.25em; }
.objava-kartica h3 { margin: 0 0 0.35em; font-size: 0.9em; line-height: 1.3; }
.objava-kartica h3 a { color: #000053; }
.objava-kartica h3 a:hover { color: dodgerblue; }
.objava-kartica p { margin: 0 0 0.6em; font-size: 0.8em; color: #555; line-height: 1.4; }
.objava-kartica .vec { font-size: 0.8em; }
.objava-kat { display: inline-flex; align-items: center; gap: 0.35em; font-size: 0.72em; color: dodgerblue; border: 1px solid rgba(30,144,255,0.3); border-radius: 3px; padding: 0.15em 0.55em; margin-top: 0.5em; }
.objava-kat i { font-size: 0.9em; }

/* ── Tesla sekcija ── */
.tesla-row { display: flex; gap: 2em; align-items: center; margin: 0.5em 0 1.5em; }
.tesla-row figure { flex: 0 0 160px; margin: 0; }
.tesla-row figure img { width: 100%; border-radius: 4px; }
.tesla-row .tesla-tekst { flex: 1; }
@media (max-width: 600px) { .tesla-row { flex-direction: column; } .tesla-row figure { flex: none; width: 120px; } }

/* ── Šport ikone ── */
.sport-ikone { display: flex; flex-wrap: wrap; gap: 1em; margin: 0.8em 0 1.5em; justify-content: center; }
.sport-ikona-link { display: flex; flex-direction: column; align-items: center; gap: 0.35em; text-decoration: none; color: #000053; font-size: 0.82em; width: 70px; text-align: center; }
.sport-ikona-link i { font-size: 1.9em; color: dodgerblue; }
.sport-ikona-link:hover { color: dodgerblue; }

/* ── Gorencov citat ── */
.gorenc-citat { border-left: 3px solid dodgerblue; background: rgba(30,144,255,0.06); border-radius: 0 4px 4px 0; margin: 1em 0 1.2em; padding: 0.85em 1.1em; font-style: italic; color: #222; line-height: 1.6; font-size: 0.92em; }
.gorenc-citat cite { display: block; margin-top: 0.5em; font-style: normal; font-weight: 600; font-size: 0.88em; color: #000080; }


/* ── Navigacija nazaj ── */
.p-nazaj { margin-top: 4em; }

/* ============================================================
   11. KRONOLOŠKI PREGLED ARHIVA (_arhiv_kronolosko.html)
   ============================================================ */

/* Povratna povezava */
.kr-nazaj { margin-bottom: 0.5em; }
.kr-nazaj a { font-size: 0.88em; color: #1a7ab8; text-decoration: none; }
.kr-nazaj a:hover { text-decoration: underline; }

/* Skupni seštevek */
.kr-skupaj {
    background: rgba(30,144,255,0.06);
    border: 1px solid rgba(30,144,255,0.2);
    border-radius: 4px;
    padding: 0.5em 1em;
    font-size: 0.88em;
    color: #444;
    margin-bottom: 2em;
}

/* ── Kronološki baner ── */
.kr-baner {
    background: radial-gradient(ellipse at 100% 0%, #4870e0 0%, #2040c0 30%, #0e20a0 60%, #060e60 100%);
    border-radius: 10px;
    padding: 1.6em 2em 1.4em;
    margin-bottom: 1.8em;
    color: #e8f0ff;
    position: relative;
    overflow: hidden;
}
.kr-baner::before {
    content: '';
    position: absolute;
    top: -50px; right: -50px;
    width: 220px; height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.14) 0%, rgba(100,160,255,0.07) 50%, transparent 70%);
    pointer-events: none;
}
.kr-baner-oznaka {
    display: inline-block;
    font-size: 0.72em; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 3px;
    padding: 0.2em 0.75em;
    margin-bottom: 0.7em;
    color: #c8d8ff;
}
.kr-baner h1 {
    color: #fff; font-size: 1.6em; margin: 0 0 0.4em; border: none; line-height: 1.2;
}
.kr-baner p {
    color: rgba(200,220,255,0.88); font-size: 0.92em; margin: 0 0 1em; line-height: 1.6;
}
.kr-baner p strong { color: #fff; }
.kr-baner-meta {
    display: flex; align-items: center; gap: 1.5em; flex-wrap: wrap;
    font-size: 0.83em; color: rgba(180,205,255,0.75);
}
.kr-baner-meta a {
    color: #a0c4ff; text-decoration: none; border-bottom: 1px dotted rgba(160,196,255,0.5);
}
.kr-baner-meta a:hover { color: #fff; border-bottom-color: #fff; }

/* Letna skupina */
.kr-skupina { margin-bottom: 2.2em; padding-bottom: 1.6em; border-bottom: 1px solid rgba(30,144,255,0.15); }
.kr-skupina:last-child { border-bottom: none; }

/* Letna oznaka */
.kr-leto-naslov { margin-bottom: 0.6em; }
.kr-leto-badge {
    display: inline-block;
    background: dodgerblue;
    color: #fff;
    font-family: "Roboto Slab", Georgia, serif;
    font-weight: 700;
    font-size: 1.1em;
    padding: 0.25em 0.9em;
    border-radius: 4px;
    letter-spacing: 0.05em;
}

/* Seznam objav znotraj leta */
.kr-lista {
    list-style: none;
    padding: 0;
    margin: 0;
}
.kr-lista li {
    display: flex;
    align-items: baseline;
    gap: 0.6em;
    padding: 0.3em 0;
    flex-wrap: wrap;
    line-height: 1.4;
}

/* Datum */
.kr-datum {
    flex-shrink: 0;
    font-size: 0.9em;
    font-family: monospace;
    color: #888;
    min-width: 5.5em;
}

/* Kategorija badge — osnova */
.kr-kat {
    flex-shrink: 0;
    display: inline-block;
    font-size: 0.65em;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.2em 0.65em;
    border-radius: 3px;
    white-space: nowrap;
}

/* Variante kategorij */
.kr-kat.osnove      { background: #ddeeff; color: #003580; border: 1px solid rgba(0,53,128,0.25); }
.kr-kat.postelja    { background: #dcf4f2; color: #1a7a7a; border: 1px solid rgba(26,122,122,0.25); }
.kr-kat.gradnja     { background: #e8f4dc; color: #3a6a18; border: 1px solid rgba(58,106,24,0.25); }
.kr-kat.zdravje     { background: #fff0f0; color: #8b0000; border: 1px solid rgba(139,0,0,0.25); }
.kr-kat.bioanalize  { background: #f8f4d8; color: #7a6500; border: 1px solid rgba(122,101,0,0.25); }
.kr-kat.bkmeritve   { background: #dcf0ec; color: #006655; border: 1px solid rgba(0,102,85,0.25); }
.kr-kat.hrana       { background: #e4f0e4; color: #2d6b2d; border: 1px solid rgba(45,107,45,0.25); }
.kr-kat.politika    { background: #dce4f8; color: #1a3a8a; border: 1px solid rgba(26,58,138,0.25); }
.kr-kat.terorizem   { background: #f8dede; color: #7a1a1a; border: 1px solid rgba(122,26,26,0.25); }
.kr-kat.religija    { background: #f4eeff; color: #5a0080; border: 1px solid rgba(90,0,128,0.25); }
.kr-kat.vesolje     { background: #ece0ff; color: #380090; border: 1px solid rgba(56,0,144,0.25); }
.kr-kat.glasbasport { background: #fce0f0; color: #8b006b; border: 1px solid rgba(139,0,107,0.25); }
.kr-kat.seminar     { background: #dce8f4; color: #3a5a8a; border: 1px solid rgba(58,90,138,0.25); }
.kr-kat.pisma       { background: #fff5e6; color: #7a3d00; border: 1px solid rgba(122,61,0,0.25); }

@media (max-width: 500px) {
    .kr-lista li { gap: 0.4em; }
    .kr-datum { min-width: unset; }
}

/* Filter bar */
.kr-filter {
    display: flex;
    align-items: flex-start;
    gap: 0.6em;
    margin: 2.8em 0 2.2em;
}
.kr-filter-label {
    font-size: 0.82em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: inherit;
    flex-shrink: 0;
    padding-top: 0.55em;
}
.kr-filter-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45em;
    justify-content: flex-start;
}

.kr-filter-btn {
    display: inline-block;
    height: auto !important;
    padding: 0.5em 1.3em !important;
    border-radius: 4px;
    border: 0 !important;
    font-family: inherit !important;
    font-size: 0.82em;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.4 !important;
    cursor: pointer;
    outline: none !important;
    transition: background 0.15s ease, box-shadow 0.15s ease, color 0.15s ease, transform 0.15s ease;
    user-select: none;
}
.kr-filter-btn:hover { transform: translateY(-1px); }

/* Checkmark na aktivnem gumbu */
.kr-filter-btn.kr-active::before { content: '\2713\00a0'; }
.kr-filter-btn.kr-active { font-weight: 900; }

/* Inset box-shadow kot obroba — barve usklajene z .kr-kat značkami        */
/* Neaktiven: pastelno (= enako kot .kr-kat značka)                        */
/* Aktiven:   debelejši ring (3px) + dodgerblue za Vse, lastna barva za ostale */
.kr-filter-btn.vse           { background: #e8f4ff;  box-shadow: inset 0 0 0 2px #0066cc;  color: #0066cc  !important; }
.kr-filter-btn.vse.kr-active { background: dodgerblue; box-shadow: inset 0 0 0 2px #0044aa; color: #fff !important; }

.kr-filter-btn.osnove              { background: #ddeeff; box-shadow: inset 0 0 0 2px #003580; color: #003580 !important; }
.kr-filter-btn.osnove.kr-active    { background: #c0d8ff; box-shadow: inset 0 0 0 3px #003580; color: #003580 !important; }

.kr-filter-btn.postelja            { background: #dcf4f2; box-shadow: inset 0 0 0 2px #1a7a7a; color: #1a7a7a !important; }
.kr-filter-btn.postelja.kr-active  { background: #b0e8e4; box-shadow: inset 0 0 0 3px #1a7a7a; color: #1a7a7a !important; }

.kr-filter-btn.gradnja             { background: #e8f4dc; box-shadow: inset 0 0 0 2px #3a6a18; color: #3a6a18 !important; }
.kr-filter-btn.gradnja.kr-active   { background: #c8e8b0; box-shadow: inset 0 0 0 3px #3a6a18; color: #3a6a18 !important; }

.kr-filter-btn.zdravje             { background: #fff0f0; box-shadow: inset 0 0 0 2px #8b0000; color: #8b0000 !important; }
.kr-filter-btn.zdravje.kr-active   { background: #ffc8c8; box-shadow: inset 0 0 0 3px #8b0000; color: #8b0000 !important; }

.kr-filter-btn.bioanalize              { background: #f8f4d8; box-shadow: inset 0 0 0 2px #7a6500; color: #7a6500 !important; }
.kr-filter-btn.bioanalize.kr-active    { background: #ece8a8; box-shadow: inset 0 0 0 3px #7a6500; color: #7a6500 !important; }

.kr-filter-btn.bkmeritve               { background: #dcf0ec; box-shadow: inset 0 0 0 2px #006655; color: #006655 !important; }
.kr-filter-btn.bkmeritve.kr-active     { background: #b0e8d8; box-shadow: inset 0 0 0 3px #006655; color: #006655 !important; }

.kr-filter-btn.hrana               { background: #e4f0e4; box-shadow: inset 0 0 0 2px #2d6b2d; color: #2d6b2d !important; }
.kr-filter-btn.hrana.kr-active     { background: #c0e0c0; box-shadow: inset 0 0 0 3px #2d6b2d; color: #2d6b2d !important; }

.kr-filter-btn.politika            { background: #dce4f8; box-shadow: inset 0 0 0 2px #1a3a8a; color: #1a3a8a !important; }
.kr-filter-btn.politika.kr-active  { background: #b8cdf8; box-shadow: inset 0 0 0 3px #1a3a8a; color: #1a3a8a !important; }

.kr-filter-btn.terorizem               { background: #f8dede; box-shadow: inset 0 0 0 2px #7a1a1a; color: #7a1a1a !important; }
.kr-filter-btn.terorizem.kr-active     { background: #f0b8b8; box-shadow: inset 0 0 0 3px #7a1a1a; color: #7a1a1a !important; }

.kr-filter-btn.religija            { background: #f4eeff; box-shadow: inset 0 0 0 2px #5a0080; color: #5a0080 !important; }
.kr-filter-btn.religija.kr-active  { background: #e0c8ff; box-shadow: inset 0 0 0 3px #5a0080; color: #5a0080 !important; }

.kr-filter-btn.vesolje             { background: #ece0ff; box-shadow: inset 0 0 0 2px #380090; color: #380090 !important; }
.kr-filter-btn.vesolje.kr-active   { background: #d0b8ff; box-shadow: inset 0 0 0 3px #380090; color: #380090 !important; }

.kr-filter-btn.glasbasport             { background: #fce0f0; box-shadow: inset 0 0 0 2px #8b006b; color: #8b006b !important; }
.kr-filter-btn.glasbasport.kr-active   { background: #f4b8e4; box-shadow: inset 0 0 0 3px #8b006b; color: #8b006b !important; }

.kr-filter-btn.seminar             { background: #dce8f4; box-shadow: inset 0 0 0 2px #3a5a8a; color: #3a5a8a !important; }
.kr-filter-btn.seminar.kr-active   { background: #b8d0e8; box-shadow: inset 0 0 0 3px #3a5a8a; color: #3a5a8a !important; }

.kr-filter-btn.pisma               { background: #fff5e6; box-shadow: inset 0 0 0 2px #7a3d00; color: #7a3d00 !important; }
.kr-filter-btn.pisma.kr-active     { background: #ffd8a0; box-shadow: inset 0 0 0 3px #7a3d00; color: #7a3d00 !important; }

/* ============================================================
   MERITVE — ikone tipov datotek
   ============================================================ */
.meritve-lista a[href$=".pdf"]:not(.pdf-badge)::before,
.meritve-lista a[href*=".pdf"]:not(.pdf-badge)::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f1c1\00a0";
    color: #FF2116;
    font-size: 1em;
}
/* PDF povezava v podnapisu slike (figcaption.foto) — rdeča PDF ikona prek ::before,
   brez gnezdene <i>, da klik na povezavo odpre PDF (ne lightboxa). */
figcaption.foto a[href$=".pdf"]::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f1c1\00a0";
    color: var(--pdf-red);
}
.meritve-lista a[href$=".xlsx"]::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f1c3\00a0";
    color: #1d6f42;
    font-size: 1em;
}
.meritve-lista a[href$=".html"]::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f15b\00a0";
    color: #1565c0;
    font-size: 1em;
}
.meritve-lista {
    padding-left: 2em;
    margin: 0 0 1.4em;
}
ul.meritve-lista { list-style: none; padding-left: 0.8em; }
.meritve-lista li {
    margin-bottom: 0;
    padding: 0.38em 0.5em 0.38em 0.2em;
    font-size: 0.92em;
    border-radius: 4px;
    transition: background 0.12s;
    line-height: 1.5;
}
.meritve-lista li:hover { background: rgba(30,144,255,0.08); }
.meritve-lista li:nth-child(even) { background: rgba(26,58,106,0.04); }
.meritve-lista li:nth-child(even):hover { background: rgba(30,144,255,0.1); }
.meritve-lista a:not(.pdf-badge) { color: dodgerblue; border-bottom: dotted 1px; }
.meritve-section h2 {
    color: #fff;
    background: linear-gradient(90deg, #2a48b8 0%, #3a68d8 50%, #4a80f0 100%);
    padding: 0.6em 1.1em;
    border-radius: 6px;
    margin: 2em 0 0.5em;
    font-size: 1.12em;
    border-left: none;
    box-shadow: 0 2px 8px rgba(6,14,96,0.28);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.95em;
}
.meritve-section h2 i.fa-solid { color: #7ab8ff; margin-right: 0.15em; }
.meritve-section h2 .h2-emoji { font-style: normal; vertical-align: middle; filter: brightness(1.4); }

/* ============================================================
   BK MERITVE — kazalo rezultatov
   ============================================================ */
.bkm-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1em;
    margin: 1.5em 0;
}
.bkm-group {
    background: #fff;
    border: 1px solid #d8ede9;
    border-top: 3px solid #006655;
    border-radius: 5px;
    padding: 1em 1.1em 0.8em;
}
.bkm-group > h2 {
    font-size: 0.78em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #006655;
    margin: 0 0 0.75em;
    padding: 0;
    border: none;
}
.bkm-group > h2 i { margin-right: 0.45em; opacity: 0.8; }
.bkm-lista {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bkm-lista li {
    padding: 0.3em 0;
    font-size: 0.9em;
    line-height: 1.4;
    border-bottom: 1px solid #f0f0f0;
}
.bkm-lista li:last-child { border-bottom: none; }
.bkm-lista li a { color: #333; text-decoration: none; }
.bkm-lista li a:hover { color: #006655; text-decoration: underline; }
.bkm-lista li a i { margin-right: 0.4em; color: #006655; font-size: 0.82em; width: 1em; text-align: center; }
.bkm-wip {
    display: inline-block;
    font-size: 0.65em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: #f0f0f0;
    color: #b8b8b8;
    padding: 0.15em 0.5em;
    border-radius: 3px;
    margin-right: 0.4em;
    vertical-align: middle;
}
.bkm-lista li:has(.bkm-wip) { color: #c8c8c8; }

/* ============================================================
   12. ARHIV – POSEBNE KOMPONENTE (arhiv.html)
   ============================================================ */

/* ── Info box ── */
.arhiv-info-box {
    display: flex;
    gap: 0.75em;
    align-items: flex-start;
    background: rgba(20,60,180,0.12);
    border: 1px solid rgba(30,144,255,0.25);
    border-left: 4px solid dodgerblue;
    border-radius: 4px;
    padding: 0.85em 1.1em;
    margin-bottom: 2em;
    font-size: 0.9em;
    color: #333;
    line-height: 1.6;
}
.arhiv-info-box i { color: dodgerblue; flex-shrink: 0; margin-top: 0.15em; }
.arhiv-info-box p { margin: 0; }

/* ── Časovnica ── */
.arhiv-timeline { margin-bottom: 2.5em; }
.arhiv-timeline h2 { margin-bottom: 1em; }

.timeline-list {
    position: relative;
    padding-left: 2.2em;
    border-left: 2px solid rgba(30,144,255,0.25);
    margin: 0;
}
.tl-item {
    position: relative;
    margin-bottom: 1.2em;
    padding-left: 0.8em;
}
.tl-item::before {
    content: '';
    position: absolute;
    left: -2.55em;
    top: 0.45em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: dodgerblue;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px rgba(30,144,255,0.4);
}
.tl-item.tl-zakljucek::before {
    background: #28a745;
    box-shadow: 0 0 0 2px rgba(40,167,69,0.5);
}
.tl-leto {
    display: inline-block;
    background: dodgerblue;
    color: #fff;
    font-family: "Roboto Slab", Georgia, serif;
    font-weight: 700;
    font-size: 0.85em;
    padding: 0.15em 0.7em;
    border-radius: 3px;
    margin-bottom: 0.25em;
    letter-spacing: 0.04em;
}
.tl-item p {
    margin: 0;
    font-size: 0.88em;
    color: #444;
    line-height: 1.5;
}

/* ── Vodeni uvod ── */
.vodeni-uvod {
    background: #fffff8;
    border: 1px solid rgba(30,144,255,0.2);
    border-radius: 6px;
    padding: 1.4em 1.6em;
    margin-bottom: 2.5em;
}
.vodeni-uvod h2 {
    margin-top: 0;
    margin-bottom: 0.5em;
    color: #000053;
    font-size: 1.2em;
}
.vodeni-uvod h2 i { color: dodgerblue; }
.vodeni-uvod > p { margin-bottom: 1em; font-size: 0.92em; }

.vodeni-koraki {
    padding-left: 1.3em;
    margin: 0 0 1em;
}
.vodeni-koraki li {
    margin-bottom: 1em;
    font-size: 0.9em;
    line-height: 1.5;
    color: #333;
}
.vodeni-koraki li strong { color: #000053; }
.vodeni-koraki li small {
    display: block;
    font-size: 0.85em;
    color: #777;
    margin-top: 0.2em;
    font-style: italic;
}
.vk-linki {
    display: block;
    margin-top: 0.3em;
    font-size: 0.88em;
}
.vk-linki a { color: dodgerblue; text-decoration: none; }
.vk-linki a:hover { text-decoration: underline; }

.vodeni-opomba {
    font-size: 0.85em;
    color: #555;
    border-top: 1px solid rgba(30,144,255,0.15);
    padding-top: 0.8em;
    margin: 0;
}
.vodeni-opomba a { color: dodgerblue; }

/* ── Kronološki pregled box ── */
.novice-arhiv-box {
    background: linear-gradient(135deg, #1a2e90 0%, #2040b8 100%);
    border: 1px solid rgba(100,140,255,0.3);
    border-radius: 8px;
    padding: 1.2em 1.4em;
    margin-bottom: 2em;
}
.novice-arhiv-box h3 {
    margin: 0 0 0.4em;
    font-size: 1em;
    color: #fff;
}
.novice-arhiv-box h3 i { color: #7ab3ff; }
.novice-arhiv-box p {
    margin: 0 0 0.8em;
    font-size: 0.88em;
    color: rgba(200,220,255,0.88);
    line-height: 1.5;
}

/* ═══════════════════════════════════════════════
   Section 13 – O nas: podatki podjetja
   ═══════════════════════════════════════════════ */
.podatki-podjetja {
    list-style: none;
    padding: 0;
    margin: 1em 0 2em;
}
.podatki-podjetja li {
    display: flex;
    align-items: baseline;
    gap: 0.7em;
    padding: 0.55em 0;
    font-size: 0.95em;
    line-height: 1.4;
}
.podatki-podjetja li i {
    color: dodgerblue;
    flex-shrink: 0;
    width: 1.3em;
    font-size: 1.15em;
    text-align: center;
}

/* ============================================================
   PDF download elementi — globalni (pasica, gumb, mali badge)
   ============================================================ */

/* ── PDF barvni sistem ── */
:root {
  --pdf-red:      #FF2116;
  --pdf-red-dark: #cc1a0e;
}

/* ── Download pasica ── */
.pdf-download-box {
  display: flex;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
  background: #ffffe8;
  border: 1px solid rgba(30,144,255,0.18);
  border-left: 4px solid dodgerblue;
  border-radius: 6px;
  padding: 0.9em 1.2em;
  margin: 0 0 2em;
}
.pdf-download-box .pdf-info { flex: 1; min-width: 180px; }
.pdf-download-box .pdf-info strong {
  display: block; font-size: 0.9em; color: #1a1a2e;
  word-break: break-all; overflow-wrap: anywhere; }
.pdf-download-box .pdf-info span { font-size: 0.78em; color: #666; white-space: nowrap; }

@media (max-width: 480px) {
  .pdf-download-box { flex-direction: column; align-items: flex-start; gap: 0.7em; }
  .pdf-download-box .pdf-info span { white-space: normal; }
  .pdf-btn { width: 100%; justify-content: center; }
}

/* ── Gumb "Prenesi PDF" ── */
.pdf-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  background: dodgerblue;
  color: #fff;
  border-radius: 6px;
  padding: 0.5em 1.2em;
  font-size: 0.85em;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s;
}
.pdf-btn:hover { background: #1565c0; color: #fff; }

/* ── Mali PDF badge ── */
.pdf-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.28em;
  background: #ffffe8;
  color: #334;
  border: 1px solid rgba(30,144,255,0.25);
  font-size: 0.70em;
  font-weight: 700;
  padding: 0.2em 0.55em;
  border-radius: 3px;
  text-decoration: none;
  letter-spacing: 0.03em;
  vertical-align: middle;
  margin-left: 0.5em;
  transition: background 0.14s, border-color 0.14s;
  white-space: nowrap;
}
.pdf-badge i { color: var(--pdf-red); }
.pdf-badge:hover { background: #ffffc8; border-color: rgba(30,144,255,0.45); color: #112; }

/* ── Mali Excel badge (xls/xlsx/xltx) — isti slog kot .pdf-badge, zelena ikona ── */
.xlsx-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.28em;
  background: #ffffe8;
  color: #334;
  border: 1px solid rgba(30,144,255,0.25);
  font-size: 0.70em;
  font-weight: 700;
  padding: 0.2em 0.55em;
  border-radius: 3px;
  text-decoration: none;
  letter-spacing: 0.03em;
  vertical-align: middle;
  margin-left: 0.5em;
  transition: background 0.14s, border-color 0.14s;
  white-space: nowrap;
}
.xlsx-badge i { color: #1a7a3c; }
.xlsx-badge:hover { background: #ffffc8; border-color: rgba(30,144,255,0.45); color: #112; }


/* Mobilno: dolga imena datotek / URL-ji v vsebini (kazala, seznami) se prelomijo,
   da stran ne uhaja čez širino zaslona (vodoravno drsenje). */
#content-area li, #content-area p, #content-area a { overflow-wrap: break-word; word-break: break-word; }
