@font-face {
    font-family: 'ubuntu';
    src: url('font/Ubuntu/ubuntu-bold-webfont.woff2') format('woff2'),
         url('font/Ubuntu/ubuntu-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'ubuntu';
    src: url('font/Ubuntu/ubuntu-medium-webfont.woff2') format('woff2'),
         url('font/Ubuntu/ubuntu-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'ubuntu';
    src: url('font/Ubuntu/ubuntu-regular-webfont.woff2') format('woff2'),
         url('font/Ubuntu/ubuntu-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'ubuntu';
    src: url('font/Ubuntu/ubuntu-light-webfont.woff2') format('woff2'),
         url('font/Ubuntu/ubuntu-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}



body {
	font-family: "ubuntu", sans-serif;
	font-size: 19px;
}
.pageheader {
	font-family: "ubuntu", sans-serif;
}
.pageheader .titlebar {
	background: #FFF url("haaksbergen/logo.png") 20px center no-repeat;
	background-size: 160px auto;
}
@media (max-width: 800px) { 
	.pageheader h1 span {
		display: none;
	}	
	.pageheader .titlebar {
		background-position: center center;
	}
}
.title {
	font-family: "ubuntu", sans-serif;
	font-weight: bold;
}
.selectbox select,
label,
.subtitle {
	font-family: "ubuntu", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 13px;
}
.selectbox select > option {
	color: #000;
	font-weight: normal;
	font-size: 18px;
}
.pageheader nav  {
	font-weight: bold;
}

@media (max-width: 600px) {
	label,
	.subtitle {
		font-size: 12px;
	}	
}