
form { max-width:100%; margin:0; }

.feedback-input {
  color:#555555;
  font-family: Helvetica, 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 #ff8a00; background: #fbfbfb;}

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

[type="submit"] {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  /*width: 100%;*/
  background:#ff8a00;
  border-radius:8px;
  border:0;
  cursor:pointer;
  color:white;
  font-size:20px;
  padding-left:10px;
  padding-right:10px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  margin-top:1px;
  font-weight:500;
}
[type="submit"]:hover { 
	background:#8f8f8f; 
}


.block_content.contactform {
	margin-bottom: 50px;
}

.block_content.contactform fieldset {
	border:none;
	background-color: ;
}



/* Erweiterte Suche */

form#search input.searchval {
	color:gray;
	font-family: Helvetica, 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:#ff8a00; }




/* Login */

form#login td {
	vertical-align: middle;
}

form#login input#username.resize,
form#login input#password.resize {
	color:gray;
	font-family: Helvetica, 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:#ff8a00; }




#callback_formular h2 {
	margin-bottom: 30px !important;
	margin-top: 0 !important;
	text-align: center;
	font-size: 30px;
	border-bottom: 1px solid #d6d0c6;
}


.block_content.contactform legend {
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 20px;
}




select#cform_title,
select#cform_firma {
	color: gray;
	font-family: Helvetica, 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;
	height: 45px;
}

fieldset {
	margin-bottom: 30px
}


.Datenschutz {
	color: #828282;
	font-size: 14px;
}

input::placeholder,
::placeholder {
	color: #555555;
}



