
.icon-map2:before{
content:"\e646";
}
.icon-printer:before{
content:"\e650";
}
.icon-location:before{
content:"\e642";
}
.icon-phone:before{
content:"\e63c";
}
.icon-mail2:before{
content:"\e762";
}
.kf-muster{
height:350px;
}



.contactPageslider
{
	position: fixed;
	top: 100px;
	width: 434px;
	height: 500px;
	z-index: 5000;

	visibility: hidden;
	
	color: #383a3d;

}

.contactPageslider.left {
	left: 0;
}

.contactPageslider.right {
	right: 0;
}

.contactPageslider .handle {
	position: relative;
	float: right;

	height: 390px;
	width: 80px;

	background: url(/stream/images/layout/leftside_b.png) no-repeat;

	cursor: pointer;
}

.contactPageslider .content {
	/* margin-right: 46px; */
	padding: 15px;
	
	width: 322px;
	/* height: 400px; */
	
	border: 1px solid #dedede;
	background-color: #ffffff;
	
	box-shadow: 1px 0 3px #ccc;
}

.contactPageslider.right .handle {
	float: left;
}

.contactPageslider.right .content {
	margin-left: 40px;
}

.contactPageslider .handle > span {
	margin: 10px;

	width: 20px;
	height: 20px;

	display: block;
}

/*
.contactPageslider.left .handle > span:after {
	content: ">>";
	
	display: none;
}

.contactPageslider.right .handle > span:after {
	content: "<<";
}
*/

/*
#contactSlider #cb_callback {
	padding: 10px
}
*/




name { 
	font-weight: bold;
	color: #3f51b5;
	font-size: 22px;
}

#contactSlider h2 {
	color: #3f51b5;
	margin: 0;
	font: bold 22px 'Roboto', sans-serif;
}

#contactSlider h4 {
	color: #3f51b5;
	margin: 0;
	font: bold 16px 'Roboto', sans-serif;
}

#contactSlider a {
	color: #3f51b5;
}





#callback_name.text,
#callback_e-mail.text,
#callback_telefon.text {
	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;
}


.feedback-input:focus { border:1px solid #800000; background: #303030;}

#callback_text {
	height: 100px;
	line-height: 150%;
	resize:vertical;
	
	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;
}


















