
/* DATENLISTE */
article#datenliste {
	
}

/* DATENLISTE-HEADER */
section#datenliste-header {
	
}
section#datenliste-header h2 {
	
}
section#datenliste-header p {

}

/* DATENLISTE-LEGENDE */
section#datenliste-legende {
	float:    right;
	overflow: hidden;
}

section#datenliste-legende dl {
	display:               grid;
	grid-template-columns: 1fr 100%;
	/*grid-template-columns: 2rem calc(100% - 2rem);*/
}
section#datenliste-legende dl dt {
	font-weight:   bolder;
	background:    #004080;
	color:         #FFFFFF;
	margin:        0 0.5rem 0.3rem 0;
	text-align:    center;
	border:        1px solid #004080;
	width:         1.3rem;
}

section#datenliste-legende dl dt.datenliste-legende-fahrplan {
	border-radius: 1.3rem;
}
section#datenliste-legende dl dt.datenliste-legende-laufplan {
	border-radius: 0 1rem 0 0;
}
section#datenliste-legende dl dt.datenliste-legende-reihung {
	border-radius: 0.3rem;
}

section#datenliste-legende dl dd {
	display:       block;
	margin-bottom: 0.3rem;
	margin-left:   0;
}

/* DATENLISTE-TABELLE */

section#datenliste-tabelle table thead th.header-small {
	font-size:   smaller;
	line-height: 1;
}

section#datenliste-tabelle table tbody tr {
	border-bottom: 1px solid #004080;
}

section#datenliste-tabelle table tbody tr:hover td {
	background: #	;
}

section#datenliste-tabelle table tbody td {
	text-align: center;
}

section#datenliste-tabelle table tbody td abbr {
	text-decoration: none;
}

section#datenliste-tabelle table tbody td.datenliste-status {
	white-space: nowrap;
}

section#datenliste-tabelle table tbody td.datenliste-status abbr,
section#datenliste-tabelle table tbody td.datenliste-status span {
	width:        1.3rem;
	display:      inline-block;
	text-align:   center;
	border:       1px solid inherit;
	margin-right: 0.3rem;
}

section#datenliste-tabelle table tbody td.datenliste-status abbr {
	background:   #004080;
	color:        #FFFFFF;
	border-color: #004080;
}
section#datenliste-tabelle table tbody td.datenliste-status abbr.datenliste-status-fahrplan {
	border-radius: 1.3rem;
}
section#datenliste-tabelle table tbody td.datenliste-status abbr.datenliste-status-laufplan {
	border-radius: 0 1rem 0 0;
}
section#datenliste-tabelle table tbody td.datenliste-status abbr.datenliste-status-reihung {
	border-radius: 0.3rem;
}
section#datenliste-tabelle table tbody td.datenliste-status span {
	color: #EBEBEB;
}

section#datenliste-tabelle table tfoot td {
	padding-top:    1rem;
	padding-bottom: 1rem;
}
