p{
  text-align:justify
}
    .offcanvas-body {
      position: relative;
      overflow: hidden;
    }

.menu {
      position: absolute;
      top: 2.5rem;
      left: 100%;
      width: 100%;
      list-style: none;
      padding: 0;
      margin: 0;
      background: #fff;
      transition: left .3s ease;
    }
    .menu.active {
      left: 0;
    }

    .menu li a {
      display: block;
      padding: 10px 15px;
      color: #000;
      text-decoration: none;
      border-bottom: 1px solid #eee;
    }
    .has-submenu > a::after {
      content: "\f054";
      font-family: 'Font Awesome 5 Free';
      float: right;
      font-weight: bold;
    }

    .back-btn {
      position: absolute;
      top: 0.75rem;
      left: 0.75rem;
      font-size: 0.9rem;
      background: none;
      border: none;
      text-decoration: underline;
      padding: 0;
      z-index: 10;
    }

.tabovi {
  background:#1B75BB;
  color:#fff;
  padding:10px 0;
}

.tabovi a{
  color:#fff;
  transition: all 0.5s
}

.tabovi a:hover{
  color:#fdbd22;
}

.tabovi ul{
    padding:0;
}

.tabovi img{
  margin-right:5px
}

.novosti-naslovna .ratio{
  margin-bottom:18px!important;
  border-bottom:solid;
    border-radius:20px;
  overflow:hidden
}

.novosti-naslovna {
  line-height:1.3
}

.novosti-naslovna a{
  text-decoration:none;
}

.novosti-naslovna .small {
  color:#1b75bb!important
}

.drugi-banner h2{
  color:#009345;
  margin-bottom:40px
}

.drugi-banner a{
  color:#000;
  text-decoration:none;
  font-weight:bold
}

.drugi-banner a:hover{
  color:#009345;
  text-decoration:none;
}

.novosti-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin:20px 0;
}

.novosti-header h2 {
  font-weight: 700;
  color: #1e73be; 
  margin: 0;
  white-space: nowrap;
}

.novosti-header::after {
  content: "";
  flex: 1;
  height: 3px;
  background-color: #1e73be;
  border-radius:30px
}

.my-2.novosti{
  margin-bottom:50px!important
}

.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius:20px;
}

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

.footer{
  background:#EFF3F9!important
}

.footer a{
  color:#000;
  text-decoration:none
}

.footer a:hover{
  color:#1b75bb;

}

.footer li{
  margin-bottom:14px
}

.podstranice{
  padding:80px 0
}

.podstranice h1{
  font-weight:500;
  font-size:25px!important;
  width:700px;
  margin:20px auto;
  max-width:100%;
}

.kategorija .card img{
  height:250px!important;
  object-fit:cover;
  border-radius:20px;
  border-bottom:solid 5px #1b75bb;
  box-shadow: 0 0 20px #d2d6db
}

.kategorija .card-img-top{
  height:250px!important;
  object-fit:cover;
  border-radius:20px;
  border-bottom:solid 5px #1b75bb;
  box-shadow: 0 0 20px #d2d6db
}

.kategorija .card {
  border:none;
}

.kategorija .card-body{
  padding-left:0
}


.kategorija .card h2{
  font-size:16px!important;
  font-weight:700
}

.kategorija .card a{
  font-size:14px!important;
  font-weight:500;
  text-decoration:none;
  color:#000
}

.kategorija .small{
  color:#1b75bb!important
}

.in-pretraga{
  font-size:25px;
  color:#fdbd22;
  position:relative;
  top:-5px;
}

.datum-detaljno{
  font-size:15px;
  color:#fdbd22!important;
  position:relative;
  top:-5px;
}

.site-content h2{
  font-weight:300
}

.table-responsive {
  margin-top: 1rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgb(239 243 249);
  margin-bottom:30px
}

.dok-table thead th {
  background-color: #1b75bb;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.75rem;
  font-size: 0.875rem;
  border: none;
  white-space: nowrap;
}


.dok-table td {
  font-size: 0.875rem;
  vertical-align: middle;
  border-top: 2px solid #eff3f9;
}

.dok-table a {
  text-decoration:none;
  font-weight:bold;
  color:#000;;
  font-weight:normal;
  text-transform: uppercase;
}

.table.dok-table {
  --bs-table-color: #000000;
  --bs-table-bg: #ffffff;
  --bs-table-border-color: #eff3f9;
  --bs-table-striped-color: var(--bs-table-color);
  --bs-table-striped-bg: #eff3f9; 
}

.dokumenti-filters .form-label { font-size: .9rem; }
.dok-pageinfo { min-width: 120px; text-align:center; }
.dok-table td, .dok-table th { vertical-align: middle; }

.dok-table .col-title {
      max-width: 560px;
      white-space: normal;
      word-break: break-word;
  min-width:200px
    }

.dok-table .has-popover { cursor: help; }

.dok-table .col-cat, .dok-table .col-tags {
      width: 60px;
      text-align: center;
      white-space: nowrap;
    }

.dok-paging.d-none { display: none !important; }

.dok-upute-wrap .ul-disc { list-style: disc; margin-left: 1.2em; }
.dok-code { display:flex; gap:.5rem; align-items:center; margin:.5rem 0 1rem; }
.dok-code code { background:#f6f7f7; padding:.5rem .75rem; border:1px solid #dcdcde; border-radius:4px; display:inline-block; }
.dok-code .button { line-height: 28px; height: 30px; }


.wp-block-file {
  display: flex;
  justify-content: space-between; /* prvi link lijevo, drugi desno */
  align-items: center;
  background:#eff3f9;
  padding:10px;
  border-radius:10px
}

.wp-block-file a {
  font-size:16px!important;
  text-decoration:none;
  color:#000;
}


.wp-block-file a:nth-child(2) {
  float: right;
  background: #1b75bb;
  color: #fff;
  padding: 5px 12px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
}

.wp-block-file a:nth-child(2):hover {
  background: #0049a8;
}

.parent-menu.menu-item a {
  font-weight:600!important;
  background:#e6e6e6;
  pointer-events: none;
}

.podstranice .entry-meta{
  text-align:center;
}

@media (min-width: 992px) {

  .navbar .mega-menu { position: static; }

  .mega-menu > .dropdown-menu {
    position: absolute;
    left: 0; right: 0;
    width: 100%; min-width: 0;
    margin-top: .5rem;
    background: var(--bs-dropdown-bg,#fff);
    border-radius: .375rem;
    box-shadow: 0 0 2rem rgb(0 0 0 / .08);

    padding: 2rem calc((100% - 960px)/2);    

    @media (min-width: 1200px) {
      padding-left: calc((100% - 1140px)/2);
      padding-right: calc((100% - 1140px)/2);
    }

    @media (min-width: 1400px) {
      padding-left: calc((100% - 1320px)/2);
      padding-right: calc((100% - 1320px)/2);
    }

    column-count: 4;
    column-gap: 2.5rem;

  }

  .mega-menu > .dropdown-menu > li {
    break-inside: avoid-column;
    width: 100%;
  }

  .mega-menu > .dropdown-menu > li > .dropdown-toggle {
    font-weight: 300;
    text-transform: uppercase;
    color: #000!important;  
    margin: 1rem  0 .5rem;
    padding: 0;
    font-size:16px;
  }
  .mega-menu > .dropdown-menu > li > .dropdown-toggle::after { display: none; }

  .mega-menu .dropdown-menu .dropdown-menu {
    position: static !important;       
    display: block !important;
    margin: 0; padding: 0; border: 0; box-shadow: none;
  }
  .mega-menu .dropdown-menu .dropdown-item {
    font-size: .925rem;
    font-weight: 500;
    white-space: normal;
    padding: .25rem 0;
  }
  .mega-menu .dropdown-menu .dropdown-item:hover {
    text-decoration: underline;
  }
}

@media (min-width: 992px) {
  .mega-menu > .dropdown-menu > li.menu-item-has-children > .dropdown-toggle {
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 1.25rem;
    position: relative;
  }

  .mega-menu > .dropdown-menu > li.menu-item-has-children > .dropdown-toggle::after {
    content: "-";
    position: absolute; top: 0; right: 0;
    font-weight: 900;
    transform: translateY(2px);
  }

  .mega-menu > .dropdown-menu > li:not(.menu-item-has-children) > a {
    font-weight: 500;
    color: var(--bs-body-color);
    display: inline-block;
    margin-bottom: .15rem;
    transition: color .2s ease;
  }
  .mega-menu > .dropdown-menu > li:not(.menu-item-has-children) > a:hover {
    color: var(--bs-primary, #d1007d);
  }

  .mega-menu .dropdown-menu .dropdown-item {
    font-size: 15px;
    line-height: 1.6;
    padding: .2rem 0;
  }
  .mega-menu .dropdown-menu .dropdown-item:hover {
    text-decoration: underline;
  }
}

.dropdown-item   {
  transition: all 0.5s!important;

  padding:10px 20px!important;
  width:400px;
  text-wrap: wrap!important;
}

.dropdown-menu li{
    border-bottom:solid 1px #dbdbdb!important;
}

.dropdown-menu li:last-child{
    border-bottom:solid 0px #dbdbdb!important;
}

.dropdown-item:hover {
  background:none!important;
  color:#000!important;
  padding-left:25px!important
}

.dropdown-menu{
  border-radius:0!important;
  top:54px!important;
  width:300px;
  border-radius: 0 0 20px 20px!important;
  border:none!important
  
}

@media (min-width: 992px) {
  .mega-menu > .dropdown-menu > li > a.dropdown-item {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    margin: 1rem 0 .5rem;
    padding: 0;
    color: #000 !important;
    display: inline-block;
  }

  .mega-menu > .dropdown-menu > li > a.dropdown-item:hover {
    text-decoration: none;
    color: var(--bs-primary, #d1007d) !important;
  }
}

.dropdown-item.active.dropdown-toggle{
  background:none;
}

.dropdown-item.active{
  background:none!important;
  color:#000!important
}

.hero-roto {
  background:#1b75bb;
  overflow:hidden;
  position:relative;
}


.hero-roto .rb-bg{
  position:absolute;
  inset:0;
  background-image:var(--rb-bg,none);
  background-size:cover;
  background-position:center;
  filter:saturate(.0);
  z-index:0;
  pointer-events:none;
  mix-blend-mode: luminosity;  
}

.rb-overlay{
  background:#04375ede;
  width:100%; height:100%;
  position:absolute;
 
}

.hero-roto .rb-bg::after{
  content:"";
  position:absolute;
  inset:0;
  backdrop-filter:blur(.5px);
  z-index:-1;
}

.hero-roto .rb-grid{
  aspect-ratio: 15 / 18;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: repeat(18, 1fr);
  gap: 0;
  position: relative;
}

.hero-roto .rb-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 1rem;
}

.hero-roto .rb-img-1{
  grid-column: 1 / 10;
  grid-row:    1 / 10;
}

.hero-roto .rb-img-2{
  grid-column: 11 / 16;
  grid-row:     5 / 10;
}

.hero-roto .rb-img-3{
  grid-column: 8 / 16;  
  grid-row:    11 / -1;
}

/*
.hero-roto .rb-grid{
  background:
    linear-gradient(to right, rgba(255,255,255,.9) 1px, transparent 1px) 0 0 / calc(100%/15) 100%,
    linear-gradient(to bottom, rgba(255,255,255,.9) 1px, transparent 1px) 0 0 / 100% calc(100%/18);
}
*/

.hero-roto  {
  color:#fff;
}

.hero-roto .container {
  padding-top:50px;
  padding-bottom:50px;
}

.rb-podnaslov{
  color:#FDBD22;
  font-size:20px!important
}

.rb-nav {
  margin-bottom:20px!important
}

.rb-nav-btn{
  background:#ffffffa6!important;
  border:none;
  border-radius:4px;
  color: #1B75BB;
  transition: all 0.5s
}

.rb-nav-btn:hover{
  background:#ffffff!important;
}

.btn.primarni,
.btn.sekundarni {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: #fff;
  color: #1B75BB;
  transition: background 0.3s ease, color 0.3s ease;
}

.btn.sekundarni {
  background: #1B75BB;
  color: #fff;
}

.btn.primarni:hover {
  background: #1B75BB;
  color: #fff;
}

.btn.sekundarni:hover {
  background: #fff;
  color: #1B75BB;
}

.btn.primarni span,
.btn.sekundarni span {
  display: inline-block;
  transition: transform 0.3s ease;
}

.btn.primarni:hover span,
.btn.sekundarni:hover span {
  transform: translateX(5px);
}

.rb-ctas{
    margin-top:50px
}

.rb-ctas .btn{
    padding:10px 20px;
}

.desni{
  background:#1b75bb;
  z-index:1;
  height:508px;
  padding:30px!important;
  margin-left:20px;
  width:calc(25% - 20px)!important;
  border-radius: 1rem;
}

.desni a{
  color:#fff;
}

.desni h3{
  border-bottom:solid 1px #ffffff26;
  padding:10px 0; 
  font-size:25px!important;
}

.rb-list{
  line-height:1.2;
}

.desni .text-secondary{
  color:#ffffff80!important;
}

.rb-more {
  text-decoration:none;
}

.rb-more:hover {
  color:#000!important
}

.jezik{
  background:#1b75bb;
  padding:7px 10px;
  border-radius:6px;
  color:#fff;
  margin:0 10px
}

.jezik a{
  color:#fff;
  text-decoration:none;
  padding:5px
}

.jezik a:hover{
  color:#000;
}

.btn-link{
  margin:0 10px
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
.jezik{
  padding:7px 3px;
  margin:0 7px;
}

.jezik a{
    font-size:14px!important
}

.desni{
  height:401px;
  padding:5px 20px!important;
  margin-left:15px;
  width:calc(25% - 15px)!important;
  border-radius: 1rem;
}

.rb-post-title {
  line-height:1.1;  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
}


  @media screen and (min-width: 992px) and (max-width: 1200px) {
.izbornik{
  font-size:14px;
}

.jezik {
  position:absolute;
  margin-top:30px;
  z-index:5;
  right:0;
}

.desni{
  height:333px;
  padding:5px 20px!important;
  margin-left:15px;
  width:calc(25% - 15px)!important;
  border-radius: 1rem;
}

.rb-post-title {
  line-height:1.0;  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
}

@media screen and (min-width: 100px) and (max-width: 992px) {
.sik-top-tabs__list img{
  width:30px;
  object-fit:scale-down;
}
  
.sik-top-tabs__item {
  width:100%;
}
  
.navbar-brand{
  width:210px
}

.izbornik .btn-outline-secondary{
  background:#1b75bb;
  color:#fff;
  margin-right:10px;
  border-radius:100%;
  width:39px;
  height:39px;
  padding:0;
  border:none;
}

.jezik {
  position:absolute;
  margin-top:30px;
  z-index:5;
  right:0;
}

.desni{
  height:auto;
  padding:5px 20px 20px 20px!important;
  margin-left:15px;
  width:calc(100% - 30px)!important;
}

.rb-post-title {
  line-height:1.2;  
  -webkit-line-clamp: 3;
}

.rb-title {
  font-size:30px!important;
  line-height:1;
}

.hero-roto .container {
  padding-top:20px;
  padding-bottom:20px;
}

.rb-podnaslov{
  font-size:15px!important
}

.rb-nav {
  margin-bottom:10px!important
}

.btn.primarni,
.btn.sekundarni {
  font-size:14px!important;
  padding:7px 15px!important
}


.rb-ctas{
    margin-top:20px
}

.rb-ctas .btn{
    padding:10px 20px;
}

.jezik {
  position:relative;
  margin-top:10px;
  z-index:5;
  text-align:center
}

.trazi-mob{
  padding:0 10px
}

.novosti-header h2 {
  font-size: 22px!important;
}

.drugi-banner h2{
  font-size:22px!important;
  margin-bottom:10px;
}

}