@charset "utf-8";
.lcd02 {
  font-family: Abel;
  font-size: 15px;
  color: #333333;
  font-weight: normal;
}
.lcd03 {
  font-family: Abel;
  font-size: 18px;
  color: #333333;
  font-weight: normal;
}
.lcd03_blau {
	color: #0066CC;
	font-family: Abel;
	font-size: 18px;
	font-style: normal;
}
.lcd03_rot {
	color: #FF0000;
	font-family: Abel;
	font-size: 18px;
	font-style: normal;
}
.lcd04 {
  font-family: Abel;
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  line-height: 40px;
}
.lcd04a {
  font-family: Abel;
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
}
body {
  background-color: #000000;
}
.container-fluid {
  background-color: #000000;
  text-align: left;
}
.container-fluid .container {
  text-align: left;
  background-color: #F2F1F0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.container-fluid .container .titelbild {
  text-align: center;
}
.container-fluid .container .img-fluid {
  border-radius: 5px;
}
.container-fluid .container .vzwischenraum {
  height: 15px;
  background-color: #F2F1F0;
}
