/*
* Basics
*/
section {
    padding-bottom: 50px;
    padding-top: 50px;
}

form#id73 .btn {
    float: right;
}

.row {
    margin-bottom: 25px;
}


/*
* Navbar
*/
.navbar-brand img {
    max-height: 100px;
    margin-top: -24px;
}

@media (max-width:767px) {
  div#navbar {
    width: 100%;
  }
  span.navbar-text.pull-right {
    float: left !important;
  }
}

/*
* Jumbotron
*/
.jumbotron {
  background: url('../img/beverse_bg.jpg');
  min-height: 200px;
}
.jumbotron h1 {
    margin-top: 50px;
    font-size: 30px;
    color: #fff;
    border-bottom: 1px solid #fff;
    display: table;
    margin: 50px auto 0;
    padding: 10px;
}

/*
* Home - Services
*/
.row.services .col-md-4 {
  padding: 15px;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #ffdf00;
  max-height: 250px;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h3 {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}

.hovereffect h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h3:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*
* Footer
*/
footer {
  background: #f3f3f3;
  padding-top:15px;
  padding-bottom: 15px;
  margin-top: 40px;
}

footer .col-md-6.copyright p {
    float: left;
    padding-right: 5px;
}


footer .col-md-4 a {
    display: block;
}


footer .col-md-4 p {
    margin:0;
}

/*
* Kontakt
*/

form.form-horizontal {
    margin: 0 auto;
}


/*
* CTA Elemente
*/
.col-md-4.col-md-offset-4.bg-primary {
    border-radius: 25px;
    padding: 15px 25px;
    margin-top: 40px;
}

.col-md-4.col-md-offset-4.bg-primary a.btn {
    padding-left: 0;
    font-weight: bold;
}


/*
* Tire Search
*/

img.media-object {
    width: 100%;
}

/*
--------------------------
+ Tiresearch Widget
--------------------------
*/

#id1 button.btn.btn-primary {
    float: right;
}


.sidebar .bandensearch {
    background-color: #efefef;
    padding: 15px;
    overflow: hidden;
}


/*
--------------------------
+ Tiresearch Page
--------------------------
*/
.col-md-4.filters {
    background-color: #efefef;
    padding: 15px;
    overflow: hidden;
    border-right: 2px solid #ffdf00;
}

.pageinfo {
    color: #999;
    margin-bottom: 15px;
    font-style: italic;
    text-align: right;
}

/*
* Product Overview
*/

.col-md-8.results {
    background-color: #f9f9f9;
}

.product {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.product .image {
  height: 180px;
  width: 180px;
  border: 1px solid #ddd;
  padding: 5px;
  background: #fff;
}
.product .description {
  margin-bottom: 20px;
}
.product .price {
  font-size: 2em;
  display: block;
  clear: both;
  padding-top: 20px;
}
.product .buynow {
  float: right;
}
.product a {
  color: #7f8c8d;
}
/* -- product ragings  -- */
.product .fuelrating {
  display: inline-block;
  height: 15px;
  width: 14px;
  background: url('../img/icons/ratingclasses.png') 0 -14px no-repeat;
  padding-left: 20px;
  width: 50px;
  float: left;
}
.product .wetrating {
  display: inline-block;
  height: 15px;
  width: 14px;
  background: url('../img/icons/ratingclasses.png') 0 0 no-repeat;
  padding-left: 20px;
  width: 50px;
  float: left;
}
.product .decibelrating {
  display: inline-block;
  height: 15px;
  width: 14px;
  background: url('../img/icons/ratingclasses.png') 0 -28px no-repeat;
  padding-left: 20px;
  width: 65px;
  float: left;
}
.product .ratings {
	font-weight: bold;
	overflow: hidden;
	display: inline-block;
	border: 1px solid #ccc;
	padding: 8px;
	border-radius: 10px;
}
.product .rating-A {
  color: #4DAD1F;
}
.product .rating-B {
  color: #4EEF37;
}
.product .rating-C {
  color: #dad700;
}
.product .rating-D {
  color: #F2F818;
}
.product .rating-E {
  color: #EFC92B;
}
.product .rating-F {
  color: #F77C37 ;
}
.product .rating-G {
  color: #FB2600;
}

.media > .pull-left {
    margin-right: 10px;
}

.pagination>li>a, .pagination>li>span {
    font-size: 12px;
}

/*
* Product Singleview
*/
#productsection {
  background: #f9f9f9;
  padding: 20px;
}
#productsection .product-img {
  border: 1px solid #efefef;
  padding: 20px;
}
#productsection .productImageExample {
	margin-top: 10px;
	text-align: center;
}
#productsection .manufacturer {
  margin-top: 20px;
}
#productsection .specs {
  margin-top: 20px;
}
#productsection .label {
  display: inline-block;
  color: #444;
  margin-right: 30px;
  font-size: 100%;
  text-align: right;
  font-weight: normal;
  min-width: 160px;
}
.specs .li {
  border-top: 1px solid #efefef;
  margin-top: 20px;
  background-color: #D92C2F;
  width: 200px;
}

#ordersection {
  background: #efefef;
  padding: 30px;
  border-left: 2px solid #ffdf00;
}
#ordersection .qty {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px;
}
#ordersection .uvpCart {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px	0	10px 0;
}
#ordersection .price {
  display: inline;
}
#ordersection .current {
  color: #333;
  display: inline;
}
#ordersection .note {
  font-size: 1 em;
  font-size: 0.8em;
  margin-top: 1em;
}
#ordersection .uvpCart {
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
}
#ordersection button {
  margin-top: 20px;
}


/*
* hide Sidebar on Productpages
*/
.page-search .col-md-8.col-md-offset-1.main-content,
.page-product .col-md-8.col-md-offset-1.main-content {
	width: 100%;
	margin-left: 15px;
	margin-right: 15px;
}

.page-search aside.col-md-3.sidebar,
.page-product aside.col-md-3.sidebar {
	display:none;
}


iframe {
    background-color: efefef;
}
