html,
body {
    height: 100%;
    margin: 0;
}

body {
    background: url(./img/bg.htm) center center fixed #ccc;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 12pt;
    font-family: monospace;
    color: #001233;
    line-height: 1.5;
    letter-spacing: 0.5pt;
    word-spacing: 1pt;
}

main {
    position: relative;
    top: 10em;
    margin: 0 auto -3.5em;
    /* Der Trick um das Element vertikal Seitenmitte zu setzen:
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    background-color: rgba(250, 250, 250, 0.9);
    border: 1px solid #dadada;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    width: 30em;
    height: 23em;
    padding: 0 2em; /* 0 1.7em *3em* inline style setzen, falls länger */
}

footer {
    /* position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
    position: relative;
    top: 10em;
    margin: 0 auto;
    width: 33em;
    padding-bottom: 5em;
}

img#hi {
    position: relative;
    bottom: 3.5em;
    right: 3.5em;
    width: 29px;
    height: 40px;
}

a#tea {
    text-decoration: none;
    padding: 0;
}

a#tea:hover {
    text-decoration: none;
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    font-weight: normal;
}

h1,
h2 {
    position: relative;
    bottom: 1em;
}

h1 {
    font-size: 16pt;
}

h2 {
    font-size: 14pt;
}

h3 {
    margin: 2em 0 1em;
    font-size: 12pt;
    font-style: italic;
}

h4 {
    margin: 2em 0 1em;
    font-size: 11pt;
}

a {
    color: #001233;
    text-decoration: none;
    padding: 0 10px 0;
}

a:hover {
    color: #8c1a1a;
    border-bottom: 1px solid;
    padding: 0 10px 0px;
}

a.regular,
a:hover.regular {
    padding: 0;
}

ul {
    max-width: 30em;
    margin: 0;
}

li {
    list-style-image: url(./li.png);
    padding: 0 0 0 5px;
}

.zeile {
    font-size: 10pt;
    margin: 0 0 0 10px;
}

p {
    padding: 0 1em;
}

hr {
    /*
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0),
        rgba(0, 0, 0, 0)
        border: 0 none;
        height: 1px;
    ); */
    margin: 1em auto;
    width: 75%;
    border: 1px solid #c0c0c0;
}

q::before,
.qb::before {
    content: "„";
}

q::after,
.qa::after {
    content: "“";
}

.nobr {
    white-space: nowrap;
}
