.supportman{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000000;
}
.supportmanBlock{
	width: 150px;
	height: 89px;
	
}
.supportmanLink{
	position: absolute;
	top: 38px;
	right: 27px;
	display: block;
	width: 150px;
	z-index: 10000000;
	text-align: center;
	line-height: 50px;
	color: #FFF;
	font-weight: bold;
	transform: rotate(25deg);
}
.supportmanLink:hover{
	color: #FFF;
	cursor: pointer;
}
.supportmanLinkClose{
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 10000001;
	display: none;
	cursor: pointer;
}
.closeAssistant{
	position: absolute;
	top: -2px;
	right: 9px;
	z-index: 100000002;
	cursor: pointer;
}
.closeAssistant i,
.supportmanLinkClose i{
	font-family: dashicons;
	font-style: normal;
	font-size: 25px !important;
}
.supportmanLinkClose:hover{
	color: inherit;
}
.supportmanBackground{
	background: #E9A825;
	transform: rotate(25deg);
	width: 600px;
	height: 400px;
	position: absolute;
	bottom: -260px;
/*	left: -543px;*/
	left: -508px;
}
.supportmanBackgroundBlink{
	background: #c44f26;
}
.assi{
	z-index: 1000000;
	position: absolute;
	bottom: -200px;
	left: -200px;
	max-width: 200px;
	max-height: 220px; 
}
.supportman .assiSuche{
	position: absolute;
	visibility: hidden;
	bottom: 220px;
	left: 30px;
	background: #EAEAEA;
	width: 320px;
	height: 130px;
	border-radius: 30px;
	box-shadow: 3px 3px 15px 3px #666;
}
.supportman a,
.supportman a:hover{
	text-decoration: none;
}
.supportman .assiSuche input{
	width: 90%;
	background-color: #FFF;
	border: 1px solid rgb(210,210,210);
	box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 5px 0px inset;
	box-sizing: border-box;
	color: rgb(170, 169, 169);
	cursor: auto;
	display: block;
	font-size: 13px;
	height: 36px;
	margin: 5px 5%;
	padding: 8px 15px;
	vertical-align: middle;
}
.supportman .assiSuche canvas{
	position: absolute;
	left: 160px;
/*	Top in frontend.js */
}
.supportman .assiSuche .assiSucheContent{
	z-index: 100000;
}
.supportman .assiSuche .assiSucheContent .row{
	margin-left: 5%;
	margin-right: 5%;
}
.supportman .assiSuche .inputBlock{
	position: relative;
}
.supportman .assiSuche h3{
	margin: 10px 31px;
	font-style: italic;
	font-size: 16px;
}
.supportman .assiSuche .assiCounter{
	color: #999;
	position: absolute;
	top: -18px;
	right: 5%;
	font-size: 11px;
}
.supportman .assiSuche a.agButton{
	padding: 0 !important;
	display: block;
	background: #CCC;
	color: #444;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 90%;
	text-align: center;
	margin: 0 auto;
	line-height: 32px;
	cursor: pointer;
}
.agButton i{
	vertical-align: -4px;
	margin-right: 5px;
}
.agButton i, .agButton2 i{
	font-family: dashicons;
	font-size: 20px;
	font-style: normal;
}
.supportman .assiSuche .inputBlock a.agButton2{
	cursor: pointer;
	padding: 0 !important;
	display: block;
	background: #CCC;
	color: #444;
	width: 34px;
	height: 34px;
	text-align: center;
	position: absolute;
	top: 1px;
	right: 16px;
	line-height: 34px;
}
.highlight{
	background: #E9A825;
}
.highlightActive{
	background: #000;
	color: #FFF;
}
.highlightActive2{
	background: #FFF;
	color: #000;
}