/* Nur Inhaltsbereich breiter machen – Menü bleibt unberührt */
#main-content .et_pb_section,
#main-content .et_pb_row,
#main-content .container {
    max-width: 99% !important;
    width: 99% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin: 0 auto !important;
}

/* Optional: Volle Breite bei Bedarf */
#main-content {
    width: 100%;
    overflow-x: hidden;
}