:root {
  --p2: 16px;
  --font-family: "Open Sans", sans-serif;
  --color: #f2c94c;
  --black: black;
  --h1: 56px;
  --white: white;
  --light-grey: #f2f2f2;
  --p1: 18px;
  --h3: 32px;
  --h3-mobile: 26px;
  --h2: 48px;
  --h2-mobile: 39px;
  --brow-text: 16px;
  --black-2: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1600px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1600px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  max-width: 1600px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: var(--p2);
  grid-row-gap: var(--p2);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  font-family: var(--font-family);
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.main-container {
  width: 100%;
  max-width: 1600px;
  grid-row-gap: 60px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.container {
  width: 100%;
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container.hero {
  justify-content: flex-start;
  align-items: center;
}

.title-section-left {
  width: 100%;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions {
  width: auto;
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-sec {
  width: auto;
  grid-column-gap: 8px;
  font-family: var(--font-family);
  color: #000;
  background-color: #f2c94c;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button-sec:hover {
  background-color: #eeba1a;
}

.button-sec:active {
  background-color: #e0a900;
}

.button-main {
  width: auto;
  grid-column-gap: 8px;
  font-family: var(--font-family);
  background-color: #000;
  border: 1px solid #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.button-main:hover {
  background-color: #252525;
}

.button-main:active {
  background-color: var(--black);
}

.heading-0 {
  font-family: var(--font-family);
  color: #000;
  font-size: var(--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.heading-1 {
  font-family: var(--font-family);
  color: #000;
  font-size: var(--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.section {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.grey {
  background-color: var(--light-grey);
}

.section.full-screen {
  background-color: var(--black);
}

.section.full-screen.image-bg {
  width: 100%;
  height: 60vh;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/o-nas-slika-hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
}

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

.full-screen-strip {
  background-color: var(--color);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.pasica-zaposlitev {
  width: auto;
  background-color: var(--light-grey);
  font-family: var(--font-family);
  font-size: var(--p1);
  object-fit: fill;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 800;
  overflow: hidden;
}

.usp {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: grid;
}

.usp-card {
  width: 100%;
  height: 100%;
  max-width: none;
  grid-row-gap: 30px;
  object-fit: fill;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 30px 30px rgba(0, 0, 0, .15);
}

.icon-usp-card {
  width: 84.8528px;
  height: 84.8528px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.block-card-usp {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.h3 {
  width: 100%;
  font-family: var(--font-family);
  color: var(--black);
  font-size: var(--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.h3.left {
  width: 100%;
}

.section-title {
  max-width: 768px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.content {
  width: 100%;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image {
  width: 100%;
  height: 360px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image.stroji {
  height: 50%;
}

.icon-image-storitve {
  width: 100%;
  height: auto;
  object-fit: fill;
  display: block;
}

.content-card-storitve {
  width: 100%;
  height: 376px;
  grid-row-gap: 32px;
  background-color: #1a1a1a;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px;
  display: flex;
  position: relative;
}

.content-storitve-card {
  width: 100%;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.h2 {
  width: 100%;
  font-family: var(--font-family);
  color: var(--black);
  font-size: var(--h2);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  display: block;
}

.h2.white {
  color: var(--white);
  text-align: left;
}

.h2.center {
  text-align: center;
}

.h2.left {
  text-align: left;
}

.p1 {
  width: 100%;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.p1.white {
  color: var(--white);
  display: block;
}

.p1.center {
  text-align: center;
}

.p1.bold {
  font-weight: 800;
}

.p1.bold.pasica-zaposlitev {
  width: 3000px;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 10px;
  padding-right: 0;
  overflow: auto;
}

._2-card-columns {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: grid;
}

.card-storitve {
  width: 100%;
  height: auto;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: block;
}

.content-txt-storitve {
  width: 100%;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.icon-storitve {
  grid-column-gap: 10px;
  background-color: #f2c94c;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -42px;
  left: 48px;
}

.image-storitve-card {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-storitve-card.stroji {
  height: 50%;
}

.footer {
  width: 100%;
  max-width: 100vw;
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 64px;
  text-decoration: none;
  display: flex;
}

.content-11 {
  width: 100%;
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo {
  width: 200px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  width: 113.179px;
  height: 40.0004px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.links {
  width: 100%;
  grid-column-gap: 30px;
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link {
  width: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-family: var(--font-family);
  color: #f2f2f2;
  flex: 0 auto;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.social-links {
  width: auto;
  grid-column-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  width: 24px;
  height: 24px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.credits {
  width: 100%;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  height: 1px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.row-2 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3 {
  font-family: var(--font-family);
  color: #f2f2f2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.link-footer {
  font-family: var(--font-family);
  color: #f2f2f2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.section-title-2 {
  width: 100%;
  max-width: 768px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.brow {
  width: 200px;
  font-family: var(--font-family);
  color: var(--black);
  font-size: var(--p2);
  text-align: center;
  font-weight: 700;
}

.brow.left {
  width: 200px;
  text-align: left;
}

.h1 {
  height: 100%;
  font-family: var(--font-family);
  color: var(--black);
  font-size: var(--h1);
  align-self: auto;
  font-weight: 700;
  line-height: 120%;
}

.h1.white {
  height: 100px;
  color: var(--white);
  text-align: center;
  flex: 0 auto;
  display: block;
}

.h1.regular {
  font-weight: 400;
}

.span {
  font-family: var(--font-family);
}

.line {
  width: 100%;
  height: 1px;
  background-color: #232323;
}

.prednosti {
  width: 100%;
  max-width: 1440px;
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 120px 64px;
  text-decoration: none;
  display: flex;
}

.content-12 {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.column-2 {
  width: 50%;
  height: 100%;
  max-width: 498px;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-143 {
  width: 100%;
  max-width: 685px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-2 {
  color: #f2f2f2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.column-3 {
  width: 50%;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.seznam {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.alineja {
  grid-column-gap: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.check {
  width: 24px;
  height: 24px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #f2f2f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-146 {
  grid-column-gap: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.placeholder-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.text-0 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.image-full-width {
  width: 100%;
  height: auto;
}

.content-card-stroji {
  height: 200px;
  border: 0px solid var(--light-grey);
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 40px;
  display: flex;
  box-shadow: 0 30px 30px rgba(0, 0, 0, .15);
}

.seznam-strojev {
  margin-bottom: 0;
  display: block;
}

.text-block {
  width: 100%;
  font-family: var(--font-family);
}

.kontakti {
  grid-row-gap: 160px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 120px 64px;
  text-decoration: none;
  display: flex;
}

.frame-133 {
  width: 100%;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.row-kontakt {
  width: 100%;
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.row {
  width: 100%;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.info-kontakt {
  width: 100%;
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.contact-info {
  width: 100%;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-4 {
  width: 100%;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.heading-5 {
  width: 100%;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper {
  width: 24px;
  height: 24px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.heading-6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.frame-134 {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.section-title-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.subheading {
  width: 100%;
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.o-nas {
  width: 50%;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-7 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.frame-122 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.subheading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-14 {
  width: 100%;
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  width: 24px;
  height: 24px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-main-2 {
  grid-column-gap: 8px;
  background-color: #000;
  border: 1px solid #000;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #f2f2f2;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.image-o-nas {
  width: 50%;
  height: 100%;
  object-fit: contain;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 220px;
  right: 50px;
}

.zemljevid {
  width: 100%;
  max-width: 1440px;
  grid-row-gap: 40px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 120px 64px;
  text-decoration: none;
  display: flex;
}

.frame-131 {
  width: 100%;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-8 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.row-3 {
  width: 100%;
  max-width: 500px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.content-15 {
  width: 100%;
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-6 {
  width: 24px;
  height: 24px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.placeholder {
  object-fit: cover;
}

.map-placeholder {
  width: 100%;
}

.container-left-txt {
  width: 50%;
}

.content-dejavnosti {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.content-na-e-dejavnosti {
  width: 50%;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.obrati {
  grid-column-gap: 112px;
  grid-row-gap: 112px;
  flex-flow: column;
  display: flex;
}

.left-line {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.line-black {
  width: 8px;
  height: 370px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black);
  display: flex;
}

.card {
  width: 100%;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 30px 30px rgba(0, 0, 0, .15);
}

.card.zaposlitev {
  width: 60%;
}

.job-title {
  width: 100%;
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.title {
  width: 70%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-9 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.text-7 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button {
  grid-column-gap: 8px;
  background-color: #f2c94c;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.button-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-8 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.p2 {
  font-family: var(--font-family);
  font-size: var(--p2);
  line-height: 150%;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.heading-10 {
  width: 100px;
  display: flex;
}

.vsebina-txt {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.kontakt---datoteke {
  width: auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.zaposlitev-pasica-loop {
  background-color: var(--color);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.heading-11 {
  color: var(--black);
  font-size: var(--p1);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 120%;
}

.heading-12 {
  width: 200%;
  font-family: var(--font-family);
  color: var(--black);
  font-size: var(--p1);
  margin-top: 10px;
  font-weight: 800;
}

.txt-zaposlitev-pasica {
  width: 3000px;
  font-family: var(--font-family);
  color: var(--black);
  font-size: var(--p1);
  margin-top: 10px;
  padding-left: 10px;
  font-weight: 800;
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--color);
    color: #fff;
  }

  .main-container {
    padding-top: 80px;
  }

  .container {
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .container.hero {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pasica-zaposlitev {
    width: 100%;
    object-fit: fill;
    overflow: hidden;
  }

  .usp {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .content-card-storitve {
    height: auto;
    padding-top: 60px;
  }

  .p1.bold.pasica-zaposlitev {
    flex: 0 auto;
  }

  ._2-card-columns {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .content-11 {
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .links {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .social-links {
    grid-column-gap: 40px;
  }

  .credits {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .row-2 {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .h1.white {
    height: auto;
  }

  .content-12 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .column-2 {
    width: 100%;
    grid-row-gap: 20px;
  }

  .column-3, .seznam {
    width: 100%;
  }

  .content-card-stroji {
    height: 240px;
  }

  .row-kontakt {
    grid-column-gap: 110px;
    grid-row-gap: 110px;
    flex-flow: column;
  }

  .o-nas, .image-o-nas, .content-na-e-dejavnosti, .card.zaposlitev, .title {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .content-card-storitve {
    height: auto;
  }

  .h2.white {
    text-align: left;
  }

  .h2.white.mobile {
    font-size: var(--h2-mobile);
  }

  .hero-image {
    width: auto;
    height: auto;
  }

  .line-black {
    height: 400px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .main-container {
    grid-row-gap: 20px;
    padding: 60px 20px;
  }

  .container {
    grid-row-gap: 40px;
  }

  .actions {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .usp-card {
    padding: 30px 24px;
  }

  .h3 {
    width: 100%;
    font-size: var(--h3-mobile);
  }

  .image {
    height: auto;
  }

  .content-card-storitve {
    padding-left: 24px;
    padding-right: 24px;
  }

  .h2, .h2.white, .h2.center, .h2.left {
    font-size: var(--h2-mobile);
  }

  .p1.white {
    color: var(--light-grey);
    font-size: var(--p2);
  }

  .p1.center {
    font-size: var(--p2);
  }

  ._2-card-columns {
    width: 100%;
    justify-content: center;
  }

  .h1 {
    height: auto;
    font-size: 42px;
    line-height: 120%;
    display: block;
  }

  .h1.white {
    line-height: 120%;
  }

  .h1.regular {
    font-weight: 400;
  }

  .span {
    height: auto;
    font-size: 42px;
    display: block;
  }

  .content-card-stroji {
    height: auto;
    padding: 20px;
    box-shadow: 0 20px 18px rgba(0, 0, 0, .15);
  }

  .obrati {
    padding-right: 10px;
  }

  .left-line {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .line-black {
    height: 440px;
  }

  .card.zaposlitev {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .job-title {
    grid-row-gap: 20px;
    flex-flow: column;
  }
}
