﻿/* Custom wue css */
#footer {
	background-color: rgba(35, 123, 122, 1);
	height: 50px;
}
#footer .container {
	color: #FFFFFF;
}

.btn-primary {
	background-color: rgba(35, 123, 122, 1) !important;
	border-color: rgba(35, 123, 122, 1) !important;
}

#header.navbar-inverse {
	background-color: #fff !important;
	border: none !important;
}
.navbar-header {
	position: absolute;
}
.navbar-header::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1990px;
	width: 2000px;
	background-color: rgba(35, 123, 122, 1);
	height: 100px;
}
.navbar-header::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 50px solid transparent;
	border-top: 100px solid rgba(35, 123, 122, 1);
}
.logo {
	padding: 20px 59px;
}

/*Wülfrath specific overrides of general styling*/
.field-validation-error {
	color: #BF3B33;
	font-size: 14px;
}
.input-validation-error {
	border: 2px solid #BF3B33 !important;
}

/* Custom for mobile */

@media (max-width: 768px) {
	.logo{
		padding: 20px 41px;
	}

	#header.navbar {
		min-height: 75px;
	}

	#header.navbar img {
		height: 40px;
		width: 188px;
	}

	.navbar-header::before {
		height: 75px;
	}

	.navbar-header::after {
		border-right: 38px solid transparent;
		border-top: 75px solid rgba(35, 123, 122, 1);
	}
}