.ampel-container {
  border: 2px solid #672E45;
  border-radius: 20px;
  margin: 10px 0;
  padding: 20px;
}

.ampel-container-inner {
  display: flex;
	align-items: center;
}

.ampel-icon {
  margin-right: 20px;
}

.ampel {
  width: 80px;
}

.ampel-text .h3 {
  margin-bottom: 0.5rem;
	font-weight: 600 !important;
}

.ampel-text p {
  margin: 0;
	color:#5B6770;
}

.ampel-status{
	text-transform: uppercase;
	line-height: 1rem;
}

.green {
  color: #81ABA2 !important;
}

.yellow {
  color: #EED456 !important;
}

.red {
  color: #C15E5E !important;
}
