/*
SHL Blau = RGB(0,74,132)
Standard Hintergrund: RGB(251, 251, 251)
*/


/*
Das entfernt den Rand im Header
*/
.headerContent {
  border-style: none;
}


#c2 {
  background-color: RGB(251, 251, 251);
}


#c2 table {
  border-collapse: collapse;  
  width: 80% !important;
}

#c2 table th {
  color: RGB(0,74,132);
  font-size: 1.8rem;  
}


#c2 table tbody tr td {
  padding: 1.5rem;  
}

#c2 table tbody tr td:nth-child(even) {
  background-color: RGB(255,255,255);
}


