@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);

body{
	 font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	 background-image:url(../images/kanzlei-am-neumarkt-bg.jpg);
	 background-size:cover;
	 background-position:bottom;
	 background-attachment:fixed;
	}
h1{
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
}
h2{
	font-size: 1.8em;
	font-weight: bold;
	text-transform: uppercase;
	}
p{
	font-size: 1.0em;
	}
.divider{
	width: 100%;
	height: 0.2em;
	background-color: #ccc;
	margin: 2em 0;
	}
footer{
	width: 100%;
	height: 3em;
	background-color: #333;
	margin: 2em 0;
	}
.center{
	text-align: center;
	}
.impressum{
	padding: 2em;
	}
.headerimage{
	margin: 3em auto;
	height: auto;
	}
.container{
	background-color: rgba(255,255,255,0.9);
	margin-top: 3em;
	}
.btn-default {
    color: #fff;
    background-color: #ccc;
    border: none;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 10px 10px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 0px;
}
.wrapper{
	margin-bottom: 10em;
	}
.impressum{
	
	}
@media (min-width: 992px) {
  .headerimage {
	width: 30%;
  }
}