@font-face {
    font-family:"Station";
    src: url("../FONTS/Station$04$.ttf") format("truetype"), url('../FONTS/Station$04$.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:"Amandine";
    src: url("../FONTS/Amandine$04$.ttf") format("truetype");
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:"Aktuelle";
    src: url("../FONTS/AKTUELLE$04$.ttf") format("truetype");
    font-weight:normal;
    font-style:normal;
}

body{
    margin : auto;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#stationSpan{
    font-family : "Station";
    display: none;
}

#amandineSpan{
    font-family: "Amandine";
    display: none;
}

.browserImage{
    position: absolute;
    width: 60%;
    left: 20%;
    top: 15%;
    display: none;
}

#aktuelleSpan{
    font-family: "Aktuelle";
    display: none;
}

.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;

    /*
      Introduced in IE 10.
      See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
    */
    -ms-user-select: none;
    user-select: none;
}