@import url(/css/cssreset-min.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);



/* - - - - - A L G E M E E N - - - - - */

* {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}


html, body {
    margin: 0;
    width: 100%;
    min-height: 100vh !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
     position: relative;
}

body {
    padding-bottom: 200px !important; /* bottom = footer height */
}

#cookiebar {
	background-color: rgba(25, 25, 25, 0.9);
	color: #fff;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 35px 0px;
}

#cookiebar span {
	width: 65%;
	display: inline-block;
}

#cookiebar h4 {
	font-size: 1.4em;
	margin-bottom: 5px;
	font-weight: bold;
}

#cookiebar label {
	 float: right;
	 margin-top: -15px;
}

a {
	color: #000;
}

h1, h2, h3 {
    font-weight: 500;
	font-size: 44px;
	margin-bottom: 20px;
}

h2 {
	font-size: 30px;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
}

h3 {
	font-size: 22px;
	margin-bottom: 10px;
    -webkit-font-smoothing: subpixel-antialiased;
}

#img-aanbieders {
	margin-top: 60px;
}

.space {
	display: block;
	height: 80px;
}

.button {
	display: inline-block;
	color: #fff;
	padding: 18px 25px;
	border-radius: 5px;
	border: 0px;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    margin-top: 25px;
	-webkit-transition:background-color .25s ease-in-out;
	-moz-transition:background-color .25s ease-in-out;
	-o-transition:background-color .25s ease-in-out;
	transition:background-color .25s ease-in-out;
    -webkit-font-smoothing: antialiased !important;	
    cursor: pointer;
}

.button.smallbutton {
	padding: 15px 18px;
}

.button.smallbutton.per {
	padding: 11px 16px;
}

.button:hover {
	-webkit-transition:background-color .25s ease-in-out;
	-moz-transition:background-color .25s ease-in-out;
	-o-transition:background-color .25s ease-in-out;
	transition:background-color .25s ease-in-out;
}


.button .fa-chevron-right {
	margin-left: 10px;
}

.container {
	display: block;
	max-width: 1180px;
	margin: 0px auto;
}

.clear {
	clear: both;
}

header {
    -webkit-font-smoothing: subpixel-antialiased;
	padding-top: 15px;
	padding-bottom: 10px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 0px;
	position: relative;
}

#appletreelogo {
	width: 70px;
	height: auto;	
}

header .container div {
	color: #999;
	font-style: italic;
	display: inline-block;
    font-size: 16px;
	position: absolute;
	bottom: 15px;
	margin-left: 15px;
}

header .container > span {
	float: right;
	font-size: 22px;
	font-weight: bold;
	line-height: 20px;
	margin-left: 25px;
	margin-top: 5px;
}

header .container span i {
	border: 2px solid;
	padding: 6px;
	width: 30px;
	height: 30px;
	font-size: 17px;
	margin: 0px 10px;
	margin-bottom: -7px;
	text-align: center;
	border-radius: 50%;
}

#helpdesk,
#helpdeskblock a {
	font-size: 15px;
	float: right;
}

#helpdeskblock a.button {
   padding: 8px 15px;
   margin-top: 15px;
}

#helpdeskblock a.button i {
   border: none;
   margin: 0px;
   padding: 0px;
   width: auto;
   height: auto;
   color: #fff;
   font-size: 14px;
   display: inline-block !important;
}

#langselect {
	clear: right;
	float: right;
}

#langselect li {
	display: inline;
	opacity: 0.3;
}

#langselect li.active {
	opacity: 1;
}

.fancybox-skin {
	border-radius: 0px !important;
}

nav {
    -webkit-font-smoothing: subpixel-antialiased;
    display: block;
    height: 70px;
    line-height: 70px;
    max-width: 1080px; 
    margin: 0px auto;
}

nav ul li {
	float: left;
	margin-right: 20px;
	height: 100%;
	display: block;	
}

nav ul li a.active {
	height: 70px;
	border-bottom: 5px solid #ccc;
	color: #02a3bd;
}

ul#langselect {
	height: 70px;
	line-height: 70px;
	position: relative;
	z-index: 8000;
}

ul#langselect li, ul#langselect li a {
	margin-left: 5px;
}

nav ul#langselect li a.active {
	border-bottom: none;
}

nav ul li a {
	text-decoration: none;
	display: block;
	color: #000;
	-webkit-transition:color .2s ease-in-out;
	   -moz-transition:color .2s ease-in-out;
	     -o-transition:color .2s ease-in-out;
	        transition:color .2s ease-in-out;
}

nav ul li a:hover {
	height: 70px;
	-webkit-transition:color .2s ease-in-out;
	   -moz-transition:color .2s ease-in-out;
	     -o-transition:color .2s ease-in-out;
	        transition:color .2s ease-in-out;
}


#home-1 {
	padding-bottom: 300px;
	color: #fff;
	position: relative;
	height: 500px;
}

#home-1 h1 {
	color: #fff;
}

#home-teaser {
	display: block;
	width: 450px;
	position: absolute;
	right: 50%;
	margin-right: -480px;
	margin-top: -314px;
	text-align: left;
	padding: 20px;
}

#toggle {
	display: none;
}

#home-teaser .fa-check, #home-teaser div {
	float: left;
}

#home-teaser .fa-check {
	display: block;
	width: 30px;
	clear: left;
	margin-top: 5px;
	margin-left: -30px;
}

#home-teaser div {
	display: block;
	width: 360px;
	margin-bottom: 10px;
	margin-left: 30px;
}

#home-teaser h3 {
	margin-bottom: 20px;
}

#home-teaser p {
    font-size: 13px;
}

#home-teaser .button {
	width: 100%;
	text-align: center;
}

#home-2 {
	padding-top: 130px;
}


.home-block {
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}

.aanbiederimgblok {
	width:25%; 
	padding-top: 10px;
	padding-bottom: 25px;
	float: left; 
	text-align: center;
}

#collectaanbiederimg {
	width: 80%; margin: 10px auto;
}

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

#tabs {
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: -35px;
	display: block;
}

#tabs li {
	float: left;
	padding-right: 125px;
	margin-right: 35px;
	padding-left: 15px;	
	font-weight: 500;
	position: relative;
}

#tabs li  {
	padding-right: 45px;
}


#tabs li.fourth {
	position: relative;
	z-index: 1;
}

#tabs li.third {
	position: relative;
	z-index: 2;
}

#tabs li.second {
	position: relative;
	z-index: 3;
}

#tabs li.first {
	position: relative;
	z-index: 4;
}

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;	
	position: absolute;
	top: 0px;
	right: -24px;
}



#tabs li.second, #tabs li.third, #tabs li.fourth {
	margin-left: -35px;
	padding-left: 50px;
}



.home-img-1 {
	background-size:cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
	background-color: #cbcbcb;
	padding-top: 50px;
}

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

.home-grey-light {
	background-color: #fdfdfd;
}

.home-color {
	padding-bottom: 75px;
}

.home-block.home-color {
	height: 650px;
	background-position: center center;
	background-color: #ddd;
	background-size: auto 100%;
}

.home-block.home-color .button {
	box-shadow: 0px 3px 0px rgba(0,0,0,0.1);
	color: #fff;
}

.home-block .referentie {
	float: left;
	width: 40%;
	display: block;
	margin-right: 6%;
	margin-left: 7%;
	margin-top: 50px;
	margin-bottom: 25px;
}

.home-block .referentie:last-child {
	margin-left: 0px;
}

.home-block .referentie h3, .ervaring span.person {
	font-weight: 300;
	font-size: 20px;
	text-transform: uppercase;
}

.home-block .referentie .stars {
	font-size: 25px;
}

.home-block .referentie p {
	margin: 25px 0px;
	min-height: 75px;
}

#logo-at {
	float: left;
	width: 105px;
	margin-right: 20px;
	margin-top: 12px;
}


.margin {
	margin-left: 275px;
}

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

#form-bereken {
	line-height: 2.2;
}

#form-bereken input[type=text] {
	padding: 3px;
	width: 200px;
}

#form-bereken select {
	padding: 4px;
	width: 200px;
	border-radius: 0px;
    border: 1px solid #cccccc;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    background-image: url(/img/arrowdown.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 10px auto;
}

#form-bereken .label-layout {
	display: block;
	width: 320px;
	float: left;
}

#form-bereken span {
	display: inline-block;
	width: 75px;
}

#form-bereken span#typeuitkering {
	width: 200px;
}


#form-bereken span.full-width {
	width: 300px;
}


#form-bereken span.extrarow {
	position: relative;
	width: 25px;
	height: 18px;
	line-height: 30px;
}

#form-bereken .infobereken {
	color: #a3a9ab;
	position: absolute;
	right: 0px;
	top: 5px;
	
	148px
}

#form-bereken .infobereken span {
	display: none;
	position: absolute;
	right: -10px; 
	top: 25px;
	padding: 10px;
	line-height: 18px;
	border: 1px solid #b7bbbd;
	width: 300px !important;
	font-size: 14px !important;
	color: #444;
	background-color: #fff;
	z-index: 30;
}

#form-bereken .infobereken:hover span {
	display: block;
}

#form-bereken .color_good {
	color: green;
}
#form-bereken .color_normal {
	color: orange;
}
#form-bereken .color_bad {
	color: red;
}

#chart_div {
	height: 450px;
}

#bereken-1 {
	background-size:cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
	background-color: #f5f5f5;
	color: #fff;
	margin-bottom: 40px;
	padding-top: 15px;
	padding-bottom: 3px;
	height: 155px;
}

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

#partner {
	display: none;
}

#partner.yes {
	display: block;
}

#partnerverzekeren {
	display: none;
}

#partnerverzekeren.yes {
	display: block;
}

#form-bereken {
	margin-bottom: 150px;
}

#form-errors {
	color: #e6671a;
	padding-bottom: 10px;
}

/* - - - - - B E L E G G E N - - - - - */

#beleggenuitganginfo {
	margin-top: 25px;
}

#wrappercharts {
	width: 100%;
	
	position: relative;
}

ul {
	list-style-position: inside;	
}


#form-bereken.beleggen .chart_div {
	display: none;
	padding-top: 50%;
	position: relative;
	/*width: 100%;
	padding-top: 40%;
	
	position: absolute;*/
	z-index: -1;
	/*margin-bottom: 200px;*/
}

#form-bereken.beleggen .chart_div.show {
	display: block;
	z-index: 100;
}

#form-bereken.beleggen .processing span {
	width: auto;
}
	
#form-bereken.beleggen .chart_div .chart {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
} 

#form-bereken.beleggen .label-layout {
    display: block;
    width: 150px;
    float: left;
}

#form-bereken.beleggen #perkeuze, #form-bereken.beleggen #hooglaagkeuze {
	text-align: center;
}

#form-bereken.beleggen .chartoptions {
	min-height: 220px;
	border: 1px solid transparent;
}


#bereken_form #keuzeopties  {
	margin-top: 30px;
	text-align: center;
}

#bereken_form #keuzeopties .keuzeoptie,
#bereken_form .chartoptions .keuzeoptie {
	width: 33%;
	display: inline-block;
	padding: 20px;
	
}

#bereken_form #keuzeopties .keuzeoptie > div {
	background: #b2b8ba;
	color: white;
	padding: 15px;
	border-radius: 15px;
	border: 5px solid transparent;
	cursor: pointer;
	
	text-align: justify;
	
	min-height: 245px;
}

#bereken_form #keuzeopties .keuzeoptie.active > div {
	background-color: #7baf1f;
}

#bereken_form #keuzeopties h4 {
	font-size: 1.7em;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 15px;
}


#keuzeopties:after,
.chartoptions:after,
#form-bereken #hooglaagkeuze:after {
	content: '';
    display: block;
    clear: both;
}

.keuzeoptie_content {
	padding-bottom: 30px;
}

.keuzeoptie_content:not(.active) {
	display: none;
}

#bereken_form .chartoptions .berekennubutton {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
}

.charttooltip {
	font-size: 17px;
	width: 450px;
	padding: 10px;
	border: 2px solid green;
	background: white;
}

.charttooltip.verwacht {
	border-color: orange;
}

.charttooltip.pessimistisch {
	border-color: red;
}

.charttooltip.gegarandeerd {
	border-color: lightblue;
}

.charttooltip.gegarandeerd.faded {
	border-color: #a0a0a1;
}
	

#form-bereken .charttooltip span {
	display: inline-block;
	width: 320px;
	
}

#form-bereken .charttooltip span.amount {
	display: inline-block;
	width: 80px;
	text-align: center;
}

#form-bereken .charttooltip span.line {
	border-bottom: 1px solid;
}

#form-bereken #hooglaagkeuze a {
	display: inline-block;
	width: 45%;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
}

#form-bereken #hooglaagkeuze a:first-child {
	float: left;
}

#form-bereken #hooglaagkeuze a:last-child {
	float: right;
}


#keuzeoptie_content_variabel .chartoptions a {
	margin-top: 30px;
}


#form-bereken.beleggen {
	position: relative;
}

#form-bereken.beleggen .tablewrapper {
	display: none;
	width: 100%;
    padding-left: 100px;
}

#form-bereken.beleggen .tablewrapper table {
	/*position: absolute;
	bottom: -150px;
	left: 50%;
	transform: translateX(-50%);
	*/
	border: 1px solid #CCC;
	border-radius: 5px;
	margin: 30px auto;
	
	width: 100%;
}

#form-bereken.beleggen .tablewrapper table td {
	padding: 3px 10px;
	
}

#form-bereken.beleggen .tablewrapper table td:not(:first-child) {
	text-align: center;
}

#form-bereken.beleggen .tablewrapper table tr.jaren td { font-weight: bold }
#form-bereken.beleggen .tablewrapper table tr.goedweer td:first-child { color: green; }
#form-bereken.beleggen .tablewrapper table tr.verwachtweer td:first-child { color: orange; }
#form-bereken.beleggen .tablewrapper table tr.slechtweer td:first-child { color: red; }

#form-bereken.beleggen .infobeleggenleeftijd {
	top: auto;
    bottom: 148px;
    right: 0%;
    z-index: 9999;
    display: none;
}


#export {
	text-align: right;
	margin-bottom: 15px;
	visibility: hidden;
	
	position: absolute;
    right: 0px;
    bottom: 68px;
    
    z-index: 200;    
    
}

#export a {
	margin-top: 0px;
	padding: 9px 15px;
}

#beleggengrafiek, #beleggentabel, #form-bereken.beleggen .berekennubutton {
	display: none;
}


#beleggenuitganginfo, #beleggengrafiek, #beleggentabel {
	text-align: justify;
}

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

.formulieringevuld, .formulieringevuld span, .formulieringevuld h3 {
	text-align: left;
	color: #000;
}

.formulieringevuld .halfblock.rightside {
	text-align: right;
	padding-right: 3px;
}

.formulieringevuld a#berekenknop {
	text-decoration: none; 
	position: absolute; 
	right: 10px; 
	bottom: 10px;
	color: #fff; 
	padding: 5px 0px 5px 10px;
	border-radius: 4px;
}

.formulieringevuld .halfblock .sort {
	width: 120px;
}

.formulieringevuld .halfblock .mf {
	width: 65px;
}

.formulieringevuld {
	line-height: 22px;
	margin: 0px auto;
	margin-top: -50px;
	border-radius: 7px;
	color: rgba(255, 255, 255, 0.9);
	width: 750px;
	padding: 12px 15px;
	padding-bottom: 10px;
	font-size: 15px;
}


.formulieringevuld span {
	display: block;
	width: 210px;
	float: left;
	color: #fff;
	-webkit-font-smoothing: antialiased !important;
}

.formulieringevuld .halfblock {
	width: 50%;
	float: left;
}

.formulieringevuld .halfblock.right {
	float: right;
}

/* - - - - - R E S U L T A T E N  -  A A N B I E D E R S - - - - - */
	
	#resultaten {
		width: 75%;
		margin: 0px auto;
		height: 760px;
		position: relative;
		overflow: hidden;
	}

	#resultaten #resultaat_template {
		display: none;
	}
	
	#resultaten #resultaat_items {
		position: absolute;
		top: 600px;
		width: 100%;
		transition: top 750ms;	
	}
	
	#resultaten .resultaat_items .itemcontainer {
		position: relative;
		width: 100%;
		height: 100%;
	}
	
	#resultaten .resultaat_item {
		height: 70px;
		width: 100%;
		padding: 8px 0px;
		border-top: 1px solid #dadada;
		background-color: #fdfdfd;
		z-index: 11;
		position: absolute;
		
		top: 0px;
		transition: top 750ms;
	}
	
	#resultaten .resultaat_item.last {
		border-bottom: 1px solid #dadada;
	}
	
	#resultaten .resultaat_item > div {
		float: left;
		width: 33%;
		height: 53px;
		line-height: 53px;
	}
	
	#resultaten.hooglaag .resultaat_item > div:first-child {
		width: 30%;
	}
	
	#resultaten.hooglaag .resultaat_item > div.bedrag {
		width: 36%;
	}
	
	#resultaten.hooglaag .resultaat_item > div.bedrag a {
		display: inline-block;
		width: 50%;
	}
	
	#resultaten .resultaat_item > div.nettolink, #resultaten.hooglaag .resultaat_item > div.bedrag {
		line-height: 24px;
	}
	
	#resultaten .nettolink a {
		text-decoration: none;
	}
	
	#resultaten .nettolink a:hover .netto {
		color: #e6671a;
	}
	
	
	
	#resultaten .resultaat_item > div:last-child {
		width: 34%;
	}
	
	#resultaten .logo {
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	#resultaten .logo a {
		width: 100%;
		height: 100%;
		display: block;
	}
	
	#resultaten .logo a .infobutton {
		float: left;
		line-height: 55px;
		margin-left: 20px;
		color: #c2c2c2;
	}
	
	#resultaten .button {
		margin-top: 0px;
		margin-right: 0px;
	}
	
	#resultaten #processing, #form-bereken.beleggen .processing {
		position: absolute;
		left: 50%;
		top: 95px;
		top: 125px;
		line-height: 50px;
		
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		z-index: 10;
	}
	
	#resultaten #processing i, #form-bereken.beleggen .processing i {
		font-size: 50px;
		float: left;
		margin-right: 10px;
	}
	
	#error-results h3 {
		color: #666
	}
	
	#error-results p {
		color: #555;
		line-height: 30px;
	}
	
	#error-results table {
		width: 80%;
		margin-left: 10%;
	}
	
	#error-results tr td {
		width: 25%;
	}
	
	#aanbiedersblock {
		width:500px; 
		height:500px; 
		padding: 25px;
	}
	
	input.text {
		width: 300px;
	}
	
	input.text.short {
		width: 96px;
	}

	
	input.text.hole {
		width: 400px;
	}
	
	input.text.middleshort {
		width: 200px;
	}
	
/* - - - - - S T A T I C - - - - - */

.home-block.staticpage {
	text-align: left;
	min-height: 400px;

}

.home-block.staticpage .container {
	padding-right: 250px;
}

.home-block.staticpage .container ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}

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


#paginate {
	text-align: center;
	padding: 15px 0px;
}

#paginate a {
	background-color: #ddd;
	border-radius: 5px;
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
}

#paginate a.curpage {
	background-color: #aaa;
}

.ervaring {
	margin-bottom: 25px;
	padding-bottom: 25px;
	background-color: #f4f4f4;
	padding: 25px;
	border-radius: 5px;
}

.ervaring .ervaringtext {
	display: block;
}

.ervaring hr {
	border: none;
	width: 100%;
	height: 1px;
	background-color: #eee;
	margin: 10px 0px;
}

.ervaring .aanbeveling {
	padding: 8px 15px;
	border-radius: 5px;
	color: #fff;
	background-color: #ccc;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.ervaring table, ervaring table tr {
	width: 100%;
}

.ervaring table tr td.label span{
	width: 65%;
	font-size: 15px;
	display: block;
	float: left
}

.ervaring table tr td.label span.stars {
	width: 35%;
}

.margin {
	margin-left: 320px;
}

#collectaanbiederimg {
	text-align: center !important;
}

#collectaanbiederimg .aanbiederimgblok {
	display: inline-block !important;
	float: none !important;
	padding: auto 0 !important;
	width: 24% !important;
}


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

footer {
	padding-top: 50px;
	padding-bottom: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 200px;
    width: 100%;
}


footer .container div {
	display: block;
	float: left;
	width: 70%;
}

#footer-links {
	width: 30%;
}

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

#footer-links li a:hover {
	text-decoration: underline;
	color: rgba(255,255,255,0.5);
}

#highlowheader {
	width: 100%;
	text-align: left;
	padding-top: 10px;
}

#highlowheader > div {
	float: left;
}

#highlowheader div.logo {
	width: 30%;
}

#highlowheader div.hooglaag {
	width: 36%;
}

#highlowheader div.hooglaag > strong {
	width: 50%;
	float: left;
	text-align: center;
}

#highlowheader:after {
	content: '';
    display: block;
    clear: both;
}
