html {
  background:#FFF8DC url(../images/body-index.png) no-repeat center top fixed; 
}

a.kontakt {
  color: #000;
  text-shadow: 3px 2px 6px #FFF;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a.kontakt:hover {
  color: #FFF;
  text-decoration: none;
  text-shadow: 3px 2px 6px #000;
}

a.kontakt:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a.kontakt:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a.kontakt:not([href]):not([tabindex]):focus {
  outline: 0;
}

i {
  color: #000;
  text-shadow: 3px 2px 6px #FFF;
}