/* Webkit (Chrome, Safari) */
::-webkit-scrollbar {
  width: 1em;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

::-webkit-scrollbar-thumb {
  background: #888; 
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Firefox */

body {
  scrollbar-color: #f1f1f1 #f1f1f1;
  background-color: #f8f8f8;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

body::-moz-scrollbar-thumb {
  background: #888;
}

body::-moz-scrollbar-thumb:hover {
  background: #555;
}

header {
  position: sticky;
  top: 0;
  height: 8em;
  width: auto;
  background: #f8f8f8; 
  z-index: 10;
  display: flex;
  align-items: center;
}

footer {
  background-color: #4e4e4e;
  font-family: "Manrope", sans-serif;
  color: #f8f8f8;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8em;
  bottom: 0;
  height: 1.5em;
}

footer a {
  text-decoration: none;
  color: #f8f8f8 !important;
  margin: 0.2em;
  padding: 0;
}

.logo {
  position: absolute;
  background-image: url(/images/jagosiNew.png);
  background-repeat: no-repeat;
  background-size: 100%;
  left: 50%;
  transform: translate(-50%);
  top: 1rem;
}

#menuToggle {
  display: block;
  position: relative;
  left: 3.1em;
  font-family: "Manrope", sans-serif;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  align-items: center;
}

#menuToggle a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}

#menuToggle a:hover {
  color: #eb9705
}

#menuToggle input {
  display: block;
  width: 2.7em;
  height: 1.8em;
  position: absolute;
  top: -0.15em;
  left: -0.5em;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #4e4e4e;
  border-radius: 0.15em;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  position: absolute;
  width: 7em;
  margin: -100px 0 0 -50px;
  padding: 8em 3em 1em 3em;
  background: #f8f8f8;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li {
  padding: 0.3em 0;
  font-size: 1.4em;
}

#menuToggle input:checked ~ ul {
  transform: none;
}

a {
  text-decoration: none !important;
  color: #7bcd16 !important;
  margin: 0 1rem 0 1em;
}

a:hover {
  color: #eb9705 !important;
}

.jezikSI,
.jezikDE {
  font-family: "Manrope", sans-serif;
  font-size: 1.3em;
  position: absolute;
  right: 2.5em;
  color: #4e4e4e !important;
}

.jezikSI {
  top: 2em;
}

.jezikDE {
  top: 3em;
}

.stroj {
  background-image: url(/images/stroj5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 80%;
  height: calc(100vh - 8em);
  width: 100%;
}

.strojBg {
  background: rgb(255,255,255);
  background: linear-gradient(31deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 48%, rgba(210,210,210,0.7) 100%);
  height: auto;
  top: 38%;
  left: 0;
  border-radius: 0.15em;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.strojBesedilo {
  position: relative;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 1.8em;
  line-height: 1.3;
  word-spacing: 0.1em;
  padding: 1.2em;
  width: 20.8em;
}

.zeleniTrak {
  margin-top: 20px;
  background-color: #7bcd16;
  height: 1.2em;
  width: 100vw;
  font-family: "Manrope", sans-serif;
  font-size: 1.8em;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kdoSmo {
  background-color: #f8f8f8;
  height: auto;
}

.naslov {
  font-family: "Manrope", sans-serif;
  font-size: 1.5em;
  color: #7bcd16;
  text-align: left;
  margin: 0.5em 0 0.5em 0;
  font-weight: 400;
}

.predstavitev,
.osebna {
  font-size: 1.2em;
}

.predstavitev {
  padding-bottom: 3em;
}

.predstavitev,
.osebna,
.podatki {
  font-family: "Manrope", sans-serif;
  color: #000000;
  text-align: justify;
  line-height: 1.5;
  word-spacing:-2px;
}

  @media(min-width: 320px) and (orientation: portrait) {
  header {
    height: 6em;
  }

  footer {
    font-size: 0.5em;
  }

  .logo {
    height: 4.5em;
    width: 10rem;
  }

  #menuToggle {
    left: 1.65em;
    top: 0.2em;
  }

  #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
  }
  
  #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }

  #menuToggle span {
    width: 1.9em;
    height: 3px;
    margin-bottom: 5px;
  }
  
  #menu {
    width: 5.5em;
    margin: 2em 0 0 -2.8em;
    padding: 0 1.8em 0 3em;
  }
  
  #menu li {
    font-size: 1.2em;
    margin-top: -0.3em;
    font-weight: 500;
  }

  .jezikSI,
  .jezikDE {
    font-size: 1em;
    right: 0.9em;
  }

  .stroj {
    background-image: url(/images/product.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 6em);
    width: 100vw;
    filter: contrast(1.2);
    /*<a href="https://www.freepik.com/free-photo/beach-skincare-product-still-life_38309075.htm#fromView=search&page=9&position=6&uuid=927266a0-5ee4-4034-a8ce-05323666b92e">Image by freepik</a>*/
  }

  .strojBg {
    position: absolute;
    background: rgb(255,255,255);
    background: linear-gradient(31deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 48%, rgba(210,210,210,0.7) 100%);
    height: 3em;
    top: 70%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    border-radius: 3px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .2);
  }

  .strojBesedilo {
    position: absolute;
    font-family: "Manrope", sans-serif;
    font-weight: 200;
    line-height: 1.3;
    word-spacing: 2px;
    padding: 1em 1em 1em 1em;
    font-size: 1.2em;
    width: 13em;
    height: auto;
  }

  .zeleniTrak {
    margin-top: 20px;
    background-color: #7bcd16;
    height: 1.2em;
    width: 100vw;
    font-family: "Manrope", sans-serif;
    font-size: 1.1em;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .kdoSmo {
    background-color: #f8f8f8;
    height: auto;
    width: 100%;
  }

  .naslov {
    font-family: "Manrope", sans-serif;
    font-size: 1.2em;
    color: #7bcd16;
    text-align: left;
    margin: 0.5em 0 0.5em 0;
    font-weight: 400;
  }

  .predstavitev,
  .podatki {
    font-size: 1em;
    font-family: "Manrope", sans-serif;
    color: #000000;
    text-align: justify;
    line-height: 1.5;
    word-spacing: -0.7px;
    width: calc(100% - 3em);
    margin: 2em auto;
  }

  .podatki {
    padding-bottom: 2.5em;
  }
  }

  @media(min-width: 360px) and (orientation: portrait) {
  .stroj {
    background-position: 50% 0;
  }
  }

  @media(min-width: 375px) and (orientation: portrait) {
  footer {
    font-size: 0.55em;
  }

  .stroj {
    background-position: 52% 0;
  }
  }

  @media(min-width: 384px) and (orientation: portrait) {
  .stroj {
    background-position: 40% 0;
  }
  }

  @media(min-width: 428px) and (orientation: portrait) {
  footer {
    font-size: 0.65em;
  }

  .stroj {
    background-position: 43% 0;
  }
  }

  @media(min-width: 568px) and (orientation: landscape) {
  header {
    height: 5em;
  }

  footer {
    font-size: 0.6em;
  }

  .logo {
    top: 0.8em;
    height: 4em;
    width: 9rem;
  }

  #menuToggle {
    left: 1.65em;
    top: 0.2em;
  }

  #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
  }
  
  #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }

  #menuToggle span {
    width: 1.9em;
    height: 3px;
    margin-bottom: 5px;
  }

  #menu {
    width: 5.5em;
    margin: 0 0 0 -2.8em;
    padding: 0 1.8em 0 3em;
  }

  #menu li {
    font-size: 1.2em;
    margin: -0.3em 0 -0.2em 0;
    font-weight: 500;
  }

  .jezikSI,
  .jezikDE {
    font-size: 1em;
    right: 0.9em;
  }

  .jezikSI {
    top: 1.5em;
  }
    
  .jezikDE {
    top: 2.5em;
  }

  .stroj {
    height: calc(100vh - 5em);
  }

  .strojBg {
    top: 52%;
  }

  .strojBesedilo {
    font-size: 1.1em;
    width: 24.5em;
  }

  .zeleniTrak {
    margin-top: 20px;
    background-color: #7bcd16;
    height: 1.2em;
    width: 100vw;
    font-family: "Manrope", sans-serif;
    font-size: 1.1em;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .kdoSmo {
    background-color: #f8f8f8;
    height: auto;
    width: 100%;
  }

  .naslov {
    font-family: "Manrope", sans-serif;
    font-size: 1.2em;
    color: #7bcd16;
    text-align: left;
    margin: 0.5em 0 0.5em 0;
    font-weight: 400;
  }

  .predstavitev,
  .podatki {
    font-size: 1em;
    font-family: "Manrope", sans-serif;
    color: #000000;
    text-align: justify;
    line-height: 1.5;
    padding: 0 1em;
    width: calc(100% - 3em);
    margin: 2em auto;
  }

  .predstavitev,
  .podatki {
    word-spacing: 2px;
  }
  }

  @media(min-width: 768px) and (orientation: portrait) {
  .strojBg {
    top: 69.5%;
  }
  
  .strojBesedilo {
    font-family: "Manrope", sans-serif;
    font-weight: 200;
    font-size: 1.5em;
    line-height: 1.3;
    word-spacing: 0.1em;
    padding: 1.2em;
    width: 25em;
  }
    
  .kdoSmo {
    display: grid;
    background-color: #f8f8f8;
    height: auto;
    width: 80%;
    grid-template-columns: 60% 50%;
    grid-template-rows: 30%;
    gap: 1em;
    justify-content: space-evenly; 
    margin: 0 2em 0 2em;
  }

  .zeleniTrak {
    font-size: 1.5em;
  }

  .naslov {
    font-size: 1.4em;
  }

  .predstavitev,
  .podatki {
    padding: 1em;
    margin: 3em;
  }
  }

  @media(min-width: 1024px) and (orientation: landscape) {
  header {
    height: 5em;
  }

  footer {
    font-size: 0.7em;
  }

  .logo {
    top: 0.8em;
    height: 4em;
    width: 9rem;
  }

  #menuToggle {
    left: 1.65em;
    top: 0.2em;
  }

  #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
  }
  
  #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }

  #menuToggle span {
    width: 1.9em;
    height: 3px;
    margin-bottom: 5px;
  }
  
  #menu {
    width: 5.5em;
    margin: 0 0 0 -2.8em;
    padding: 0 1.8em 0 3em;
  }
  
  #menu li {
    font-size: 1.2em;
    margin: -0.3em 0 -0.2em 0;
    font-weight: 500;
  }

  .jezikSI,
  .jezikDE {
    font-size: 1em;
    right: 0.9em;
  }

  .jezikSI {
    top: 1.5em;
  }
    
  .jezikDE {
    top: 2.5em;
  }

  .stroj {
    height: calc(100vh - 5em);
  }
    
  .strojBg {
    background: rgb(255,255,255);
    background: linear-gradient(31deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 48%, rgba(210,210,210,0.7) 100%);
    height: auto;
    top: 40%;
    left: 0;
    border-radius: 0.15em;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  }

  .strojBesedilo {
    font-family: "Manrope", sans-serif;
    font-weight: 200;
    font-size: 1.4em;
    line-height: 1.3;
    word-spacing: 0.1em;
    padding: 1.2em;
    width: 25em;
  }

  .zeleniTrak {
    font-size: 1.3em;
  }

  .kdoSmo {
    display: grid;
    background-color: #f8f8f8;
    height: auto;
    width: 80%;
    grid-template-columns: 70% 45%;
    grid-template-rows: 30%;
    gap: 1em;
    justify-content: space-evenly; 
    font-size: 1em;
    margin: 0 1em 0 0.7em;
  }

  .naslov {
    font-size: 1.2em;
    font-weight: 500;
  }

  .predstavitev,
  .podatki {
    padding: 1em;
    margin: 0 8em 0 6em;
  }

  .podatki {
    text-align: left;
  }
  }

  @media(min-width: 820px) and (orientation: portrait) {
  header {
    height: 6em;
  }
    
  .stroj {
    height: calc(100vh - 6em);
  }

  .strojBesedilo {
    font-size: 1.3em;
    width: 25em;
    top: 68.5%;
    }

  .kdoSmo {
    grid-template-columns: 65% 50%;
    gap: 0;
    margin: 0 2em 0 2.5em;
  }

  .predstavitev,
  .podatki {
    padding: 1em;
    margin: 3em;
  }
  }

  @media(min-width: 1180px) and (orientation: landscape) {
  .predstavitev,
  .podatki {
    padding: 1em;
    margin: 0 8em 0 8em;
  }

  .kdoSmo {
    grid-template-columns: 75% 40%;
    gap: 0.5em;
    margin: 0 1.5em 0 0;
  }
  }

  @media(min-width: 1024px) and (orientation: portrait) {
  .strojBg {
    top: 67%;
  }

  .strojBesedilo {
    width: 34em;
  }

  .kdoSmo {
    grid-template-columns: 60% 55%;
    gap: 0;
    margin: 0 2em 0 4em;
  }
  }

  @media(min-width: 1280px) and (orientation: landscape) {
  header {
    height: 8em;
  }

  .logo {
    top: 1em;
    height: 6em;
    width: 15rem;
  }
    
  #menuToggle {
    left: 2.5em;
    top: 0.3em;
  }
      
  #menu {
    width: 7.5em;
    margin: 1em 0 0 -2.6em;
    padding: 0 1.8em 1em 3em;
  }
      
  #menu li {
    font-size: 1.45em;
    margin: 0 0 -0.5em 0;
  }
    
  .jezikSI,
  .jezikDE {
    font-size: 1.2em;
    right: 1.5em;
  }
    
  .jezikSI {
    top: 2.3em;
  }
      
  .jezikDE {
    top: 3.3em;
  }
    
  .stroj {
    height: calc(100vh - 8em);
  }
    
  .strojBg {
    background: rgb(255,255,255);
    background: linear-gradient(31deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 48%, rgba(210,210,210,0.7) 100%);
    height: auto;
    top: 48%;
    transform: translate(-50% 0);
    left: 0;
    border-radius: 0.15em;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  }

  .strojBesedilo {
    font-family: "Manrope", sans-serif;
    font-weight: 200;
    font-size: 1.4em;
    line-height: 1.3;
    word-spacing: 0.1em;
    padding: 1.2em;
    width: 38.5em;
  }

  .zeleniTrak {
    font-size: 1.3em;
  }
  
  .kdoSmo {
    grid-template-columns: 70% 40%;
    grid-template-rows: 30%;
    gap: 3em;
    font-size: 1.2em;
  }

  .naslov {
    font-size: 1.3em;
    font-weight: 500;
  }

  .predstavitev,
  .podatki {
    padding: 1em;
    margin: 0 8em 0 7em;
  }
  }

  @media(min-width: 1366px) and (orientation: landscape) {
  .kdoSmo {
    grid-template-columns: 80% 30%;
    gap: 0;
  }  
  }

  @media(min-width: 1400px) and (orientation: landscape) {
  .strojBg {
    top: 45%;
  }
    
  .strojBesedilo {
    font-size: 1.4em;
  }

  .predstavitev,
  .podatki {
    margin: 0 8em 0 8em;
  }
  }

  @media(min-width: 1600px) and (orientation: landscape) { 
  .predstavitev,
  .podatki {
    margin: 0 8em 3em 9em;
  }
  }

  @media(min-width: 1920px) and (orientation: landscape) {
  .strojBg {
    top: 48%;
  }
 
  .kdoSmo {
    grid-template-columns: 80% 40%;
    gap: 0;
  }

  .predstavitev,
  .podatki {
    margin: 0 8em 0 11.5em;
  }
  }