/* CSS Qadvice */

html    {height: 100vh;
        font-size: 62.5%;
        }
body    {text-align: left;
        font-family: Verdena, sans-serif;
        font-size: 1.2em ;  /* Std. Schriftgröße ca. 12px */
        line-height: 1.8em ;
        background-color: #white;
        padding: 10px;
        }

/* -----------------------------------------------------------*/

a       {text-decoration: none;
        }

h1      {font-size: 2.2em;
        line-height: 2.0em;
        }

h2      {font-size: 1.8em;
        line-height:2.0em;
        letter-spacing: 0.3em;
        }

h3      {
        font-size: 1.4em;
        line-height:1.6em;
        }

hr      {
         width: 40%;
         height: 1px;
         background-color: black;
         margin-top: 1px;
         margin-bottom: 10px;
         }

div#zentriert   {text-align: center;
                }

.rand   {border-width: 5px;
        border-style: solid;
        border-color: transparent;
        }

.einzelbild {max-width: 100%;
            height: auto;
            }

p#navigation {letter-spacing: 10em;
             text-decoration:none;
             }

div#footer {
        margin-top: 5px;
        font-size: 1.0em;
        font-weight: bold;
        padding: 4px 0px 6px 0px;
        text-align: center;
        }

div#footer a {color: black;}
