/*  @font-face {
  font-family: system;
  font-style: normal;
  font-weight: 300;
  src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
} */

/* body {
	background-color: #fff;
	margin-left: 50px;
	width: 730px;
	font-family: "system";
	color: #212529;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	hyphens: auto;
} */



	
section {
	background-color: none;
	margin-left: 100px;
	height: auto;
}
		
/* ul {
	list-style: none;
	line-height: 3em;
	font-weight: 700;
	margin: 2px;
	padding: 3px;
}*/
		

		



table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
	background-color: #47a9df;
	color: white;
	font-weight: bold;
}

th, td {
  text-align: left;
  padding-top: 20px;
}

tr:nth-child(even){background-color: #f2f2f2}

#spalte1 {width: 33%;}
#spalte2 {width: 23%;}
#spalte3 {width: 30%;}
#spalte4 {width: 14%;}

.people td {
	font-size: 0.9rem;
	vertical-align: top;
}



details summary { 
  cursor: pointer;
}

details summary > * {
  display: inline;
}