html { 
  <!--background: url(ozadje1_opacity0_3.jpg) no-repeat center center fixed; -->
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 }

@font-face {
  font-family: "Barlow-Bold";
  src: url('./Barlow-Bold.ttf') format('truetype');
}
@font-face {
  font-family: "Barlow-ExtraBold";
  src: url('./Barlow-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: "Barlow-Regular";
  src: url('./Barlow-Regular.ttf') format('truetype');
}
body {                                 
	font-family: Barlow-Regular;
	font-size: 19px;
	margin: 0px;	
	line-height: 1.5;
}
a {
  color: #e3512c;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.home {
	max-width:1200px;
	margin-bottom: 80px;
}
#timeline1 {

	max-width: 1170px;
	width: 90%;
  height: 100%;
  overflow: hidden;
  margin: 40px 20px 0px 20px;
  position: relative;
}

#dates {
  height: 60px;
  overflow: hidden;
  padding-left:0;
}

#dates li {
  list-style: none;
  float: left;
  height: 50px;
  font-size: 24px;
  text-align: center;
  padding-right:40px;
  
  font-family:'Barlow-ExtraBold';
}

#dates a {
  line-height: 38px;
  padding-bottom: 10px;
  color: #e3512c;
}

#dates .selected {
  font-size: 38px;
}

#issues {
  display: flex;
  flex-wrap: nowrap;
  padding-left:10%;
}

#issues li {
  width: 75% !important;
  max-width: 75%;
  min-width: 500px;
  box-sizing: border-box;
  list-style: none !important;
  float: none;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 0 !important;
  white-space: normal;
  margin:0 90px;
}
@media only screen and (max-width: 750px) {
	#issues li {
	  max-width: 75%;
	  min-width: 300px;
	  box-sizing: border-box;
	  list-style: none !important;
	  float: none;
	  vertical-align: top;
	  display: inline-block;
	  margin-bottom: 0 !important;
	  white-space: normal;
	  margin:0 30px;
	}

}

@media only screen and (max-width: 450px) {
	#issues li {
	  max-width: 75%;
	  min-width: 250px;
	  box-sizing: border-box;
	  list-style: none !important;
	  float: none;
	  vertical-align: top;
	  display: inline-block;
	  margin-bottom: 0 !important;
	  white-space: normal;
	  margin:0 20px;
	}

}
#issues li h1 {
  color: #e3512c;
  font-size: 36px;
  margin: 20px 0;
  text-align: left;
  padding-left: 5%;
}

#issues li p {
  margin-left: 5%;
  margin-right: 5%;
  text-align: left;
  font-weight: normal;
  overflow-wrap: anywhere; 
}

#grad_left,
#grad_right {
  width: 100px;
  height: 350px;
  position: absolute;
  top: 0;
}

#grad_left {
  left: 0;
}

#grad_right {
  right: 0;
}

#next,
#prev {
  position: absolute;
  top: 0;
  font-size: 70px;
  top: 170px;
  width: 22px;
  height: 38px;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #e3512c;

}

#next:hover,
#prev:hover {
  background-position: 0 -76px;
}

#next {
  right: 35px;
}

#prev {
  left: 0;
}

#next.disabled,
#prev.disabled {
  opacity: 0.2;
}

.footer {
    text-align: center;
    position: fixed;
	line-height: 40px;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    background: #f1f1f3;
    transition: 0.5s;
    z-index: 101;
	font-size: 15px;
	vertical-align: middle;
	
}
h1 {
   font-family: 'Barlow-ExtraBold';
   font-size: 40px;
   color: black;
   margin: 40px;
   font-weight: normal;
}
h2 {
   font-family: 'Barlow-ExtraBold';
   font-size: 28px;
   color: black;
}
td {
   font-family: 'Barlow-Regular';
   color: black;
   font-size: 20px;
}

a {
	text-decoration: underline;
	color:black;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

td
{
padding-top:20px;
}

transbox {
  margin: 30px;
  background-color: #ffffff;
  opacity: 0.6;
}

div.transbox td {
  margin: 5%;
  font-weight: normal;
}
.banner {
	position: relative;
	width: 100%;
	aspect-ratio: 3 / 1;
	background: url('2_Banner_20let.jpg') center/cover no-repeat;
}

@supports not (aspect-ratio: 3 / 1) {
	.banner {
		height: 33.333vw; /* ~3:1 aspect ratio as a percentage of viewport width */
	}
}

/* Optional: Fine-tune for very small screens */
@media (max-width: 600px) {
	.banner {
		aspect-ratio: 2.5 / 1;
	}
}

@media (min-width: 1200px) {
	.banner {
		height: 400px;
	}
}


.title-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 0.7); /* White box with low opacity */
	padding: 20px 40px;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	text-align: center;
}
.kolofon {
	color: black;
	font-size: 14px;
	max-width:1200px;
	margin-top: 40px;
	padding: 0px 10px 0px 10px;
}

.columnKol {
  flex: 50%;
  text-align: start;
  padding-right: 20px;
}

.row {
	display: flex;
	padding: 0px 20px 0px 20px;
	margin-bottom: 40px;
}

.col1 {
  flex: 100%;
  text-align: start;
  
}

.col2 {
  flex: 66%;
  text-align: start;
  padding-right: 20px;
}
.column {
  flex: 33%;
  text-align: start;
}

hr {
  border-top: 1px solid;
  max-width:1200px;
  margin: 20px;
}

.quote {
	background-color: #f1f1f3;
	padding: 40px;
	text-align: start;
	
}
p {
	margin: 0px;
}
.chatbot {
	height: 100%;
	max-height:800px;
	border: 1px solid #c8c8d0;
	width: 100%;
}
.navbar {
	margin: 0px;
	width: 100%;
	position: relative;
	display:flex;
	justify-content:center;
	flex-wrap: wrap
}

.logo {
	padding: 11px;
	padding-bottom:25px;
	padding-top:12px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.logoNuk {
	padding: 11px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.navbar-box {
	margin: 0 auto;
    max-width: 1170px;
    width: 100%;
	position: relative;
	display:flex;
	justify-content:space-between;
	
}

.navbar-box1 {
	margin: 20px;
    width: 1170px;
	position: relative;
	display:flex;
	justify-content:space-between;
	
}
*, *::before, *::after {
  box-sizing: border-box;
}


/* Core styles/functionality */
.tab {
  position: relative;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.tab input:checked ~ .tab__content {
  max-height: 100rem;
}

/* Visual styles */
.accordion {
  color: black;
  overflow: hidden;
  text-align:left;
}
.tab__label,
.tab__close {
  display: flex;
  color: black;
  background: white;
  cursor: pointer;
  
}
.tab__label {
  justify-content: flex-start;
  width: 25%;

}


.tab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: left;
  transition: all 0.35s;
  padding-left:0.5rem;
}
.tab input:checked + .tab__label::after {
  transform: rotate(90deg);
}
.tab__content p {
  margin: 0;
  padding: 1rem;
}
.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
}
.accordion--radio {
  --theme: var(--secondary);
}

/* Arrow animation */

@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-.25rem);
  }
}

ul { list-style-type: "-   "; }
li {
	margin-bottom: 20px;
}


.wrapper {
  margin: 40px 0px;
}

input {
  display: none;
}

label {
  display: flex;
  width: 100%;
  cursor: pointer;
  border: 1px solid black;
  user-select: none;
  padding: 10px ;
}

label div:first-child {
  width: 100%;
  line-height: 35px;
  margin-left: 10px;
}

.cross {
  margin-right: 15px;
  margin-top: 3px;
}

.cross:before,
.cross:after {
  content: "";
  border-top: 2px solid black;
  width: 15px;
  display: block;
  margin-top: 18px;
  transition: 0.3s;
}

.cross:after {
  transform: rotate(90deg);
  margin-top: -2px;
}

.content {
  box-sizing: border-box;
  margin: 15px 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height, 0.5s;
}

input:checked ~ .content {
  max-height: 400px;
  transition: max-height, 1s;
}

input:checked ~ label .cross:before {
  transform: rotate(180deg);
}

input:checked ~ label .cross:after {
  transform: rotate(0deg);
}

.questions {
  margin-top: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height, 0.5s;
}

.questions label {
  border: none;
  box-shadow: none;
  margin: 0;
}

input:checked ~ .questions {
  max-height: 400px;
  border-bottom: 2px solid #e3512c;
  transition: 1s;
}

.timeline__event__title {
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  color: black;
  text-decoration: none;
  font-family:'Barlow-ExtraBold';
}
.nava {
	align-content: center;
	color: black;
	text-decoration:none;
	font-family:'Barlow-ExtraBold';
	  line-height: 1.4;
	  text-transform: uppercase;

		
}

/**
  * style variables
*/
.carousel {
  height: 500px;
  max-width: 1200px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
  list-style: none;
  background:#fff;
  box-sizing: border-box;
}
/**
  * Where the magic happens
  */
/**
    * Control element - right/left arrows
  */
/**
    * Element for holding slide indicators
  */
/**
    * Indicator for indicating active slide
  */
/**
    * Create rules for when slides are contained within a track
  */

.carousel__controls,
.carousel__activator {
  display: none;
}
.carousel__activator:nth-of-type(1):checked ~ .carousel__track {
  transform: translateX(0%);
}
.carousel__activator:nth-of-type(1):checked ~ .carousel__slide:nth-of-type(1) {
  transition: opacity 0.5s, transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transform: scale(1);
}
.carousel__activator:nth-of-type(1):checked ~ .carousel__controls:nth-of-type(1) {
  display: block;
  opacity: 1;
}
.carousel__activator:nth-of-type(1):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(1) {
  opacity: 1;
}
.carousel__activator:nth-of-type(2):checked ~ .carousel__track {
  transform: translateX(-100%);
}
.carousel__activator:nth-of-type(2):checked ~ .carousel__slide:nth-of-type(2) {
  transition: opacity 0.5s, transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transform: scale(1);
}
.carousel__activator:nth-of-type(2):checked ~ .carousel__controls:nth-of-type(2) {
  display: block;
  opacity: 1;
}
.carousel__activator:nth-of-type(2):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(2) {
  opacity: 1;
}
.carousel__activator:nth-of-type(3):checked ~ .carousel__track {
  transform: translateX(-200%);
}
.carousel__activator:nth-of-type(3):checked ~ .carousel__slide:nth-of-type(3) {
  transition: opacity 0.5s, transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transform: scale(1);
}
.carousel__activator:nth-of-type(3):checked ~ .carousel__controls:nth-of-type(3) {
  display: block;
  opacity: 1;
}
.carousel__activator:nth-of-type(3):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(3) {
  opacity: 1;
}
.carousel__activator:nth-of-type(4):checked ~ .carousel__track {
  transform: translateX(-300%);
}
.carousel__activator:nth-of-type(4):checked ~ .carousel__slide:nth-of-type(4) {
  transition: opacity 0.5s, transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transform: scale(1);
}
.carousel__activator:nth-of-type(4):checked ~ .carousel__controls:nth-of-type(4) {
  display: block;
  opacity: 1;
}
.carousel__activator:nth-of-type(4):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(4) {
  opacity: 1;
}
.carousel__activator:nth-of-type(5):checked ~ .carousel__track {
  transform: translateX(-400%);
}
.carousel__activator:nth-of-type(5):checked ~ .carousel__slide:nth-of-type(5) {
  transition: opacity 0.5s, transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transform: scale(1);
}
.carousel__activator:nth-of-type(5):checked ~ .carousel__controls:nth-of-type(5) {
  display: block;
  opacity: 1;
}
.carousel__activator:nth-of-type(5):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(5) {
  opacity: 1;
}
.carousel__activator:nth-of-type(6):checked ~ .carousel__track {
  transform: translateX(-500%);
}
.carousel__activator:nth-of-type(6):checked ~ .carousel__slide:nth-of-type(6) {
  transition: opacity 0.5s, transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transform: scale(1);
}
.carousel__activator:nth-of-type(6):checked ~ .carousel__controls:nth-of-type(6) {
  display: block;
  opacity: 1;
}
.carousel__activator:nth-of-type(6):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(6) {
  opacity: 1;
}
.carousel__activator:nth-of-type(7):checked ~ .carousel__track {
  transform: translateX(-600%);
}
.carousel__activator:nth-of-type(7):checked ~ .carousel__slide:nth-of-type(7) {
  transition: opacity 0.5s, transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transform: scale(1);
}
.carousel__activator:nth-of-type(7):checked ~ .carousel__controls:nth-of-type(7) {
  display: block;
  opacity: 1;
}
.carousel__activator:nth-of-type(7):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(7) {
  opacity: 1;
}
.carousel__activator:nth-of-type(8):checked ~ .carousel__track {
  transform: translateX(-700%);
}
.carousel__activator:nth-of-type(8):checked ~ .carousel__slide:nth-of-type(8) {
  transition: opacity 0.5s, transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transform: scale(1);
}
.carousel__activator:nth-of-type(8):checked ~ .carousel__controls:nth-of-type(8) {
  display: block;
  opacity: 1;
}
.carousel__activator:nth-of-type(8):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(8) {
  opacity: 1;
}
.carousel__activator:nth-of-type(9):checked ~ .carousel__track {
  transform: translateX(-800%);
}
.carousel__activator:nth-of-type(9):checked ~ .carousel__slide:nth-of-type(9) {
  transition: opacity 0.5s, transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transform: scale(1);
}
.carousel__activator:nth-of-type(9):checked ~ .carousel__controls:nth-of-type(9) {
  display: block;
  opacity: 1;
}
.carousel__activator:nth-of-type(9):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(9) {
  opacity: 1;
}
.carousel__activator:nth-of-type(10):checked ~ .carousel__track {
  transform: translateX(-900%);
}
.carousel__activator:nth-of-type(10):checked ~ .carousel__slide:nth-of-type(10) {
  transition: opacity 0.5s, transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transform: scale(1);
}
.carousel__activator:nth-of-type(10):checked ~ .carousel__controls:nth-of-type(10) {
  display: block;
  opacity: 1;
}
.carousel__activator:nth-of-type(10):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(10) {
  opacity: 1;
}
.carousel__activator:nth-of-type(11):checked ~ .carousel__track {
  transform: translateX(-1000%);
}
.carousel__activator:nth-of-type(11):checked ~ .carousel__slide:nth-of-type(11) {
  transition: opacity 0.5s, transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transform: scale(1);
}
.carousel__activator:nth-of-type(11):checked ~ .carousel__controls:nth-of-type(11) {
  display: block;
  opacity: 1;
}
.carousel__activator:nth-of-type(11):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(11) {
  opacity: 1;
}
.carousel__activator:nth-of-type(12):checked ~ .carousel__track {
  transform: translateX(-1100%);
}
.carousel__activator:nth-of-type(12):checked ~ .carousel__slide:nth-of-type(12) {
  transition: opacity 0.5s, transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transform: scale(1);
}
.carousel__activator:nth-of-type(12):checked ~ .carousel__controls:nth-of-type(12) {
  display: block;
  opacity: 1;
}
.carousel__activator:nth-of-type(12):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(12) {
  opacity: 1;
}
.carousel__activator:nth-of-type(13):checked ~ .carousel__track {
  transform: translateX(-1200%);
}
.carousel__activator:nth-of-type(13):checked ~ .carousel__slide:nth-of-type(13) {
  transition: opacity 0.5s, transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transform: scale(1);
}
.carousel__activator:nth-of-type(13):checked ~ .carousel__controls:nth-of-type(13) {
  display: block;
  opacity: 1;
}
.carousel__activator:nth-of-type(13):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(13) {
  opacity: 1;
}
.carousel__activator:nth-of-type(14):checked ~ .carousel__track {
  transform: translateX(-1300%);
}
.carousel__activator:nth-of-type(14):checked ~ .carousel__slide:nth-of-type(14) {
  transition: opacity 0.5s, transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transform: scale(1);
}
.carousel__activator:nth-of-type(14):checked ~ .carousel__controls:nth-of-type(14) {
  display: block;
  opacity: 1;
}
.carousel__activator:nth-of-type(14):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(14) {
  opacity: 1;
}
.carousel__activator:nth-of-type(15):checked ~ .carousel__track {
  transform: translateX(-1400%);
}
.carousel__activator:nth-of-type(15):checked ~ .carousel__slide:nth-of-type(15) {
  transition: opacity 0.5s, transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transform: scale(1);
}
.carousel__activator:nth-of-type(15):checked ~ .carousel__controls:nth-of-type(15) {
  display: block;
  opacity: 1;
}
.carousel__activator:nth-of-type(15):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(15) {
  opacity: 1;
}
.carousel__activator:nth-of-type(16):checked ~ .carousel__track {
  transform: translateX(-1500%);
}
.carousel__activator:nth-of-type(16):checked ~ .carousel__slide:nth-of-type(16) {
  transition: opacity 0.5s, transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transform: scale(1);
}
.carousel__activator:nth-of-type(16):checked ~ .carousel__controls:nth-of-type(16) {
  display: block;
  opacity: 1;
}
.carousel__activator:nth-of-type(16):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(16) {
  opacity: 1;
}
.carousel__control {

  height: 70px;

  width: 70px;

  font-size:70px;

  margin-top: -15px;

  top: 50%;

  position: absolute;

  display: block;

  cursor: pointer;

  border: none;

  color: #e3512c;
  opacity: 1;
  outline: 0;
  z-index: 3;
}
.carousel__control:hover {
  opacity: 1;
}
.carousel__control--backward {

}
.carousel__control--forward {
  right: 10px;
}
.carousel__indicators {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.carousel__indicator {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  display: inline-block;
  z-index: 2;
  cursor: pointer;
  opacity: 0.35;
  margin: 0 2.5px 0 2.5px;
}
.carousel__indicator:hover {
  opacity: 0.75;
}
.carousel__track {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  transition: transform 0.5s ease 0s;
  margin: 0;

}
.carousel__track .carousel__slide {

  display: flex;

  top: 0;

  left: 0;

  right: 0;

  opacity: 1;

  flex-direction:column;

  justify-content: flex-end;
}
.carousel__track .carousel__slide:nth-of-type(1) {
  transform: translateX(0%);
}
.carousel__track .carousel__slide:nth-of-type(2) {
  transform: translateX(100%);
}
.carousel__track .carousel__slide:nth-of-type(3) {
  transform: translateX(200%);
}
.carousel__track .carousel__slide:nth-of-type(4) {
  transform: translateX(300%);
}
.carousel__track .carousel__slide:nth-of-type(5) {
  transform: translateX(400%);
}
.carousel__track .carousel__slide:nth-of-type(6) {
  transform: translateX(500%);
}
.carousel__track .carousel__slide:nth-of-type(7) {
  transform: translateX(600%);
}
.carousel__track .carousel__slide:nth-of-type(8) {
  transform: translateX(700%);
}
.carousel__track .carousel__slide:nth-of-type(9) {
  transform: translateX(800%);
}
.carousel__track .carousel__slide:nth-of-type(10) {
  transform: translateX(900%);
}
.carousel__track .carousel__slide:nth-of-type(11) {
  transform: translateX(1000%);
}
.carousel__track .carousel__slide:nth-of-type(12) {
  transform: translateX(1100%);
}
.carousel__track .carousel__slide:nth-of-type(13) {
  transform: translateX(1200%);
}
.carousel__track .carousel__slide:nth-of-type(14) {
  transform: translateX(1300%);
}
.carousel__track .carousel__slide:nth-of-type(15) {
  transform: translateX(1400%);
}
.carousel__track .carousel__slide:nth-of-type(16) {
  transform: translateX(1500%);
}

.carousel--scale .carousel__slide {
  transform: scale(0);
}
.carousel__slide {
  height: 100%;
  position: absolute;
  overflow-y: auto;
  opacity: 0;
  margin: 0px ;
}

.carousel-container {
  padding: 0px 20px ;
}
.my-carousel {
  margin: 30px 0px;
}
.carousel__slide {
  overflow: hidden;
}
.carousel--thumb .carousel__indicator {
  height: 30px;
  width: 30px;
}

.carousel__indicator {
  background-color: #fafafa;
}
.carousel__slide:nth-of-type(1),
.carousel--thumb .carousel__indicators .carousel__indicator:nth-of-type(1) {
  background-image: url("1_Miki_Muster_strip_Tedenska_tribuna_bela_obroba.jpg");

  background-size: 85%;

  background-repeat: no-repeat;

  background-position: center;

}

.carousel__slide:nth-of-type(2),

.carousel--thumb .carousel__indicators .carousel__indicator:nth-of-type(2) {

  background-image: url("2_Kosovel_Kons.jpg");

  background-size: 85%;

  background-repeat: no-repeat;

  background-position: center;

}

.carousel__slide:nth-of-type(3),

.carousel--thumb .carousel__indicators .carousel__indicator:nth-of-type(3) {

  background-image: url("3_Planinski vestnik.jpg");

  background-size: 85%;

  background-repeat: no-repeat;

  background-position: center;

}

.carousel__slide:nth-of-type(4),

.carousel--thumb .carousel__indicators .carousel__indicator:nth-of-type(4) {

  background-image: url("4_Sasa_Santel_Triglav.JPG");

  background-size: 85%;

  background-repeat: no-repeat;

  background-position: center;

}

.carousel__slide:nth-of-type(5),

.carousel--thumb .carousel__indicators .carousel__indicator:nth-of-type(5) {

  background-image: url("5_Herbarij_Rosa_Alpina.jpg");

  background-size: 85%;

  background-repeat: no-repeat;

  background-position: center;

}
.carousel__slide:nth-of-type(6),

.carousel--thumb .carousel__indicators .carousel__indicator:nth-of-type(6) {

  background-image: url("6_Preseren_Zdravljica.jpg");

  background-size: 85%;

  background-repeat: no-repeat;

  background-position: center;

}
.carousel__slide:nth-of-type(7),

.carousel--thumb .carousel__indicators .carousel__indicator:nth-of-type(7) {

  background-image: url("7_Zbirka_upodobitev_znanih_Slovencev_Irma_Polak.jpg");

  background-size: 85%;

  background-repeat: no-repeat;

  background-position: center;

}
.carousel__slide:nth-of-type(8),

.carousel--thumb .carousel__indicators .carousel__indicator:nth-of-type(8) {

  background-image: url("8_Supraseljski_kodeks.jpg");

  background-size: 85%;

  background-repeat: no-repeat;

  background-position: center;

}
.carousel__slide:nth-of-type(9),

.carousel--thumb .carousel__indicators .carousel__indicator:nth-of-type(9) {

  background-image: url("9_Smrekar_Literati.jpg");

  background-size: 85%;

  background-repeat: no-repeat;

  background-position: center;

}
.carousel__slide:nth-of-type(10),

.carousel--thumb .carousel__indicators .carousel__indicator:nth-of-type(10) {

  background-image: url("10_Razglednica_Ljubljana.jpg");

  background-size: 85%;

  background-repeat: no-repeat;

  background-position: center;

}
.carousel__slide:nth-of-type(11),

.carousel--thumb .carousel__indicators .carousel__indicator:nth-of-type(11) {

  background-image: url("11_Slava_Vojvodine_Kranjske.jpg");

  background-size: 85%;

  background-repeat: no-repeat;

  background-position: center;

}
.carousel__slide:nth-of-type(12),

.carousel--thumb .carousel__indicators .carousel__indicator:nth-of-type(12) {

  background-image: url("12_Inkunabule.jpg");

  background-size: 85%;

  background-repeat: no-repeat;

  background-position: center;

}
.carousel__slide:nth-of-type(13),

.carousel--thumb .carousel__indicators .carousel__indicator:nth-of-type(13) {

  background-image: url("13_Zofka_Kvedrova.jpg");

  background-size: 85%;

  background-repeat: no-repeat;

  background-position: center;

}
.carousel__slide:nth-of-type(14),

.carousel--thumb .carousel__indicators .carousel__indicator:nth-of-type(14) {

  background-image: url("14_Tone_Kralj_Martin_Krpan.jpg");

  background-size: 85%;

  background-repeat: no-repeat;

  background-position: center;

}
.carousel__slide:nth-of-type(15),

.carousel--thumb .carousel__indicators .carousel__indicator:nth-of-type(15) {

  background-image: url("15_Fotografije_gore.jpg");

  background-size: 85%;

  background-repeat: no-repeat;

  background-position: center;

}

.carousel__slide:nth-of-type(16),

.carousel--thumb .carousel__indicators .carousel__indicator:nth-of-type(16) {

  background-image: url("16_Scopolia.jpg");

  background-size: 85%;

  background-repeat: no-repeat;

  background-position: center;

}