@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

html, body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 22px;
}

h1,h2,h3 {
	margin-bottom: 10px;
}

a,
button,
input {
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-size: 48px;
	margin-top: 25px;
	margin-bottom: 30px;
	display: block;
	font-weight: 400;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.15);
}

#cookiebar label {
	font-size: 16px;
}

nav,
nav ul li a:hover,
nav ul li a.active,
ul#langselect {
	height: 50px;
	line-height: 50px;
}

nav ul li {
	margin-right: 0px;
}

nav ul li a {
	padding: 0px 15px;
	font-weight: 300;
}

#navblock {
	background-color: #0096d6;
}

nav ul li a {
	color: #fff;
}

nav ul li a.active {
	color: #fff;
	background-color: #006ea7;
	border-bottom: none;
}

nav ul li a {
	cursor: pointer;
}

nav ul li a:hover {
	background-color: #006ea7;
}

strong {
	font-size: 22px;
	padding-bottom: 15px;
	line-height: 32px;
	color: #0096d6;
	text-align: left !important;
}

header .container > span {
	color: #095390;
	font-weight:  normal;
}

header .container label {
	font-size: 20px;
	font-weight: 400;
	margin-left: 25px;
top: -35px;
	position: relative;
	display: inline-block;
}

header .container #hplogo {
	margin-left: 15px;
}

.home-img-1,
#bereken-1 {
	background-image: url(/img/background.jpg);
	text-align: left;
	font-size: 18px;
}

#bereken-1 {
	background-image: url(/img/background.jpg);
}

#home-1 h1 {
	font-size: 48px;
}

#home-teaser {
	background-color: #fff;
}

#home-teaser h3 {
	margin-bottom: 15px;
	color: #0096d6;
	font-size: 22px;
	word-wrap: break-word;
}

#home-teaser strong {
	font-size: 17px;
	color: #333;
	-webkit-font-smoothing: subpixel-antialiased;
}

.button {
	background-color: #0096d6;
	font-size: 20px;
	line-height: 24px;
	padding: 15px 20px;
	cursor: pointer;
	margin-top: 15px;
	font-weight: normal;
	text-transform: none;
}

#resultaten .nettolink a:hover .netto {
	color: #0096d6;
}

.button:hover {
	background-color: #006ea7;
}

.button .fa-chevron-right {
	font-size: 16px;
}

.home-grey-dark {
	background-color: #EFEFEF;
}

#tabs {
	background: #dd1d21;
background: -moz-linear-gradient(left,  #0096d6 50%, #bbc1c2 50%);
background: -webkit-gradient(linear, left top, right top, color-stop(50%,#0096d6), color-stop(50%,#bbc1c2));
background: -webkit-linear-gradient(left,  #0096d6 50%,#bbc1c2 50%);
background: -o-linear-gradient(left,  #0096d6 50%,#bbc1c2 50%);
background: -ms-linear-gradient(left,  #0096d6 50%,#bbc1c2 50%);
background: linear-gradient(to right,  #0096d6 50%,#bbc1c2 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0096d6', endColorstr='#bbc1c2',GradientType=1 );
color: #fff;
}

#tabs li.second, #tabs li.third {
	background-color: #a3a9ab;
}

#tabs li.non-active.third .arrow-right {
	border-left-color: #a3a9ab;
}

.arrow-right {
	border-left: 25px solid #0096d6;
}

#tabs li.non-active.second {
	background-color:  #909799;
}

#tabs li.non-active.second .arrow-right {
	border-left-color: #909799;
}

#tabs li.active.second {
	background-color: #006ea7;
}

#tabs li.active.second .arrow-right {
	border-left-color: #006ea7;
}

#tabs li.active.third {
	background-color: #026698;	
}

#tabs li.active.third .arrow-right {
	border-left-color: #026698;
}

#tabs li.active.fourth {
	background-color: #006191;	
}

#tabs li.active.fourth .arrow-right {
	border-left-color: #006191;
}

#resultaten #perkeuze .button,
#hooglaagkeuze .button  {
	background-color: #5a5a5a;
}

#resultaten #perkeuze .button.active,
#hooglaagkeuze .button.active {
	background-color: #0096d6;
}

.formulieringevuld {
	background-color: #5a5a5a;
}

.formulieringevuld a {
	background-color: #0096d6;
}

footer {
	background-color: #767676;
	background-color: #5a5a5a;
	color: #fff;
}

#footer-links li a {
	color: #fff;
}

#footer-links li a:hover {
	color: #0096d6;
	text-decoration: underline;
}

#form-errors {
	color: #dd1d21;
}

.non-active.fourth {
	background-color: #acb4b6;
}

.non-active.fourth .arrow-right {
	border-left-color: #acb4b6;
}

#bereken_form #keuzeopties .keuzeoptie > div {
	background-color: #5a5a5a;
	box-shadow: 0px 5px 0px rgba(0,0,0,0.2);
}

#bereken_form #keuzeopties .keuzeoptie.active > div {
	background-color: #0096d6;
	box-shadow: 0px 5px 0px rgba(0, 82, 113, 0.2);

}

#highlowheader {
    padding-top: 5px;
}

#highlowheader div.hooglaag > strong {
    font-size: 15px;
    padding-bottom: 0px;
    line-height: 22px;
    text-align: center !important;
}


@media screen and (max-width: 960px) {
	nav ul li a {
		color: #000;
	}
	
	#navblock nav.opened ul li a {
		border-bottom: 1px solid rgba(222, 222, 222, 0.5);
		border-top: 1px solid rgba(153, 153, 153, 0.5);
	}
	
	nav ul li a:hover {
		color: #fff;
		background-color: #0096d6;
	}
	
	#toggle {
		color: #fff !important;
	}
}