/* E-Mail Formular */

@charset "UTF-8";
/*@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700); */


html{ /*  background:url(http://thekitemap.com/images/feedback-img.jpg) no-repeat; */
    background-size: cover;
    height:100%;
}

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

#form-main{
	width:100%;
	/*float:left; */
	margin-left: 50px;
	padding-top:0px;
}

#form-div {
	background-color:rgba(72,72,72,0.4);
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width: 450px;
	float: left;
	left: 50%;
	/*position: absolute;*/
    margin-top:30px;
	/*margin-left: -260px;*/
	margin-left: 250px; 
	margin-bottom:35px; /* neu von HR*/
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
    font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
/*	background-color: #fbfbfb;  */
	background-color: #ffffff;
	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: 3px solid rgba(0,0,0,0); 

}

.feedback-input:focus{
/*	background: #fff;  */
	background: #ffffff;
	box-shadow: 0;
/*	border: 3px solid #3498db;
	color: #3498db;  */
	border: 1px solid #000000;
	color: #000000;
	outline: none;
    padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6; 
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	/* background-image: url(http://rexkirby.com/kirbyandson/images/name.svg); */
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	/* background-image: url(http://rexkirby.com/kirbyandson/images/name.svg); */
	background-size: 30px 30px;
	background-position: 8px 5px;
    background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	/* background-image: url(http://rexkirby.com/kirbyandson/images/email.svg); */
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	/* background-image: url(http://rexkirby.com/kirbyandson/images/email.svg); */
	background-size: 30px 30px;
    background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	/* background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg); */
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

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

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

#button-blue{
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
/*	background-color: #3498db;  */
/*  background-color: #d6702b;  */
/*  background-color: #8fc78b;  */
	background-color: #bbba6d; 
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    margin-top:-4px;
    font-weight:700;
}

#button-blue:hover{
/*	background-color: rgba(0,0,0,0); */
/*	color: #0493bd;  */
/*	color: #d6702b;  */
/*	color: #8fc78b;  
	color: #bbba6d; */
	color: #000000; 
/*	border: #8fc78b solid 4px; */
	border: #fbfbfb solid 4px;
}
	
.submit:hover {
/*	color: #3498db; 
	color: #bbba6d; */
	color: #000000;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

@media only screen and (max-width: 580px) 
{
	#form-div
	{
		left: 3%;
		margin-right: 3%;
	/*	width: 88%;  */
	    width: 100%;
	/*	margin-left:10px; */
	    margin-left:-40px;
		padding-left: 3%;
		padding-right: 3%;
	}
	
	#formular article h1, .normalText 
	{
	 margin-left: 10px;
	}
}

@media only screen and (min-width: 1520px) 
{
#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	/*float:left; */
	margin-left:50px;
	padding-top:0px;
}

#form-div {
/*	background-color:rgba(72,72,72,0.4); */
	background-color:rgba(72,72,72,0.1);
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width: 560px;
	float: left;
	left: 50%;
	/*position: absolute;*/
    margin-top:30px;
	/*margin-left: -260px;*/
	margin-left: 400px; 
	margin-bottom:35px; /* neu von HR*/
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
    font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
/*	background-color: #fbfbfb;  */
	background-color: #ffffff;
	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: 3px solid rgba(0,0,0,0); 

}

.feedback-input:focus{
/*	background: #fff;  */
	background: #ffffff;
	box-shadow: 0;
/*	border: 3px solid #3498db;
	color: #3498db;  */
	border: 1px solid #000000;
	color: #000000;
	outline: none;
    padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6; 
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	/* background-image: url(http://rexkirby.com/kirbyandson/images/name.svg); */
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
	margin-left: -470px; 
}

#name:focus{
	/* background-image: url(http://rexkirby.com/kirbyandson/images/name.svg); */
	background-size: 30px 30px;
	background-position: 8px 5px;
    background-position: 11px 8px;
	background-repeat: no-repeat;

}

#email{
	/* background-image: url(http://rexkirby.com/kirbyandson/images/email.svg); */
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
	margin-left: -470px; 
}

#email:focus{
	/* background-image: url(http://rexkirby.com/kirbyandson/images/email.svg); */
	background-size: 30px 30px;
    background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	/* background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg); */
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
	margin-left: -470px; 
}

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

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

#button-blue{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
/*	background-color: #3498db;  */
/*  background-color: #d6702b;  */
/*  background-color: #8fc78b;  */
	background-color: #bbba6d; 
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    margin-top:-4px;
    font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
/*	color: #0493bd;  */
/*	color: #d6702b;  */
/*	color: #8fc78b;  */
	color: #bbba6d; 
/*	border: #8fc78b solid 4px; */
	border: #bbba6d solid 4px;
}
	
.submit:hover {
/*	color: #3498db; */
	color: #bbba6d;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

}

