/* Mobil- og tabletvisning. Computerversionen (over 900 px) er uændret. */
@media (max-width: 900px) {
  html, body { overflow-x: hidden; }

  /* Alle grids bliver til én kolonne */
  [style*="grid-template-columns"] { grid-template-columns: 1fr !important; }
  [style*="grid-column"] { grid-column: auto !important; }

  /* Sidemargener */
  [style*="96px"] { padding-left: 24px !important; padding-right: 24px !important; }
  [style*="margin: 0 96px"], [style*="margin: 96px 96px 0"] { margin-left: 0 !important; margin-right: 0 !important; }

  /* Lodret luft */
  [style*="padding: 120px"], [style*="padding: 140px"], [style*="padding: 160px"] { padding-top: 56px !important; padding-bottom: 56px !important; }
  [style*="padding: 100px"] { padding-top: 48px !important; padding-bottom: 48px !important; }
  [style*="padding: 72px"] { padding-top: 48px !important; }

  /* Faste bredder og højder fra redigering må ikke låse layoutet */
  [style*="width:"] { max-width: 100% !important; }
  p[style*="height:"], h1[style*="height:"], h2[style*="height:"], h3[style*="height:"] { height: auto !important; }

  /* Skriftstørrelser */
  h1[style] { font-size: clamp(36px, 9vw, 56px) !important; line-height: 1.06 !important; }
  h2[style] { font-size: clamp(28px, 7vw, 40px) !important; line-height: 1.12 !important; }
  [style*="font-size: 48px"], [style*="font-size: 52px"], [style*="font-size: 64px"] { font-size: 30px !important; }
  [style*="font-size: 44px"], [style*="font-size: 40px"] { font-size: 28px !important; }
  [style*="font-size: 38px"], [style*="font-size: 36px"] { font-size: 26px !important; }
  [style*="font-size: 28px"] { font-size: 21px !important; }
  [style*="font-size: 24px"] { font-size: 19px !important; }
  [style*="font-size: 20px"], [style*="font-size: 18px"], [style*="font-size: 17px"] { font-size: 17px !important; }

  /* Header og menu */
  header[style] { padding-top: 16px !important; padding-bottom: 16px !important; flex-wrap: wrap !important; gap: 12px !important; }
  header img { height: 34px !important; }
  header nav { gap: 18px !important; font-size: 14px !important; flex-wrap: wrap !important; width: 100%; }
  header nav > div { padding-left: 0 !important; border-left: none !important; }

  /* Hero med video */
  section[style*="position: relative"][style*="overflow: hidden"] { min-height: 520px !important; }
  section[style*="position: relative"] > div[style*="padding: 160px"] { padding-top: 88px !important; padding-bottom: 96px !important; }
  span[style*="right: 96px"] { right: 24px !important; left: auto !important; }

  /* Billeder og figurer */
  img { max-width: 100% !important; height: auto !important; }
  [style*="aspect-ratio"] { width: 100% !important; }
  figure { margin-left: 0 !important; margin-right: 0 !important; }

  /* Knapper under hinanden med luft */
  div[style*="display: flex"][style*="gap: 16px"] { flex-wrap: wrap !important; }
}

@media (max-width: 600px) {
  [style*="font-size: 96px"] { font-size: 40px !important; }
}
