
.search-box {
	/*background: url("/images/search-box-bg-pattern.svg"), radial-gradient(ellipse at center, #b8c6df 47%, #6d88b7 100%);*/
	background: url("/images/search-box-bg-pattern.svg"), linear-gradient(90deg, #3070ce 0%, #3475cd 16%, #3e85ca 36%, #4f9ec5 59%, #62bbc0 79%);
}

.navigation-container {
	background: #4f9ec5;
}

.footer-container {
	background: #3070ce;
}

.info-text {
	color: #3070ce;
}

/* Mobile */
@media (max-width: 768px) {
	.blur-bg-big {
		backdrop-filter: unset;
		-webkit-backdrop-filter: unset;
		background-color: #6daad2;
		border-radius: 8px;
	}
}
