#lpx_kontaktbutton{
	bottom: 0px;
	position: fixed;
	right: 26px;
}
#lpx_kontaktbutton .lpx_kontaktbutton_link a{
	background-color: #e30612;
	color: white;
	display: block;
	font-weight: bold;
	text-align: center;
	/*padding: 12px 12px 12px 39px;*/
	padding: 12px;
	cursor: pointer;
	border-radius: 3px 3px 0 0;
}
.lpx_kontaktbutton_form{
	display: none;
	background-color: #d8d8d8;
	width: 260px;
	border-right: 1px solid #e30612;
	border-left: 1px solid #e30612;
	padding: 1px;
}

.lpx_kontaktbutton_form input[type="submit"]{
	background-color: #1d1d1b;
	color: white;
}

#lpx_kontaktbutton textarea{
	height: 128px;
}

.lpx_kontaktbutton_error{
	background-color: red;
	color: white;
	font-weight: bold;
	width: 100%;
	padding: 6px;
}

.lpx_kontaktbutton_success{
	background-color: #2c8324;
	color: white;
	font-weight: bold;
	padding: 3px;
}

.lpx_kontaktbutton_error{
	background-color: red;
	color: white;
	font-weight: bold;
	padding: 3px;
}

.lpx_kontaktbutton_link .fa.fa-comment-o{
	/*bottom: 9px;
	float: left;
	font-size: 25px;
	left: 8px;
	position: absolute;*/
	font-size: 25px;
	margin-right: 8px;
}

.kontakt_center{
	text-align: center;
	width: 100%;
}

.lpx_kontaktbutton_sprechblase{
    background-image: url("img/Sprechblase.png");
    background-position: 0 10px;
    background-repeat: no-repeat;
    padding: 12px 19px;
}