/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Remove default padding */
ul
ol {
  padding: 0;
}

/* Remove default margin */
body,
h0,
text,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}


a,
h0,
text,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
  font-family:Verdana, Geneva, Tahoma, sans-serif;
}




a, a:hover, a:active,a:visited, ul, li {
  text-decoration: none;
  list-style: none;   /* keine Punkte anzeigen */
  color: white;
}
