/* CSS Document mit BÖM */
.searchField {
	vertical-align: middle;
	max-width: 100%;
	position: relative;
}
.searchField .MobileToggle {
	display: none;
	width: 32px;
	height: 32px;
}

.searchField .altInput,
.searchField .searchbutton {
	border: 1px solid #a6a6a6;
	vertical-align: top;
	display: inline-block;
	line-height: 18px;
	box-shadow: none;
	background-color: rgba(255,255,255,0.8);
}
.searchField .altInput {
	border-radius: 5px;
	background-color: #c9cfd0;
	border: none;
	box-shadow: inset 0px 1px 1px rgba(0,0,0,.6);
	color: #fff;
	font: 14px/14px 'RobotoBold', Arial;
	text-transform: uppercase;
	padding: 7px 10px 6px;
		padding-right: 40px;
	width: 170px;
	overflow: hidden;
}
.searchField .searchbutton {
	font-size: 100%;
	height: 100%;
	width: 26px;
	color: #fff;
	border-left: none;
	border-radius: 0 3px 3px 0;
	text-decoration: none;
	position: absolute;
	box-shadow: inset 0px 1px 1px rgba(0,0,0,.6);
	right: 0;
	background-color: #c9cfd0;
	border: none;
	background: rgb(47,199,47);
	background: -moz-linear-gradient(top, rgba(47,199,47,1) 2%, rgba(4,143,4,1) 100%);
	background: -webkit-linear-gradient(top, rgba(47,199,47,1) 2%,rgba(4,143,4,1) 100%);
	background: linear-gradient(to bottom, rgba(47,199,47,1) 2%,rgba(4,143,4,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fc72f', endColorstr='#048f04',GradientType=0 );
	overflow: hidden;
}
.searchField .searchbutton:after {
	content: '';
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	border: 2px solid #7dd00f;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
	position: absolute;
}
