html,
body {height: 100%; padding-top: 0px;background:url(../images/bg.png)no-repeat top left; }
.img-portfolio {margin-bottom: 20px;border: 5px solid rgba(0, 0, 0, 0.19);}
.navbar-brand{height:100%;  padding: 0px 0px;}
.navbar-brand>img {display: block;width: 100%;}
.contact-nine-btn {margin: 0 2px;  padding: 0;  background: url(../images/contact-button.png)no-repeat left top;  width: 126px;  height: 42px;  line-height: 44px;  text-align: center;  font-family: 'Lato', sans-serif;  font-size: 13px;  color: #fff;  text-transform: uppercase;  text-shadow: 1px 1px 1px rgba(0,0,0, 0.5);  display: inline-block;  margin-top: 50px;}
.product-porfolio { background: url(../images/footer.png)no-repeat left top; padding-top:50px; padding-bottom:20px; background-size:cover;}
.banner img{width: 100%;}.produc-titel .row {  margin: 0;}
.produc-titel{background:url(../images/product-titel.png)no-repeat;background-size:cover;}
.produc-titel h1 {  font-size: 72px;  color: #a6cf39;  font-weight: bold;  text-transform: uppercase;  text-align: center;  padding: 0px 0px;}




/* Responsive Styles */

@media(max-width:767px) {
.navbar-right {
  width: 45%;
  display: inline-block;
}
.navbar-header {
  width: 50%;
  display: inline-block;margin-right:25px;
}
.contact-nine-btn{margin-top:0; float:right;}
.produc-titel h1 {  font-size: 50px;}
}

@media(max-width:400px) { 

.navbar-right {
    width: 56%;}
}

