/*
 * home.css — Phase-4.5f.6-Split aus main.css ausgegliedert.
 *
 * Enthaelt:
 *   - Sektion 14 Homepage-spezifisch (ex demokratie-neuerungen-overlay.css):
 *     #home, .home-kachel-1/-2/-3, .home-ues, .home-content, etc.
 *
 * Geladen auf der Custom-Homepage (index_start.php) und allen WP-Theme-
 * Pages mit body.home. Auf den anderen Custom-PHP-Pages (koepfe/, karte/,
 * etc.) braucht's das nicht - die Klassen sind dort nicht im DOM.
 */


/* =14. Homepage-spezifisch (ehemals demokratie-neuerungen-overlay.css)
--------------------------------------------------------------------------------------------------------*/

#home h4 {
    font-family: 'Catamaran', sans-serif;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 5px;
}

#home .element {
    overflow: hidden;
}

.tile-1.outline, .tile-2.outline {
    border-bottom: 0;
}

.home-ues h2 {
    text-transform: uppercase;
    font-family: Catamaran;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0.6px;
    margin-bottom: 0;
    margin-top: 40px;
    font-weight: 500;
}

.home-kachel-2 h2 {
    text-transform: uppercase;
    font-family: Catamaran;
    font-size: 12.5px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    color: #fff;
}

.home-kachel-2 p {
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: 0.2px;
}

.home-kachel-1 h2 {
    font-family: Catamaran;
    font-size: 21px;
}

@media only screen and (min-width: 769px) {
    .home-kachel-1 h2 {
        text-transform: uppercase;
        display: inline-block;
        padding: 6px 12px 5px;
        background-color: #e3e3e3;
        font-family: Catamaran;
        font-size: 12.5px !important;
        line-height: 1.3;
        letter-spacing: 0.5px;
        color: #333;
        margin-top: 5px;
    }
}

#home .bottom.boxed {
    margin: 20px;
    width: calc(100% - 40px);
    background-color: #000000CC;
    padding: 20px 20px 0;
    min-height: 168px;
}

/* @media (max-width: 768px) (vormals Z.1810) konsolidiert in Block Z.536 */

/* @media (max-width: 730px) (vormals Z.1825) konsolidiert in Block Z.1272 */

/* @media (max-width: 668px) (vormals Z.1831) konsolidiert in Block Z.1582 */

/* @media (max-width: 480px) (vormals Z.1842) konsolidiert in Block Z.1728 */


