/*Page-Navigation*/

.font-navigation {
  font-family: Font-Light;
  text-decoration: none;
  font-size: 36px;
  color: #333333;
  letter-spacing: 5px;
  line-height: normal;
}

.font-navigation:hover {
  font-family: Font-Light;
  text-decoration: none;
  font-size: 36px;
  color: #eeeeee;
  letter-spacing: 5px;
  line-height: normal;
}

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

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

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

/*Page-Navigation*/

.font-navigation {
  font-family: Font-Light;
  text-decoration: none;
  font-size: 18px;
  color: #333333;
  letter-spacing: 5px;
  line-height: normal;
}

.font-navigation:hover {
  font-family: Font-Light;
  text-decoration: none;
  font-size: 18px;
  color: #eeeeee;
  letter-spacing: 5px;
  line-height: normal;
}

}