/* ===============================
   MIAMI FOOTER
================================ */

.cp_footer {
    width: 940px;
    margin: 26px auto 10px auto;
    color: #3e3e3e;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

/* LEGENDE */

.cp_footer_legend {
    background: #e6e4de;
    border: 1px solid #d0cdc5;
    border-left: 5px solid #7e735d;
    padding: 14px 16px;
    margin-bottom: 12px;
    text-align: center;
    box-sizing: border-box;
}

.cp_footer_legend > span {
    display: block;
    margin-bottom: 9px;
    font-family: Georgia, serif;
    font-size: 11px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #7e735d;
}

.cp_legend_content {
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
}

/* ONLINE GRID */

.cp_footer_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 12px;
}

.cp_footer_card {
    background:
        linear-gradient(rgba(230,228,222,.92), rgba(230,228,222,.96)),
        url(https://hearts-still-beating.de/images/miami-paper-bg.png);
    background-size: cover;
    border: 1px solid #d0cdc5;
    padding: 15px;
    min-height: 145px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.cp_footer_card:after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 5px;
    width: 105px;
    height: 65px;
    background: url(https://hearts-still-beating.de/images/miami-beach.png);
    background-size: cover;
    background-position: center;
    opacity: .08;
    pointer-events: none;
}

.cp_footer_card h3 {
    margin: 0 0 12px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #c6c2b8;
    background: none;
    font-family: Georgia, serif;
    font-size: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #5f5648;
    font-weight: normal;
    text-align: left;
}

.cp_footer_card h3 i {
    margin-right: 8px;
    color: #7e735d;
}

.cp_footer_scroll {
    max-height: 92px;
    overflow: auto;
    font-size: 11px;
    line-height: 18px;
}

/* MAIN AREA */

.cp_footer_main {
    display: grid;
    grid-template-columns: .95fr 1.35fr;
    gap: 12px;
    margin-bottom: 12px;
}

.cp_footer_left,
.cp_footer_right {
    display: grid;
    gap: 12px;
}

/* GERÜCHTE */

.cp_footer_gossip {
    min-height: 150px;
    background:
        linear-gradient(rgba(230,228,222,.86), rgba(230,228,222,.92)),
        url(https://hearts-still-beating.de/images/miami-paper-bg.png);
    background-size: cover;
    border: 1px solid #d0cdc5;
    padding: 22px 20px 18px;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.cp_footer_gossip:before {
    content: "Rumor File";
    display: inline-block;
    margin-bottom: 14px;
    padding: 5px 10px;
    border: 1px solid rgba(126,115,93,.25);
    background: rgba(126,115,93,.08);
    font-family: Georgia, serif;
    font-size: 8px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #7e735d;
}

.cp_footer_gossip:after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: 14px;
    width: 90px;
    height: 90px;
    border: 1px solid rgba(126,115,93,.18);
    border-radius: 50%;
    opacity: .35;
}

.cp_footer_gossip b,
.cp_footer_gossip strong {
    display: block;
    margin-bottom: 8px;
    font-family: Georgia, serif;
    font-size: 18px;
    letter-spacing: 1px;
    color: #6f5842;
}

.cp_footer_gossip table,
.cp_footer_gossip tbody,
.cp_footer_gossip tr,
.cp_footer_gossip td {
    display: block;
    width: 100%;
}

.cp_footer_gossip input,
.cp_footer_gossip button {
    background: #d6d2c8;
    border: 1px solid #c7c0b3;
    padding: 6px 12px;
    color: #5f5648;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
}

/* ZITATE */

.cp_footer_quotes {
    min-height: 230px;
    position: relative;
    background:
        linear-gradient(rgba(230,228,222,.88), rgba(230,228,222,.95)),
        url(https://hearts-still-beating.de/images/miami-paper-bg.png);
    background-size: cover;
    border: 1px solid #d0cdc5;
    padding: 30px 24px 24px;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}

.cp_footer_quotes:before {
    content: "Archived Quote";
    display: inline-block;
    margin-bottom: 16px;
    padding: 5px 10px;
    background: rgba(126,115,93,.08);
    border: 1px solid rgba(126,115,93,.18);
    font-family: Georgia, serif;
    font-size: 8px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #7e735d;
}

.cp_footer_quotes:after {
    content: "“";
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: Georgia, serif;
    font-size: 100px;
    line-height: 1;
    color: rgba(126,115,93,.10);
    pointer-events: none;
}

.cp_footer_quotes b,
.cp_footer_quotes strong {
    display: block;
    margin-bottom: 12px;
    font-family: Georgia, serif;
    font-size: 21px;
    font-weight: normal;
    color: #6f5842;
    letter-spacing: 1px;
}

.cp_footer_quotes table,
.cp_footer_quotes tbody,
.cp_footer_quotes tr,
.cp_footer_quotes td {
    display: block;
    width: 100%;
}

.cp_footer_quotes div,
.cp_footer_quotes p {
    margin: 7px auto;
}

.cp_footer_quotes a {
    color: #6f5842;
    text-decoration: none;
}

/* STATISTIK */

.cp_footer_stats {
    background: #e6e4de;
    border: 1px solid #d0cdc5;
    padding: 18px;
    box-sizing: border-box;
}

.cp_stats_head {
    text-align: center;
    font-family: Georgia, serif;
    font-size: 12px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #5f5648;
    border-bottom: 1px solid #c6c2b8;
    padding-bottom: 11px;
    margin-bottom: 14px;
}

.cp_stats_head i {
    color: #7e735d;
    margin-right: 8px;
}

.cp_stats_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.cp_stat_item {
    background: #dedcd6;
    border: 1px solid #d0cdc5;
    padding: 18px 8px;
    text-align: center;
    box-sizing: border-box;
}

.cp_stat_item i {
    display: block;
    font-size: 19px;
    color: #7e735d;
    margin-bottom: 8px;
}

.cp_stat_item span {
    display: block;
    font-size: 8px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #7e735d;
    margin-bottom: 6px;
}

.cp_stat_item b {
    display: block;
    font-family: Georgia, serif;
    font-size: 22px;
    color: #5f5648;
    font-weight: normal;
}

.cp_welcome {
    margin-top: 12px;
    background: #dedcd6;
    border-left: 4px solid #7e735d;
    padding: 11px;
    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: 16px 12px;
    box-sizing: border-box;
}

.cp_partner_head {
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c6c2b8;
    font-family: Georgia, serif;
    font-size: 11px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #5f5648;
}

.cp_partner_head i {
    color: #7e735d;
    margin-right: 8px;
}

.cp_partner img {
    margin: 3px 4px;
    opacity: 0.82;
    transition: .2s;
    max-height: 35px;
}

.cp_partner img:hover {
    opacity: 1;
}

/* THEME */

.cp_theme {
    text-align: center;
    margin: 12px 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;
}

/* SCROLLBAR */

.cp_footer_scroll::-webkit-scrollbar,
.cp_footer_gossip::-webkit-scrollbar,
.cp_footer_quotes::-webkit-scrollbar {
    width: 3px;
}

.cp_footer_scroll::-webkit-scrollbar-thumb,
.cp_footer_gossip::-webkit-scrollbar-thumb,
.cp_footer_quotes::-webkit-scrollbar-thumb {
    background: rgba(126,115,93,.55);
}

/* MOBILE */

@media only screen and (max-width: 800px) {
    .cp_footer,
    .footer_mark {
        width: 94% !important;
    }

    .cp_footer_grid,
    .cp_footer_main,
    .cp_stats_grid {
        grid-template-columns: 1fr;
    }
}