@font-face {
	font-family: 'Ubuntu';
	src: url(../fonts/Ubuntu-Regular.ttf);
}

body {
	background-color: #fff;
	margin-top: 10px;
}

a {
	color: #000;
}

a:hover {
	color: #000 !important;
}

.container {
	background-color: #fff;
	padding: 0;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

h1 {
	font: Ubuntu;
	text-transform: uppercase;
	font-size: 26px;
}

h2 {
	font: Ubuntu;
	font-size: 18px;
}

.logo {
	padding: 5px 0 0;
}

.logo img {
	max-width: 100%;
	margin-top: 10px;
}

.nav li>a {
	float: left;
	border: none;
	font-size: 17px;
	font-family: Ubuntu;
	text-transform: uppercase;
	color: #000;
	margin: 0 5px;
	padding: 50px 5px 20px;
}

.nav li.active a,
.nav li a:hover,
.nav li a:focus {
	color: #000;
	background: #fc0 url(../img/hover.png) no-repeat;
	background-position: center 5px;
}

.navbar-toggle {
	background-color: #000;
	position: absolute;
	z-index: 1000;
}

.icon-bar {
	border: 1px solid #FFF;
}

#navbar-collapse {
	max-height: 500px;
	overflow-x: visible;
	overflow-y: visible;
	text-align: center;
	margin: 0 auto;
}

#slide-01 {
	background-image: url(../img/slider/Slide4.jpg);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#slide-02 {
	background-image: url(../img/slider/Slide5.jpg);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#slide-03 {
	background-image: url(../img/slider/slide2.jpg);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.slide {
	padding: 0;
}

.carousel-indicators {
	bottom: 5%;
	z-index: 15;
}

.carousel-indicators li {
	background-color: #7f7e7e;
	border: 1px solid #7f7e7e;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	text-indent: -999px;
	width: 100px;
	margin: 1px;
}

.carousel-indicators .active {
	background-color: #fc0;
	border: 1px solid #fc0;
	height: 10px;
	width: 100px;
	margin: 1px;
}

.carousel-indicators p {
	display: none;
}

.carousel-indicators .active p {
	color: #fc0;
	text-transform: uppercase;
	text-align: center;
	font-family: Ubuntu;
	font-style: italic;
	font-weight: 700;
	display: block;
	font-size: 35px;
	left: 100%;
	bottom: 30px;
	position: absolute;
}

footer {
	background-color: #525252;
	border-top: 4px solid #fc0;
	margin-top: 30px;
}

footer a,
footer p {
	color: #fc0;
	padding: 15px 5px;
}

footer a:hover,
a:focus {
	color: #fff;
	text-decoration: none;
	outline: none;
}

.left {
	float: left;
}

.footer {
	background-color: #525252;
}

.person {
	margin: 15px 0;
}

.person img {
	float: left;
	padding: 15px;
}

.person p {
	margin-top: 50px;
	text-align: justify;
}

.BPD {
	background-color: #edede1;
	text-align: justify;
}

.beratung {
	background: url(../img/beratung.png) no-repeat;
	background-position: center 15px;
	padding: 110px 0 20px;
}

.beratung:hover {
	background: url(../img/beratung_hover.png) no-repeat;
	background-position: center 15px;
}

.beratung h1,
.planung h1 {
	width: 145px;
	border-bottom: 2px solid #fc0;
	margin-left: 80px;
}

.durchfuehrung h1 {
	border-bottom: 2px solid #fc0;
	margin-left: 40px;
	width: 230px;
}

.planung {
	background: url(../img/planung.png) no-repeat;
	background-position: center 15px;
	padding: 110px 0 20px;
}

.planung:hover {
	background: url(../img/planung_hover.png) no-repeat;
	background-position: center 15px;
}

.durchfuehrung {
	background: url(../img/durchfuehrung.png) no-repeat;
	background-position: center 15px;
	padding: 110px 0 20px;
}

.durchfuehrung:hover {
	background: url(../img/durchfuehrung_hover.png) no-repeat;
	background-position: center 15px;
}

.unten {
	text-align: justify;
	margin-top: 15px;
}

.unten h1 {
	color: #fc0;
	text-align: center;
}

.header_produkte {
	max-height: 200px;
	overflow: hidden;
	padding: 0;
}

.produktmenue {
	background-color: #edede1;
	margin-top: 15px;
}

.menue2 {
	background-color: #edede1;
	padding: 0 0 20px;
}

.menue2 h2 {
	margin-left: 35px;
}

.produktmenueheadline li {
	color: #fc0;
	list-style-type: none;
	text-transform: uppercase;
	margin-left: 0;
	padding: 0 !important;
}

.produktmenueheadline li:hover {
	background: none !important;
}

.menue2 li {
	list-style-type: none;
	padding: 5px 0 0 20px;
}

.menue2 li>a {
	text-decoration: none;
	color: #000;
}

.menue2 li.active,
.menue2 li:hover,
.menue2 li:focus {
	background: url(../img/produkte_hover.png) no-repeat;
	background-position: -1px 4px;
}

.produkt h1>li {
	list-style-type: none;
	color: #fc0;
	margin-top: 30px;
	padding: 0;
}

.litebox img {
	padding: 5px 5px 0 0;
}

.header_kontakt {
	height: 400px;
	overflow: hidden;
	padding: 0;
}

.wj {
	padding-top: 20px;
}

.rs,
.right {
	float: right;
}

.item,
.slider,
.carousel-inner {
	height: 450px;
}

.beratung p,
.planung p,
.durchfuehrung p {
	padding: 0 30px;
}

.beratung a,
.planung a,
.durchfuehrung a {
	text-decoration: none;
	color: #333;
}

.header_produkte img,
.header_kontakt img {
	width: 100%;
}

.produktimages,
.referenzimages {
	max-height: 270px;
	max-width: 470px;
	overflow: hidden;
	padding: 0;
}

.produktimages img,
.referenzimages img {
	max-width: 100%;
}

.partner {
	padding: 0;
	margin-bottom: 10px;
}

.partner h2 {
	text-align: center;
}

img {
	max-width: 100%;
}

.kadeco {
	padding: 110px 0 20px;
}

.kadeco:hover {}




@media (max-width: 768px) {
	.nav {
		margin-left: 30px;
	}

	.nav li.active a,
	.nav li a:focus {
		background: none;
		color: #fc0;
	}

	.nav li>a:hover {
		background: none;
		color: #fc0 !important;

	}

	.nav li>a {
		border: medium none;
		color: #000;
		float: left;
		font-family: Ubuntu;
		font-size: 18px;
		margin: 0 5px;
		padding: 10px 4px 20px;
		text-transform: uppercase;
	}
}

@media (max-width: 600px) {

	.nav li>a {
		float: none;

	}
}

}