/*  Fonts  */
/* open-sans-regular - latin */


body, html{
	background:#f7f8fa;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5 ,h6{
	color: #626262;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.wrapper{
	max-width:700px;
	margin: 50px auto;
}

.back_link{
	display: block;
	text-decoration: none;
	margin-top: 70px;
	margin-bottom: 70px;
	text-align: center;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: #515860;
	font-size: 16px;
}

.back_link .back_arrow_icon{
	vertical-align: middle;
	margin-right: 4px;
}

/*  form steps  */
.steps{
	max-width: 500px;
	width: 100%;
	height: auto;
	margin: auto;
	position: relative;
	overflow: hidden;
}

.steps .fragebogen__list{
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	margin-bottom: 0;
}
.steps .fragebogen__list .fragebogen__step{
	width: 96%;
	margin: 0 2%;
	list-style: none;
	float: left;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: #ffffff;
	-webkit-box-shadow: 0 2px 5px 0 rgba(225, 232, 242, 0.4);
	box-shadow: 0 2px 5px 0 rgba(225, 232, 242, 0.4);
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in;
	-o-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
}
.steps .fragebogen__list .fragebogen__step.current_step{
	opacity: 1;
	-webkit-transition: opacity 0.6s ease-in-out;
	-o-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
}
.steps .fragebogen__list .fragebogen__step .step_content{
	padding: 30px;
}
.steps .fragebogen__list .fragebogen__step .step_footer{
	padding: 10px 30px;
	background-color: #d8d9da;
	color: #626262;
}
.steps .fragebogen__list .fragebogen__step .step_footer .next, .steps .fragebogen__list .fragebogen__step .step_footer .confirm, .steps .fragebogen__list .fragebogen__step .step_footer .previous{
	cursor: pointer;
}
.steps .fragebogen__list .fragebogen__step label{
	font-size: 0.8rem;
	margin-bottom: 0.3rem;
}
.steps .fragebogen__list .fragebogen__step .radio label, .steps .fragebogen__list .fragebogen__step .checkbox label{
	font-size: 1rem;
}
.steps .fragebogen__list .fragebogen__step .radio input, .steps .fragebogen__list .fragebogen__step .checkbox input{
	margin-right: 8px;
}
.steps .fragebogen__list .fragebogen__step .d-flex label{
	text-align: center;
}
.steps .fragebogen__list .fragebogen__step .form_inputarea .w-100{
	font-size: 0.9rem;
	padding-bottom: 10px;
}
@media screen and (max-width: 600px){
	.steps .fragebogen__list .fragebogen__step .form_inputarea.d-flex{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.steps h2 {
		font-size: 1.4em;
	}
}
.steps .fragebogen__list .fragebogen__step .d-flex input{
	margin-top: 3px;
	width: 100%;
}

.steps .fragebogen__list .fragebogen__step label.skala-optionen{
	border: 1px solid #eee;
	padding: 3px 5px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-weight: 700;
	min-width: 25px;
	text-align: center;
}

.steps .fragebogen__list .fragebogen__step input.error, .steps .fragebogen__list .fragebogen__step textarea.error{
	border: 2px solid #E46B6B;
}

.steps .form_title{
	display: inline-block;
	text-align: center;
	margin-bottom: 50px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: #515860;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.steps .note{
	display: inline-block;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: #c7d3e1;
	font-size: 12px;
	margin-top: 10px;
	width: 60%;
	text-align: left;
}

.steps .step_progress_container{
	height: 10px;
	margin: 50px 2% 80px 2%;
	width: 96%;
	background: #eee;
	border: 1px solid #ededed;
	-webkit-box-shadow: 0 1px 3px 0 #ededed;
	box-shadow: 0 1px 3px 0 #ededed;
	border-radius: 8px;
	position: relative;
}
.steps .step_progress_container .step_progress{
	height: 100%;
	content: '';
	background-color: #fff;
	width: 0px;
	display: block;
	-webkit-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
	border-radius: 8px;
}
.steps .step_progress_container .step_progress_count{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background-color: #fff;
	font-size: 14px;
	border: 1px solid #eee;
	width: 55px;
	line-height: 55px;
	height: 55px;
	text-align: center;
	vertical-align: middle;
}

.steps input:focus, .steps textarea:focus{
	outline: none;
	border: 1px solid #333;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}


/*  bounce effect animation  */
@-webkit-keyframes bounce_btn {
	0%{
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	30%{
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
	}
	60%{
		transform: scale(.95);
		-webkit-transform: scale(.95);
	}
	100%{
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@keyframes bounce_btn {
	0%{
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	30%{
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
	}
	60%{
		transform: scale(.95);
		-webkit-transform: scale(.95);
	}
	100%{
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

/*  reponsive css  */
@media (max-width : 750px){
	.navigation_container ul{
		display: block;
		text-align: center;
		margin-left: 0!important;
	}
	.navigation_container li{
		display: none;
	}
	.navigation_container li.current_nav{
		display: inline-block;
		float: none;
		margin: 0;
	}
	.wrapper{
		max-width:660px;
		margin: 50px 20px;
	}
	.step_nb{
		display: block;
	}

}


.kf_shake {
	-webkit-animation: kf_shake 0.4s 1 linear;
	-moz-animation: kf_shake 0.4s 1 linear;
	-o-animation: kf_shake 0.4s 1 linear;
}
@-webkit-keyframes kf_shake {
	0% { -webkit-transform: translate(30px); }
	20% { -webkit-transform: translate(-30px); }
	40% { -webkit-transform: translate(15px); }
	60% { -webkit-transform: translate(-15px); }
	80% { -webkit-transform: translate(8px); }
	100% { -webkit-transform: translate(0px); }
}
