* {margin: 0; padding: 0;}

html {
	height: 100%;
}

/*Formular Styles*/
#msform {
	
	text-align: center;
	position: relative;
	
}
#msform section {
	background: white;
	border: 0 none;
	border-radius: 3px;
	
	padding: 0px 40px 30px;	
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box;
	width:960px;
	margin-top: 1.82em;
	
	margin-right:auto;
	margin-left: auto;
}
#msform section:nth-child(4), #msform section:nth-child(5), #msform section:nth-child(6) {
	padding: 12px 27px 30px;	
}
/*Alles außer erste Section ausblenden*/
#msform section:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box;
	background-image: url("../../images/layout/Input_Inaktiv.png");
    border: medium none;
    color: #000000;
    font-family: ProximaNova-Regular;
    font-size: 14px;
    height: 2.214em;
    margin: 0 0.357em 0.714em 0;
    text-align: center;
    width: 10.786em;
}
#msform input[type="checkbox"] {
    display: none;
}
#msform input[type="checkbox"] + label {    
    background: url("../../images/Layout/Checkbox_Normal.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 11px;
    line-height: 1.6;
    padding-left: 30px;
    text-align: left;
   // width: 100%;
}
#msform input[type="checkbox"]:checked + label {
    background: url('../../images/Layout/Checkbox_Aktiv.png') no-repeat;
}
#msform input:focus {
	border: 1px solid #16a085;
}
#msform input[type="radio"] {
    display: none;
}
#msform input[type="radio"] + label {    
    background: url("../../images/Layout/Radio_Button_Normal.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 11px;
    line-height: 1.6;
    padding-left: 30px;
    text-align: left;
    width: 100%;
}
#msform input[type="radio"]:checked + label {
    background: url('../../images/Layout/Radio_Button_Aktiv.png') no-repeat;
    height:23px;
}

.startTime {
	margin-right: 10px!important;
}
.error {
	border: 1px solid #ff3333!important;
}

/****************
    SCHRITT 2
****************/
#carcontent{
	margin-top: 20px;
	margin-bottom: 20px;
	width:960px;
	overflow-x: scroll;
    overflow-y: hidden;
}
#carcontentscroll{
	width:3200px;
	height:440px;
	
	display: flex;
	display: inline-block;
}
#cars div{
	width: 330px;
	margin-left: 15px;
	
}

#cars .carH{
	color:#333;
	height:30px;
	text-align:left;
	width: 330px;
}
.car {
	//background-image: url("../../images/Layout/Fahrzeugbox_Grün.png");
	cursor: pointer;
	height: 410px;
	text-align: left;
	float: left;
	margin: 0 10px 10px 0;
}
.car:nth-child(1) {
	margin: auto;
}
.car:nth-child(4) {
	margin: 0 10px 10px 0;
}
.car:nth-child(8) {
	margin: 0 10 10px 0;
}
.carW:hover {
	opacity: 0.5;
}
.car:hover{
	opacity:0.5;
}
.carClicked {
	background-color:#ecf0f1;
	border: 1px solid #333333;
}
.carH {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing:border-box;
	font-size: 17px;
	font-weight:bold;
	color: #16a085;
	width: 200px;
	height: 20px;
	text-align: left;
}
.carIMG {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing:border-box;
    height: 130px;
    padding: 10px 0 0 10px;
    width: 200px;
}
.carData {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing:border-box;
	width: 200px;
	height: 260px;
	
}
.carData p {
	font-size: 14px;
	color: #fff;
}
.carData ul {
	color: #333333;
    font-size: 16px;
    list-style: inherit;
    margin: 5px 0 0 14px;
}
.carData ul li {

}
.carDataH {
	color: #16a085!important;
	font-size: 20px!important;
}
.carDataBold {
	font-family: ProximaNova-BoldIt;
	letter-spacing: 0.04em;
}

/*BUTTONS*/
#msform .action-button {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing:border-box;
   	background-color: #16A085;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: ProximaNova-Regular;
    font-size: 0.875em;
    font-weight: bold;
    margin-top: 10px;
    min-width: 141px;
    padding: 2px 10px 0;
}
#home {
	padding: 0 10px;
	height: 31px;
	margin-top: 20px!important;
}
#msform .next img{
	 margin: 2px 0 4px 10px;
    vertical-align: middle;
}
#msform .previous img{
	 margin: 2px 10px 4px 0;
    vertical-align: middle;
}
#msform .previous {
	margin-right:4px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px #fff, 0 0 0 3px #16a085;
	-moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #16a085;
	-webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #16a085;
}

.fs-text {
	font-size: 0.8em;
}
/*Überschrifteb*/
.fs-title {
	font-family: ProximaNova-Bold;
	font-size: 1.05em;
	color: #333;
	margin-bottom: 5px;
}
.fs-subtitle {
	font-size: 1.05em;
	color: #16a085;
	margin-bottom: 15px;
}

#progressbar {
	
	margin-top:40px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
	counter-reset: step;
}
#progressbar li {
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box;
    background-image: url("../../images/Layout/Nav_Nav_Schritt_1_Normal.png");
	
    color: #16A085;
    float: left;
    font-family: ProximaNova-Bold;
    font-size: 14px;
    height: 2.286em;
    padding: 5px 0 0 12px;
    text-align: left;
    width: 2.286em;
    margin-right: 6.786em;
}
#progressbar li:first-child {
	margin-left: 19em;
    padding: 5px 0 0 13px;
	
}
#progressbar li.active{
	background-image: url("../../images/Layout/Nav_Nav_Schritt_1_Aktiv.png");
	color: #fff;
}
#progressbar li.ready{
	background-image: url("../../images/Layout/Nav_Ready.png");
	color: #fff;
}
#progressbar-title {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	overflow: hidden;
	margin-top: 3px;
}
#progressbar-title p {
	float:left;
	color: #000;
}
#progressbar-title p:first-child {
	margin-left: 16em;
	
	
}
#progressbar-title p:nth-child(2) {
	margin-left: 3.4em;
}
#progressbar-title p:nth-child(3) {
	margin: 0 3.571em 0 3em;
}

.errorMsg, .errorCar {
	color: #ff3333;
	font-size: 14px;
}

/*Schritt 3*/

#seperate {
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box;
	background-color: #ecf0f1;
	padding: 15px 15px 10px;
	line-height: 1.5;
	text-align: right;
	margin-bottom: 10px;
	width: 560px;
	margin-right: 10px;
	float: left;
}
#seperatePrice {
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box;
	width: 335px;
	float: left;
	padding: 15px 15px 10px;
	background-color: #ecf0f1;
	text-align: right;
}
#preis {
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box;
	background-color: #ecf0f1;
	padding: 9px 15px 9px 0;
	margin-bottom: 10px;
	clear: both;
	text-align: right;
	font-family: ProximaNova-Bold;
}
#paypalCon {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #ecf0f1;
    padding: 5px 0 0 15px;
    margin-bottom: 10px;
    clear: both;
    height: 40px;
    text-align: right;
    font-family: ProximaNova-Bold;
}

#extraCon {
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box;
	background-color: #ecf0f1;
	float: left; 
	margin-right: 10px;
	margin-bottom: 20px;
	height: 184px;
	width: 410px;
	padding: 15px;
}
#extraCon label{
	width: 90%!important;
}
#extraCon div label {
	width: 75px!important;
	float: left;
}
#extraCon div input:nth-child(3) {
	float:left;
	border: 1px solid #16a085;

}
#extraPakete {
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box;
	background-color: #ecf0f1;
	float: left; 
	width: 485px;
	padding: 15px;
	margin-bottom: 20px;
}

/*Schritt 4*/

#mieterName, #fahrerName {
	width: 280px;
	float: left;
	font-size: 15px;
	margin-right: 10px;
}
#mieterName {
	margin-bottom: 10px;
}
#fahrerName {
	margin-bottom: 15px;
}
#mieterName label, #fahrerName label {
	width: 80px;
	float: left;
	text-align: left;
	margin-top: 8px;
	font-size: 15px;
	
}

#mieterAdress, #fahrerAdresse {
	width: 280px;
	float: left;
	font-size: 12px;
}
#fahrerAdresse {
margin-right:10px;
}
#mieterAdress label, #fahrerAdresse label {
	width: 50px;
	float: left;
	text-align: left;
	margin-top: 8px;
	font-size: 15px;
}
#mieterKontakt, #fahrerK {
	width: 280px;
	float: left;
	font-size: 12px;
}
#mieterKontakt{
	width:300px;
}
#mieterKontakt input{
	width:235px;
}
#mieterKontakt label{
	margin-right:10px;
}
#mieterKontakt label, #fahrerK label {
	width: 50px;
	float: left;
	text-align: left;
	margin-top: 8px;
	font-size: 15px;
}
#FS1 {
	width: 320px;
	float: left;
	font-size: 12px;
	margin-right: 50px;
	margin-top: 9px;
}
#FS1 label {
	width: 135px;
	float: left;
	text-align: left;
	margin-top: 8px;
	font-size: 15px;
}
#FS2 {
	width:500px;
	float: left;
	font-size: 12px;
	margin-top: 9px;
}
#FS2 input{
	width:300px;
}
#FS2 label {
	width: 194px;
	float: left;
	text-align: left;
	margin-top: 8px;
	font-size: 15px;
}
#formularF {
	clear: left;
}
.persH {
	font-size: 14px;
	font-family: ProximaNova-Bold;
	text-align: left;
	margin-bottom: 17px;
}

#fLKlasse label {
	width: 80px !important;
}

.AVBLink, #kaution+label{
	color: #16a085;
	font-size: 14px;
}
.AVBLink a {
	color: #16a085;
	font-family: ProximaNova-Bold;
}
.AVBLink a:hover {
	color: #16a085;
	font-family: ProximaNova-Bold;
	text-decoration: underline;
}
.AVBerror p {
	color: #ff3333;
}

.parsley-error {
	border: 1px solid #ff3333!important;
}
.parsley-required, .parsley-type, .parsley-minlength, .parsley-maxlength {
	color: #FF3333;
    margin: -5px 0 10px;
    text-align: right;
    font-size: 11px;
}

#fLKlasse.parsley-error {
	border: none!important;
}

#parsley-id-multiple-fKlassen {
	clear: both;
}
#parsley-id-multiple-fKlassen .parsley-required {
	text-align: left;
}

.ppL {
	float: left!important;
    font-family: proximanova-regular;
    width: 120px!important;
}