/* ============================================
   Isar-Kurier ePaper – Template Basis-CSS
   Reset und Grundlayout für die App
   ============================================ */

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body.ik-tpl-body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: #f5f4f2;
  font-family: 'Source Sans 3', system-ui, -apple-system, sans-serif;
  color: #1a1a1a;
  overscroll-behavior: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

/* Joomla Debug-Leiste unten */
#system-debug { clear: both; }

/* Scrollbar */
::-webkit-scrollbar { width: 4px; height: 4px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #ccc; border-radius: 2px; }

/* Alle Joomla-eigenen Wrapper-Klassen neutralisieren */
.container, .container-fluid,
.row, .col, [class*="col-"] {
  width: auto;
  max-width: none;
  padding: 0;
  margin: 0;
  float: none;
}
