
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background-color:#fff1d2;
}
h1, h2, h3, h5{
	color: #d3c3a0;
}
h1{
	font-family: 'Sorts Mill Goudy', serif;
	src: url(../fonts/SortsMillGoudy.ttf);
	font-size: 17px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 20px;
}
.h1Big{
	font-size: 22px;
}
h2{
	margin: 0;
	padding: 0;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 17px;
	margin-bottom: 20px;
}
.h2Normal{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}
.h2Big {
    font-size: 22px;
    line-height: 1.5em;
}
h3{
	margin: -14px 0 20px;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}
h4{
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 15px;
	text-decoration: underline;
	padding-top: 10px;
	padding-bottom: 4px;
	margin-bottom: 20px;
}
h5{
	margin: -20px 0 20px;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}
a {
	color: #fff1d2;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.backlink {
	float: right;
}
ul {
	list-style: "> ";
	padding-left: 10px;
}
.imgBorder{
	border: 1px solid #8c7262;
	padding: 5px;
}
/* Navigation */
.navbar-nav {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 12px;
}
.hauswasser {
	bottom: -9px;
    position: absolute;
    right: 60px;
    width: 28%;
}
.navBig {
	font-size: 17px;
}
.navBig2 {
	font-size: 30px;
}
/* Content */
.siteContent{
	background-color: #3d171c;
	margin-bottom: 0;
	color: #fff1d2;
	padding: 5px;
}
.siteBorder{
	width: 100%;
	height: 100%;
	border: 1px solid #8c7262;
	padding-top: 45px;
	padding-bottom: 45px;
	margin: 0px;
}
.siteContent h2 {
	font-family: 'Sorts Mill Goudy', serif;
}
.centerVert{
	margin-top: 5%;
}
/* Vcard */
.vcard {
    padding: 20px 20px 10px;
    margin-bottom: -110px;
    margin-top: -20px;
    background-color: #3d171c;
    border: 1px solid #8c7262;
    background-image: url("../images/vcard.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 95px;
}
.vcard2 {
    padding: 20px 20px 10px;
    margin-bottom: -110px;
    background-color: #3d171c;
    border: 1px solid #8c7262;
    background-image: url("../images/vcard.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 95px;
}
/* footer */
.footer div {
	margin-bottom: 15px;
	margin-top: 10px;
}
.footer div div {
	padding-bottom: 20px;
	padding-top: 20px;
}
.footer a{
	color: #000;
}
.imgVcard{
	position: absolute;
	z-index: 0;
	top: 62px;
	left: 187px;
	width: 85px;
}
/* Bootstrap �berschreiben */
.navbar{
	background-color: #fff1d2;
	border: none;
	color: #000;
	margin-bottom: 5px;
}
.navbar-brand{
	min-height: 155px;
}
.navbar-nav{
	//margin-top: 130px;
}
.navbar-nav  li {
	padding: 0px;
}
.navbar-nav li a {
	padding: 0px 10px;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
	text-decoration: none;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #A75B65;
}
.borderRight{
	border-right: 1px solid #8c7262;
}
.borderLeft{
	border-left: 1px solid #8c7262;
}
.borderBottom{
	border-bottom: 1px solid #d3c3a0;
	padding-bottom: 4px;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#bs-example-navbar-collapse-1 {
    clear: both;
}

.dinone{
	display: none;
}

/* --- MEDIA-QUERIES --- */
@media(max-width:991px) {
	.footer .borderRight {
		border-right: none;
	}
	a .vcard {
		margin-bottom:-30px;
		margin-top:0;
	}
}
@media(max-width:767px) {
	.nav .borderLeft {
		border-left: none;
		padding: 8px 0px;
	}
}