/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 
BARVE:
94a250
temno zelena: #94a250
svetlo zelena: #bfbc7f
temno siva #666666
svetlo siva #cccccc
svetlo plava: #d3dfdd
temno rjava: #5d4e46;
svetlo rjava:a59d8e;


 */

body {
    width: 100%;
    height: 100%;

}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #E6E6E6;
}

html {
    width: 100%;
    height: 100%;
}




/* ================================================================= F O N T I =================================================================  */


h1 {
  font-family: 'Montserrat', sans-serif;
  color: #94a250; 
  text-align: left;
  text-shadow: 0 2px 0 rgba(230, 230, 230, 0.6);

}

h3 {
  font-family: 'Montserrat', sans-serif;
  color: #666; 
  text-align: justify;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 2px solid #94a250;
}

a {
    color: #94a250;
    text-decoration: none;
}

a:hover {
    color: whitesmoke;
    text-decoration: none;
}


.btn.focus, .btn:focus, .btn:hover {
    color: #bfbc7f;
    text-decoration: none;
}





/* =================================================== U N T E R N E H M E N   S E C T I O N ===================================================  */

.unternehmen-section {
    width: 100%;
    height: 100%;
  min-height: 100%;
  overflow: auto;
  padding-top: 100px;
  padding-bottom: 10px;
}

.unternehmen-section:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(../images/ecology_1.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bt {
float: right;
max-width: 50%;
padding-top: 10%;
margin: auto;
}

.btlogo {
   
    
}

.napis {
    padding-left: 15px; 
    
}

.znak {
  
}

.pull-bottom {
    display: inline-block;
    vertical-align: bottom;
   float: none;
   position: relative;
}

@media screen and (max-width: 1125px) {

  .bt {

max-width: 80%;
padding-top: 10%;
margin: auto;
float: none;
text-align: center;
}

.unternehmen-section h1 {
  font-family: 'Play', sans-serif;
  color: #94a250; 
  font-size: 30px !important;
  margin-bottom: 0;
  text-align: center;
}

.unternehmen-section h1 small {
    font-weight: 400;
    line-height: 1;
    color: #94a250;
    margin-bottom: 0;
}

.unternehmen-section h2 {
  font-family: 'Montserrat', sans-serif;
  color: #666; 
  font-size: 20px !important;
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;

}


  .btlogo {

max-width: 50%;
padding-top: 10%;
margin: auto;
float: none;
text-align: center;
}
}


.unternehmen-section h1 {
  font-family: 'Play', sans-serif;
  color: #94a250; 
  font-size: 45px;
  margin-bottom: 0;
}

.unternehmen-section h1 small {
    font-weight: 400;
    line-height: 1;
    color: #94a250;
    margin-bottom: 0;
}

.unternehmen-section h2 {
  font-family: 'Montserrat', sans-serif;
  color: #666; 
  font-size: 30px;
  margin-bottom: 0;
}

.unternehmen-section .gumb {
    position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translate(-50%, -50%);
    margin:0px auto;
}


.scroll{
    width: 30px;
    height: 50px;
    position: absolute;
    bottom: 50%;
    left: 50%;
    cursor: pointer;
    margin-top: -25px;
    margin-left: -15px;
}
.scroll .mouse{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border: 2px solid #94a250;
    border-radius: 20px;
}
.scroll .wheel{
    width: 4px;
    height: 4px;
    top: 10px;
    left: 50%;
    position: absolute;
    background: #94a250;
    display: block;
    border-radius: 50%;
    margin-left: -2px;
    animation-name: scroll-wheel;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
@keyframes scroll-wheel{
    from{
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    to{
        transform: translate3d(0, 10px, 0);
        opacity: 0;
    }
}

@media screen and (max-height: 736px) {
  .unternehmen-section .gumb
  {display:none;
  }
}




/* =================================================== N E D A I N T R O   S E C T I O N ===================================================  */

.nedaintro-section {
    height: 100%;
    min-height: 100%;
    width: 100%;
    padding-top: 80px;
    text-align: center;
    overflow: auto;
    
}

.nedaintro-section .row{
 z-index:3;
}

.nedaintro-section a { 
  
  color: #E6E6E6; 
}

.nedaintro-section a:hover { 
  font-weight: bold;
  color: #94a250;
}

.nedaintro-section small { 
  font-size: smaller;
  font-size: 18px ;
  color: #94a250; 
}

.nedaintro-section small:hover { 
  font-weight: bold;
  color: #5d4e46;
}

.nedaintro-section h2 {
  font-family: 'Montserrat', sans-serif;
  color: #94a250; 
  font-size: 30px;
  text-align: center;
  padding: 3px;
  font-weight: 700;
  text-shadow: 3px 5px 2px rgb(0 0 0 / 0.1);

}

.nedaintro-section h3 {
  font-family: 'Montserrat', sans-serif;
  color: #94a250; 
  font-size: 15px !important;
  text-align: center;
  padding: 2px;

}

.nedaintro-section .logo{
  fill: rgb(148,162,80, 0.7);
  /* display: block; */
}

svg {
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.2));
}

.nedaintro-section .jumbotron {
  text-align: center;
  margin-top: 2%;  
  background: rgba(255, 255, 255, .0);
  padding: 5px 20px;
}

.nedaintro-section .jumbotron p {

  font-family: 'Syne', sans-serif;
  font-size: 16px;
}

.nedaintro-section ul  {
    list-style: none;
    
}


.nb-slideshow,
.nb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.nb-slideshow:after {
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
}
.nb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
  -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.nb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
}
.nb-slideshow li div h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 30px;
  color: rgba(255, 255, 255, .7);
}

.nb-slideshow li:nth-child(1) span { background-image: url(../images/Neda-Bevk_01.jpg) }
.nb-slideshow li:nth-child(2) span {
    background-image: url(../images/Neda-Bevk_02.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.nb-slideshow li:nth-child(3) span {
    background-image: url(../images/Neda-Bevk_03.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.nb-slideshow li:nth-child(4) span {
    background-image: url(../images/Neda-Bevk_04.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.nb-slideshow li:nth-child(5) span {
    background-image: url(../images/Neda-Bevk_05.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.nb-slideshow li:nth-child(6) span {
    background-image: url(../images/Neda-Bevk_06.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
.nb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.nb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.nb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.nb-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.nb-slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
  0% {
      opacity: 0;
      -webkit-animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      -webkit-transform: scale(1.05);
      -webkit-animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      -webkit-transform: scale(1.1);
  }
  25% {
      opacity: 0;
      -webkit-transform: scale(1.1);
  }
  100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
  0% {
      opacity: 0;
      -moz-animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      -moz-transform: scale(1.05);
      -moz-animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      -moz-transform: scale(1.1);
  }
  25% {
      opacity: 0;
      -moz-transform: scale(1.1);
  }
  100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
  0% {
      opacity: 0;
      -o-animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      -o-transform: scale(1.05);
      -o-animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      -o-transform: scale(1.1);
  }
  25% {
      opacity: 0;
      -o-transform: scale(1.1);
  }
  100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
  0% {
      opacity: 0;
      -ms-animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      -ms-transform: scale(1.05);
      -ms-animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      -ms-transform: scale(1.1);
  }
  25% {
      opacity: 0;
      -ms-transform: scale(1.1);
  }
  100% { opacity: 0 }
}
@keyframes imageAnimation { 
  0% {
      opacity: 0;
      animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      transform: scale(1.05);
      animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      transform: scale(1.1);
  }
  25% {
      opacity: 0;
      transform: scale(1.1);
  }
  100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
  0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
  }
  8% {
      opacity: 1;
      -webkit-transform: translateY(0px);
  }
  17% {
      opacity: 1;
      -webkit-transform: scale(1);
  }
  19% { opacity: 0 }
  25% {
      opacity: 0;
      -webkit-transform: scale(2.5);
  }
  100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
  0% {
      opacity: 0;
      -moz-transform: translateY(100px);
  }
  8% {
      opacity: 1;
      -moz-transform: translateY(0px);
  }
  17% {
      opacity: 1;
      -moz-transform: scale(1);
  }
  19% { opacity: 0 }
  25% {
      opacity: 0;
      -moz-transform: scale(2.5);
  }
  100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
  0% {
      opacity: 0;
      -o-transform: translateY(100px);
  }
  8% {
      opacity: 1;
      -o-transform: translateY(0px);
  }
  17% {
      opacity: 1;
      -o-transform: scale(1);
  }
  19% { opacity: 0 }
  25% {
      opacity: 0;
      -o-transform: scale(2.5);
  }
  100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
  0% {
      opacity: 0;
      -ms-transform: translateY(100px);
  }
  8% {
      opacity: 1;
      -ms-transform: translateY(0px);
  }
  17% {
      opacity: 1;
      -ms-transform: scale(1);
  }
  19% { opacity: 0 }
  25% {
      opacity: 0;
      -webkit-transform: scale(2.5);
  }
  100% { opacity: 0 }
}
@keyframes titleAnimation { 
  0% {
      opacity: 0;
      transform: translateY(100px);
  }
  8% {
      opacity: 1;
      transform: translateY(0px);
  }
  17% {
      opacity: 1;
      transform: scale(1);
  }
  19% { opacity: 0 }
  25% {
      opacity: 0;
      transform: scale(2.5);
  }
  100% { opacity: 0 }
}



/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  FOOTER xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

footer  {
  background:  #94a250;
  z-index: 1001;
}



