@font-face {
font-family: 'Author-Regular';
src: url('../fonts/Author-Regular.woff2') format('woff2'),
		url('../fonts/Author-Regular.woff') format('woff'),
		url('../fonts/Author-Regular.ttf') format('truetype');
font-weight: 400;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'Author-Medium';
src: url('../fonts/Author-Medium.woff2') format('woff2'),
		url('../fonts/Author-Medium.woff') format('woff'),
		url('../fonts/Author-Medium.ttf') format('truetype');
font-weight: 500;
font-display: swap;
font-style: normal;
}


#stipplogo {
	position: absolute;
	margin-left: 17px;
	/*max-width: 175px;*/
	max-height: 50px;
	margin-top: 10px;
 }

html, body, #form-bereken .infobereken:hover span {
	font-family: 'Author-Regular';
    color: #000458;
    font-size: 18px;
}

#form-bereken .infobereken span {
	font-size: 16px;
}

a {
	color: #f80086;
}

a:hover {
	color: #f80086;
	text-decoration: underline;
}


h1, h2, h3 {
	font-family: 'Author-Medium';
	font-weight: 500;
}

#navblock {
	background-color: #e7e8f5;
}

nav {
	max-width: 1380px;
}

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

nav ul li a {
	padding: 0px 15px;
	color: #000458;
}

nav ul li a:hover {
	color: #f80086;
}

nav ul li a.active {
	color: #fff;
	background-color: #000458;
	border-bottom: 0px
}

#helpdesk, #helpdeskblock a {
	font-size: 17px;
}

.fa-check {
	color: #fff;
	color: #f80086;	
}

.button, .button.per.active, #paginate a.curpage {
	color: #fff;
	background-color: #f80086;
    font-family: 'Author-Medium', sans-serif;
    font-weight: 500;
}

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

.button:hover, .button.per.active:hover {
	background-color:  #b92875;
}

.home-block.home-color .button, .button.per, #paginate a {
	background-color: #f80086;
}	

.button.per.active {
	background-color: #9f1a61;
}

.home-block.home-color .button:hover, .button.per:hover {
	background-color:  #b92875;
}

#home-1, #home-1 h1, .home-block.home-color h2 {
	color: #fff;
	font-family: 'Author-Medium', sans-serif;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
	font-weight: 500;
}

#home-1 h1 {	
	font-size: 40px;
	line-height: 50px;
}

strong {
	font-weight: 700;
}

/* - - - - - H E A D E R - - - - - */

header .container > span,
header .container > span i {
	color: #f80086;
	font-weight: bold;
}

header .container > span i {
	border-color: #f80086;
}

/* - - - - - H E A D E R  I N F O B L O C K - - - - - */

#home-teaser {
	background-color: #000458;
	color: #fff;
	margin-top: -276px;
}

#home-teaser h3 {
	color: #fff;
	font-size: 26px;
}

.home-img-1 {
	background-image:url(/img/stipp/header_stipp.jpg);
}

/* - - - - - R E F E R E N C E S - - - - - */

.home-block.home-color {
	background-image: url(/img/ref3.jpg);
}

.home-block.home-color {
	color: rgba(255, 255, 255, 0.85);
}

.home-block.home-color .referentie .stars {
	color: rgba(107, 235, 255, 0.8);
}

.home-block.home-color .referentie h3 {
	color: #8befff;
}

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

/* - - - - - B E R E K E N - - - - - */

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

#tabs li {
	font-family: 'Author-Medium', sans-serif;
	color: #fff;
	background-color: #000458;
	font-weight: 500;
}

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

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

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

#tabs li.active.second {					background-color: #1a1d69;}
#tabs li.active.second .arrow-right {		border-left-color: #1a1d69;}

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

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

#tabs li.non-active.third {					background-color: #bec1e4;}
#tabs li.non-active.third .arrow-right {	border-left-color: #bec1e4;}
 
#tabs li.active.fourth {						background-color: #4d4f8a;}
#tabs li.active.fourth .arrow-right {		border-left-color: #4d4f8a;}

#bereken-1 {
	background-image:url(/img/stipp/header_stipp.jpg);
	height: 200px;
	background-position: center top -20px;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	font-size: 20px;
}

#bereken-1,
#bereken-1 h1 {
	font-family: 'Author-Medium', sans-serif;
	color: #fff;
	font-weight: 500;
}

#bereken-1 h1 {
	margin-top: 10px;
	margin-bottom: 5px;
}

.berekennubutton {
	background-color: #f80086;
}

#bereken-1.resultatenheader {
	height: 125px;
}

#bereken_form #keuzeopties {
	margin-bottom: 25px;
}

#bereken_form #keuzeopties h4 {
	font-family: 'Author-Medium', sans-serif;
	font-weight: 500;
}

#bereken_form #keuzeopties .keuzeoptie > div {
	text-align: center;
	background-color: #e7e8f5;
	color: #000458;
}

#bereken_form #keuzeopties .keuzeoptie.active > div {
	background-color: #000458;
	color: #fff;
}

#form-bereken.beleggen .chartoptions {
	min-height: 175px;
}

#bereken_form #keuzeopties .keuzeoptie, #bereken_form .chartoptions .keuzeoptie {
	padding: 10px;
}

#keuzeopties .keuzeoptie {
	width: 24% !important;
}

/* - - - - - R E S U L T A T E N - - - - -  */

.formulieringevuld {
	background-color: #000458;
	font-size: 16px;
}

.formulieringevuld a {
	background-color: #f80086; 
	font-weight: 500;
	font-size: 16px;
}

.formulieringevuld a:hover {
	background-color:  #b92875;
}
	

/* - - - - - R E V I E W - - - - - */


.ervaring .aanbeveling {
	background-color: #e6671a;
}

.ervaring .person, .ervaring .title {
	color: #7baf1f;
	font-size: 25px !important;	
	text-transform: uppercase;
	font-weight: 100;
}

.ervaring .title {
	font-size: 18px !important;
}


.ervaring table tr td span.stars i {
	color: #7baf1f;
}

.ervaring table tr td span.stars.total i {
	color: #0d8293;
}


/* - - - - - F O O T E R - - - - -  */

footer {
	background-color: #000458;
	color: #fff;
}

#footer-links li a:hover {
	color: #f80086;
}



