body {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .1em;
    padding: 32px;
    margin: 0;
}

h1 {
    text-transform: uppercase;
    font-weight: bolder;
    letter-spacing: .3em;
}

.betriebs-advertiser {
	margin-top: 2em;
}

.copyright {
    letter-spacing: .1em;
    font-size: .75em;
    display: block;
}

.footer-nav {
    letter-spacing: .1em;
    list-style: none;
    padding: 0;
}

.footer-nav a {
    color: #74462f;
    text-decoration: none;
}

.footer-nav li {
    margin-bottom: 12px;
}

.hof-advertiser {
    display: flex;
    margin-bottom: 64px;
    flex-flow: wrap;
    justify-content: space-around;
    width: 100%;
}

.hof-outer {
    max-width: 100%;
    margin: 24px 0;
}

.hof-preview {
    height: 250px;
}

.hof {
    background: #fff;
    padding: 10px 5px;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.12),
                0 2px 2px rgba(0,0,0,0.12),
                0 4px 4px rgba(0,0,0,0.12),
                0 8px 8px rgba(0,0,0,0.12),
                0 16px 16px rgba(0,0,0,0.12);
    display: flex;
    flex-flow: column;
}

.bottom-desc img {
    max-width: 50%;
    max-height: 64px;
    padding: 8px;
}

.bottom-desc a {
    color: #74462f;
    float: right;
    text-decoration: none;
    margin-top: 12px;
}

.bottom-desc>span {
    font-weight: bolder;
    box-sizing: border-box;
    height: 80px;
    display: block;
    font-size: 16px;
    padding: 32px 5px;
    line-height: 1;
}

.bottom-desc p {
    margin: 0;
}

.hof-font {
    font-weight: bolder;
}

header a {
    text-decoration: none;
    color: #000;
}

main>h1 {
    margin-bottom: 0;
}

body {
    max-width: 1200px;
    margin: 0 auto;
}

@media only screen and (min-width: 800px) {
    .hof-advertiser {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
}

@media only screen and (max-width: 400px) {
    h1 {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 330px) {
    h1 {
        font-size: 1em;
    }
}