/* ===============================
   CHOKEPOINT FOOTER / STATISTIK
================================ */

.cp_footer {
    width: 940px;
    margin: 26px auto 10px auto;
    background: #dedcd6;
    color: #3e3e3e;
    box-sizing: border-box;
}

/* LEGENDE */

.cp_footer_legend {
    background: #e6e4de;
    border: 1px solid #d0cdc5;
    border-left: 5px solid #7e735d;
    padding: 13px 16px;
    box-sizing: border-box;
    margin-bottom: 12px;
    text-align: center;
}

.cp_footer_legend > span {
    display: block;
    font-size: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #7e735d;
    margin-bottom: 8px;
}

.cp_legend_content {
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
}

/* ONLINE BOXEN */

.cp_footer_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 12px;
}

.cp_footer_card {
    background: #e6e4de;
    border: 1px solid #d0cdc5;
    border-left: 5px solid #7e735d;
    padding: 14px;
    min-height: 160px;
    box-sizing: border-box;
}

.cp_footer_card h3 {
    margin: 0 0 10px 0;
    padding: 0 0 7px 0;
    border-bottom: 1px solid #c6c2b8;
    background: none;
    font-size: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #7e735d;
    font-weight: normal;
    text-align: left;
}

.cp_footer_card h3 i {
    margin-right: 7px;
}

.cp_footer_scroll {
    max-height: 110px;
    overflow: auto;
    font-size: 11px;
    line-height: 18px;
}

/* GERÜCHTE */

.cp_footer_gossip {
    background: #e6e4de;
    border: 1px solid #d0cdc5;
    border-left: 5px solid #7e735d;
    padding: 12px 16px;
    margin-bottom: 12px;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
}

/* STATISTIK */

.cp_footer_stats {
    background: #e6e4de;
    border: 1px solid #d0cdc5;
    padding: 16px;
    box-sizing: border-box;
    margin-bottom: 12px;
}

.cp_stats_head {
    text-align: center;
    font-size: 12px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #5f5648;
    border-bottom: 1px solid #c6c2b8;
    padding-bottom: 10px;
    margin-bottom: 14px;
}

.cp_stats_head i {
    color: #7e735d;
    margin-right: 8px;
}

.cp_stats_grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
}

.cp_stat_item {
    background: #dedcd6;
    border: 1px solid #d0cdc5;
    padding: 11px 8px;
    text-align: center;
    box-sizing: border-box;
}

.cp_stat_item i {
    display: block;
    font-size: 17px;
    color: #7e735d;
    margin-bottom: 6px;
}

.cp_stat_item span {
    display: block;
    font-size: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #7e735d;
    margin-bottom: 4px;
}

.cp_stat_item b {
    display: block;
    font-size: 12px;
    color: #5f5648;
    font-weight: normal;
}

.cp_welcome {
    margin-top: 12px;
    background: #dedcd6;
    border-left: 4px solid #7e735d;
    padding: 10px;
    font-size: 11px;
    text-align: center;
}

.cp_welcome i {
    color: #7e735d;
    margin-right: 6px;
}

/* PARTNER */

.cp_partner {
    text-align: center;
    background: #e6e4de;
    border: 1px solid #d0cdc5;
    padding: 10px;
    margin-bottom: 12px;
}

.cp_partner img {
    margin: 2px 4px;
    opacity: 0.8;
    transition: 0.2s;
}

.cp_partner img:hover {
    opacity: 1;
}

/* ZITATE + THEME */

.cp_footer_quotes {
    background: #e6e4de;
    border: 1px solid #d0cdc5;
    border-left: 5px solid #7e735d;
    padding: 14px;
    margin-bottom: 12px;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
}

.cp_theme {
    text-align: center;
    margin: 10px 0;
}

/* MARK READ */

.footer_mark {
    width: 940px!important;
    margin: 8px auto 20px auto!important;
    background: #7e735d!important;
    padding: 5px 8px!important;
    box-sizing: border-box;
    text-align: right!important;
}

.footer_mark a {
    color: #deddd9!important;
    font-size: 10px!important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* LINKS */

.cp_footer a {
    color: #7e735d;
    text-decoration: none;
}

.cp_footer a:hover {
    color: #5f5648;
}

/* MOBILE */

@media only screen and (max-width: 800px) {
    .cp_footer {
        width: 94%;
    }

    .cp_footer_grid,
    .cp_stats_grid {
        grid-template-columns: 1fr;
    }

    .footer_mark {
        width: 94%!important;
    }
}