/* style.css, 2012/03/10*/

#logo {
	width: 300px;
	height: 100px;
  /*background: url("../assets/predloga1/img/site/logo.png") no-repeat;*/
  background: url("https://portal.rkc.si/uploads/0285/images/2026-03/vsebina-1/Logo.png") no-repeat;
  /* Ta vrstica je KLJUČNA, da se slika pomanjša brez rezanja */
    background-size: contain;
    /* Opcijsko: sredinsko poravnaj sliko znotraj okvirja */
    background-position: center;
}


/* Seznami */
/* Main Level */

.post_desc ul {
    list-style-type: disc !important;
    padding-left: 20px;
}

/* Second Level */
.post_desc ul ul{
  list-style-type: circle !important;
    padding-left: 50px;
}

/* Third Level */
.post_desc ul ul ul{
  list-style-type: square !important;
    padding-left: 60px;
}

li:last-child{
  margin-bottom: 1em;
}

th, td {
    padding: 5px;
}

.single_content_left ul {
    list-style: disc !important; /* or 'decimal' for numbered lists */
    padding-left: 20px;

}

.single_content_left ul ul {
    list-style: circle !important; /* or 'decimal' for numbered lists */
    padding-left: 50px;

}

.single_content_left ul ul ul {
    list-style: square !important; /* or 'decimal' for numbered lists */
    padding-left: 60px;

}

.no-list-style {
  list-style-type: none !important;
  padding-left: 0; /* optional, removes indent */
  margin-left: 0;  /* optional */
}

/* širina bannerja za napis v banner slikah*/
.caption_inner {
  width: 280px;
  height: 65px;
  padding: 20px;
  background: rgba(0, 0, 0, 0);
  
}

.caption_inner a {
  background: #0060b1b2;
}