.btn-primary:hover, .btn.bg-gradient-primary:hover {
	background-color: #42cb0c;
	border-color: #cb0c0c;
}

.bg-gradient-primary {
	background-image: linear-gradient(310deg, #ee7e0e 0%, #ffcc00 100%);
}

/* http://localhost:8000/input/new_obs/*/
/* Registrieren */

/* index */
{
  background-image: url('/static/img/curved-images/curved.jpg');
}

.btn-primary:hover, .btn.bg-gradient-primary:hover {
  background-color: #cb0c0c;
  border-color: #cb8f0c;
}

/* about-us */
.bg-gradient-info {
  background-image: linear-gradient(310deg, rgba(229, 119, 7, 0.45) 0%, rgba(255, 196, 0, 0) 100%);
}

/* author */
.text-white {
  color: #000000 !important;
}

.text-info {
  color: #1791e8 !important;
}

/* contact-us */
.text-gradient.text-primary {
  background-image: linear-gradient(310deg, #b02405, rgba(255, 196, 0, 0.89));
}

.text-info {
  color: #1791e8 !important;
}

.btn-primary:hover, .btn.bg-gradient-primary:hover {
  background-color: rgba(203, 178, 12, 0.28);
  border-color: #960505;
}
/* impressum */
.text-dark {
  color: #de550c !important;
}

/* mobile header */
.mobile-header {
  color: #de550c !important;
}

