/* Hide content if Portugal */
html[lang$="PT"] .wb-js-msgInfo,
html[lang$="PT"] .wb-upload-file__advice,
html[lang$="PT"] .wb-upload-file__checkbox {
  display: none !important;
}

.wb-print-report-block__row .wb-print-report-delict {
  display: none !important;
}

/* Hide: Schwerpunkt / Category */
.wb-report-header__row:nth-of-type(2){
  display: none;
}
