/* Nur auf der App-Seite (per Seitenklasse) */
body.appview .container-header,
body.appview .container-topbar,
body.appview .container-banner,
body.appview .container-nav,
body.appview .container-sidebar-left,
body.appview .container-sidebar-right,
body.appview .container-bottom {
  display: none !important;
}

/* Hauptbereich wirklich randlos machen */
body.appview .grid-child,
body.appview main,
body.appview .container-component {
  padding: 0 !important;
  margin: 0 !important;
}

/* Breitenbegrenzungen aufheben */
body.appview .container-component,
body.appview .site-grid {
  max-width: none !important;
  width: 100% !important;
}

/* Falls dein Template einen Außenabstand am Body setzt */
body.appview {
  margin: 0 !important;
  padding: 0 !important;
}