/* CSS Basics */
.anbe_container_shadow { -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3); -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3); }
/* CSS Basics END */

/* Header */
.anbe_header_container {
	padding-top: 30px;
	padding-bottom: 30px;
}
/* Header END  */

/* Mainnav */
.anbe_mainnav_container {
	border-top: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding: 5px 0px;
}

#hauptnavi {
	padding-top: 20px;
	padding-bottom: 20px;
}

#hauptnavi a:focus, a:hover {
	
	text-decoration: none;
	
}
#hauptnavi a {	
    color: #444;
    text-transform: uppercase;
    font-weight: bold;    
}
/* Mainnav END */

/* Content */
.anbe_container_fluid_dark {
	background: #f5f5f5;
}
.anbe_container_fluid_bright {
	background: #fff;
}
/* Content END */

/* Product Title */
.anbe_product_title_container {
    padding-left: 0px;
    padding-right: 0px;
    background: #fff;
}
.anbe_product_title {
    margin: 0px 0px;
    padding: 50px 0px;
    text-align: center;
}
/* Product Title END */

/* Product Description */
.anbe_product_description_container {
    margin-top: 20px;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
/* Product Description END */

/* Brand Slider */
.carousel-inner.onebyone-carosel                    { margin: auto; width: 90%; }
.onebyone-carosel .active.left                      { left: -33.33%; }
.onebyone-carosel .active.right                     { left: 33.33%; }
.onebyone-carosel .next                             { left: 33.33%; }
.onebyone-carosel .prev                             { left: -33.33%; }

.carousel-control.right, .carousel-control.left     {background: none;}
/* Brand Slider END */

/* Kategorie Panel */
.clickable                                          { cursor: pointer; }
.clickable .glyphicon                               { display: inline-block; padding: 6px 12px; color: #4894d0; }
.panel-heading span                                 { margin-top: -23px; font-size: 15px; margin-right: -9px; }
a.clickable                                         { color: inherit; }
a.clickable:hover                                   { text-decoration:none; }
.panel-default > .panel-heading                     { color: #333; background: #fff; border-bottom: 1px solid #e5e5e5; }
.panel                                              { border: 0px; border-radius: 0px; margin-bottom: 0px; }
.panel-heading                                      { border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
.panel-title                                        { color: #333; }
/*  Kategorie Panel  END */

/* ---------- */
/* Produkt Bilder */
.img-wrapper {
    display: inline-block;
    overflow: hidden;
    
    height: 116px;
    width: 116px;
        
    text-align: center;
    vertical-align: middle;
    
    margin-bottom: 30px;
}

.img-wrapper a {
	display: inline !important;
 
}
.img-wrapper img {
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -moz-transform:scale(1.2); /* Firefox */
    -ms-transform:scale(1.2); /* IE 9 */
    -o-transform:scale(1.2); /* Opera */
    transform:scale(1.2);
 
}

.img-wrapper img:hover {
    -webkit-transform:scale(2.5); /* Safari and Chrome */
    -moz-transform:scale(2.5); /* Firefox */
    -ms-transform:scale(2.5); /* IE 9 */
    -o-transform:scale(2.5); /* Opera */
    transform:scale(2.5);
}

.image_container {
    height: 555px;
    text-align: center;
    line-height: 555px;
    overflow: hidden;
    display: table-cell;
	vertical-align: middle;
}

.image_container img {
    vertical-align: middle;
}
/* Produkt Bilder */

.anbe_title {
	 padding: 50px 0px 10px 0px;
	 margin: 0px 0px 0px 0px;
	 text-align: center;
	 text-transform: uppercase;
	 color: #444;
}
	.anbe_title_dark {
		padding: 50px 0px 10px 0px;
		margin: 0px 0px 0px 0px;
		text-align: center;
		text-transform: uppercase;
		color: #fff;
	}
	
.anbe_title_underline {
	width: 30px;
		background: url(http://ebay-theme.support-handelswerk24.de/img/anbe-totop.png) no-repeat center center;
	border: 2px solid #444;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 50px auto;
}

	.anbe_title_underline_dark {
		width: 30px;
		border: 2px solid #fff;
		padding: 0px 0px 0px 0px;
		margin: 0px auto 50px auto;
	}

.anbe_totop, .anbe_totop a {
	margin-top: 50px;
	margin-bottom: 50px;
	color: #ccc;
	text-decoration: none;
}
.anbe_totop a:hover {
	color: #888;
}
	.anbe_totop .glyphicon {
		font-size: 26px;
	}


.anbe_buttons_container {
	margin-top: 50px;
    margin-bottom: 20px;
}
.anbe_sofortkaufen {
width: 280px !important;
padding-top: 10px;
padding-bottom: 10px;
font-size: 16px;
border-radius: 3px;
}
	.newsletterlink {
		color: #4894d0;
		background: url(http://ebay-theme.support-handelswerk24.de/img/anbe-mail.png) no-repeat left center;
		padding-left: 21px;
	}
	
	.beobachtenlink {
		color: #4894d0;
		background: url(http://ebay-theme.support-handelswerk24.de/img/anbe-eye.png) no-repeat left center;
		padding-left: 21px;
	}
	.fragenlink {
		color: #4894d0;
		background: url(http://ebay-theme.support-handelswerk24.de/img/anbe-chat.png) no-repeat left center;
		padding-left: 21px;
	}

	.beobachtenlink:hover, .fragenlink:hover, .newsletterlink:hover {
		color: #4894d0;
		text-decoration: underline;
	}

/* Buttons */
.btn-primary {
    color: #fff;
    background-color: #4894d0;
    border-color: #448bc4;
}
.btn-primary:hover {
    color: #fff;
    background-color: #3c7bb4;
    border-color: #3f82bb;
}

.btn-default {
    color: #fff;
    background-color: #333333;
    border-color: #303030;
}
.btn-default:hover {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #2a2a2a;
}

/* 5 Colums Grid */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}



@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
