/*!
 * Elmar
 */
@font-face { font-family: 'elmar';
/*!             src: url('../font/Gatwick-Regular.otf') format('opentype'); 
 */             src: url('../font/sporting_grotesque_normal.otf') format('opentype'); 
}

body {
  font-family: elmar, Georgia, Times, serif;
  color: black; 
  line-height: 7em;
  letter-spacing: -0.15em;
  margin-left: 3em;
  margin-right: 3em;
  background-image: linear-gradient(to top left, cyan 0%, blue 60%);
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

a         {color: white;}

.erledigt {
  color:  black;
  text-decoration: line-through 5px;
}

