form{
max-width:100%;
margin:0;
}
.feedback-input{
color:gray;
font-family:Arial,sans-serif;
font-weight:500;
font-size:16px;
border-radius:0px;
line-height:22px;
background-color:transparent;
border:1px solid #d0d0d0;
transition:all 0.3s;
padding:10px;
margin-bottom:15px;
width:100%;
box-sizing:border-box;
outline:0;
}
.feedback-input:focus{
border:1px solid #9b0109;
background:#303030;
}
textarea{
height:100px;
line-height:150%;
resize:vertical;
}
[type="submit"]{
font-family:Arial,sans-serif;
width:100%;
background:#d0d0d0;
border-radius:0px;
border:0;
cursor:pointer;
color:white;
font-size:24px;
padding-top:10px;
padding-bottom:10px;
transition:all 0.3s;
margin-top:-4px;
font-weight:700;
}
[type="submit"]:hover{
background:#9b0109;
}
.block_content.contactform{
margin-top:20px;
}
form#search input.searchval{
color:gray;
font-family:Arial,sans-serif;
font-weight:500;
font-size:16px;
border-radius:0px;
line-height:22px;
background-color:transparent;
border:1px solid #d0d0d0;
transition:all 0.3s;
padding:10px;
margin-bottom:15px;
width:100%;
box-sizing:border-box;
outline:0;
}
form#search [type="submit"]{
background:#d0d0d0;
margin-top:0;
width:20%;
font-size:18px;
font-weight:normal;
}
form#search [type="submit"]:hover{
background:#9b0109;
}
form#login td{
vertical-align:middle;
}
form#login input#username.resize,
form#login input#password.resize{
color:gray;
font-family:Arial,sans-serif;
font-weight:500;
font-size:16px;
border-radius:0px;
line-height:22px;
background-color:transparent;
border:1px solid #d0d0d0;
transition:all 0.3s;
padding:10px;
margin-bottom:0;
width:100%;
box-sizing:border-box;
outline:0;
}
form#login [type="submit"]{
background:#d0d0d0;
margin-top:0;
width:100%;
font-size:18px;
font-weight:normal;
}
form#login [type="submit"]:hover{
background:#9b0109;
}




select#salutation,
select#citizen,
select#person-nationality,
select#applicationWish,
select#applicationCityWish,
select#deutschfaehigkeit,
select#englischfaehigkeit,
select#schulabschluss_selector,
select#englishfaehigkeit,
select#lang1faehigkeit,
select#lang2faehigkeit,
#passfoto,
#otherfiles {
	color: gray;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	border-radius: 0px;
	line-height: 22px;
	background-color: #ffffff;
	border: 1px solid #d0d0d0;
	transition: all 0.3s;
	padding: 10px;
	margin-bottom: 15px;
	width: 100%;
	box-sizing: border-box;
	outline: 0;
	height: 45px;
}


