#anwaltskanzlei{
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0px 0;
}

.page-fullwdth-content{
	padding-top:35px !important;
	padding-bottom:35px !important;
}

.weiter a{
	color:#543704;
	font-size:15px;
}

.weiter{
	border-bottom-width: 0px !important;
	display: table;
	font-size:15px;
    margin: 0 auto;
	margin-top:30px;
	margin-bottom:30px;
	-moz-box-shadow:inset 0px -2px 0px 0px #745e25;
	-webkit-box-shadow:inset 0px -2px 0px 0px #745e25;
	box-shadow:inset 0px -2px 0px 0px #745e25;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fec94d), color-stop(1, #e6ad27) );
	background:-moz-linear-gradient( center top, #fec94d 5%, #e6ad27 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec94d', endColorstr='#e6ad27');
	background-color:#fec94d;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-decoration:none;
	text-align:center;
}
button{
   border: 0 none;
    display: table;
    margin: 30px auto 0;
    padding: 0;
}

@media (min-width: 767px){
	#hometop{
		max-height:815px !important;
		min-height:815px !important;
	}
}


@media (max-width: 767px){
	#hometop {
			height: auto !important;
		}
	}