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

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

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation {
  z-index: 400;
  background-color: #fff;
  align-items: center;
  padding: 15px 50px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-list {
  background-color: #fff;
}

.logo-image {
  display: block;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: 1;
  color: #025797;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #025797;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.dropdown-link {
  padding-bottom: 10px;
  font-size: 14px;
}

.dropdown-link:hover {
  color: #025797;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.intro-header {
  height: 85vh;
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/Montaža-strojev-naprav-Wirmont-23.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.about-grid {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 4fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-column-gap: 17px;
  grid-template-columns: 4fr 1fr;
  grid-template-areas: ". .";
}

.list-item {
  opacity: .85;
  margin-bottom: 5px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 10px;
  font-weight: 400;
}

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

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.home-section-wrap {
  margin-bottom: 30px;
  margin-right: 20px;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0f11f6;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.image-2 {
  height: 500px;
  text-align: center;
}

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

.section.cc-store-home-wrap {
  margin-top: 80px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-light {
  opacity: .6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  color: #fff;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.motto-wrap {
  width: 80%;
  text-align: center;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.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 rgba(0, 0, 0, .33);
}

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

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

.link-block {
  margin-top: 8px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
}

.link-block.jezik {
  border: 1px solid #fff;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
}

.link-block.jezik:hover {
  transform: translate(0, -4px);
}

.image {
  width: 22px;
  display: block;
}

.image.jezik {
  width: 35px;
  height: 25px;
  transition: all .2s;
}

.slider-2 {
  height: 100vh;
  background-color: #fff;
}

.slide-2 {
  position: relative;
}

.div-block-6 {
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.icon {
  color: #000;
  text-shadow: none;
  background-color: #fff;
}

.icon:hover {
  color: #025797;
}

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

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

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

.link-2:hover {
  color: #0f11f6;
}

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

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

.text-block-3 {
  color: #000;
  padding-top: 5px;
  font-size: 15px;
}

.div-block {
  background-color: #f4f4f4;
}

.footer-navbar {
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

.list-item-2 {
  color: #fff;
}

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

.div-block-7 {
  margin-top: 10px;
}

.text-block-4 {
  color: #000;
  margin-bottom: 5px;
}

.text-block-5 {
  margin-top: 10px;
  font-size: 16px;
}

.section-12 {
  margin-top: 10%;
  margin-bottom: 40px;
}

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

@media screen and (max-width: 991px) {
  .navigation-items {
    background-color: #fff;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation {
    padding: 10px;
  }

  .menu-icon {
    display: block;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-item {
    text-align: center;
    padding: 15px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.dropdown {
    padding-right: 35px;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .about-grid {
    grid-row-gap: 0px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-row-gap: 2px;
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .list-item {
    text-align: left;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .button {
    justify-content: center;
  }

  .section.cc-store-home-wrap {
    margin-top: 80px;
  }

  .intro-text {
    width: auto;
  }

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

  .slider-2 {
    height: 75vh;
  }

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

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

@media screen and (max-width: 767px) {
  .navigation {
    padding: 20px 30px;
  }

  .logo-link {
    padding-left: 0;
  }

  .about-grid {
    grid-row-gap: 0px;
    background-color: #025797;
  }

  .about-grid.cc-about-2 {
    grid-row-gap: 0px;
  }

  .section-heading {
    color: #fff;
    margin-bottom: 10px;
  }

  .intro-content {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .home-section-wrap {
    margin-bottom: 10px;
  }

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

  .section.cc-store-home-wrap {
    margin-top: 80px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .heading-jumbo-small {
    line-height: 52px;
  }

  .button-2.crn.povprasevanje {
    color: #025797;
    background-color: #fff;
    margin-bottom: 10px;
  }

  .slider-2 {
    height: 50vh;
  }

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

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

  .section-12 {
    margin-top: 18%;
  }
}

@media screen and (max-width: 479px) {
  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 100%;
    margin-bottom: 40px;
  }

  .section-heading {
    font-size: 22px;
    line-height: 25px;
  }

  .intro-content {
    width: 90%;
  }

  .heading-jumbo {
    line-height: 50px;
  }

  .section.cc-store-home-wrap {
    margin-top: 80px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .heading-jumbo-small {
    font-size: 33px;
    line-height: 33px;
  }

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

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

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

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

  .slider-2 {
    height: 25vh;
  }

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

  .icon {
    font-size: 22px;
  }

  .slider-nav {
    display: none;
  }

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

  .div-block {
    margin-left: 5px;
    margin-right: 5px;
  }

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

  .footer-wrap {
    padding-top: 0;
  }

  .section-12 {
    margin-top: 33%;
  }
}

#w-node-_8ada8095-398c-2a82-7831-09cd20a0223f-5410ad00 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8ada8095-398c-2a82-7831-09cd20a02259-5410ad00 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8ada8095-398c-2a82-7831-09cd20a02279-5410ad00 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5fd8af04-2793-2869-f118-c315063495ea-5410ad00 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7a8f8dcf-ba5d-df53-1264-bf7eebc1498e-5410ad00 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_08d68b21-e258-1577-3eb9-a05a32e8db84-5410ad00 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_70c2f2f9-3468-5b6a-928a-91fe4d60f7d3-5410ad00, #w-node-_8ada8095-398c-2a82-7831-09cd20a0223f-776a31fd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8ada8095-398c-2a82-7831-09cd20a02259-776a31fd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8ada8095-398c-2a82-7831-09cd20a02279-776a31fd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5fd8af04-2793-2869-f118-c315063495ea-776a31fd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7a8f8dcf-ba5d-df53-1264-bf7eebc1498e-776a31fd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_08d68b21-e258-1577-3eb9-a05a32e8db84-776a31fd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_70c2f2f9-3468-5b6a-928a-91fe4d60f7d3-776a31fd, #w-node-_8ada8095-398c-2a82-7831-09cd20a0223f-471e204d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8ada8095-398c-2a82-7831-09cd20a02259-471e204d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8ada8095-398c-2a82-7831-09cd20a02279-471e204d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5fd8af04-2793-2869-f118-c315063495ea-471e204d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7a8f8dcf-ba5d-df53-1264-bf7eebc1498e-471e204d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_08d68b21-e258-1577-3eb9-a05a32e8db84-471e204d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_70c2f2f9-3468-5b6a-928a-91fe4d60f7d3-471e204d, #w-node-_8ada8095-398c-2a82-7831-09cd20a0223f-6288d6a5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8ada8095-398c-2a82-7831-09cd20a02259-6288d6a5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8ada8095-398c-2a82-7831-09cd20a02279-6288d6a5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5fd8af04-2793-2869-f118-c315063495ea-6288d6a5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7a8f8dcf-ba5d-df53-1264-bf7eebc1498e-6288d6a5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_08d68b21-e258-1577-3eb9-a05a32e8db84-6288d6a5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_70c2f2f9-3468-5b6a-928a-91fe4d60f7d3-6288d6a5 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_8ada8095-398c-2a82-7831-09cd20a0223f-5410ad00, #w-node-_8ada8095-398c-2a82-7831-09cd20a02259-5410ad00, #w-node-_8ada8095-398c-2a82-7831-09cd20a02279-5410ad00, #w-node-_5fd8af04-2793-2869-f118-c315063495ea-5410ad00, #w-node-_7a8f8dcf-ba5d-df53-1264-bf7eebc1498e-5410ad00, #w-node-_08d68b21-e258-1577-3eb9-a05a32e8db84-5410ad00, #w-node-_70c2f2f9-3468-5b6a-928a-91fe4d60f7d3-5410ad00, #w-node-_8ada8095-398c-2a82-7831-09cd20a0223f-776a31fd, #w-node-_8ada8095-398c-2a82-7831-09cd20a02259-776a31fd, #w-node-_8ada8095-398c-2a82-7831-09cd20a02279-776a31fd, #w-node-_5fd8af04-2793-2869-f118-c315063495ea-776a31fd, #w-node-_7a8f8dcf-ba5d-df53-1264-bf7eebc1498e-776a31fd, #w-node-_08d68b21-e258-1577-3eb9-a05a32e8db84-776a31fd, #w-node-_70c2f2f9-3468-5b6a-928a-91fe4d60f7d3-776a31fd, #w-node-_8ada8095-398c-2a82-7831-09cd20a0223f-471e204d, #w-node-_8ada8095-398c-2a82-7831-09cd20a02259-471e204d, #w-node-_8ada8095-398c-2a82-7831-09cd20a02279-471e204d, #w-node-_5fd8af04-2793-2869-f118-c315063495ea-471e204d, #w-node-_7a8f8dcf-ba5d-df53-1264-bf7eebc1498e-471e204d, #w-node-_08d68b21-e258-1577-3eb9-a05a32e8db84-471e204d, #w-node-_70c2f2f9-3468-5b6a-928a-91fe4d60f7d3-471e204d, #w-node-_8ada8095-398c-2a82-7831-09cd20a0223f-6288d6a5, #w-node-_8ada8095-398c-2a82-7831-09cd20a02259-6288d6a5, #w-node-_8ada8095-398c-2a82-7831-09cd20a02279-6288d6a5, #w-node-_5fd8af04-2793-2869-f118-c315063495ea-6288d6a5, #w-node-_7a8f8dcf-ba5d-df53-1264-bf7eebc1498e-6288d6a5, #w-node-_08d68b21-e258-1577-3eb9-a05a32e8db84-6288d6a5, #w-node-_70c2f2f9-3468-5b6a-928a-91fe4d60f7d3-6288d6a5 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7a8f8dcf-ba5d-df53-1264-bf7eebc1498e-5410ad00, #w-node-_08d68b21-e258-1577-3eb9-a05a32e8db84-5410ad00, #w-node-_7a8f8dcf-ba5d-df53-1264-bf7eebc1498e-776a31fd, #w-node-_08d68b21-e258-1577-3eb9-a05a32e8db84-776a31fd, #w-node-_7a8f8dcf-ba5d-df53-1264-bf7eebc1498e-471e204d, #w-node-_08d68b21-e258-1577-3eb9-a05a32e8db84-471e204d, #w-node-_7a8f8dcf-ba5d-df53-1264-bf7eebc1498e-6288d6a5, #w-node-_08d68b21-e258-1577-3eb9-a05a32e8db84-6288d6a5 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


