.jumbotron {
	color: #2545a1;
}

.highlight {
	box-shadow: 0 4px 8px 0 rgba(255, 0, 0, 0.2), 0 6px 20px 0 rgba(255, 0, 0, 0.19) !important;
}

@media (min-width: 768px) {
	.jumbotron {
		background-image: url("../images/nothelfer-auto.png");
		background-size: cover;
		height: 375px;
	}
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}


/* not required */
.footer-container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}

.footer {
  background-color: #f5f5f5;
}

