/* Statusmeldungen */

.bg-success {
  background-color: #28a745 !important;
  padding: 8px;
	margin: 0 0 8px 0;
  color: #fff;
	font-weight: 400;
	font-size: 18px;
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
	background-color: #1e7e34 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
  padding: 8px;
  color: #333;
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
  padding: 8px;
  color: #333;
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
  background-color: #bd2130 !important;
}