.headerline {
    font-weight: 300px;
    font-size: 15px;
}

/* Add an italic font style to all quotes */
q {
    color: white;
    font: italic bold 15px monospace;
    font-size: 15px;
}

p {
    font-size: 15px;
    font-weight: bold;
}

h1 {
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
    text-align: center;
}

h2 {
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 5px darkblue, 0 0 15px violet;
    text-align: center;
}


h3 {
    color: white;
    font-size: 15px;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
    text-align: center;
}

h4 {
    color: white;
    font-size: 30px;
    text-shadow: 1px 1px 2px black, 0 0 5px violet, 0 0 25px white;
    text-align: center;
}

h5 {
    color: #c82f04;
    text-decoration-line: underline;
    text-align: center;
    font-size: 15px;
    margin-top: 30px;
}

h6 {
    color: #339999;
    font-size: 20px;
}

.schatten {
    margin-top: 0;
    text-shadow: 3px 2px 2px #cccaf3;
    margin-top: 10px;
}

.schatten1 {
    margin-top: 0;
    text-shadow: 3px 2px 2px #336;
}

.schatten2 {
    margin-top: 0;
    text-shadow: 3px 2px 2px white;
}

.small {
    font-size: 20px;
    background-position: top;
}