/*mm color*/
/*author: pixelpoems*/



/* Typography*/


h1 {
	font-size: 68px;
	font-weight: 700;
	color:#fff;
	text-align: center;
	margin-bottom: 50px;
}


@media (max-width: 768px) {
	h1{
		font-size: 38px;
	}
}


h2 {
	text-transform: uppercase;
	text-align: center;
	font-size: 38px;
	font-weight: 700;
	color:#000;
	margin-bottom: 120px;
}

@media (max-width: 768px) {
	h2{
		margin-bottom: 80px;
	}
}

h3 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	color:#000;
}


h2.left {
	text-align:left;
}

p, li {
	font-size: 18px;
	color:#ffffff;
	font-weight: 400 !important;
}

.center {
	text-align: center
}

#moreabout {
	padding-top: 20px
}
.source {
	font-family: georgia, Times, serif;
	color:#999999;
	font-style: italic;
	display: block;
	font-size: 13px;
	text-align: right;

}
.intro  {
	text-align: center;
}

.intro .btn {
	margin-top: 20px;
}

/*LAyout*/

header {
	padding: 40px 0 30px;
	
	background: #ffffff;
}
header .col-md-6, .container-fluid {
padding-left: 0;
padding-right: 0;
}

header .logo{
	background: transparent url("../img/logo.png") no-repeat right top;
	height: 40px;

}

@media (max-width: 768px) {
	header .logo{
		background: transparent url("../img/logo.png") no-repeat right top;
		background-size: auto 30px;

		
	}
}

.navbar-toggle {
	margin:0 10px 0 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color:#ffffff;
}

	a.homelink {
		
		display: block;
		height:40px;
		width:200px;
		float: right;
	}
.navbar-default {
	background-color: transparent;
	border: none;
	margin-left: 100px;
	margin-bottom: 0px;
	


}
@media (max-width: 768px) {
	.navbar-default {
		margin-left: 0px;		
	}
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;

    font-size: 16px;
    color: #292c78 !important;
}

.navbar-nav>li>a:hover {
    color: #1b9dd9 !important;
}

.products h3 {
	clear: both;
	margin-bottom: 30px;
}

.partner-logos {
	clear: both
}

.partner-logos a{

}

.partner-logos img{
		background: #ffffff;
	display: block;
	width:200px;
	height:100px;
	margin-right: 40px;
	margin-bottom: 40px;
	float: left;
}
/*colors*/

/*
blau: #1b9dd9;

gruen: #b8ce02
helblau: #8dceec;
*/

.about h2, .contact h2, .contact p, .contact a {
	color:#ffffff !important;

}


.products p {
	color:#000000;
	margin-top: -40px;
	margin-bottom: 120px;
}




section {
	padding: 180px 0;
}

@media (max-width: 768px) {
	section {
		padding: 80px 0;
	}
}

section.intro, section.contact{

}

section.intro{
	background: #ffffff url("../img/bg-intro.jpg") no-repeat center bottom;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-intro.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-intro.jpg', sizingMethod='scale')";
}

section.contact{
	background: #ffffff url("../img/bg-contact.jpg") no-repeat center top;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;

	height:800px;
}

@media (max-width: 768px) {
	section.contact{
		background-position: 70% 100%; 
	}
}


section.about {background-color:#1b9dd9;}


section.products {background-color:#b8ce02;}
section.contact {background-color:grey;}


.carousel .left, .carousel .right {
	background-image: none !important; 

	
}

.carousel a.left img, .carousel a.right img{
	

	
	margin-top: 80px;
	
}
/*
.carousel .left {
	background-image:url("../img/pfeile.png") !important;
	background-repeat: no-repeat;
	background-position: left center;
}

.carousel .right {
	background-image:url("../img/pfeile.png") !important;
	background-repeat: no-repeat;
	background-position: right center;
}
*/
.carousel .item {
	


	
}
.carousel .item img{
	margin-left: auto;
	margin-right: auto;
}
.btn {
	border: 0px solid transparent;
	background-color: #1b9dd9;
	color:#fff;
}

.btn:hover {
	background-color: #8dceec;
}


section.about .btn {
	background-color: #8dceec;
	color:#000;
}

section.about .btn:hover {
	background-color: #ffffff;
}