/* Kommentare stehen in CSS anders als in HTML zwischen  */
body {
 text-align: left;
 margin-left: 2em; /*5em;  */
 margin-right: 2em; /* 5em;  */
 background-color: #EDDAB6;        /* #FFFFFF weiss; #ffeedd https://www.colorhexa.com/ffeedd */
  color: #800000;    /* #331919;   */
}
body.site {
padding:20px 0;
}
main {
font-family: Calibri, sans-serif
/*font-family:
    -apple-system,        // Safari auf OS X oder iOS (San Francisco)
    BlinkMacSystemFont,   // Chrome < 56 auf OS X (San Francisco)
    "Segoe UI",           // Windows
    Roboto,               // Android
    "Helvetica Neue",     // Fallback
    sans-serif;  */
}
h1, h2, h3, h4, h5; p {
                color: black;
}
footer {
  position: fixed;
  padding: .6em;
  bottom: 0;
  left: 0;
  right: 0;
}