* {
	font-family: Montserrat;
}

/* ======
 * Header styling
 * ======
*/
header {
	height: 90px;
	background: url(../img/bg.jpg) no-repeat bottom center;
	background-size: cover;
}
header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
header nav ul li {
	float: left;
	color: #FFF;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	height: 90px;
	line-height: 90px;
	margin-right: 20px;
}
header nav ul li a {
	color: #FFF;
}
header nav ul li a:hover {
	color: #ff5f49;
	text-decoration: none;
}
/* ======
 * Main styling
 * ======
*/
main {
	margin: 75px 0;
}
main h2 {
	font-size: 22px;
    color: #003343;
    font-weight: bold;
    text-transform: none;
}

/* Loginform */
main .loginform {
	background: #ff5f49;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 3px;
	font-size: 14px;
}
main .loginform .btn {
	background: #003343;
	border: 0;
	font-weight: bold;
	font-size: 13px;
}

/* Nieuwe klant */
main .nieuweklant {
	background: url(../img/bg-nwkl.jpg) no-repeat center center;
	background-size: cover;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 3px;
	color: #FFF;
	
	font-size: 14px;
}
main .nieuweklant .btn-primary {
	background: #ff5f49;
	border: 0;
	font-weight: bold;
	font-size: 13px;
}

/* Helpdesk */
main .helpdesk {
	border: 1px solid #ccc;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 3px;
	font-size: 14px;
}
main .helpdesk .btn {
	background: #003343;
	border: 0;
	font-weight: bold;
	font-size: 13px;
}


/* ======
 * Footer styling
 * ======
*/
footer .bottombar {
	background: #f5f5f5;
	padding: 28px 0 10px 0;
	text-align: right;
	margin-bottom: 20px;
	font-size: 15px;
	color: #003343;
}
footer .bottombar a {
	color: #003343;
}

footer .adresgegevens ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer .adresgegevens ul li {
	font-size: 13px;
	line-height: 20px;
	margin: 5px 0;
}
footer .adresgegevens ul svg {
	height: 16px;
	margin-right: 10px;
}
#sub-footer {
    background-color: #003343;
    color: #FFF;
    font-size: 11px;
    padding: 25px 0;
    margin-top: 15px;
}
#sub-footer a {
	color: #FFF;
}