@import url("bootstrap.min.css");
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,700');
*{
	font-family: 'Raleway', sans-serif;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html{
    position: relative;
    min-height: 100%;
}
h1{
	font-size: 32px;
    color: rgb(29,36,121);
	margin-bottom: 20px;
}
h2{
	font-size: 24px;
	line-height: 20px;
	color: rgb(29,36,121);
	margin-bottom: 20px;
}
h3, .tekstopmaak3{
	font-size: 17px;
	color: rgb(29,36,121);
	margin-bottom: 16px;
}
body
{
    font-family: Verdana, Helvetica, sans-serif;
    color: rgb(29,36,121);
    background-color: #ffffff;
    font-weight: normal;
    font-size: 13px;
	line-height: 18px;
	margin-bottom: 80px;
}
p{
	font-size:14px;
	font-weight:300;
}
p.melding{
	color:red;
}
a, a:hover{
	color:white;
}

hr {
    border: 0;            /* Remove the default border */
    height: 1px;          /* Set the height of the line */
    background-color: rgb(29,36,121); /* Set the color of the line */
    margin: 5px 0;       /* Add space above and below */
}

.IntroTekst{
	font-size:20px;
	color: rgb(29,36,121);
	line-height: 28px;
	font-weight: normal;
}
.tekstopmaak4{
	font-size:15px;
	color: rgb(248,131,25);
	font-weight: normal;
}
.tekstopmaak5{
	font-size:15px;
	color: rgb(29,36,121);
	line-height: 20px;
	font-weight: normal;
}
.tekstopmaak6{
	font-size:14px;
	color: rgb(29,36,121);
	font-weight: 500;
}
.tablecontent_tekstopmaak6{
	font-size:14px;
	font-weight: 500;
}
.tekstopmaak7{
	font-size:17px;
	color: rgb(29,36,121);
	font-weight: bold;
}
.tekstopmaak8{
	font-size:14px;
	color: rgb(29,36,121);
	font-weight: 500;
}
.tekstrood{
	color:red;
}
/* LOGO BALK */
.navbar{
	margin-bottom:10px;
	height: 71px;
    padding-top: 0px;
}
.navbar-orange	{margin-bottom:20px;}

.col-logo{
	padding-left: 0px;
}
.logo{
	background-image: url(../graphics/logo.png);
	display:inline-block;
	height:71px;
	width:250px;	
	background-repeat: no-repeat;
	background-position:bottom;
	background-size: contain;
	margin-top: 4px;
	/*Make logo less blurry*/
	image-rendering: -moz-crisp-edges; /* Firefox */
	image-rendering: -o-crisp-edges; /* Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

/* HEADER BALK */
.navbar-orange{
	background-color:#F9821A;	
	border-radius: 0px;
	margin-bottom: 0px;
    height: 50px;
}
.naarStartpage{
	display: inline-block;
    color: #fff;
    line-height: 36px;
    padding-left: 0px;
    font-weight: bold;
}

/* FOOTER BALK */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: #1E247A;
}
.footer-logo{
	width:225px;
	height:80px;
	background-image: url(../graphics/footer-logo.png);
	display:block;
	margin:0 auto;
	background-position:center;
	background-repeat:no-repeat;
	background-size: contain;
	display:none;
}

/* GRAFIEK */
.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}
.grafiek{
	margin-top:40px;
	margin-bottom: 20px;
}

/* TABEL */
.table_pensioen{
	border: 0;
	margin-bottom:0px;
	border-spacing: 0;
}

.table_wrapper{
	border: 1px solid rgb(54,175,233);
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #fff;
}
.tablediv {
	margin-left: 15px;
	margin-right: 15px;
}
.black_row{
	color: rgb(29,36,121);
}
.tablerow {
    display: flex;
    width: 100%;
    position: relative;
}

.legendaTabel{
	width: 12px;
    height: 12px;
    display: inline-block;
}
.legendaTabelSalaris{
    background-color: rgb(166,157,201);
}
.legendaTabelOP{
    background-color: rgb(254,207,68);
}
.legendaTabelAOW{
    background-color: rgb(126,196,170);
}
.legendaTabelTOP{
    background-color: rgb(232,165,39);
}

/* Eerste rij */
.table_bruto_netto {
	margin-top:20px;
	margin-bottom: 5px;
}
.table_pensioen .bruto_netto_tekst .tablecontent{
	border:none;
	color: rgb(54,175,233);
}
.table_pensioen .bruto_netto_tekst .bruto, .table_pensioen .bruto_netto_tekst .netto{padding-left: 10px;}

.title_content .vanaf, .uitklap_data .vanaf, .table_pensioen .bruto_netto_tekst .vanaf	{width:43%;}
.title_content .bruto, .uitklap_data .bruto, .table_pensioen .bruto_netto_tekst .bruto, .uitklap_data .bruto{width:22%;}
.title_content .netto, .uitklap_data .netto, .table_pensioen .bruto_netto_tekst .netto	{width:22%;}
.title_content .navigatie, .uitklap_data .info, .table_pensioen .bruto_netto_tekst .info{width:13%;}

/* Helper empty space */
.table_pensioen .empty-space td			{height:10px; border: 0;}
.table_pensioen .empty-space-large td	{height:20px; border: 0;}

/* Tweede rij -> dichtgeklapt zwart */
.title_content				{font-weight:bold; color:#fff;margin-bottom: 8px;}

.title_content .vanaf, .title_content .bruto, .title_content .netto, .title_content .bedrag_ineens, .title_content .navigatie {
	min-height:40px; 
	height: auto; 
	float:left; 
	padding-left:10px; 
	padding-top:15px; 
	padding-bottom:5px;
}

.title_content_large .vanaf { padding-bottom:5px; padding-top:10px;}


.black_row tr {background-color:#7dcbf2;}


.uitklap_data .vanaf,
.uitklap_data .bruto,
.uitklap_data .netto,
.uitklap_data .info	{padding:8px; float:left;  background-color:#000; }

.title_content .vanaf .datum	{display:block;  font-size:11px;}
.orange							{color: #fff;} /* color: #E36C0A; */

.uitklap_data .vanaf,
.uitklap_data .bruto,
.uitklap_data .netto,
.uitklap_data .info {background-color:transparent; padding:5px 0 5px 0;}

.uitklap_data .bruto,
.uitklap_data .netto{padding-left:10px; padding-right:10px;}


.title_content .navigatie, .uitklap_data .info	{text-align:center; cursor: pointer;}
.title_content::after							{clear:both;}
.totaal	td										{font-weight:bold; border-top: 1px dotted #CACACA !important;}
.noborder td									{border: 0 !important;}

.percentage										{font-size:11px;}

.uitklap_data .vanaf							{padding-left:10px;}
.uitklap_data .info								{width:5%;}

.title_content .vanaf a 						{color: #fff !important;}
/* Derde rij -> opengeklapt wit */
.table_wrapper{
	margin-bottom:20px;	    
}
.data_collapsed .data_table{
	display:none;
}
.data_expanded .data_table{	
	display:block;
}
.data_expanded .data_table tr td{
	border: 0;
	font-size:14px;
}
.data_expanded .black_row{
	border-bottom: 1px solid rgb(54,175,233);
}
.navigatie .collapse{display:none;}

.KeuzeButtonTable{
	font-size: 11px;
    color: white !important;
	margin-left:0px !important;
}

.table_partnerpensioen .navigatie{
	cursor: auto;
}

.KeuzesBovenTabel{
	display: flex;
}
.KeuzeAOWTonen{
	flex: 4 1 50%;
}
.KeuzeBrutoNettoTonen{
	flex: 1 0 30%;
	margin-left: 10px;
}
.RadiobuttonsKeuzeAOWTonen{
	display: flex;
}
.RadiobuttonsKeuzeBrutoNettoTonen{
	display: flex;
}
.radiobuttonKeuzesBovenTabel{
	flex: 1 1 50%;
	margin-bottom:0px;
}
.TekstOnderKeuzeAOWTonen{
	margin-right: 0px;
}
.tekstonderradiobuttonAOW{
	flex: 1 1 50%;
    margin-left: 20px;
    width: 40%;
}
.tekstonderradiobuttonAOWrechts{
	margin-left: 14px;
}

.KeuzeLoonheffingskortingTonen{
	margin-top:30px;
}
.RadiobuttonsKeuzeLoonheffingskortingTonen{
	display:flex;
}

/* Radiobutton opmaak */
.radiobuttonOpmaak{
	height:24px;
}
.radiobuttonOpmaak>input{
	opacity: 0;
	display: inline-block;
	width: 0;
	overflow: hidden;
	position: absolute;
}
.radiobuttonOpmaak label {
    line-height: 15px;
	display: block;
    padding-left: 25px;
    position: relative;
	margin-bottom:0px;
}
.radiobuttonOpmaak label:after, .radiobuttonOpmaak label:before {
    display: block;
    content: "";
    margin: 0;
    position: absolute;
}
.radiobuttonOpmaak label:before {
    background: #fff;
    border: solid 1px rgb(248,131,25);
    border-radius: 50%;
    height: 15px;
    left: 0;
    top: 0;
    width: 15px;
}
.radiobuttonOpmaak label:before {
    box-shadow: inset 0 1px 1px 1px rgba(204, 204, 204, .4);
    box-sizing: border-box;
    vertical-align: middle;
}
.radiobuttonOpmaak label:after {
    background: rgb(248,131,25);
    background: -webkit-linear-gradient(top, rgb(248,131,25) 0, rgb(248,131,25) 100%);
    background: linear-gradient(to bottom, rgb(248,131,25) 0, rgb(248,131,25) 100%);
    background: transparent;
    border-radius: 50%;
    height: 15px;
    left: 0px;
    top: 0px;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease;
    width: 15px;
}
.radiobuttonOpmaak input:checked+label:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.radiobuttonOpmaak input[checked=checked] + label:after {
    background: rgb(248,131,25);
}

/* Plannerpagina */
.KeuzepaginaLinks, .KeuzepaginaRechts{
	padding-top:30px;
}
.KeuzepaginaLinks{
	padding-right:45px;
}
.KeuzepaginaRechts{
	background-color: rgb(235,246,252);
	padding-left:45px;
	padding-bottom: 20px;
}
.page{
	background: linear-gradient(to left, rgb(235,246,252) 50%, #fff 50%);
}

/* KEUZES */
.clear{clear:both;}

.keuze{
	margin-bottom:10px;
	padding-left:0px;
	margin-right: 0px;
    width: 100%;	
}
/*collapsed en expanded worden verwijderd. Onderstaand is alleen ter overgang, om te zorgen dat de oude opmaak nog werkt.*/
.keuze .collapsed, .keuze .expanded{
	background-color: rgb(29,36,121);
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.keuze_content{
	background-color: rgb(29,36,121);
	border-top-left-radius: 15px;
	border-bottom-right-radius: 18px;
}
.keuze .expanded{
	border-bottom-right-radius: 0px;
}

.keuze .collapsed .col-md-3{
	padding-right:0px;
}
.keuze .row{
	margin-right:0px;
	background-color: rgb(186,230,250);
    border-bottom-right-radius: 15px;
    min-height: 90px;
    margin-left: 15px;
}
.keuze .col-xs-3, .keuze .col-sm-3, .keuze .col-md-3{
	padding-right:0px;
}
.keuze-text{
	padding-top:15px;
	padding-left:20px;
	padding-bottom:25px;
	padding-right:20px;
	position: relative;
	flex: 1 0 0px;
    max-width: 100%;
}
.keuze .expanded .keuze-text{
	border-bottom-right-radius: 0px;
}
.textuitleg{
	display:inline-block;
}
.keuze-icoon{
	display:block;
	width:65px;
	height:57px;
	background-image: url(../graphics/keuze-icoon-1.png);
	background-repeat:no-repeat;
	background-position:center;
	margin: 0 auto;
	margin-top:25px;
}
.keuze-icoon-2	{background-image: url(../graphics/keuze-icoon-2.png);}
.keuze-icoon-3	{background-image: url(../graphics/keuze-icoon-3.png);}
.keuze-icoon-4	{background-image: url(../graphics/keuze-icoon-4.png);}
.keuze-icoon-5	{background-image: url(../graphics/keuze-icoon-5.png);}
.keuze-icoon-6	{background-image: url(../graphics/keuze-icoon-6.png);}

.keuze h4{
	color:rgb(29,36,121);
	font-weight:500;
	margin-bottom:5px;
	display:inline;
	font-size:17px;
}
.keuze .textuitleg{
	color:rgb(29,36,121);
	font-size:11px;	
	padding-top:5px;
	font-weight:500;
}
.keuze .expandbutton{
	display:inline-block;
	height:13px;
	width:9px;
	background-image: url(../graphics/keuze-arrow-right.png);
	margin-left:4px;
}
.keuze .collapse{
	background-image: url(../graphics/keuze-arrow-left.png);
}

.keuze-actie{
	margin-bottom:12px;
}

.keuze-actie .uitleg{
	font-size:10px;	
	padding-top:10px;
	padding-left:20px;	
}
.keuze-actie .uitleg p{
	font-weight: 700;
	color:rgb(29,36,121);
	font-size:12px;
}
.keuze-actie .hoogteinvoer{	
	margin-bottom:5px;
	margin-top:5px;
}
.keuze-actie input{
	display:inline-block;
	text-align:center;	
	border:none;
}
.bullit input, .invoercheck input{
	border:0;
	margin-top: -3px;
	margin-right: 5px;
}
.keuze-actie .keuze-span{
	display:inline-block;
	color:rgb(29,36,121);
	font-weight:500;
	font-size:14px;
}
.keuze-actie .label-voor-keuze{
	margin-right: 5px;
}
.keuze-actie .label-achter-keuze{
	margin-left: 5px;
}
.keuze-actie .keuze-span-groot{
	width:55%;
}
.keuze-actie .invoerjaar{
	width:50px;
	background-color: #f9f9f9;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	border: 2px solid #ccc;
	border-radius: 5px;
}





.keuze-actie .tekstlabel{
	display:inline-block;
	color:rgb(29,36,121);	
}
.keuze-actie .error2{
	display:block;
	margin-left:20px;
}
.bereken, .buttonhoogtedeeltijd{
	display:inline-block;
	padding:5px 10px;
	background-color:#fff;
	color:#7dcbf2;
	margin-bottom:10px;
	float: right;
	margin-right:20px;
	font-weight:700;
}
.buttonhoogtedeeltijd{	
	background-color: #F9821A;
    color: #fff;
    float: left;
	font-weight: normal;
    padding: 3px 10px;
}
.uitleg-bedrag p{
	color:rgb(29,36,121);
	font-weight:500;	
	font-size:12px;
}
.keuze input{
	padding:5px;
	text-align:center;
}
.clickable {
    position: absolute;
    width: 100%;
	height:100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 10;
    background-color: white;
    opacity: 0;
    filter: alpha(opacity=1);
}
/* RADIOBUTTONS */
.radiogroup{
	margin-right:20px;
	margin-bottom:10px;
	padding-top:8px;
}

/* DROPDOWN */
.dropdown{
	padding:5px;
	color:rgb(29,36,121);
}

/* PARTTIME */
.check p, .check label{
	display:inline-block;	
	padding-top:1px;
	color:rgb(29,36,121);
	font-weight:500;
	font-size:13px;
	margin-bottom:0px;
}
.check2{
	padding-left: 30px;
	display: flex;
    padding-left: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.check2 .bullit {margin-top:3px}

/* PP */
.radiogroup-longtext .standaard{
	width:93%;
	display:inline-block;
} 
.radiogroup-longtext .BedragIneens{
	width:35%;
	display:inline-block;
} 


/* Pensioenleeftijd */
.pensioenleeftijd-keuze{	
	margin: 20px 10px 20px 0px;		
}
.pensioenleeftijd-keuze span{
	color:rgb(29,36,121);
	font-size:12px;
	font-weight:700;
}
.pensioenleeftijd-keuze .keuze-span-groot{
	width:38%;
	font-size:12px;
	font-weight:700;
}
.pensioenleeftijd-keuze .dropdown{
	padding:5px;
	margin-right:5px;
	margin-left:5px;
}
.pensioenleeftijd-keuze .dropdown_pensioenleeftijdjaar{
	margin-left:0px;
}

/* TOP */
.radiogroup .invoercheck label{
	color:#325160;
	font-size:12px;
	width:90%;
	display:inline-block;
	vertical-align:top;
}
.top-bedrag{
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;	
	padding:5px 0px;
	margin: 0 20px 10px 20px;
}
.top-bedrag span{
	margin-right:10px;
}
.top-bedrag input{
	width:50px;
}
.TOPBedragMargin, .BedragIneensMargin{
	margin-left:5px;
	margin-right:5px;
}

/* HOOG LAAG */
.hooglaag-keuze{
	padding-left:0px;
}
.hooglaag-keuze .dropdown{
	padding:5px;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:8px;
}
.keuze-actie .invoerbedrag{
	width:50px;
	background-color: #f9f9f9;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	border: 2px solid #ccc;
	border-radius: 5px;
}
.kalenderdag{
	margin-right:5px;
	margin-left:5px;
	padding-top:3.5px !important;
	padding-bottom:9px !important;
	border:1px solid #707070 !important;
}
.uitleg_hulpbijkeuze{
	margin-left:0px;
}
.uitleg_hulpbijkeuze ul{
	list-style-type:none;
}
.uitleg_hulpbijkeuze ul li{
	color:#F9821B;
	background-color:#fff;
	font-weight:bold;
	padding:4px;	
}
.uitleg_hulpbijkeuze ul li b{
	color:#000;
}

/* Bedrag Ineens */
.BedragIneens-keuze{	
	display:inline-block;
}
.BedragIneensPadding{
padding-left: 25px;
display: block;
}

.BedragIneens-keuze span{
	color:rgb(29,36,121);
	font-size:12px;
	font-weight:700;
}
.BedragIneens-keuze input{
	width: 50px;
}

.BedragIneens-TextBlok{
	margin-left:25px;
	color: rgb(29,36,121);
    font-weight: 500;
    font-size: 13px;
}

.UitstelMoment{
	margin-top: 10px;
    margin-left: 25px;
}
.UitstelMoment .check{
	display:flex;
}
.Tooltip {
    padding-left: 21px;
    padding-bottom: 5px;
    margin-top: 10px;
    cursor: pointer;
    background-image: url(../Img/help.png);
    background-repeat: no-repeat;
}
/* ContentOnderKeuzes */
.ContentOnderKeuzes{
	margin-top:5px;
	display: inline-block;
	margin-bottom: 20px;
}
.ButtonsOnderKeuzes{
	display: inline-block;
    width: 100%;
	display: flex;
    align-items: center;
	margin-bottom: 30px;
}
.ButtonsLinksOnderKeuze{
	float:left;
}
.ButtonsRechtsOnderKeuze{
    flex: 1 1 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.buttonOnderKeuzes{
	display: inline-block;
	float: right;
}
.buttonOnderKeuzesRechts{
	margin-left:8px;
}
.ButtonOranjeBlok{
	padding: 5px 14px;
    background-color: #EE821E;
    margin-left: 0px;
    font-size: 15px;
    font-weight: 500;
}
.ButtonOranjeText{
	display:inline-block;
	background-position: left;
	background-repeat: no-repeat;
	padding-left:35px;
}
.opslaan-print{
	background-image: url(../graphics/print.png);
}
.PlanVerwijderen{
	background-image: url(../graphics/prullemand.png);
}
.opslaan-print:hover, .PlanVerwijderen:hover{
	color: rgb(248,131,25);
}
.buttonAnnulerenRechts{
	margin-left:10px;
}

/* EXTRA AANPASSINGEN */
.kalenderpensioen{
	width: 10%;
    height: 27px;
	padding:0 !important;
	border: 1px solid #a9a9a9 !important;
}
.border-top{
	border-top: 1px dotted #fff;
	margin-left:36px;
	margin-right:36px;
}

/* LOG OUT BUTTON */
.btn-logout{	
	color:#333;
	border-radius:0px;
	float:right;
	background-image: url(../graphics/logout.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:30px;
}

.row_margintop{
	margin-top:30px;
}

.VolgendeStapTekstStap{
	display:none;
}

/* Planner StapVoorStap */
.KeuzeStapVoorStapVorig .row{
	background-color: rgb(54,175,233);
}
.KeuzeStapVoorStapVorig h3, .KeuzeStapVoorStapVorig .tekstopmaak8{
	color: #fff;
}
.KeuzeStapVoorStapVolgend .keuze_content{
	border: 1px dashed rgb(54,175,233);
    background-color: transparent;
}
.KeuzeStapVoorStapVolgend .row{
    background-color: transparent;
	margin-left: 0px;
}
.KeuzeStapVoorStapVolgend .keuze-text{
	display:none;
}
.KeuzeStapVoorStapVolgend .VolgendeStapTekstStap{
	display: inline-block;
	margin: 0 auto;
    align-self: center;
    font-size: 20px;
    color: lightgrey;
}


.KeuzeButtons{
	position: absolute;
    right: 20px;
    bottom: 8px;
}
.KeuzeButton{
	padding: 3px 10px;
    background-color: #EE821E;
    color: white;
    margin-left:10px;
}

/* Dropdown Menu Buttons  */

/* .keuze .row-DropDown {
	display: flex;
} */

/* .keuze_content-DropDown {
	margin-right:0px;
    margin-left: 15px;
} */

/* .keuze-text-DropDown {
	padding-top:15px;
	padding-left:20px;
	padding-bottom:25px;
    max-width: 100%;
} */
.Container-Accordion {
	margin-bottom: 10px;
}
.keuze-titel-DropDown {
	position: relative;
	display: flex;
}

.keuze-titel-left {
	flex: 1 0 0px;
}

.keuze-titel-right {
	margin-left: 5px;
}

.OpenClose, .OpenClose:hover {
	font-size: 17px;
	color: rgb(29,36,121);
	margin-bottom: 16px;
}

.KeuzeButtons-Accordion{
	display: flex;
	justify-content: flex-end;
}
.KeuzeButton-Accordion{
	padding: 3px 10px;
    background-color: #EE821E;
    color: white;
    margin-right: 20px;
}



/* .KeuzeButtons-DropDown {
	padding-right:20px;
}

.KeuzeButton-DropDown {
	background-color: #EE821E;
	color: white;
} */

/* StartPage */
.Startpagina_ContainerKeuze{
	background-image: url(../graphics/AchtergrondBeginscherm.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
	height: 630px;
    padding-top: 45px;
}
.StartPage_Container{
	margin-bottom:120px;
}
.StartPageCenter{
	display: flex;
    width: 100%;
}
.StartpageNaarPlanner{
    width: 220px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    background-color: rgb(248,131,25);
    color: white;
    margin-left: 22%;
    margin-top: 8px;
    padding: 7px 7px;
}

.PlanBekijken, .PlanBekijken:hover{
	color: rgb(248,131,25);
}
.StartpagePlanAangevraagd{
	color: rgb(248,131,25);
}
.ToelichtingPlanAangevraagd{
	margin-top:20px;
	margin-bottom:10px;
}

.MijnPlannen{
	width:25%;
}
.PlanAanvragenStartPage{
	width:35%;
}

/* Pensioenplan opslaan */
.ModalPensioenplan{
	display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: transparent;
}
.ModalPensioenplan:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.ContentModalPensioenplan{
	position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 10px;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
	max-width: 990px;
	z-index:101;
}
.OverlayModalPensioenplan{
	background: rgba(0, 0, 0, 0.8);
    opacity: 0.8;
    z-index: 100;
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    cursor: pointer;
}
.CloseModalPensioenplan{
	position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.3);
    color: rgb(29,36,121);
    border: 0;
    padding: 0;
}
.CloseModalPensioenplan:hover{
	color: rgb(29,36,121);
}
.ContentModalPensioenplan .invoer{
	width: 200px;
    margin-bottom: 10px;
}
.PensioenplanOpslaan{
	margin-top:10px;
}

/**** Responsive ****/
@media (max-width: 1200px) {
	.Startpagina_ContainerKeuze{
		height: 650px;
	}
	.KeuzesBovenTabel{
		flex-direction: column;
	}
	.KeuzeBrutoNettoTonen {
		flex: 1 0 30%;
		margin-left: 0px;
		margin-top: 20px;
	}
}

@media (max-width: 992px) {
	.StartpageNaarPlanner{
		margin-left:7%;
	}
	.NaarPlannerEenOogopslag{
		margin-left:30%;
	}
	.MijnPlannen, .PlanAanvragenStartPage{
		width:50%;
	}
	.tekstonderradiobuttonAOW{
		margin-left:0px;
	}
}

@media (max-width: 768px) {
	.StartpageNaarPlanner{
		margin-left:5%;
		margin-top:8px;
	}
	.NaarPlannerEenOogopslag{
		margin-left:30%;
	}
	.RadiobuttonsKeuzeAOWTonen{
		flex-direction: column;
	}
	.radiobuttonKeuzesBovenTabel{
		margin-bottom: 10px;
	}
}

@media (max-width: 576px) {
	.Startpagina_ContainerKeuze{
		height: 650px;
	}
	.page{
		background: none;
	}
	.RadiobuttonsKeuzeAOWTonen {
		flex-direction: row;
	}
}

@media (max-width: 450px) {
	.img-responsive{
		max-width: 90%;
	}
}

.waarschuwing, .waarschuwing p{
	margin-top:5px;
	color:red;
	display: block;
}

.waarschuwing li {
	font-weight: 500
}

.telefoonEmail div{
 display:flex;
 flex-direction:column;
     font-size: 15px;
    color: rgb(29,36,121);
    line-height: 20px;
    font-weight: normal;
}

#id9029{
	color:red;
	margin-bottom:10px;
}

.telefoonEmail div span{
	font-weight:bold;
}
.telefoonEmail div span:nth-of-type(2){
	color:red;
}
.telefoonEmail div:first-of-type{
	margin-top:10px;
}