
h2 {font-weight:normal;}

span.eigenschaftTitel {
    font-family: 'Merriweather Sans', sans-serif;font-weight:300; color:#7b7d7c;line-height:20px;font-size:13px;letter-spacing:1px;
text-transform:uppercase
  }

span.eigenschaft {
    font-family: 'Merriweather Sans', sans-serif;font-weight:700; color:#333534;line-height:20px;font-size:13px;

  }


#maincontent a.anfrage, a.anfrage, .anfrage {
  margin:0px;padding:0px;line-height:26px;font-size:20px;font-weight:900;color:#576675;padding-bottom:22px;text-decoration:none;
  padding-left:40px;background-image:url(img/btnyes.png);background-repeat:no-repeat;
  font-family: 'Merriweather Sans', sans-serif;font-weight:700;
}

#maincontent .eigenschaft a {
  text-decoration: none;
  font-weight: 700;
  color: #333534;
}






a.btn1 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 0 30px;
	font: 500 19px/70px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #272d33;
	text-transform: uppercase;
	border-radius: 0;
	color: #ffffff;
	float: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
a.btn1:hover {
	color: #ffffff;
	background: #d71920;
	text-decoration: none;
}