body {
  background: white;
  color: #414141; }

header {
  background: #f01e32;
  color: white; }

.info-panel-item {
  padding: 1rem;
  border: 3px solid white;
  background: #f0f0f0; }

[data-warnstufe="0"] {
  background: #009600; }

[data-warnstufe="1"], .alert {
  background: #ffc800; }

[data-warnstufe="2"], .alert {
  background: #f05a1e; }

[data-warnstufe="3"] {
  background: #f01e32; }

input {
  height: 33px;
  border-radius: 3px; }

ul {
  list-style: square;
  padding-inline-start: 1rem; }

.overflow {
  height: 200px; }

.text-green {
  color: #009600 !important; }

.text-yellow {
  color: #ffc800 !important; }

.text-orange {
  color: #f05a1e !important; }

.text-red {
  color: #f01e32 !important; }

#ampel {
  height: 80px;
  width: 275px;
  padding: 10px;
  background: #414141;
  border-radius: 25px;
  box-sizing: border-box; }
  #ampel > * {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #f0f0f0;
    margin-right: 5px; }
    #ampel > *:last-child {
      margin-right: 0; }
    #ampel > *.ampel-green {
      background: #9ccf9c; }
    #ampel > *.ampel-yellow {
      background: #d0c79b; }
    #ampel > *.ampel-orange {
      background: #d2b79d; }
    #ampel > *.ampel-red {
      background: #e29fa5; }
  #ampel.green .ampel-green {
    background: #009600; }
  #ampel.yellow .ampel-yellow {
    background: #ffc800; }
  #ampel.orange .ampel-orange {
    background: #f05a1e; }
  #ampel.red .ampel-red {
    background: #f01e32; }

.ampel-info-panel .row > * {
  background: #f0f0f0;
  padding: 1rem;
  border: 3px solid white; }
.ampel-info-panel h1, .ampel-info-panel h2, .ampel-info-panel h3, .ampel-info-panel h4, .ampel-info-panel h5, .ampel-info-panel h6 {
  color: #414141; }

ul.further-information {
  list-style: none;
  padding: 0; }
  ul.further-information li {
    position: relative;
    display: block;
    padding-left: 30px;
    margin-bottom: 10px; }
    ul.further-information li b {
      position: absolute;
      left: 0;
      top: 0;
      vertical-align: middle; }

/*# sourceMappingURL=style.css.map */
