@charset "UTF-8";

.addon .addonSuche {
	width: 100%;
	height: 28px;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	overflow: hidden
}
.addon .addonSuche p.headline {
	display: none
}
.addon .addonSuche form {
	width: 100%;
	height: 100%;
	background: #fff;
	position: relative
}
.addon .addonSuche form input.formular {
	width: calc(100% - 30px);
	height: 100%;
	padding: 0 0 0 6px;
	font: normal 12px Arial;
	color: #3c3c3c;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}
.addon .addonSuche form input.button {
	width: 22px;
	height: 16px;
	background: url(../img/suche.button.png) no-repeat!important;
	cursor: pointer!important;
	text-indent: -9999px;
	border: none!important;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: calc(50% - 8px)!important;
	z-index: 2
}
@media only screen and (min-width:768px) {
.addon .addonSuche {
	height: 32px
}
}