/* --- Layout Style --- */ 
#page {
	padding: 0px; 
	margin: 0px;
}

#header {
	width: 100%; 
	margin: 0px;
}

#top-bar-warp {
	text-align: center; 
	height: 36.3px; 
	background-color: rgb(149, 193, 30);
}

#site-header-wrapper {
	border-top: 5px solid rgb(149, 193, 30); 
	text-align: center; 
	height: 125px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#navbar {
	height: 36,3px ;
	border: 0px;
	margin: 0px;
	float: right;
}

.navbar-brand {
	font-size: 15px;
	color: white;
	padding-top: 33px;
	padding-bottom: 20px;
	display: none;
}

.navbar-nav > li > a {
	font-size: 15px;
	color: white;
	padding-top: 33px;
	padding-bottom: 20px;
}

.active {
	color: grey;
}

.nav > li > a:hover {
	color: white;
	background-color: rgb(34, 34, 34);
	border: none;
}

.nav > li > a:focus {
	color: white;
	background-color: rgb(34, 34, 34);
}

#logo {
	float: left;
	height: 60px;
}

#footer {
	position: static; 
	left: 0; 
	bottom: 73; 
	width: 100%; 
	background-color: rgb(97, 97, 97); 
	color: white; 
	border-top: 5px solid rgb(149, 193, 30); 
	margin-top: 20px; 
	padding: 5px;
	font-size: 16px;
}

#footer_bottom {
	position: static; 
	left: 0; 
	bottom: 0; 
	width: 100%; 
	background-color: rgb(34, 34, 34); 
	color: white;
}

#footer_bottom_inner {
	text-align: center; 
	font-size: 13px;
}

#copyright {
	font-size: 15px; 
	margin-top: 15px; 
	text-align: left;
	padding-top: 17px;
}

.navbar-collapse.collapse {
  display: block!important;
}

.navbar-nav>li, .navbar-nav {
  float: left !important;
}

.navbar-nav.navbar-right:last-child {
  margin-right: -15px !important;
}

.navbar-right {
  float: right!important;
}

#phone, #addr, #mail, #fax {
	width: 14px;
	padding-bottom: 4px;
}

#fax {
	width: 16px;
}

#kontakt {
	font-size: 20px;
	padding-left: 2px;
}

/* --- Startseite --- */

#Start-main {
	margin-top: 20px;
}

h4 {
	margin-top: 20px;
	margin-bottom: 0px;
}

.plus {
	width: 25px;
}

#startseite-header, #startseite-header-inner {
	display: block,
}

.box {
	width: 40%;
	padding-left: 6px;
	padding-right: 6px;
}

#background-image {
	height: 370px;
	background: url('../img/background-backbone.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;	
	position: absolute;
	left: 0px;
	right: 0px;


}

/* --- Impressum + Datenschutz + Startseite --- */

#impressum-header, #datenschutz-header, #startseite-header {
	height: 50px;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	background-color: rgb(105, 105, 105);
	margin-bottom: 20px;
} 

#impressum-header-inner, #datenschutz-header-inner, #startseite-header-inner {
	font-size: 21px;
	color: white;
}