@page {
  margin: 1cm;
  size: A4 portrait;
}

body {
  box-shadow: none;
}

#menuebutton,
#auswahlmenue,
#suchformular,
#zeichenraster,
#ergebnisbox,
#top-hauptinhalt,
footer {
  display: none;
}

#analytbox {
  box-shadow: none;
  border: none;
  overflow: visible !important;
  max-height: none !important;
}

.custom-scrollbar {
  overflow: visible !important;
  scrollbar-width: none;
}

.custom-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Proportionen verkleinert */
body {
  font-size: 9pt !important; /* Noch kleiner */
}

h2 {
  font-size: 12pt !important;
}

h3 {
  font-size: 10pt !important;
}

#analytwertetabelle,
#normwertetabelle {
  font-size: 8pt !important;
}

#analytwertetabelle td,
#normwertetabelle th,
#normwertetabelle td {
  padding: 0.08cm 0.1cm !important;
  font-size: 8pt !important;
}
