/********** Navigation-Toggle **********/

/*Background*/

nav li:nth-of-type(1) {
  background-image: 	url(../../images/background/bg-01.jpg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  animation:opac 0.0s;}@keyframes opac{from{opacity:0} to{opacity:1}
}

nav li:nth-of-type(2) {
  background-image: 	url(../../images/background/bg-02.jpg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  animation:opac 0.0s;}@keyframes opac{from{opacity:0} to{opacity:1}
}

nav li:nth-of-type(3) {
  background-image: 	url(../../images/background/bg-03.jpg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  animation:opac 0.0s;}@keyframes opac{from{opacity:0} to{opacity:1}
}

nav li:nth-of-type(4) {
  background-image: 	url(../../images/background/bg-04.jpg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  animation:opac 0.0s;}@keyframes opac{from{opacity:0} to{opacity:1}
}

nav li:nth-of-type(5) {
  background-image: 	url(../../images/background/bg-05.jpg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  animation:opac 0.0s;}@keyframes opac{from{opacity:0} to{opacity:1}
}

/**************************************** Mediascreen ****************************************/

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

}