/* ==========================================================================
   COLOGNECITY.NET - OPTIMIZED PAGE LAYOUT
   ========================================================================== */

/* RSS-Reste entfernen */
.microblog-rss, .site-nav-right, a[href$=".xml"], a[href$="/feed.xml"], .rss-icon, .nav-rss {
    display: none !important;
}

/* Container-Zentrierung */
.cgn-custom-page {
    max-width: 680px;
    margin: 30px auto !important;
    padding: 0 15px;
    text-align: center;
}

/* Slogan */
.cgn-page-quote {
    font-style: italic;
    font-size: 1.35rem;
    color: #555;
    margin: 40px auto;
    line-height: 1.6;
}

/* Link-Liste */
.cgn-page-list {
    list-style: none;
    padding: 0;
    max-width: 440px;
    margin: 25px auto;
    text-align: left;
    display: inline-block;
    width: 100%;
}
.cgn-page-list li {
    padding: 12px 5px;
    border-bottom: 1px solid #eeeeee;
    font-size: 1.1rem;
}
.cgn-page-list a {
    color: #e30613;
    text-decoration: none;
    font-weight: 600;
}
.cgn-page-list a:hover {
    text-decoration: underline;
}