/* 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;
}

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

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

body {
  background-color: #f8f8f8;
  margin: 0;
  padding: 0;
}

/*glava in noga*/

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%;
  height: 6.3em;
  width: 15rem;
  left: 50%;
  transform: translate(-50%);
  top: 1rem;
}

/*meni*/

#menuToggle {
  display: block;
  position: relative;
  left: 3.1em;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  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 {
  width: 2.2em;
  height: 2em;
  position: relative;
  top: 2em !important;
  left: -0.3em !important;
  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;
}

.landing {
  background-image: url(/images/spring.jpg);
  background-size: cover;
  background-position: 0 10%;
  background-repeat: no-repeat;
  height: calc(100vh - 8em);
  width: 100%;
  /*Photo by <a href="https://unsplash.com/@adamvalstar?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Adam Valstar</a> on <a href="https://unsplash.com/photos/red-and-yellow-round-light-tvuFYFSyv2A?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Unsplash</a>*/
}

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

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

.preveriPonudbo {
  font-family: "Manrope", sans-serif;
  color: #000000;
  background-color: rgba(240, 240, 240, 0.5);
  border: 0.1em solid #4e4e4e;
  border-radius: 0.15em;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 2em 0 0 0;
}

.razvoj,
.znanje,
.izboljsave {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.razvoj {
  background-image: url(/images/stroj4.jpg);
  background-repeat: repeat;
}

.znanje {
  background-image: url(/images/stroj3.jpg);
  /*Photo by <a href="https://unsplash.com/@jakubzerdzicki?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Jakub Żerdzicki</a> on <a href="https://unsplash.com/photos/a-machine-that-is-sitting-on-a-table-sKhzb1uyBDU?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Unsplash</a>*/
}

.izboljsave {
  background-image: url(/images/kljukice.jpg);
  /*Image by <a href="https://pixabay.com/users/fotoblend-87167/?utm_source=link-attribution&utm_medium=referral&utm_campaign=image&utm_content=3542247">Willfried Wende</a> from <a href="https://pixabay.com//?utm_source=link-attribution&utm_medium=referral&utm_campaign=image&utm_content=3542247">Pixabay</a>*/
}

.naslov {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #000000;
  text-align: center;
  padding: 0.5em 0 0.5em 0;
  font-size: 1em;
  margin: -1em 0 1em 0;
}

.landingBgRazvoj,
.landingBgZnanje,
.landingBgIzboljsave {
  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;
  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;
  overflow: hidden;
  top: 32%;
  left: 0;
}

.landingBgRazvoj {
  top: 35%;
  left: 0;
}

.landingBgZnanje {
  top: 35%;
  right: 0;
}

.landingBgIzboljsave {
  top: 35%;
  left: 0;
}

.landingBesediloRazvoj,
.landingBesediloZnanje,
.landingBesediloIzboljsave {
  position: relative;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 1.5em;
  line-height: 1.3;
  text-align: justify;
  padding: 1.2em;
  width: 25em;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.visible {
  opacity: 1;
}

.video {
  position: absolute;
  width: 60%;
  height: 65%;
  margin-top: 80px;
}

  @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.8em;
  }

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

  .landing {
    background-image: url(/images/raca.jpg);
    height: calc(100vh - 6em);
    /*Image by <a href="https://pixabay.com/users/epicioci-1168802/?utm_source=link-attribution&utm_medium=referral&utm_campaign=image&utm_content=5039525">Narcis Ciocan</a> from <a href="https://pixabay.com//?utm_source=link-attribution&utm_medium=referral&utm_campaign=image&utm_content=5039525">Pixabay</a>*/
  }

  .landingBg {
    top: 13%;
  }

  .landingBesedilo {
    font-size: 1.3em;
    width: 13.5em;
  }

  .preveriPonudbo {
    font-size: 0.65em;
  }

  .razvoj,
  .znanje,
  .izboljsave {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 6em);
    background-position: center;
  }

  .razvoj {
    background-image: url(/images/stroj4Mobile.jpg);
  }

  .znanje {
    background-image: url(/images/stroj3.jpg);
  }

  .izboljsave {
    background-image: url(/images/delAvta.jpg);
    /*Photo by <a href="https://unsplash.com/@mastars?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Mastars</a> on <a href="https://unsplash.com/photos/black-and-gray-camera-film-KrF1-MfqADM?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Unsplash</a>*/
  }

  .naslov {
    font-weight: 600;
    color: #000000;
    text-align: center;
    padding: 0.5em 0 0.5em 0;
    font-size: 1em;
    margin: -1em 0 1em 0;
  }

  .landingBgRazvoj,
  .landingBgZnanje,
  .landingBgIzboljsave {
    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;
    width: auto;
    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;
    overflow: hidden;
  }

  .landingBesediloRazvoj,
  .landingBesediloZnanje,
  .landingBesediloIzboljsave {
    font-size: 1em;
    padding: 1em 1.5em 2em 1.5em;
    opacity: 0;
    top: 25%;
  }

  .naslov {
    font-size: 1.05em;
    margin-top: 0.5em;
  }

  .visible {
    opacity: 1;
  }

  .video {
    position: absolute;
    width: 60%;
    height: 65%;
    margin-top: 80px;
  }
  }

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

  .landingBesediloRazvoj,
  .landingBesediloZnanje,
  .landingBesediloIzboljsave {
    top: 34%;
  }
  }

  @media(min-width: 375px) and (orientation: portrait) {
  .landingBesediloRazvoj,
  .landingBesediloZnanje,
  .landingBesediloIzboljsave {
    top: 33%;
  }
  }

  @media(min-width: 384px) and (orientation: portrait) {
  .landingBesediloRazvoj,
  .landingBesediloZnanje,
  .landingBesediloIzboljsave {
    top: 34%;
  }
  }

  @media(min-width: 390px) and (orientation: portrait) {
  .landingBesediloRazvoj,
  .landingBesediloZnanje,
  .landingBesediloIzboljsave {
      top: 35%;
  }
  }

  @media(min-width: 412px) and (orientation: portrait) {
  .landingBesediloRazvoj,
  .landingBesediloZnanje,
  .landingBesediloIzboljsave {
      top: 35.5%;
  }
  }

  @media(min-width: 428px) and (orientation: portrait) {
  .landingBesediloRazvoj,
  .landingBesediloZnanje,
  .landingBesediloIzboljsave {
      top: 36%;
  }
  }

  @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.8em;
  }

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

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

  .landingBg {
    top: 30%;
    height: auto;
  }

  .landingBesedilo {
    font-size: 1.1em;
    width: 13.3em;
    padding: 1em;
  }

  .preveriPonudbo {
    font-size: 0.65em;
  }

  .razvoj,
  .znanje,
  .izboljsave {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 5em);
  }

  .razvoj {
    background-image: url(/images/stroj4.jpg);
    background-repeat: repeat;
  }

  .znanje {
    background-image: url(/images/stroj3.jpg);
  }

  .izboljsave {
    background-image: url(/images/kljukice.jpg);
  }

  .naslov {
    font-size: 1.05em;
    font-weight: 600;
    color: #000000;
    text-align: center;
    padding: 0.5em 0 0.5em 0;
    margin: 0 0 1em 0;
  }

  .landingBgRazvoj,
  .landingBgZnanje,
  .landingBgIzboljsave {
    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;
    width: auto;
    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;
    overflow: hidden;
  }

  .landingBesediloRazvoj,
  .landingBesediloZnanje,
  .landingBesediloIzboljsave {
    font-size: 1em;
    padding: 0.8em 1.5em 1.5em 1.5em;
    opacity: 0;
  }

  .landingBesediloRazvoj {
    top: 16%;
  }

  .landingBesediloZnanje {
    top: 16.5%;
  }

  .landingBesediloIzboljsave {
    top: 14%;
  }

  .visible {
    opacity: 1;
  }

  .video {
    position: absolute;
    width: 60%;
    height: 65%;
    margin-top: 80px;
  }
  }

  @media(min-width: 640px) and (orientation: landscape) {
  .landingBesediloRazvoj {
    top: 23%;
  }

  .landingBesediloZnanje {
    top: 22.5%;
  }

  .landingBesediloIzboljsave {
    top: 23%;
  }
  }

  @media(min-width: 667px) and (orientation: landscape) {
  .landingBesediloRazvoj {
      top: 25%;
  }
    
  .landingBesediloZnanje {
      top: 23%;
  }
    
  .landingBesediloIzboljsave {
      top: 25%;
  }
  }

  @media(min-width: 736px) and (orientation: landscape) {
  .landingBesediloRazvoj,
  .landingBesediloZnanje,
  .landingBesediloIzboljsave {
    top: 25%;
  }
  }

  @media(min-width: 760px) and (orientation: landscape) {
  .landingBesediloRazvoj,
  .landingBesediloIzboljsave {
    top: 23%;
  }

  .landingBesediloZnanje {
    top: 25%;
  }
  }

  @media(min-width: 800px) and (orientation: landscape) {
  .landingBesediloRazvoj {
    top: 26%;
  }

  .landingBesediloZnanje {
    top: 25%;
  }

  .landingBesediloIzboljsave {
    top: 24%;
  }
  }

  @media(min-width: 812px) and (orientation: landscape) {
  .landingBesediloRazvoj {
    top: 27%;
  }

  .landingBesediloZnanje {
    top: 26.5%;
  }

  .landingBesediloIzboljsave {
    top: 24.5%;
  }
  }

  @media(min-width: 844px) and (orientation: landscape) {
  .landingBesediloRazvoj {
    top: 28%;
  }

  .landingBesediloZnanje {
    top: 27%;
  }

  .landingBesediloIzboljsave {
    top: 28.5%;
  }
  }

  @media(min-width: 883px) and (orientation: landscape) {
  .landingBesediloRazvoj {
    top: 29.5%;
  }

  .landingBesediloZnanje,
  .landingBesediloIzboljsave {
    top: 28.5%;
  }
  }

  @media(min-width: 915px) and (orientation: landscape) {
  .landingBesediloRazvoj {
    top: 30%;
  }
  }

  @media(min-width: 926px) and (orientation: landscape) {
  .landingBesediloRazvoj {
    top: 31.5%;
  }

  .landingBesediloZnanje,
  .landingBesediloIzboljsave {
    top: 31%;
  }
  }

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

  #menuToggle {
    left: 1.65em;
    top: -0.85em;
  }

  .landing {
    height: calc(100vh - 6em);
  }

  .landingBg {
    top: 20%;
  }

  .landingBesedilo {
    font-size: 1.3em;
    width: 13.5em;
  }

  .razvoj,
  .znanje,
  .izboljsave {
    height: calc(100vh - 6em);
  }

  .naslov {
    padding: 0.5em 0 0.5em 0;
    margin: 0.5em 0 1em 0;
    font-size: 1.05em;
  }

  .landingBesediloRazvoj,
  .landingBesediloZnanje,
  .landingBesediloIzboljsave {
    font-size: 1em;
    padding: 1em 2em 2em 2em;
    width: 25em;
  }

  .landingBesediloRazvoj {
    top: 39%;
  }

  .landingBesediloZnanje {
    top: 38.5%;
  }

  .landingBesediloIzboljsave {
    top: 39%;
  }
  }

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

  #menuToggle {
    left: 1.65em;
    top: -0.85em;
  }

  #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 {
    top: 2em;
  }

  .jezikDE {
    top: 3em;
  }

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

  .landingBg {
    top: 35%;
  }

  .landingBesedilo {
    font-size: 1.4em;
    width: 13.5em;
  }

  .razvoj,
  .znanje,
  .izboljsave {
    height: calc(100vh - 6em);
  }

  .naslov {
    padding: 0.5em 0 0.5em 0;
    margin: 0.5em 0 1em 0;
    font-size: 1.05em;
  }

  .landingBesediloRazvoj,
  .landingBesediloZnanje,
  .landingBesediloIzboljsave {
    font-size: 1em;
    padding: 1em 2em 2em 2em;
    width: 28em;
  }

  .landingBesediloRazvoj,
  .landingBesediloZnanje {
    top: 37.5%;
  }

  .landingBesediloIzboljsave {
    top: 38%;
  }
  }

  @media(min-width: 820px) and (orientation: portrait) {
  .landingBesediloRazvoj {
    top: 40%;
  }

  .landingBesediloZnanje,
  .landingBesediloIzboljsave {
    top: 39%;
  }
  }

  @media(min-width: 1180px) and (orientation: landscape) {
  .landingBg {
    top: 40%;
  }

  .landingBesediloRazvoj,
  .landingBesediloZnanje,
  .landingBesediloIzboljsave {
    width: 35em;
  }

  .landingBesediloRazvoj,
  .landingBesediloZnanje {
    top: 37.5%;
  }

  .landingBesediloIzboljsave {
    top: 38.5%;
  }
  }

  @media(min-width: 1024px) and (orientation: portrait) {
  .landingBesediloRazvoj,
  .landingBesediloZnanje,
  .landingBesediloIzboljsave {
    width: 35em;
  }

  .landingBesediloRazvoj {
    top: 42%;
  }

  .landingBesediloZnanje,
  .landingBesediloIzboljsave {
    top: 41.5%;
  }
  }

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

  .logo {
    top: 1em;
    height: 6em;
    width: 15rem;
  }

  footer {
    font-size: 0.7em;
  }
  
  #menuToggle {
    left: 2.5em;
    top: -0.70em;
  }
    
  #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);
  }

  .landing {
    height: calc(100vh - 6em);
  }

  .landingBg {
    top: 22%;
  }

  .landingBesedilo {
    font-size: 1.4em;
    width: 13.3em;
  }

  .preveriPonudbo {
    font-size: 0.65em;
  }

  .razvoj,
  .znanje,
  .izboljsave {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 6em);
  }

  .razvoj {
    background-image: url(/images/stroj4.jpg);
    background-repeat: repeat;
  }

  .znanje {
    background-image: url(/images/stroj3.jpg);
  }

  .izboljsave {
    background-image: url(/images/kljukice.jpg);
  }

  .naslov {
    font-size: 1.1em;
    font-weight: 600;
    color: #000000;
    text-align: center;
    padding: 0.5em 0 0.5em 0;
    margin: 0 0 1em 0;
  }

  .landingBgRazvoj,
  .landingBgZnanje,
  .landingBgIzboljsave {
    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;
    width: auto;
    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;
    overflow: hidden;
  }

  .landingBesediloRazvoj,
  .landingBesediloZnanje,
  .landingBesediloIzboljsave {
    font-size: 1.1em;
    padding: 0.8em 1.5em 1.5em 1.5em;
    opacity: 0;
    width: 35em;
  }

  .landingBesediloRazvoj,
  .landingBesediloZnanje,
  .landingBesediloIzboljsave {
    top: 40%;
  }

  .visible {
    opacity: 1;
  }
  }

  @media(min-width: 1366px) and (orientation: landscape) {
  .landingBg {
    top: 25%;
  }

  .naslov {
    font-size: 1.15em;
  }

  .landingBesediloRazvoj,
  .landingBesediloZnanje,
  .landingBesediloIzboljsave {
    top: 41%;
    font-size: 1.15em;
  }

  .visible {
    opacity: 1;
  }
  }

  @media(min-width: 1400px) and (orientation: landscape) {
  .landingBg {
    top: 30%;
  }

  .naslov {
    font-size: 1.15em;
  }

  .landingBesediloRazvoj,
  .landingBesediloZnanje,
  .landingBesediloIzboljsave {
    top: 41%;
    width: 35em;
    font-size: 1.15em;
  }

  .visible {
    opacity: 1;
  }
  }

  @media(min-width: 1440px) and (orientation: landscape) {
  .landingBg {
    top: 30%;
  }

  .naslov {
    font-size: 1.15em;
  }

  .landingBesediloRazvoj,
  .landingBesediloZnanje,
  .landingBesediloIzboljsave {
    font-size: 1.15em;
  }

  .landingBesediloRazvoj {
    top: 38%;
  }

  .landingBesediloZnanje {
    top: 37%;
  }

  .landingBesediloIzboljsave {
    top: 36%;
  }

  .visible {
    opacity: 1;
  }
  }

  @media(min-width: 1600px) and (orientation: landscape) { 
  .landingBg {
    top: 38%;
  }

  .landingBesedilo {
    font-size: 1.7em;
  }

  .naslov {
    font-size: 1.2em;
  }

  .landingBesediloRazvoj,
  .landingBesediloZnanje,
  .landingBesediloIzboljsave {
    font-size: 1.2em;
  }
  }

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

  .logo {
    background-size: cover;
    top: 1em;
    height: 6em;
    width: 15rem;
  }

  .jezikSI {
    top: 2.3em;
  }
    
  .jezikDE {
    top: 3.3em;
  }

  #menuToggle span {
    top: 0;
  }

  #menuToggle input {
    top: 1.3em;
  }

  .preveriPonudbo {
    font-size: 0.6em;
  }

  .razvoj,
  .znanje,
  .izboljsave {
    background-size: cover;
    background-position: 50% 40%;
    height: calc(100vh - 8em);
  }

  .landingBgRazvoj,
  .landingBgZnanje,
  .landingBgIzboljsave {
    top: 35%;
    left: 0;
  }

  .naslov {
    font-size: 1em;
    margin: -1em 0 1em 0;
  }

  .landingBesediloRazvoj,
  .landingBesediloZnanje,
  .landingBesediloIzboljsave {
    padding: 3em;
    font-size: 1.2em;
    font-weight: 300;
  }
    
  .video {
    width: 60%;
    height: 65%;
    margin-top: 80px;
  }
  }