/* ============================================================
   Mobile fix (client request 2026-06-05) — applies to aegypten.de, marrakesch.com,
   nilkreuzfahrten.com (shared layout-B magazine layer).
   As soon as the screen is too narrow (<900px) to show the two sidebar boxes
   ("Auf einen Blick" + "Inhalt"/TOC) beside the text, the layout collapses
   into a single column. Previously the boxes slid to the END of the content.
   Now order:-1 places them ABOVE the body copy.
   (A separate file also cache-busts the W3TC/minify group.)
   ============================================================ */
@media(max-width:899px){
  .content.mar-page .mar-shell{ display:flex; flex-direction:column; }
  .content.mar-page .mar-side{ order:-1; margin-bottom:26px; }
  .content.mar-page .mar-article{ order:0; }
  /* Sidebar cards slightly more compact above the text in mobile mode */
  .content.mar-page .mar-side .mar-side-card{ margin-bottom:18px; }
}
