body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: 100 normal;
  font-variation-settings:
    "wdth" <width>;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: 100 normal;
  font-variation-settings:
    "wdth" <width>;
    
    font-size: 55px;
}

#naslov{
    padding-top:30px;
}
#header {
    font-size: 20px;
}
#t1 {
    font-size: 40px;
}

#kontakt {
    margin-left: 475px;
}
h2 {
    font-size: 35px;
}
.p{
    position: relative;
    max-width: 100%;
    width: 600px;
    margin: auto;
}

#dole{
    margin-top: 15px;
}

.tekst {
      display: flex;
      justify-content: space-between;
      max-width: 1000px;
      margin: auto;
    }
    .stupac {
      width: 48%;
      margin-top: 25px;  
    }
     
 
    p {
      font-size: 16px;
      line-height: 1.6;
    }


    .slideshow-container, .slideshow-container2 {
      position: relative;
      width: 600px;
      max-width: 100%;
    }

    .mySlides1, .mySlides2 {
      display: none;
    }

    .slika, .slika2 {
      width: 100%;
      height: auto;
      border-radius: 10px;
    }

    .prev, .next, .prev2, .next2 {
      cursor: pointer;
      position: absolute;
      top: 50%;
      padding: 16px;
      color: white;
      font-weight: bold;
      font-size: 18px;
      transition: 0.3s ease;
      border-radius: 0 3px 3px 0;
      user-select: none;
    }

    .next, .next2 {
      right: 0;
      border-radius: 3px 0 0 3px;
    }

    .prev:hover, .next:hover, .prev2:hover, .next2:hover {
      background-color: rgba(0,0,0,0.8);
    }

    .dot-container, .dot-container2 {
      text-align: center;
      padding: 10px 0;
    }


    .dot, .dot2 {
      cursor: pointer;
      height: 12px;
      width: 12px;
      margin: 0 4px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
    }

    .active, .active2 {
      background-color: #717171;
    }

.slides-wrapper, .slides-wrapper2 {
      display: flex;
      justify-content: center;
      gap: 40px;
      flex-wrap: wrap;
    }
.list-container {
      max-width: 600px;
      margin: auto;
    }

    .section {
      margin-bottom: 15px;
      background: white;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      overflow: hidden;
    }

    .section-header {
      cursor: pointer;
      padding: 15px 20px;
      font-weight: bold;
      font-size: 18px;
      background-color: #eaeaea;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: background-color 0.2s;
    }

    .section-header:hover {
      background-color: #dcdcdc;
    }

    .arrow {
      transition: transform 0.3s ease;
    }

    .arrow.down {
      transform: rotate(90deg);
    }

    .section-content {
      display: none;
      padding: 10px 20px 20px;
      background: #fff;
    }

    .section-content ul {
      padding-left: 20px;
      margin: 0;
    }

    .section-content li {
      margin-bottom: 8px;
    }