body {
  margin: 10px auto;
  padding: 10px;
  max-width: 60em;
  position: relative;
}
* {
  padding: 0px;
  margin: 0px;
}
span {
	font-weight: normal;
}
hr.trennlinie {
	border-style: dashed;
	margin-bottom: 5px;
}
div.abfahrtszeit {
  font-size:10px;
  position:absolute;
  top:2px;
  right:4px;
}
/* COLLAPSIBLE - https://www.w3schools.com/howto/howto_js_collapsible.asp */
.collapsible {
	background-color: #a1a1a1;
	color: black;
	cursor: pointer;
	margin-top: 5px;
	padding: 15px;
	width: 100%;
	border:none;
	border-radius: 10px;
	text-align: left;
	outline: none;
	font-size: 14px;
}
.collapsible span {
	font-size: 12px;
}
.active, .collapsible:hover {
	background-color: #969696;
}
.collapsible:after {
	content: '+';
	font-size: 13px;
	color: black;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
.active:after {
	content: '-';
}
/* CONTENT */
.content {
	padding: 0px;
	background-color: #f5f5f5;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.beschreibung {
	padding: 10px;
}
.stoerung {
	margin: 10px 0px 5px;
	padding: 0px 10px 0px;
}
.titel {
	font-size: 12px;
	font-weight: bold;
}
h5 {
	margin-top: 10px;
}
.abfahrten {
	padding: 2px;
}
.information {
	font-size: 11px;
	margin: 2px 0px 0px;
	padding: 0px;
}
.timestamp {
	position: absolute;
	top: -7px;
	left: 3px;
	font-size: 11px;
}
