

/***** Kressbronn ******/

.bg-dark {
	background-color: #404041 !important;
}

.btn-primary { 
	background-color: #007dc5;
	border-color: #007dc5;
}

.btn-primary:hover { 
	filter: brightness(180%);
}

.mt-5 {
	margin-top: 1rem !important;
}

.card-login {
	max-width: 50rem !important;
}

img {
	position: absolute;
	right: 0;
	
}

.infobox {
	margin-top: 4rem !important;
}

.infobox h2 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: white;
}


canvas {
      max-width: 100%;
}