/* can be used to create a pdf (landscape, a4, no margins, print background colors!) or to show it lineair */

#navigate-hint {
  display: none;
}

html,
body {
  height: auto;
  overflow: auto;
}

.slides {
  display: block;
  min-height: auto;
  min-width: auto;
}

.slides > section {
  height: 21cm;
  width: 29.7cm;
}

.no-print {
  display: none;
}