/* Joomla Container Full Width */
.container {
    max-width: 100% !important;
    width: 100% !important;
}

/* Content Bereich */
.com-content-article__body {
    max-width: 100%;
}

/* iWrapper / PWA Full Width */
iframe {
    width: 100vw;
    height: 900px;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    border: none;
}

/* Standard-Hintergrund (alle Seiten außer Startseite) */
body {
    background: 
#d0d7dd;
}

/* Hintergrundbild nur Startseite */
body.view-article.itemid-101 {
    background-image: url('/images/myMCG.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

/* ── HEADER ─────────────────────────────────────────────── */
.header {
    background-color: #082846 !important;
}

/* ── FOOTER ─────────────────────────────────────────────── */
.footer {
    background-color: #d0d7dd !important;
}