:root {
  --goldenrod: #d0af22;
  --firebrick: #bd2c33;
}

.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: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.link-block-5 {
  width: 125px;
  margin-left: 40px;
  position: absolute;
}

.nav-container-2 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.menu_list {
  display: inline-block;
}

.button-2 {
  background-color: var(--goldenrod);
  color: #333;
  border-width: 1px;
  border-color: #fff;
  border-radius: 40px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: block;
  box-shadow: 0 4px 8px #20252954;
}

.button-2:hover {
  border-width: 1px;
  border-color: #3898ec;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px #00000054;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.link-block-6 {
  width: 100px;
  margin-left: 40px;
  position: absolute;
}

.menu_item {
  margin-top: 8px;
  display: inline-block;
}

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

.nav-2 {
  background-color: var(--firebrick);
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu_link-3 {
  color: #fff;
  text-align: center;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px;
  font-size: 14px;
  transition: background-color .4s;
}

.menu_link-3:hover {
  color: var(--goldenrod);
}

.menu_link-3.w--current {
  color: #f0d30e;
}

.menu_link-3.dropdown {
  padding-right: 40px;
  display: none;
}

.menu_link-3.eu {
  padding-top: 3px;
  padding-bottom: 0;
}

.link-block-7 {
  transition: opacity .3s;
  transform: translate(0);
}

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

.dropdown-link {
  color: #fff;
  padding-top: 10px;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: #f0d30e;
}

.div-block {
  background-image: linear-gradient(#000c, #000c), url('../images/Jabolka-jabolcno-vino-jabolcni-sok-kmetija-Lipoglav-9_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 95vh;
  margin-top: 70px;
  display: flex;
}

.div-block-2 {
  text-align: center;
  flex: 1;
  width: 50%;
  display: block;
}

.div-block-2.desno {
  text-align: left;
  flex-direction: column;
  padding-left: 20px;
  display: flex;
}

.heading {
  color: var(--goldenrod);
  text-transform: uppercase;
}

.rdec {
  color: var(--firebrick);
}

.text-block {
  color: var(--firebrick);
  margin-top: 20px;
  font-family: Great Vibes, cursive;
  font-size: 50px;
  line-height: 50px;
}

.image {
  width: 500px;
}

.section {
  padding: 40px;
}

.slide {
  text-align: center;
}

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

.icon-2 {
  color: #000;
  background-color: #fff;
}

.simple-footer {
  background-color: #000;
  padding-top: 45px;
  padding-bottom: 20px;
}

.footer-logo-column-left {
  text-align: left;
}

.link {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.container.footer {
  text-align: center;
  height: auto;
  display: block;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1d68a4;
  border-radius: 3px;
  margin-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.button.pot {
  color: var(--firebrick);
  text-transform: capitalize;
  background-color: #fff;
  margin-bottom: 10px;
}

.footer-menu-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.footer-logo {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
  line-height: 17px;
}

.footer-logo.subtitle {
  opacity: .5;
  color: #fff;
  text-transform: none;
  font-size: 11px;
  font-weight: 400;
}

.image-2 {
  height: 100%;
}

.link-block-8 {
  margin-top: 10px;
}

.div-block-3 {
  display: block;
}

.div-block-4 {
  margin-top: 100px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-4.no-space {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.lightbox-link {
  width: 100%;
  display: inline-block;
}

.text-block-2 {
  color: var(--goldenrod);
  margin-right: 20px;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.header_wrapper {
  z-index: 2;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.page-padding {
  margin-top: 100px;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-5 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.text-block-3 {
  text-align: center;
  padding-top: 20px;
}

.text-block-3.left {
  text-align: left;
  padding-top: 5px;
}

.container-3 {
  text-align: center;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.container-3.projekt-1 {
  display: none;
}

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

@media screen and (max-width: 991px) {
  .link-block-5 {
    margin-left: 20px;
  }

  .button-2 {
    flex: none;
  }

  .menu_btn-2 {
    color: #fff;
  }

  .menu_btn-2:hover, .menu_btn-2.w--open {
    background-color: #f0d30e;
  }

  .nav-menu {
    z-index: 3000;
    background-color: #202529;
    display: flex;
  }

  .link-block-6 {
    margin-left: 20px;
  }

  .icon {
    font-size: 45px;
  }

  .menu_item {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .nav-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu_link-3 {
    background-color: #0000;
    flex-direction: column;
    font-size: 16px;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

@media screen and (max-width: 767px) {
  .link-block-5 {
    width: 100px;
    margin-left: 10px;
  }

  .nav-container-2 {
    width: 100%;
    margin-left: 0%;
  }

  .menu_btn-2:hover {
    background-color: var(--goldenrod);
  }

  .menu_btn-2.w--open {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
  }

  .nav-menu {
    margin-right: 0;
  }

  .link-block-6 {
    margin-left: 10px;
  }

  .icon {
    color: #fff;
    font-size: 45px;
  }

  .menu_item {
    flex-direction: row;
    display: flex;
  }

  .menu_link-3 {
    text-transform: none;
    border-top: 1px #4a3439;
    flex-direction: column;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
  }

  .menu_link-3.eu {
    margin-top: 10px;
  }

  .div-block {
    flex-direction: column;
    margin-top: 81px;
  }

  .div-block-2 {
    width: 80%;
  }

  .heading {
    margin-top: 10px;
  }

  .text-block {
    margin-top: 0;
  }

  .image {
    width: 350px;
  }

  .section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider {
    height: 65vh;
  }

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

  .footer-menu-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-row {
    padding-left: 25px;
    padding-right: 25px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .page-padding {
    padding-left: 1%;
    padding-right: 1%;
  }
}

@media screen and (max-width: 479px) {
  .link-block-5 {
    width: 80px;
    margin-left: 0;
  }

  .menu_list {
    margin-bottom: 0;
  }

  .button-2 {
    margin-bottom: 20px;
    font-size: 16px;
    display: none;
  }

  .link-block-6 {
    margin-left: 0;
  }

  .menu_item {
    flex-direction: column;
    align-items: stretch;
  }

  .menu_link-3.w--current {
    color: #000;
  }

  .menu_link-3.eu {
    margin-top: 10px;
  }

  .link-block-7 {
    padding-left: 10px;
  }

  .heading {
    margin-top: 0;
    font-size: 28px;
    line-height: 28px;
  }

  .text-block {
    font-size: 40px;
    line-height: 40px;
  }

  .slider {
    height: 180px;
  }

  .simple-footer {
    padding-top: 35px;
  }

  .footer-logo-column-left {
    padding-bottom: 10px;
  }

  .button {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .footer-menu-column {
    justify-content: center;
  }

  .footer-row {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }
}


