.schedule_ecbs_2025_tag { 
	font-weight: 700; 
	font-size: 2.8rem;
	display: table;
	margin: 2rem 0 1rem;
	background-color: #FF8E1C;
	padding: 7.5px 15px;
  color: white;
  margin-top: 45px;
} 

.schedule_ecbs_2025_zeile { 
	display: grid; 
	grid-template-columns: 120px 1fr; 
	gap: 1rem; 
	padding: 0.5rem 0; 
	/*  border-bottom: 1px solid #ddd;  */
} 




.schedule_ecbs_2025_zeile_session.session_titel {
  width: 100%;
  background-color: blueviolet;
  background-color: #80A0D6;
  grid-column: 1 / -1; /* nimmt die gesamte Breite des Grids ein */ 
  /*  font-weight: 700;  */
  padding: 7.5px 15px;
  margin-top: 15px;
  font-size: 22px;
}




.schedule_ecbs_2025_zeile_uhrzeit {
	font-weight: 600; 
	color: #333;

font-weight: 600;
  color: #333;
  background-color: #2A4F87;
  padding: 7.5px 15px;
  color: white;


} 


.schedule_ecbs_2025_zeile_session { 

	color: #111; 
    background-color: rgb(210, 231, 248);
    background-color: #6482B3;
    color: white;
    padding: 7.5px 15px;

}
