
body {
	background: #eeeeee;
	/*background: white;*/
}

a {color: #003366;}


h1, h2, h3, h4, h5, h6 {
    color: #c00f1b;
    font-family: "Open Sans";
    font-weight: 300;
    margin: 0;
}

h1 {
    font-size: 2.5em;
    margin: 0 0 30px;
}

h2 {
	font-size: 1.8em;
	margin: 30px 0 10px 0;

}



#logo {
	padding: 10px 0 20px 50px;


}

.toppos {
	margin: 15px;
}


#haus {
	padding: 10px 30px 10px 0;
	max-height: 150px;

}


#logo-small {
	max-height: 50px;
}

.outer {
	max-width: 1000px;
	background: white;
	margin: 0 auto;
	padding: 0px;
	/*box-shadow: 0 0 20px #222222;*/
	text-align: left;
	overflow: hidden;
	border-left: 1px solid #c00f1b;
	border-right: 1px solid #c00f1b;
	padding: 10px;
	margin-top: 20px;
	border-top: 20px solid #c00f1b;
}



.main {
	padding: 20px;
}

.main p, .main li {
    line-height: 22px;
    margin: 0 0 20px;
}

.main ul {
	margin: 10px 0 10px 20px;
	list-style: none;
}

.main li {
	padding: 0 0 0px 25px;
	background: url("/inc/styles/dot.png") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
}









.box {
	margin-bottom: 20px;
	background: #eeeeee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.box .panel-body {
	display: block;
	color: black;
}

.panel-default > .box-heading {
	background: #555555;
	text-transform: none;
	font-size: 12px;
	color: white;
	border: none;
	margin: 0;
	padding: 8px;
}

.panel-body.topangebote {
    display: block;
}

.box ul.list-group {
	margin: 0;
}

.box .list-group-item {
	background: none;
}




/* top angebote */
.topangebote {
	padding-bottom:0;
	height: 140px;
}
.topangebote > .row {
	margin-bottom: 15px;
	margin: 0; /* mit BS carousel*/
}

.topangebote .img {
	padding-top: 2px;
	padding-right: 0;
}

.topangebote .data p {
	margin: 0;
}





.immoboxcontainer {
    padding-top: 40px;
	 margin-bottom: 40px;
}

.immobox {
    background: #eeeeee;
}


.btn {
    background: #c00f1b none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff !important;
    text-shadow: none;
    transition: all 200ms ease-out 0s;
}

.btn:hover {
	background: #5d5b5a;
}




















p.contact span {
	width: 60px;
	display: block;
	float: left;
}


#btn-mobile {
	margin-top: 15px;
}

#sidenav .btn-closemobile {
	color: white;
	text-decoration: none;
}

#sidenav {
    background: rgba(0, 33, 66, 0.9) none repeat scroll 0 0;
	 top: 80px;
}


.carousel {
	z-index: 1000;
}


