@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);


#feedback-page{
	text-align:center;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Arial, Helvetica, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 5px solid rgb(255 , 255, 255);
}

.feedback-input:focus{
	background: #fbfbfb;
	box-shadow: 0;
	border: 5px solid #FBE051;
	color: #000000;
	outline: none;
  padding: 13px 13px 13px 54px;
}
.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

#br {
	padding-top:30px;
	padding-bottom:30px;
}

#br_2 {
	padding-top:40px;
	padding-bottom:40px;
}

.submit:hover {
	color: #0B2B15;
}

:required {
  border-color: #F7A600;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  -o-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  box-shadow: 0 0 5px rgba(0, 0, 255, .5);
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button{
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 0px;
	cursor:pointer;
	background-color: rgb(247,166,0);
	color: #fff;
	font-size:24px;
	padding-top:25px;
	padding-bottom:25px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    margin-top:-4px;
    font-weight:700;
}

#button:hover{
	background-color: rgb(254,224,82);
	color: #000;
}

#button-dealer{
	font-family: Arial, Helvetica, sans-serif;
	width: 30%;
	min-width: 200px;
	border: #fbfbfb solid 0px;
	cursor:pointer;
	background-color: rgb(247,166,0);
	color: #000;
	font-size:20px;
	padding-top:15px;
	padding-bottom:15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:0px;
	margin-bottom: 15px;
  font-weight:200;
	float: right;
}

@media(max-width: 990px){
	#button-dealer{
		font-size:15px;
	}
}

#button-dealer:hover{
	background-color: rgb(254,224,82);
	color: #000;
}

#rc-imageselect, .g-recaptcha {
	margin-left: 30px;
	margin-top: -15px;
	}

/* Icons ---------------------------------- */
#name1{
	background-image:url(../img/icons/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name1:focus{
	background-image: url(../img/icons/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name2{
	background-image:url(../img/icons/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name2:focus{
	background-image: url(../img/icons/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name3{
	background-image:url(../img/icons/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name3:focus{
	background-image: url(../img/icons/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#vorname{
	background-image:url(../img/icons/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#vorname:focus{
	background-image: url(../img/icons/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#nachname{
	background-image:url(../img/icons/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#nachname:focus{
	background-image: url(../img/icons/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#username{
	background-image:url(../img/icons/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#username:focus{
	background-image: url(../img/icons/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#confirmpwd{
	background-image:url(../img/icons/password.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#confirmpwd:focus{
	background-image: url(../img/icons/password.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#code{
	background-image:url(../img/icons/password.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#code:focus{
	background-image: url(../img/icons/password.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(../img/icons/mail.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(../img/icons/mail.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email_rental_2{
	background-image: url(../img/icons/mail.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email_rental_2:focus{
	background-image: url(../img/icons/mail.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email_rental_3{
	background-image: url(../img/icons/mail.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email_rental_3:focus{
	background-image: url(../img/icons/mail.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email_rental_4{
	background-image: url(../img/icons/mail.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email_rental_4:focus{
	background-image: url(../img/icons/mail.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email_neu{
	background-image: url(../img/icons/mail.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email_neu:focus{
	background-image: url(../img/icons/mail.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#phone{
	background-image: url(../img/icons/phone.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#phone:focus{
	background-image: url(../img/icons/phone.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#password{
	background-image: url(../img/icons/password.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#password:focus{
	background-image: url(../img/icons/password.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(../img/icons/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#date{
	background-image: url(../img/icons/date.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#time, #week, #week_f, #week_v, #week_x{
	background-image: url(../img/icons/time.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#items{
	background-image: url(../img/icons/artical.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#total{
	background-image: url(../img/icons/cash.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#no_image, #no_image_f, #no_image_v, #no_image_x{
	background-image: none;
	background-size: none;
	background-position: none;
	background-repeat: no-repeat;
}
