@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,300,700);


@media (max-width: 768px) {
  .mobile { display: block; }
  .desktop { display: none; }
}
@media (min-width: 769px) {
  .mobile { display: none; }
  .desktop { display: block; }
}

.formTxt::placeholder{
  color: #a6c654;
}

.formTxt {
  border: solid 1px black;
}

.btnForm {
  background-color: #a6c654;
  padding: 5px 15px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  margin-top: 5px;
}

.formEmailMobile {
  margin-top: -40%;
}

.formTxtMobile::placeholder{
  color: #a6c654;
}

.formTxtMobile {
  border: solid 1px black;
  width: 50%;
  padding: 20px;
  font-size: 20px;
}

.btnFormMobile {
  background-color: #fff;
  padding: 15px 35px;
  border: solid 1px black;
  border-radius: 2px;
  cursor: pointer;
  margin-top: 5px;
}

.btnForm:hover {
  background-color: #a6c654;
  padding: 5px 15px;
  border: solid 1px black;
  border-radius: 2px;
  cursor: pointer;
  margin-top: 5px;
}


/* Mobile */
.mobile {
  color: #000;
  align-items: center;
  overflow-y: hidden;
  width: 104%;
  margin-left: -2%;
}

.mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  width: 100%;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  border-bottom: 2px #000 solid;
}
.logo-mobile {
  height: 50px;
}
.menu-button {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
}

.menu-button img{
  margin-left: -70%;
  position: relative;
  height: 30px;
  width: 30px;
}

.close-button {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 2%;
  right: 4%;
  z-index: 100;
}

.close-button img{
  height: 30px;
  width: 30px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  z-index: 102;
}
.menu-list {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-top: -10%;
}
.menu-list li {
  margin: 10px 0;
}
.menu-list a {
  text-decoration: none;
  color: black;
  font-size: 30px;
}
.menu-list a:hover {
  color: #000;
}

.main-mobile p {
  color: #000;
  text-align: center;
  position: relative;
  font-weight: 800;
}

.main-mobile {
  text-align: center;
  padding: 20px;
  font-size: 20px;
  margin-top: 20%;
}

.txt-mobile {
  color: #000;
  text-decoration: none;
  background-color: #ffffff;
  font-size: 18px;
  margin-top: 20px;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 8px;
}

.prijavnicaFitkoMobile {
  text-decoration: none;
  color: #ffffff;
  background-color: rgb(166, 198, 84);
  padding: 20px;
  border-radius: 10px;
  font-size: 120%;
  transition: all 1s;
  border: solid 2px white;
  position: relative;
}

/* CSS index */
body {
    background-color: rgb(166, 198, 84);
}

.container{
  clear:both;
  overflow:auto;
  background-color: #ffffff;
  padding: 30px;
  margin: -7px;
  border-bottom: 2px #2c2c2c ;
}

.logo img {
    float:left;
    width: 16vh;
}

.logo img:hover {
    opacity: 70%;
}

/* IKONE */
.icons {
  position: absolute;
  margin-top: -9vh;
  right: 2vh;
}

.icons img{
  margin-right: 30px;
}

.icons i {
  margin-right: 30px;
}

.fa-instagram {
  color: #000000;
}

.fa-instagram:hover {
  color: rgb(166, 198, 84);
}

.fa-facebook-square {
  color: #000000;
}

.fa-facebook-square:hover {
  color: rgb(166, 198, 84);
}

.fa-youtube-play {
  color: #000000;
}

.fa-youtube-play:hover {
  color: rgb(166, 198, 84);
}

.fa-brands {
  width: 4.6vh;
}

#ig {
  margin-right: 30%;
}

#fb {
  margin-left: -40%;
}

#yt {
  margin-left: 10%;
}

@media screen and (max-width:1080px) {
  .icons {
      display: none;
  }
}

/*/ RD /*/
.FitkoContainer {
  position: absolute;
  top: 25%;
  left: 13%;
  animation: fadeInAnimation ease 4s;
}

.Fitko {
  display: block;
  position: relative;
  width: 22vh;
  height: auto;
  border-radius: 4vh;
  transition: all 1s;
  box-shadow: 35px 35px rgba(18, 17, 17, 0.3);
  background-color: #ffffff;
}

.FitkoOverlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: #3e4142;
  opacity: 80%;
  overflow: hidden;
  width: 22vh;
  height: 35%;
  border-radius: 4vh 4vh 0 0;
  transition: .5s ease;
}

.FitkoContainer:hover .FitkoOverlay {
  bottom: 0;
  border-radius: 4vh;
  height: 100%;
  opacity: 100%;
}

.FitkoText {
  color: white;
  font-size: 2vh;
  position: absolute;
  top: 50%;
  left: 50%;
  letter-spacing: 0.3vh;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 100px;
}

.FitkoText:hover {
  color: rgb(166, 198, 84);
  font-weight: bolder;
}

/*/ Smučanje /*/
.GibalcekContainer {
  position: absolute;
  top: 25%;
  left: 34%;
  animation: fadeInAnimation ease 4s;
}


.Gibalcek {
  display: block;
  width: 22vh;
  height: auto;
  border-radius: 4vh;
  transition: all 1s;
  box-shadow: 35px 35px rgba(18, 17, 17, 0.3);
  background-color: #ffffff;

}

.GibalcekOverlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: #3e4142;
  opacity: 80%;
  overflow: hidden;
  width: 22vh;
  height: 35%;
  border-radius: 4vh 4vh 0 0;
  transition: .5s ease;
}

.GibalcekContainer:hover .GibalcekOverlay {
  bottom: 0;
  border-radius: 4vh;
  height: 100%;
  opacity: 100%;
}

.GibalcekText {
  color: white;
  font-size: 2vh;
  position: absolute;
  top: 50%;
  left: 50%;
  letter-spacing: 0.3vh;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 100px;
}

.GibalcekText:hover {
  color: rgb(166, 198, 84);
  font-weight: bolder;
}

/*/ Coaching /*/
.CoachingContainer {
  position: absolute;
  top: 25%;
  left: 53%;
  animation: fadeInAnimation ease 4s;
}


.Coaching {
  display: block;
  width: 22vh;
  height: auto;
  border-radius: 4vh;
  transition: all 1s;
  box-shadow: 35px 35px rgba(18, 17, 17, 0.3);
  background-color: #ffffff;

}

.CoachingOverlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: #3e4142;
  opacity: 80%;
  overflow: hidden;
  width: 22vh;
  height: 35%;
  border-radius: 4vh 4vh 0 0;
  transition: .5s ease;
}

.CoachingContainer:hover .CoachingOverlay {
  bottom: 0;
  border-radius: 4vh;
  height: 100%;
  opacity: 100%;
}

.CoachingText {
  color: white;
  font-size: 2vh;
  position: absolute;
  top: 50%;
  left: 50%;
  letter-spacing: 0.3vh;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 100px;
}

.CoachingsText:hover {
  color: rgb(166, 198, 84);
  font-weight: bolder;
}


/*/ APP /*/
.AppContainer {
  position: absolute;
  top: 25%;
  left: 73%;
  animation: fadeInAnimation ease 4s;
}

.App {
  display: block;
  position: relative;
  width: 22vh;
  height: auto;
  border-radius: 4vh;
  transition: all 1s;
  box-shadow: 35px 35px rgba(18, 17, 17, 0.3);
  background-color: #ffffff;
}

.AppOverlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: #3e4142;
  opacity: 80%;
  overflow: hidden;
  width: 22vh;
  height: 35%;
  border-radius: 4vh 4vh 0 0;
  transition: .5s ease;
}

.AppContainer:hover .AppOverlay {
  bottom: 0;
  border-radius: 4vh;
  height: 100%;
  opacity: 100%;
}

.AppText {
  color: white;
  font-size: 2vh;
  position: absolute;
  top: 50%;
  left: 50%;
  letter-spacing: 0.3vh;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 100px;
}

.AppText:hover {
  color: rgb(166, 198, 84);
  font-weight: bolder;
}


/*/ Veseli zakladko /*/
.VZContainer {
  position: absolute;
  top: 55%;
  left: 13%;
  animation: fadeInAnimation ease 4s;
}


.VZ {
  display: block;
  width: 22vh;
  height: auto;
  border-radius: 4vh;
  transition: all 1s;
  box-shadow: 35px 35px rgba(18, 17, 17, 0.3);
  background-color: #ffffff;
}

.VZOverlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: #3e4142;
  opacity: 80%;
  overflow: hidden;
  width: 22vh;
  height: 35%;
  border-radius: 4vh 4vh 0 0;
  transition: .5s ease;
}

.VZContainer:hover .VZOverlay {
  bottom: 0;
  border-radius: 4vh;
  height: 100%;
  opacity: 100%;
}

.VZText {
  color: white;
  font-size: 2vh;
  position: absolute;
  top: 50%;
  left: 50%;
  letter-spacing: 0.3vh;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 100px;
}

.VZText:hover {
  color: rgb(166, 198, 84);
  font-weight: bolder;
}


/*/ Fait mami fotr /*/
.NordijskaContainer {
  position: absolute;
  top: 55%;
  left: 33%;
  animation: fadeInAnimation ease 4s;
}


.Nordijska {
  display: block;
  width: 22vh;
  height: auto;
  border-radius: 4vh;
  transition: all 1s;
  box-shadow: 35px 35px rgba(18, 17, 17, 0.3);
  background-color: #ffffff;
}

.NordijskaOverlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: #3e4142;
  opacity: 80%;
  overflow: hidden;
  width: 22vh;
  height: 35%;
  border-radius: 4vh 4vh 0 0;
  transition: .5s ease;
}

.NordijskaContainer:hover .NordijskaOverlay {
  bottom: 0;
  border-radius: 4vh;
  height: 100%;
  opacity: 100%;
}

.NordijskaText {
  color: white;
  font-size: 2vh;
  position: absolute;
  top: 50%;
  left: 50%;
  letter-spacing: 0.3vh;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 100px;
}

.NordijskaText:hover {
  color: rgb(166, 198, 84);
  font-weight: bolder;
}

/*/ Team building /*/
.VSContainer {
  position: absolute;
  top: 55%;
  left: 53%;
  animation: fadeInAnimation ease 4s;
}


.VS {
  display: block;
  width: 22vh;
  height: auto;
  border-radius: 4vh;
  transition: all 1s;
  box-shadow: 35px 35px rgba(18, 17, 17, 0.3);
  background-color: #ffffff;
}

.VSOverlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: #3e4142;
  opacity: 80%;
  overflow: hidden;
  width: 22vh;
  height: 35%;
  border-radius: 4vh 4vh 0 0;
  transition: .5s ease;
}

.VSContainer:hover .VSOverlay {
  bottom: 0;
  border-radius: 4vh;
  height: 100%;
  opacity: 100%;
}

.VSText {
  color: white;
  font-size: 2vh;
  position: absolute;
  top: 50%;
  left: 50%;
  letter-spacing: 0.3vh;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 100px;
}

.VSText:hover {
  color: rgb(166, 198, 84);
  font-weight: bolder;
}


/*/ Tematski parki /*/
.TPContainer {
  position: absolute;
  top: 55%;
  left: 73%;
  animation: fadeInAnimation ease 4s;
}


.TP {
  display: block;
  width: 22vh;
  height: auto;
  border-radius: 4vh;
  transition: all 1s;
  box-shadow: 35px 35px rgba(18, 17, 17, 0.3);
  background-color: #ffffff;
}

.TPOverlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: #3e4142;
  opacity: 80%;
  overflow: hidden;
  width: 22vh;
  height: 35%;
  border-radius: 4vh 4vh 0 0;
  transition: .5s ease;
}

.TPContainer:hover .TPOverlay {
  bottom: 0;
  border-radius: 4vh;
  height: 100%;
  opacity: 100%;
}

.TPText {
  color: white;
  font-size: 2vh;
  position: absolute;
  top: 50%;
  left: 50%;
  letter-spacing: 0.3vh;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 100px;
}

.TPText:hover {
  color: rgb(166, 198, 84);
  font-weight: bolder;
}
 
/* Footer */
  .footer-distributed{
      background: #ffffff;
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
      box-sizing: border-box;
      width: 100%;
      text-align: left;
      font: bold 16px sans-serif;
      padding: 55px 50px;
      top: 100%;
      left: 0;
      position: absolute;
      border-top: 2px solid #3e4142;
  }
  
  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
      display: inline-block;
      vertical-align: top;
  }
  
  /* Footer left */
  
  .footer-distributed .footer-left{
      width: 40%;
  }
  
  /* The company logo */
  
  .footer-distributed h3{
      color:  #6d6c6c;
      font: normal 36px 'Open Sans', cursive;
      margin: 0;
  }
  
  .footer-distributed h3 span{
      color:  rgb(166, 198, 84);
  }
  
  /* Footer links */
  
  .footer-distributed .footer-links{
      color:  #3e4142;
      margin: 20px 0 12px;
      padding: 0;
  }
  
  .footer-distributed .footer-links a{
      display:inline-block;
      line-height: 1.8;
    font-weight:400;
      text-decoration: none;
      color:  inherit;
  }
  
  .footer-distributed .footer-company-name{
      color:  #3e4142;
      font-size: 14px;
      font-weight: normal;
      margin: 0;
  }
  
  /* Footer Center */
  
  .footer-distributed .footer-center{
      width: 35%;
  }
  
  .footer-distributed .footer-center i{
      background-color:  #8e8e8e;
      color: #2c2c2c;
      font-size: 25px;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      text-align: center;
      line-height: 42px;
      margin: 10px 15px;
      vertical-align: middle;
  }
  
  .footer-distributed .footer-center i.fa-envelope{
      font-size: 17px;
      line-height: 38px;
  }
  
  .footer-distributed .footer-center p{
      display: inline-block;
      color: #3e4142;
    font-weight:400;
      vertical-align: middle;
      margin:0;
  }
 
  
  .footer-distributed .footer-center p span{
      display:block;
      font-weight: normal;
      font-size:14px;
      line-height:2;
  }
  
  .footer-distributed .footer-center p a{
      color:  rgb(166, 198, 84);
      text-decoration: none;;
  }
  
  .footer-distributed .footer-links a:before {
    content: "|";
    font-weight:300;
    font-size: 20px;
    left: 0;
    color: #3e4142;
    display: inline-block;
    padding-right: 5px;
  }
  
  .footer-distributed .footer-links .link-1:before {
    content: none;
  }
  
  /* Footer Right */
  
  .footer-distributed .footer-right{
      width: 20%;
  }
  
  .footer-distributed .footer-company-about{
      line-height: 20px;
      color:  #3e4142;
      font-size: 13px;
      font-weight: normal;
  }
  
  .footer-distributed .footer-company-about span{
      display: block;
      color:  #2c2c2c;
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 20px;
  }

  .footer-right ul {
    margin-left: -40px;
  }
  
  .footer-distributed {
      margin-top: 25px;
  }
  
  .footer-distributed  a{
      display: inline-block;
      width: 35px;
      height: 35px;
      cursor: pointer;
      border-radius: 2px;
  
      font-size: 20px;
      color: #3e4142;
      text-align: center;
      line-height: 35px;
      margin-bottom: 5px;
  }
  
  @media (max-width: 880px) {
  
      .footer-distributed{
          font: bold 14px sans-serif;
      }
  
      .footer-distributed .footer-left,
      .footer-distributed .footer-center,
      .footer-distributed .footer-right{
          display: block;
          width: 100%;
          margin-bottom: 40px;
          text-align: center;
      }
  
      .footer-distributed .footer-center i{
          margin-left: 0;
      }
  
  }

  .footer-company-about {
    font-weight: 100;
  }

  li{
    list-style-type: none;
    font-weight: 400;
  }
  
  @media (max-width: 768px) {
    .image-container {
      flex-direction: column !important;
      align-items: center !important;
    }
  }

/* CSS FITKO */
.OpisPrograma {
  margin-top: -7%;
}

h2  {
  text-align: center;
}

.besediloFitko {
  text-align: center;
  padding-top: 2vh;
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 5%;
  color: #000;
}


.prijavnicaFitko {
  text-decoration: none;
  color: #ffffff;
  background-color: rgb(166, 198, 84);
  padding: 20px;
  border-radius: 10px;
  font-size: 120%;
  transition: all 1s;
  border: solid 2px white;
}

.prijavnicaFitko:hover {
  background-color: #ffffff;
  color: #3e4142;
  border: solid 2px #3e4142;
}

/* Footer Fitko*/
.footer-distributedF{
  background: #ffffff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 55px 50px;
  top: BOTTOM;
  left: 0;
  position: absolute;
  border-top: 2px solid #3e4142;
}

.footer-distributedF .footer-leftF,
.footer-distributedF .footer-centerF,
.footer-distributedF .footer-rightF{
  display: inline-block;
  vertical-align: top;
}

/* Footer left */

.footer-distributedF .footer-leftF{
  width: 40%;
}

/* The company logo */

.footer-distributedF h3{
  color:  #6d6c6c;
  font: normal 36px 'Open Sans', cursive;
  margin: 0;
}

.footer-distributedF h3 span{
  color:  rgb(166, 198, 84);
}

/* Footer links */

.footer-distributedF .footer-linksF{
  color:  #3e4142;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributedF .footer-linksF a{
  display:inline-block;
  line-height: 1.8;
font-weight:400;
  text-decoration: none;
  color:  inherit;
}

.footer-distributedF .footer-company-nameF{
  color:  #3e4142;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

/* Footer Center */

.footer-distributedF .footer-centerF{
  width: 35%;
}

.footer-distributedF .footer-centerF i{
  background-color:  #8e8e8e;
  color: #2c2c2c;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributedF .footer-centerF i.fa-envelope{
  font-size: 17px;
  line-height: 38px;
}

.footer-distributedF .footer-centerF p{
  display: inline-block;
  color: #3e4142;
font-weight:400;
  vertical-align: middle;
  margin:0;
}

.footer-distributedF .footer-centerF p span{
  display:block;
  font-weight: normal;
  font-size:14px;
  line-height:2;
}

.footer-distributedF .footer-centerF p a{
  color:  rgb(166, 198, 84);
  text-decoration: none;;
}

.footer-distributedF .footer-linksF a:before {
content: "|";
font-weight:300;
font-size: 20px;
left: 0;
color: #3e4142;
display: inline-block;
padding-right: 5px;
}

.footer-distributedF .footer-linksF .link-1F:before {
content: none;
}

/* Footer Right */

.footer-distributedF .footer-rightF{
  width: 20%;
}

.footer-distributedF .footer-company-aboutF{
  line-height: 20px;
  color:  #3e4142;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributedF .footer-company-aboutF span{
  display: block;
  color:  #2c2c2c;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributedF {
  margin-top: 25px;
}

.footer-distributedF  a{
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  border-radius: 2px;

  font-size: 20px;
  color: #3e4142;
  text-align: center;
  line-height: 35px;

  margin-right: 3px;
  margin-bottom: 5px;
}

@media (max-width: 880px) {

  .footer-distributedF{
      font: bold 14px sans-serif;
  }

  .footer-distributedF .footer-leftF,
  .footer-distributedF .footer-centerF,
  .footer-distributedF .footer-rightF{
      display: block;
      width: 100%;
      margin-bottom: 40px;
      text-align: center;
  }

  .footer-distributedF .footer-centerF i{
      margin-left: 0;
  }

}

.footer-company-aboutF {
font-weight: 100;
}

li{
list-style-type: none;
font-weight: 400;
}

@media screen and (max-width:1080px) {
  .hideAll {
      display: none;
  }
}


.wrapper{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  clip-path: circle(25px at calc(100% - 45px) 45px);
  transition: all 0.3s ease-in-out;
}
#active:checked ~ .wrapper{
  clip-path: circle(75%);
}
.menu-btn{
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 20px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  background: #000;
  transition: all 0.3s ease-in-out;
}
#active:checked ~ .menu-btn{
  color: #fff;
}
#active:checked ~ .menu-btn i:before{
  content: "\f00d";
}
.wrapper ul{
  position: absolute;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
}
.wrapper ul li{
  margin: 2px 0;
}
.wrapper ul li a{
  color: none;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  border-radius: 50px;
  background: #000;
  position: relative;
  line-height: 50px;
  transition: all 0.3s ease;
}
.wrapper ul li a:after{
  position: absolute;
  content: "";
  background-image: radial-gradient(#a6c654, #fff);
  width: 104%;
  height: 110%;
  left: -2%;
  top: -5%;
  border-radius: 50px;
  transform: scaleY(0);
  z-index: -1;
  animation: rotate 1.5s linear infinite;
  transition: transform 0.3s ease;
}
.wrapper ul li a:hover:after{
  transform: scaleY(1);
}
.wrapper ul li a:hover{
  color: rgb(166, 198, 84);
}
input[type="checkbox"]{
  display: none;
}
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  text-align: center;
  width: 100%;
  color: #202020;
}
.content .title{
  font-size: 40px;
  font-weight: 700;
}
.content p{
  font-size: 35px;
  font-weight: 600;
}

@keyframes rotate {
  0%{
    filter: hue-rotate(0deg);
  }
  100%{
    filter: hue-rotate(360deg);
  }
}

@media screen and (min-width:1080px) {
  .menu {
      display: none;
  }
}

/* popup */
.popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f9f9f9;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.popup-header {
  position: absolute;
  top: 5px;
  right: 7%;
}

.popbut {
  background-color: rgb(166, 198, 84);
  border: 1px solid black
}

.popbut:hover {
  background-color: rgba(166, 198, 84, 0.53);
}

.close {
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
  color: #000;
}

.popup-content {
  text-align: center;
}

.popup-content button {
  margin: 10px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.popup-hidden {
  display: none;
}



/* CSS GIBALCEK*/
.OpisProgramaMG {
  margin-top: -5%;
}

.besediloGibalcek {
  text-align: center;
  padding-top: 2vh;
  margin-top: 5%;
}

/* CSS SMUČANJE */
#footerSmucanje {
  margin-top: 5%;
}

.galerijaSmucanje {
  position: relative;
  top: 200px;
  text-decoration: none;
  color: #ffffff;
  background-color: #3e4142;
  padding: 20px;
  border-radius: 10px;
  font-size: 120%;
  transition: all 1s;
  border: solid 2px white;
}

.galerijaSmucanje:hover {
  background-color: #ffffff;
  color: #3e4142;
  border: solid 2px #3e4142;
}

/* CSS nordijska*/

.nordijska1 {
  width: 50%;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 3%;
  size: 70%;
}

.nordijska2 {
  width: 30%;
  border-radius: 8px;
}

/* Šole/vrtci */
#footer {
  margin-top: 105%;
}

/* Parki */
#footerParki {
  margin-top: 20%;
}

/* Portfolio */
.odmikfoto {
  position: relative;
  margin-top: 0.5%;
}

#gallery {
  line-height:0;
  column-count:5;
  column-gap:5px;
}

#gallery img {
  width: 100% !important;
  height: auto !important;
  margin-bottom:5px;
}

.zoom:hover {
  transform: scale(1.2);
  transition: all 2s;
}

.pageAnim {
  height: 350%;
  position: relative;
}

.bg {
  animation:slide 6s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #000000 50%, #a6c654 50%);
  bottom: 0;
  left:-50%;
  opacity:.5;
  position: absolute;
  right:-50%;
  top: -0.8%;
  z-index: -2;
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:7s;
}

.bg3 {
  animation-duration:8s;
} 

@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}

.alert {
  background-image: url(slike/zacetnastran-ikone/bg.jpg);
  background-size: 100%;
  background-position-y: -58%;
}

.alertbox {
  background-color: white;
  width: 20%;
  padding-top: 7.5%;
  padding-bottom: 7.5%;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 10%;
  border-radius: 40px;
  border: #000 3px solid;
  text-align: center;
}

.btn_close {
  background-color: #FF0000;
  text-decoration: none;
  color: #2c2c2c;
  border-radius: 8px;
  padding: 1% 2% 1% 2%;
}

.btn_open {
  background-color: #a6c654;
  text-decoration: none;
  color: #2c2c2c;
  border-radius: 8px;
  padding: 1% 2% 1% 2%;
  margin-left: 5%;
}

.btn_close:hover {
  opacity: 80%;
}

.btn_open:hover {
  opacity: 80%;
}

.alerttxt {
  padding-left: 7%;
  padding-right: 7%;
}


