/* Alerts */

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}

.alert > h4{ 	font-family: 'ZooGroteskBold', "Open Sans", Lucida Sans Unicode, Lucida Grande, Helvetica, Arial, sans-serif; text-transform:uppercase;  
	line-height:1.1em;
	}

.alert-zoobasel-aktuell {
  color: #555555;
  background-color: #fc7803;
  border-color: #cc4f00;
}
.alert-zoobasel-aktuell hr {
  border-top-color: #cc4f00;
}
.alert-zoobasel-aktuell .alert-link {
  color: #555555;
}

.alert-danger {
  color: #ff0000;
  border-bottom: 1px solid transparent;
  background-color: #fbd7d7;
  border-color: #ff0000;
}
.alert-danger hr {
  border-top-color: #ff0000;
}
.alert-danger .alert-link {
  color: #ff0000;
}



