@charset "UTF-8";
/*
Theme Name: Twenty Nineteen JS Child
Theme URI: https://jshome.de/themes/twentynineteen-js/
Author: J.S.
Author URI: https://jshome.de
Description: Child of twentynineteen adding tcpdf support and special pages
Template: twentynineteen
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentynineteen
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, block-patterns, tcpdf
*/

td.i_decimal, td.i_number {
	text-align:right;
}

tr td:nth-child(1) {
	font-style:italic;
  font-size: 0.8em;
}

tr td:nth-child(6) {
	font-weight:bold;
  font-size: 1em;
}

#table-inzidenz {
	font-size:80%;
	max-width:100%;
}

@media screen and (max-width: 800px) {
  table {width:100%;}

  thead {display: none;}

  tr:nth-of-type(2n) {background-color: inherit;}

  tr td:nth-child(2) {background: #f0f0f0; font-weight:bold;font-size:1em;}

  tbody td {display: block;  text-align:center;}

  tbody td:nth-child(1n+3) {
		display: inline-block;
		text-align:center;
		width:50%;
  }

  tbody td:nth-child(1) {
		display: inline;
		border: 0;
		padding:0;
		text-align:center;
		width:50%;
  }

  tbody td:before {
	  content: attr(data-th);
		display: block;
    text-align:center; 
		min-width: 49%;
  }

	tbody td:nth-child(5):before {
	  content: attr(data-th) "(+";
		display: inline;
  }

	tbody td:nth-child(5):after {
	  content: attr(data-th) ")";
  }
}
