@charset "UTF-8";
/* CSS Document */

@import "reset.css";
@import "layout.css";

.name {
	border-bottom:thin #999 dotted;
	cursor:help;
}

/* Telefon Link */

a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
    text-decoration:    none;
    color: #000;

}

@media only screen and (max-device-width: 480px) {

  a[href^="tel"]:link,

  a[href^="tel"]:visited,

  a[href^="tel"]:hover {

      text-decoration:    underline;

      color: blue;

   }

}
