.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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;
  }
}

body {
  color: #333;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar_container {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_menu {
  align-items: center;
}

.navbar_menu-button {
  padding: 0;
}

.navbar_component {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff;
  align-items: center;
  height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_button-wrapper {
  display: none;
}

.image-2 {
  padding: 5px;
}

.navbar_logo-link {
  padding-bottom: 0;
  padding-left: 0;
}

.navbar_link {
  padding: .5rem 1rem;
}

.navbar_link:hover {
  color: #ff6d00;
}

.navbar_link.w--current {
  color: #4c8bf5;
}

.navbar_link.language {
  border-left: 1px solid #000;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.intro-content {
  text-align: center;
  max-width: 1140px;
}

.image-3 {
  object-fit: contain;
  width: 100%;
}

.image-3.image_cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card {
  box-shadow: none;
  color: #030303;
  background-color: #f4f4f4;
  background-image: none;
  border: 0 solid #03030333;
  border-radius: .75rem;
  flex-flow: row;
  flex: 0 auto;
  list-style-type: none;
  overflow: hidden;
}

.heading_h4 {
  margin-bottom: .35em;
  font-size: 1.33rem;
  font-weight: 500;
  line-height: 1.3em;
}

.heading_h4.stroji {
  text-align: center;
  white-space: nowrap;
  font-size: 100%;
}

.card_body {
  z-index: 1;
  color: #000;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100%;
  padding: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card_body:hover {
  transform: translate(0, -4px);
}

.eyebrow {
  letter-spacing: .01em;
  text-transform: uppercase;
  color: color-mix(in srgb, currentColor 60%, transparent);
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.image-ratio_3x2 {
  aspect-ratio: 3 / 2;
  border-radius: .75rem;
  position: relative;
  overflow: clip;
}

.header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.header.is-align-center {
  text-align: center;
  align-items: center;
  display: flex;
}

.section {
  color: #030303;
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.heading_h2 {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .35em;
  font-size: 2.37rem;
  font-weight: 500;
  line-height: 1.04em;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.grid_3-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_3-col.gap-xsmall {
  margin-top: 20px;
}

.image_cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.paragraph_small {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .88rem;
  line-height: 1.6em;
}

.grid_2-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_2-col.gap-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 20px;
}

.image_cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.heading_h2-3 {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .35em;
  font-size: 2.37rem;
  font-weight: 500;
  line-height: 1.04em;
}

.container-3 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.paragraph_large {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.footer-navbar {
  background-color: #0000;
}

.html-embed {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-shelf-inner {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-7 {
  border: 1px solid #f6821f80;
  margin-top: 10px;
  padding: 10px;
}

.div-block-7.no-line {
  border-style: none;
}

.footer-list {
  line-height: 25px;
}

.link-2 {
  color: #000;
  text-decoration: underline;
}

.link-2:hover {
  color: #f6821f;
}

.footer-wrap {
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 20px;
  display: flex;
}

.footer-shelf-column {
  border-width: 0 1px 0 0;
  border-right-style: solid;
  border-right-color: #ddd;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-shelf-column.column-2 {
  border-right-style: none;
}

.text-block-2 {
  text-align: center;
  margin-top: 40px;
  font-size: 12px;
}

.button-2 {
  color: #000;
  background-color: #fff;
  border-width: 1px;
  border-color: #fff;
  border-radius: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 4px 8px #00000054;
}

.button-2:hover {
  box-shadow: none;
  border: 1px solid #3898ec;
  transform: translate(0, -4px);
}

.button-2.crn {
  color: #fff;
  background-color: #025797;
}

.button-2.crn.noga {
  background-color: #f6821f;
}

.button-2.crn.noga.kontakt {
  display: none;
}

.button-2.crn.noga.kontakti {
  text-align: center;
  margin-top: 10px;
}

.widget-heading {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
}

.image-4 {
  width: 50%;
}

.slider-nav {
  z-index: 150;
  text-align: right;
  position: absolute;
  bottom: 8%;
  left: 4%;
  right: 4%;
  overflow: visible;
}

.slide-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Stamle-CNC-rezkanje-struzenje-metalizacija-kovin-6.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: relative;
}

.slide-2.slika-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Stamle-CNC-rezkanje-struzenje-metalizacija-kovin-5-.jpg');
  background-position: 0 0, 50%;
}

.slide-2.slika-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Stamle-CNC-rezkanje-struzenje-metalizacija-kovin-8.jpg');
}

.heading-2 {
  color: #fff;
  text-transform: none;
  text-shadow: 1px 1px 6px #000;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 70px;
  font-weight: 600;
  line-height: 70px;
}

.slides-text {
  color: #d8d4d4;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 6%;
  margin-right: 6%;
  font-family: Oswald, sans-serif;
  font-size: 7vh;
  line-height: 8vh;
  display: flex;
  position: relative;
}

.montaza-2 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
}

.left-arrow-2 {
  z-index: 100;
  text-shadow: 1px 1px 6px #000;
}

.div-block-2 {
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-2 {
  height: 95vh;
}

.section-4 {
  margin-left: 30px;
  margin-right: 30px;
}

.section-4.cc-home-wrap {
  margin-left: 0;
  margin-right: 0;
}

.project-overview-header {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/REZKANJE---PRAVA.webp');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 65vh;
  margin-top: 65px;
  display: flex;
}

.project-overview-header.struzenje {
  background-image: linear-gradient(#00000080, #00000080), url('../images/STRUŽENJE---prava.jpg');
  background-position: 0 0, 50%;
}

.project-overview-header.metalizacija {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Stamle-CNC-rezkanje-struzenje-metalizacija-kovin.jpg');
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-6 {
  margin-bottom: 4rem;
}

.list {
  list-style-type: square;
}

.text-block-3 {
  margin-left: auto;
}

.orange {
  color: #f6821f;
}

.piskotki-naslov {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
}

.piskotki-tekst {
  text-align: left;
}

@media screen and (min-width: 1440px) {
  .margin-bottom_none {
    font-size: 16px;
  }

  .heading_h4 {
    font-size: 2rem;
  }

  .heading_h2 {
    font-size: 4rem;
  }

  .heading {
    font-size: 22px;
  }

  .image-4 {
    width: 75%;
  }
}

@media screen and (max-width: 991px) {
  .navbar_container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    display: flex;
  }

  .menu-icon2 {
    background-color: #040c61;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_menu-button {
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon2_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_component {
    padding-left: 2%;
    padding-right: 2%;
  }

  .menu-icon2_line-top {
    color: #fff;
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_button-wrapper {
    justify-content: center;
    align-items: center;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_link {
    color: #000;
    text-align: center;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 12px;
  }

  .card_body {
    padding: 2rem;
  }

  .grid_2-col.tablet-1-col {
    grid-template-columns: 1fr;
  }

  .button-2 {
    display: inline-block;
  }

  .button-2.crn.noga.kontakt {
    display: none;
  }

  .slider-nav {
    z-index: 100;
  }

  .heading-2 {
    text-align: center;
    line-height: 70px;
  }

  .container-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .navbar_menu {
    margin-top: 63px;
    display: block;
  }

  .menu-icon2 {
    background-color: #f6821f;
  }

  .navbar_menu-button {
    margin-right: 10px;
  }

  .navbar_component {
    height: 4rem;
  }

  .navbar_button-wrapper {
    display: block;
  }

  .navbar_link.language {
    border-left-style: none;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .card_body {
    padding: 1.5rem;
  }

  .header {
    margin-bottom: 2rem;
  }

  .grid_3-col {
    grid-template-columns: 1fr;
  }

  .grid_2-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid_2-col.gap-small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .header-3 {
    margin-bottom: 2rem;
  }

  .footer-shelf-column {
    text-align: left;
    border-style: solid none solid solid;
    border-color: #000;
  }

  .slider-nav {
    z-index: 800;
  }

  .heading-2 {
    text-align: center;
    line-height: 70px;
  }

  .left-arrow-2 {
    display: none;
  }

  .section-4 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .div-block-5 {
    flex-direction: column;
  }

  .div-block-6 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .intro-content {
    width: 90%;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .card_body {
    padding: 1.5rem;
  }

  .section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-shelf-inner {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-shelf-column, .footer-shelf-column.column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-2 {
    margin-bottom: 10px;
  }

  .button-2.crn, .button-2.crn.noga {
    display: none;
  }

  .button-2.crn.noga.kontakt {
    display: block;
  }

  .button-2.crn.noga.kontakti {
    text-align: center;
    font-size: 14px;
    display: block;
  }

  .image-4 {
    width: 100%;
  }

  .heading-2 {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 50px;
    line-height: 40px;
  }

  .slides-text {
    width: 100%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

#w-node-_9a98997b-12fc-d98f-4e82-617aafe489a7-de0d461f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4eeff9f8-f161-5d01-b1b8-ed0de26a6370-8d7c475e.w-node-_9a98997b-12fc-d98f-4e82-617aafe489b5-de0d461f, #w-node-_47ea3061-17fa-e20b-9a98-a0e402899a24-8d7c475e.w-node-_9a98997b-12fc-d98f-4e82-617aafe489bd-de0d461f, #w-node-b3b1962a-de5d-26f3-81af-6e6d7e7ec43d-8d7c475e.w-node-_9a98997b-12fc-d98f-4e82-617aafe489c5-de0d461f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4adb717-ad78-8788-1c86-d58e070fb02b-87866ec8.w-node-e9a57747-8e63-001a-6937-515a52b88ed3-de0d461f {
  align-self: start;
}

#w-node-_6ed95a41-3191-2653-b78c-866b87866ecd-87866ec8.w-node-e9a57747-8e63-001a-6937-515a52b88ed5-de0d461f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6ed95a41-3191-2653-b78c-866b87866ed2-87866ec8.w-node-e9a57747-8e63-001a-6937-515a52b88ed9-de0d461f, #w-node-_1c5cab40-ae3e-74b9-af38-417b7b57c017-87866ec8.w-node-e9a57747-8e63-001a-6937-515a52b88ede-de0d461f, #w-node-_9dedb8b2-a6aa-923a-1dc0-ec4d5daf96b8-87866ec8.w-node-e9a57747-8e63-001a-6937-515a52b88ef7-de0d461f, #w-node-_349fed99-229d-e171-a229-c0da003b31fa-87866ec8.w-node-e9a57747-8e63-001a-6937-515a52b88efc-de0d461f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e8a44a3-6453-e219-78fd-297f0a08d0bf-de0d461f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f5176551-6050-bc27-5c21-24e1cc422175-cc422171 {
  justify-self: center;
}

#w-node-f5176551-6050-bc27-5c21-24e1cc422184-cc422171 {
  justify-self: end;
}

#w-node-_0e1fa0c5-e439-28ce-7617-d401f25e258c-8d7c475e.w-node-d2cc5045-508c-4001-7f70-a1fccc0f2c27-1e31b2a3, #w-node-_0e1fa0c5-e439-28ce-7617-d401f25e258c-8d7c475e.w-node-_75057e44-8687-97f5-e668-d717d09a8174-08a84097 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_6ed95a41-3191-2653-b78c-866b87866ecd-87866ec8.w-node-e9a57747-8e63-001a-6937-515a52b88ed5-de0d461f {
    order: -9999;
  }
}


