/* Browser-Standardränder entfernen */
html, body {
  margin: 0;
  padding: 0;
  background-color: #000000;
  height: 100%;
  overflow-x: hidden;
}

 
body {
  min-height: 100vh;
  box-sizing: border-box;
  position: relative;


  margin: 0;
  padding: 0;

   /* Globaler Font für die ganze Seite */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    
}

a[href^="mailto:"] {
  color: #999999;
  text-decoration: none;
}

a[href^="mailto:"]:hover {
  color: #ffffff;
}

