.konfigurator {
  padding-bottom: 200px;
  margin-bottom: 100px;
  border-bottom: 1px solid black;
}
.konfigurator .svetovalec-image {
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.konfigurator .svetovalec-image p {
  margin-bottom: 0;
}
.konfigurator .svetovalec-image img {
  width: 100%;
  display: block;
  height: auto;
}
.konfigurator .svetovalec-image .parametri {
  position: absolute;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: red;
}
.konfigurator .svetovalec-image #medvrstna {
  top: 84%;
  left: 48%;
}
.konfigurator .svetovalec-image #visinadrevo {
  left: 6%;
  bottom: 52%;
}
.konfigurator .svetovalec-image #sirinamolcer {
  top: 9%;
  left: 48%;
}
.konfigurator .svetovalec-image #cetrit {
  left: 92%;
  bottom: 30%;
}

@media (max-width: 768px) {
  .konfigurator .svetovalec-image p {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .konfigurator .svetovalec-image p {
    font-size: 2vw;
  }
}
/*
.drz-header a:first-child{
    margin-left: 10px;
}
.drz-header a:last-child{
    margin-right: 10px;
}
*/
.drz-header {
  padding: 20px;
}
.drz-header a {
  cursor: pointer;
  position: relative;
  margin: 0 5px;
  font-weight: 800;
  color: #000;
  transition: color 0.3s ease-out;
}
@media (max-width: 1200px) {
  .drz-header a {
    margin: auto;
  }
}
.drz-header a:before {
  content: " ";
  position: absolute;
  width: 0%;
  height: 3px;
  background-color: #ffffff;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-out;
}
@media (max-width: 1400px) {
  .drz-header a:before {
    bottom: -22px;
  }
}
.drz-header a:hover {
  color: #3FA900 !important;
}
.drz-header a.active {
  color: #3FA900 !important;
}
.drz-header a:hover:before, .drz-header a.active:before {
  width: 90%;
  background-color: #3FA900;
}

.drz-body .bold {
  font-weight: 600;
}
.drz-body a {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  font-style: italic;
  transition: color 0.3s ease-out;
}
.drz-body a:hover {
  color: #3FA900;
  transition: color 0.3s ease-out;
}

.navigacija {
  height: auto;
  max-height: 30px;
  width: auto;
}

.rotate-right {
  transform: rotate(-90deg);
}

.rotate-left {
  transform: rotate(90deg);
}

.nav-drzave {
  flex-grow: 1;
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.nav-drzave a {
  white-space: nowrap;
  padding: 0 10px;
  text-align: center;
}
.nav-drzave a span {
  text-align: center;
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
@media (max-width: 1200px) {
  .nav-drzave a span {
    width: 110px;
  }
}
@media (max-width: 992px) {
  .nav-drzave a span {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .nav-drzave a span {
    width: 90px;
  }
}
@media (max-width: 575px) {
  .nav-drzave a span {
    width: 80px;
  }
}/*# sourceMappingURL=zupan_front.css.map */