/*------- imports
------------------------------------------------------*/



@font-face {
	font-family: "Red Hat Text";
	src: url("../Fonts/RedHatText/RedHatText-Regular.ttf");
	src: url("../Fonts/RedHatText/RedHatText-Regular.ttf") format("truetype");
	font-weight: 400;
}

@font-face {
	font-family: "Red Hat Text";
	src: url("../Fonts/RedHatText/RedHatText-SemiBold.ttf");
	src: url("../Fonts/RedHatText/RedHatText-SemiBold.ttf") format("truetype");
	font-weight: 600;
}

@font-face {
	font-family: "Red Hat Text";
	src: url("../Fonts/RedHatText/RedHatText-SemiBoldItalic.ttf");
	src: url("../Fonts/RedHatText/RedHatText-SemiBoldItalic.ttf") format("truetype");
	font-weight: 600;
	font-style: italic;
}

/*------- specials
------------------------------------------------------*/

#beginScripts,
#bottomScripts {
	display: none;
}

*:focus {
	outline: none !important;
	box-shadow: none !important;
}

html {
	font-size: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*------- base styling
------------------------------------------------------*/

body {
	font-size: 18px;
	font-family: "Red Hat Text", sans-serif;
	font-weight: 400;
	min-height: 100%;
	position: relative;
	color: #3C4447;
	background: #e5e5e5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-bottom: 0px;
}

.wrap {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	background: #fff;
	-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
}

/*------- typography
------------------------------------------------------*/

.text-info {
	color: #3C4447;
}

.group-description h1,
.group-description h2,
.group-description h3,
.group-description h4,
.group-description h5,
.group-description h6 {
	font-size: 22px;
}

h1,
.group-title {
	font-size: 40px;
	color: #3C4447;
	font-family: "Red Hat Text", sans-serif;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
	margin-bottom: 80px;
}

.group-title {
	margin-bottom: 10px;
}

h1:after,
.group-title:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #BAD60A;
	position: relative;
}

h2 {
	font-size: 32px;
	color: #3C4447;
	font-family: "Red Hat Text", sans-serif;
	font-weight: 600;
	margin-bottom: 20px;
}

h3 {
	font-size: 22px;
	color: #3C4447;
	font-family: "Red Hat Text", sans-serif;
	font-weight: 600;
	margin-bottom: 20px;
}

a {
	color: #b3d800;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #b3d800;
	opacity: 0.8;
}

p {
	font-size: 18px;
	color: #3C4447;
	font-weight: 300;
	line-height: 1.7;
}

p {
	margin: 0 0 11px;
}

.text-primary {
	color: #BAD60A;
}

.text-danger {
	color: #BAD60A;
}

.question-valid-container .text-danger {
	color: #ca0000;
}

.question-valid-container .text-danger span.fa {
	color: #ca0000;
}

.ls-question-help, .ls-questionhelp {
	margin-bottom: 0;
}

.ls-question-help *, .ls-questionhelp * {
	font-weight: 100;
	font-size: 14px;

}


/*------- question list
------------------------------------------------------*/

li.radio-item:nth-child(2n),
li.checkbox-item:nth-child(2n) {
	background: #ffffff78;
}

li.radio-item label,
li.checkbox-item label {
	padding-left: 15px;
}

li.radio-item,
li.checkbox-item,
li.radio-text-item,
li.checkbox-text-item {
	margin-bottom: 5px;
}

li.checkbox-item label::before {
	left: 10px;
}

li.radio-item label::before {
	left: 10px;
}

li.checkbox-item label::after {
	left: 10px;
}

li.radio-item label::after {
	left: 13px;
}

li.radio-item,
li.checkbox-item {
	padding: 10px 20px;
}

.radio-item label::before {
	top: 2px;
}

.radio-item label::after {
	top: 5px;
}


table .radio-item label::after {
	top: 3px;
}

table .radio-item label::before {
	top: 0px;
}


.form-inline .radio-item:nth-child(2n),
.form-inline .checkbox-item:nth-child(2n) {
	background: none;
}

.date-timepicker-group input {
	width: auto !important;
	border-right: 0px;
}

.date-timepicker-group .btn {
	height: 48px;
	padding: 11px 22px;
}

.question-text table {
	font-size: 18px;
	font-family: "Red Hat Text", sans-serif;
	font-weight: 400;
}

table {
	background: #fff;
	width: 100%;
}

table th {
	font-family: "Red Hat Text", sans-serif;
	font-weight: 600;
}


/*------- stage
------------------------------------------------------*/

.stage {
	width: 100%;
	height: 400px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 -70px;
	overflow: hidden;
	margin-bottom: 100px;
	background-color: #fff;
}

.stage.background-image {
	background-image: url(../files/Stage_Loesungen_Mobilitaetsanbieter.jpg);
}

.stage .overlay {
	position: absolute;
	top: -90px;
	left: -40px;
	width: 100%;
	height: auto;
	-webkit-animation-name: example;
	animation-name: example;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	z-index: 2;
	-webkit-transform: scale(3) translateY(147px);
	-ms-transform: scale(3) translateY(147px);
	transform: scale(3) translateY(147px);
	max-width: inherit;
	-webkit-backface-visibility: hidden;
}

.stage .txt {
	max-width: 295px;
	display: inline-block;
	position: absolute;
	bottom: 15px;
	left: 40px;
	z-index: 3;
	float: left;
}

.stage .txt h1,
.stage .txt p.big {
	color: #fff;
	font-size: 33px;
	font-family: "Red Hat Text", sans-serif;
	font-weight: 600;
	position: relative;
	line-height: 1.1;
}

.stage .txt h1 span,
.stage .txt p.big span {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #BAD60A;
}

/*------- fastnav
------------------------------------------------------*/

.fastnav {
	display: none;
	position: absolute;
	top: 0px;
	right: 40px;
	background: #fff;
	width: auto;
	height: 40px;
	border-radius: 0px 0px 20px 20px;
	padding: 40px 20px 10px 20px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	z-index: 20;
}

.fastnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: -30px;
}

.fastnav ul li {
	display: inline-block;
	font-size: 13px;
	margin: 0;
	text-transform: uppercase;
	font-family: "Red Hat Text", sans-serif;
	font-weight: 600;
}

.fastnav ul li a {
	color: #3C4447;
}

.fastnav ul li a:hover {
	color: #BAD60A;
}

/*------- footer
------------------------------------------------------*/

footer {
	width: 100%;
	padding: 50px 0;
	background: #4D5357;
	position: relative;
	color: #fff;
}

footer p {
	color: #fff;
}

footer ul {
	padding: 0px;
}

footer ul li {
	float: left;
	margin-left: 20px;
	list-style: none;
}

footer ul li a {
	color: #F8F8F9;
	border: 0px;
	opacity: 1;
	text-transform: none;
	font-size: 16px;
}

footer ul li a:hover {
	color: #BAD60A;
}

footer img {
	margin-bottom: 60px;
}

/*------- progress
------------------------------------------------------*/

.progress {
	height: 28px;
	margin-bottom: 0;
	border-radius: 14px;
	box-shadow: none;
	background: #F5F5F5;
}

.progress .progress-bar {
	line-height: 28px;
	background: #b3d800;
	box-shadow: none;
	font-family: "Red Hat Text", sans-serif;
	font-weight: 600;
	color: #4D5357;
	font-size: 14px;
}

.top-container .progress {
	height: 28px;
	margin-bottom: 0;
}

/*------- privacy
------------------------------------------------------*/

.privacy {
	border-top: 1px solid #eeeeee;
	margin: 0px;
	padding-top: 40px;
}

.privacy br {
	display: none;
}

.privacy .control-label {
	position: relative;
	padding-left: 40px;
}

.privacy .control-label + input {
	margin: 0px;
	position: absolute;
	top: 4px;
	left: 15px;
	-webkit-appearance: none;
	padding: 9px !important;
	display: inline-block;
	height: inherit;
	width: 24px;
	height: 24px;
	min-height: inherit;
	margin: 0 !important;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	background: none;
	border: 1px solid #BDBDBD;
	border-radius: 5px;
}

.privacy .control-label + input[type=checkbox]:checked:after,
.privacy .control-label + input[type=checkbox]:checked:after {
	content: url(../files/checked.svg);
	display: block;
	background: none;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 3.5px;
	top: 0.5px;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

/*------- navbar
------------------------------------------------------*/

.navbar-default {
	position: static;
	background: none;
	border: 0;
	height: 240px;
}

.navbar-default {
	background: none;
	border: 0;
	height: auto;
	position: absolute;
	right: 0px;
	z-index: 10;
	top: 60px;
}

.navbar-default .navbar-nav > li > a {
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	font-family: "Red Hat Text", sans-serif;
	font-weight: 600;
	margin: 0 15px;
}

.navbar-brand {
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	z-index: 10;
	left: 110px;
	top: 28px;
}

/*------- form
------------------------------------------------------*/

.input-error input {
	border-color: #ca0000;
}

.answers-list label {
	font-family: "Red Hat Text", sans-serif;
	font-weight: 400;
	width: 100%;
}

.radio-item label::after {
	background-color: #b3d800;
}

.checkbox-item label::after {
	color: #b3d800;
	background: transparent;
}

.checkbox-item label::after {
	left: 0px;
	top: 1.25px;
}

.checkbox-item label::before {
	top: 1px;
}

.radio-item input[type="radio"]:focus + label::before {
	outline: none;
}

.checkbox-item input[type="checkbox"]:focus + label::before,
.checkbox-item input[type="radio"]:focus + label::before {
	outline: none;
}

.form-control {
	min-height: 48px;
	height: 48px;
	width: 100%;
	background: none;
	border: 1px solid #BDBDBD;
	padding: 0 20px !important;
	border-radius: 5px;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	font-size: 16px;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
}

.form-control:focus {
	border: 1px solid #BDBDBD;
	outline: 0;
	box-shadow: none;
}

textarea.form-control {
	padding: 20px !important;
}

label {
	font-size: 16px;
	color: #3C4447;
	position: relative;
	top: 0;
	font-family: "Red Hat Text", sans-serif;
	font-weight: 600;
}

.question-text {
	font-size: 24px;
	color: #3C4447;
	position: relative;
	top: 0;
	line-height: 120%;
	font-family: "Red Hat Text", sans-serif;
	font-weight: 600;
}

.asterisk {
	margin-right: 10px;
}

.answers-list label {
	margin-bottom: 0px;
}

.form-horizontal .control-label {
	text-align: left;
}

.ls-group-dynamic .form-control-static {
	display: block;
	text-align: right;
}

.ls-group-dynamic .form-control-static {
	padding-left: 15px;
	padding-right: 15px;
	text-align: right;
	display: block;
	font-family: "Red Hat Text", sans-serif;
	font-weight: 600;
	font-size: 18px;
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-color: #b3d800;
	border: 1px solid #b3d800;
	border-radius: 4px;
}

.input-group-addon label {
	color: #fff;
	margin-bottom: 0px;
}

select.form-control {
	background: url("../files/select.svg") 94% center #fff no-repeat !important;
	padding-right: 35px !important;
}

/*------- wells, container
------------------------------------------------------*/

.well,
.question-container,
.survey-welcome,
.group-description {
	width: 100%;
	position: relative;
	padding: 60px;
	background: #BAD60A;
	margin-top: 50px;
	border: 0px;
	box-shadow: none;
	border-radius: 0;
	display: inline-block;
}

.group-description {
	width: 100%;
	position: relative;
	padding: 0px;
	background: none;
	overflow: hidden;
	border: 0px;
	box-shadow: none;
	border-radius: 0;
	display: inline-block;
	text-align: center;
	margin-top: 0px;
}

.question-container,
.survey-welcome {
	background: #F5F5F5;
}

.well.row {
	margin-right: 0px;
	margin-left: 0px;
}

.question-help-container {
	text-align: center;
}

.question-valid-container {
	color: #3C4447;
	font-family: "Red Hat Text", sans-serif;
	font-weight: 600;
	font-size: 14px;
}

/*------- logo
------------------------------------------------------*/

.logo-container > img {
	margin: 0 auto;
	display: block;
	width: auto;
	height: auto;
	max-height: none;
	max-width: 164px;
	padding: 0px;
}

/*------- table
------------------------------------------------------*/

table.ls-answers {
	width: 100%;
	background: #fff;
	margin-bottom: 30px;
}

.ls-answers .ls-heading th {
	color: #3C4447;
	font-family: "Red Hat Text", sans-serif;
	font-weight: 600;
	font-size: 14px;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 1px;
}

/*------- button
------------------------------------------------------*/

.btn,
.submitBtn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	background: #BAD60A;
	color: #fff;
	font-size: 16px;
	font-family: "Red Hat Text", sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 50px;
	padding: 16px 40px;
	border: 2px solid #BAD60A;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	display: inline-block;
}

.btn:hover,
.submitBtn:hover {
	background: #fff;
	color: #BAD60A;
	text-decoration: none;
	border-color: #BAD60A;
}

.yesno-button {
	float: none;
	margin: 0px auto;
}

.btn-primary:active, .btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #bad60a;
	background-color: #ffffff;
	border-color: #bad60a;
	box-shadow: none;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
	color: #bad60a;
	background-color: #ffffff;
	border-color: #bad60a;
	box-shadow: none;
	outline: none;
	box-shadow: none;
}

.btn-primary:active, .btn-primary.active label {
	color: #bad60a;
}

/*------- number of questions
------------------------------------------------------*/

.number-of-questions {
	text-align: center;
	font-size: 26px;
	color: #3C4447;
	font-family: "Red Hat Text", sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
	margin: 80px 0px;
}

/*------- info/help
------------------------------------------------------*/

.text-info span.fa {
	color: #BAD60A;
}

.ls-questionhelp,
.questionhelp {
	background: #ffffff;
	display: inline-block;
	padding: 20px;
	border-radius: 40px;
	color: #3C4447;
	font-family: "Red Hat Text", sans-serif;
	font-weight: 600;
	font-size: 14px;
	margin-left: 0px;
}

.ls-questionhelp:before,
.questionhelp:before {
	position: static;
	display: inline;
	color: #BAD60A;
}

.outerframe {
	background: #fff;
}


/*------- geo/map
------------------------------------------------------*/

.map-item .questionhelp {
	margin-top: 30px;
}

.map-item label {
	display: block;
	float: none;
}

.map-item .questionhelp:before {
	content: "\f059";
	font-family: FontAwesome;
	font-size: inherit;
	line-height: inherit;
}

.map-item {
	background: #fff;
	-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
	padding: 30px;
}

.leaflet-container {
	margin-top: 20px;
}

.map-item .checkbox-item label::before {
	top: -1px;
}

.map-item .checkbox-item label::after {
	top: 1px;
}

/*------- responsive
------------------------------------------------------*/

@media screen and (max-width: 1400px) {
	.stage .overlay {
		-webkit-transform: scale(3) translateY(147px);
		-ms-transform: scale(3) translateY(147px);
		transform: scale(3) translateY(147px);
	}
}

@media screen and (max-width: 1240px) {
	.stage .overlay {
		-webkit-transform: scale(3) translateY(137px) translateX(10px);
		-ms-transform: scale(3) translateY(137px) translateX(10px);
		transform: scale(3) translateY(137px) translateX(10px);
	}
}

@media screen and (max-width: 1199px) {
	.stage .overlay {
		-webkit-transform: scale(3) translateY(110px) translateX(15px);
		-ms-transform: scale(3) translateY(110px) translateX(15px);
		transform: scale(3) translateY(110px) translateX(15px);
		top: -30px;
	}

	.stage {
		height: 380px;
		background-position: 0 -40px;
	}

	.stage .txt h1,
	.stage .txt p.big {
		font-size: 25px;
	}

	.stage .txt {
		max-width: 185px !important;
	}
}

@media screen and (max-width: 991px) {
	.stage .overlay {
		-webkit-transform: scale(3) translateY(100px) translateX(25px);
		-ms-transform: scale(3) translateY(100px) translateX(25px);
		transform: scale(3) translateY(100px) translateX(25px);
		top: -30px;
	}

	.stage {
		height: 360px;
		background-position: 0 bottom;
		margin-bottom: 30px;
	}
}

.stage .txt {
	max-width: 245px;
}

.navbar-brand {
	left: 60px;
}

@media screen and (max-width: 767px) {
	.stage .overlay {
		-webkit-transform: scale(3) translateY(85px) translateX(35px);
		-ms-transform: scale(3) translateY(85px) translateX(35px);
		transform: scale(3) translateY(85px) translateX(35px);
	}

	.navbar-brand {
		left: 40px;
	}

	.stage {
		height: 280px;
		margin-bottom: 40px;
	}

	.logo-container > img {
		max-width: 95px;
	}

	.stage .txt {
		max-width: 210px;
		left: 15px;
	}

	.stage .txt h1,
	.stage .txt p.big {
		font-size: 20px;
	}
}

@media screen and (max-width: 600px) {
	.stage {
		height: 200px;
	}

	.stage .overlay {
		-webkit-transform: scale(3) translateY(75px) translateX(35px);
		-ms-transform: scale(3) translateY(75px) translateX(35px);
		transform: scale(3) translateY(75px) translateX(35px);
		top: -80px;
		left: -60px;
	}

	.navbar-brand {
		left: 30px;
		top: 20px;
	}

	.logo-container > img {
		max-width: 100px;
	}

	.stage .txt {
		max-width: 100%;
		bottom: 0;
	}

	.stage .txt h1,
	.stage .txt p.big {
		font-size: 20px;
		text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
	}

	.well,
	.question-container,
	.survey-welcome,
	.group-description {
		padding: 60px 30px;
	}

	.stage .txt {
		max-width: 100%;
		bottom: 0;
		display: none;
	}
}

@media screen and (max-width: 410px) {
	.stage .overlay {
		-webkit-transform: scale(3.3) translateY(65px) translateX(35px);
		-ms-transform: scale(3.3) translateY(65px) translateX(35px);
		transform: scale(3.3) translateY(65px) translateX(35px);
		top: -60px;
	}

	.logo-container > img {
		max-width: 85px;
	}
}

@media screen and (max-width: 370px) {
	.stage .overlay {
		-webkit-transform: scale(3.3) translateY(57px) translateX(35px);
		-ms-transform: scale(3.3) translateY(57px) translateX(35px);
		transform: scale(3.3) translateY(57px) translateX(35px);
	}

	.logo-container > img {
		max-width: 104px;
	}
}

@media screen and (max-width: 320px) {
	.stage .overlay {
		-webkit-transform: scale(3.3) translateY(54px) translateX(25px);
		-ms-transform: scale(3.3) translateY(54px) translateX(25px);
		transform: scale(3.3) translateY(54px) translateX(25px);
	}
}
