/* ===== Grundlayout ===== */

.main,
.inner,
.mod_article,
.ce_text,
.ce_image {
    max-width: 1200px;
}

/* ===== Logo ===== */

.logo img {
    max-height: 90px;
}

/* ===== Hauptnavigation ===== */

.mod_navigation ul {
    font-size: 18px;
    font-weight: 500;
}

.mod_navigation li {
    padding-left: 10px;
    padding-right: 10px;
}

/* ===== Startseitenüberschrift ===== */

.hero-title h1,
.ce_headline h1 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    color: #1f3d5a;
}

/* ===== Abschnittsüberschriften ===== */

.ce_headline h2,
.mod_article h2 {
    font-size: 34px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #b58a3a;
}

/* ===== Fließtext ===== */

.ce_text {
    font-size: 18px;
    line-height: 1.7;
}

/* ===== Bilder ===== */

.ce_image img {
    width: 100%;
    height: auto;
}

/* ===== Aktuelles-Block ===== */

.aktuelles-box {
    background: #f5f5f5;
    padding: 30px;
    margin-top: 30px;
    border-radius: 6px;
}

/* ===== Footer ===== */

#footer {
    font-size: 16px;
}

#footer h4 {
    color: #ffffff;
}

/* ===== Mehr Luft ===== */

.mod_article {
    margin-top: 60px;
    margin-bottom: 60px;
}