footer {
    border-top: 5px yellow solid;
    margin-top: 75px;
    padding-top: 15px;
    background-color: grey;
}
footer a:link, footer a:visited {
    color: #FFF;
}
footer div.copyright {
    padding:10px 0;
    background-color: darkgrey;
    font-size: 1em;
    font-weight: bold;
}
h1 {
    margin:20px 0 25px 0;
}

div.forum {
    background-color: #e4df61;
    padding: 50px 0;
}
div.archive {
    height: 150px;
    background-image: url("../images/museum/anzeige.jpg");
    color: #FFF;
}
h1 {
    color: #ffc107;
    border-bottom: 1px solid black;
    background-color: #333;
    padding: 5px 0 10px 10px;
    font-size: 2em;
}
h2 {
    color: #000;
    font-size: 1.75em;
}
h3 {
    color: #5D6061;
    font-size: 1.5em;
}
h4 {
    color: #A38E46;
    font-size: 1.25em;
}
a:link, a:visited {
    color: #5D6061;
    text-decoration: underline;
}
.table td, .table th {
    font-size: 0.8rem;
    padding: 0.2rem;
}
.table tr.bg-dark td    {
    color: #fff;
}
.table tr.bg-dark a:link,
.table tr.bg-dark a:visited {
    color: #ffc107;
}
.table tr.bg-season,
.table-striped tbody tr.bg-season:nth-of-type(2n+1)
{
    background-color: #ffc107;
}
h4 a:link, h4 a:visited {
    color: #A38E46;
    text-decoration: none;
}
a.btn-dark {
    color: #FFF;
    text-decoration: none;
}
h1 a:link, h1 a:visited {
    color: #ffc107;
}
div.navigation-bottom {
    margin: 30px 0 10px;
    border-top: 2px solid black;
    background-color: #fff3cd;
    padding: 20px 0 10px;
}