.pension_tool_questionary {
	max-width: 467px;
	height: 350px;
	background: rgba(255, 255, 255, 1.0);

	font-family: 'HelveticaNeueLTCom-LtCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  	font-weight: normal;
  	color: #4e4e4d;
}

.pension_tool_questionary a {
	color: #2baee5;
}

.pension_tool_questionary .steps {
	width: 11.9914347%;
	float: left;
	height:100%;
	border-right: 0.125em solid #edf2f2;
}

.pension_tool_questionary .questionary_content {
	width: 86.522698%;
	float: left;
	padding: 0 7.1428571% 20px 7.1428571%;
	position: relative;
	height: 100%;
	border: 0.125em solid #edf2f2;
  	border-left: none;
	
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.pension_tool_questionary .questionary_content .questionary_form .row {
	width: 100%;
	margin-top: 5px;
}

.pension_tool_questionary .questionary_form {
	/*margin-top: 40px;*/
	color: #000000;
}

.pension_tool_questionary .question {
	height: 100%;
}

.pension_tool_questionary .question.hide {
	display: none;
}

.pension_tool_questionary .question.active {
	display: block;
}

.pension_tool_questionary .conclusion_wrapper {
	display: table;
	height: 100%;
	width: 100%;
}

.pension_tool_questionary .question_wrapper h2,
.pension_tool_questionary .conclusion_wrapper h2 {
	text-align: center;
	font-size: 1.250rem;
	margin-top: 40px;
	text-transform: uppercase;
	width: 100%;
  	text-align: center;
  	margin-bottom: 15px;
}

.pension_tool_questionary .conclusion_wrapper h2 {
	margin-top: 0;
}

.pension_tool_questionary .question_wrapper p,
.pension_tool_questionary .conclusion_wrapper p {
	font-size: 1.188rem;
	margin-bottom: 15px;
}

.pension_tool_questionary .conclusion_body {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.questionary_buttons a,
body .wrapper .questionary_buttons a {
	color: #7d8081;
	padding: 9px 15px;
}

.questionary_buttons .button,
body .wrapper .questionary_buttons a.button {
	background-color: #2baee5;
	color: #ffffff;
	padding: 4px 15px 1px 15px;
	font-size: 1.125rem;
	line-height: 1.7rem;
}

body .wrapper .questionary_buttons a.button.inactive {
	background-color: #edf2f2;
}

.questionary_buttons {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
}

.questionary_buttons .button.prev {
	float: left;
	margin-left: 7.1428571%;
}

.questionary_buttons .button.next {
	float: right;
	margin-right: 7.1428571%;
}

.befrank_page .pension_tool_questionary .steps ol {
	padding-left: 0;
}

@media (max-width: 768px) {
	.pension_tool_questionary .questionary_content {
  		width: 86.522698%;
  	}
}

/**
	Progress
*/
.progress {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 80%;
	text-align: right;
	overflow: hidden;
	margin-top: 35px;
}

.progress li {
	height: 33%;
	width: 50%;
  	display: block;
  	border-right: 2px solid #e0e4e7;
  	position: relative;
}

ol.progress[data-progtrckr-steps="2"] li {
	height: 100%;
}

ol.progress[data-progtrckr-steps="3"] li {
	height: 50%;
}

ol.progress[data-progtrckr-steps="4"] li {
	height: 33%;
}

ol.progress[data-progtrckr-steps="5"] li {
	height: 25%;
}

ol.progress[data-progtrckr-steps="6"] li {
	height: 20%;
}

ol.progress[data-progtrckr-steps="7"] li {
	height: 16%;
}

ol.progress[data-progtrckr-steps="8"] li {
	height: 14%;
}

.progress li:nth-child(1) {
	z-index: 8;
}

.progress li:nth-child(2) {
	z-index: 7;
}

.progress li:nth-child(3) {
	z-index: 6;
}

.progress li:nth-child(4) {
	z-index: 5;
}

.progress li:nth-child(5) {
	z-index: 4;
}

.progress li:nth-child(6) {
	z-index: 3;
}

.progress li:nth-child(7) {
	z-index: 1;
}

.progress li:nth-child(8) {
	z-index: 0;
}

ol.progress li:first-child {
	height: 0;
}

.progress li:after {
	width: 100%;
	width: 14px;
	height: 14px;
	position: relative;
	border-radius: 999px;
	display: inline-block;
	background-color: #ffffff;
	border: 1px solid #e0e4e7;
	position: absolute;
	content: "";
  	right: -8px;
  	bottom: 0;
  	color: #ffffff;
  	font-size: 5px;
  	box-sizing:border-box;
  	-moz-box-sizing:border-box;
  	-webkit-box-sizing:border-box;
  	
	-webkit-transition: all 0.4s ease-in-out;
  	-moz-transition: all 0.4s ease-in-out;
  	-o-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
}

ol.progress li:first-child:after {
	bottom: -14px;
	z-index: 2;
}

ol.progress .progress-done:first-child:after {
	bottom: -22px;
}

ol.progress .progress-done:after {
	bottom: -11px;
}

ol.progress .progress-done:last-child:after {
	bottom: 0;
}

.progress .progress-active:after {
	border: none;
	background-color: #2baee5;
	
	-webkit-transition: all 0.4s ease-in-out;
  	-moz-transition: all 0.4s ease-in-out;
  	-o-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
}

.progress .progress-active,
.progress .progress-done {
	border-right: 2px solid #2baee5;
	 
	-webkit-transition: all 0.4s ease-in-out;
  	-moz-transition: all 0.4s ease-in-out;
  	-o-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
}

.progress .progress-done:after {
	font-family: Ionicons;
	content: "\f122";
	color: #ffffff;
	background-color: #2baee5;
	border: none;
	line-height: 1.7em;
	width: 22px;
	height: 22px;
	text-align: center;
	font-size: 14px;
	right: -12px;

	-webkit-transition: all 0.4s ease-in-out;
  	-moz-transition: all 0.4s ease-in-out;
  	-o-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
}
