/* Verhindert seitliches Scrollen generell */
html, body, #wrapwrap { overflow-x: hidden !important; }
/* Offcanvas-/Mobilmenü soll nie breiter als der Bildschirm sein */
.o_offcanvas_menu,
.o_website_offcanvas,
.offcanvas {
max-width: 100% !important;
width: 100% !important;
overflow-x: hidden !important;
}
/* Innere Elemente im Menü dürfen nicht „breiter“ werden */
.o_offcanvas_menu * { max-width: 100% !important; white-space: normal !important; }