
/* ###### BUTTONS ###### */

.button {
  background: -webkit-linear-gradient(#e1e1e1, #bebebe); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(red, blue); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(red, blue); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#e1e1e1, #bebebe); /* Standard syntax */
  border-bottom: 3px solid #b4b4b4;
  position:relative;
margin:7% 5% 7% 0;
  text-align:center;
}

.button a {
	position:relative;
	display: inline-block;
	padding: 5%;
	color: #595959;
	font-size: 1.3em;
	font-weight: normal;
	width: 85%;
	height: 100%;
}
.button a:hover {
	color: #919191;
}

.button img {
	position: absolute;
	bottom: -29px;
	right: -9px;
	box-shadow:none;
}

.impressum  .button {
	width: 100% !important;
	margin-bottom: 9%;
}