/* HEADER */
.anbe_header_full {
	background: #FEE202 url(http://www.aimtac.de/layout/callisto_3/img/aimtac/header-bg.png) no-repeat right bottom;
	padding-top: 50px; padding-bottom: 50px;
}
.anbe_header_logo {
	
}
	@media(max-width:767px){
		.anbe_header_logo {
			text-align: center;
		}
	}
/* HEADER END */

/* NAV */
.anbe_nav_full {
	padding-top: 20px;
	padding-bottom: 20px;
}
	@media(max-width:767px){
		.anbe_nav_full {
			padding-top: 0px;
			padding-bottom: 0px;
		}
	}

.anbe_nav {
	text-align: center;
}
	@media(max-width:767px){
		.anbe_nav .col-xs-12 {
			border-bottom: 1px solid #eee;
			padding-top: 10px; padding-bottom: 10px;
		}
	}

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

.panel {
	border-radius: 0px;
}
.panel-default > .panel-heading {
    color: #fff;
    background-color: #48372f;
    border-width: 0px;
}
.panel-heading {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
a.list-group-item:hover {
    background-color: #ECEBEA;
}
/* PRODUKT */

.anbe_produkt_full {
	background: #ECEBEA url(http://ebay-theme.support-aimtac.de/img-aimtac/produkt-bg.png) repeat center center;
	padding: 30px 0px;
}

.anbe_produkt_title {
	background: #48372F;
    -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);
}
.anbe_produkt_title h3 {
	color: #FFF;
	text-align: center;
    margin: 0px 0px;
    padding-top: 30px; padding-bottom: 30px;
}
	@media(max-width:767px){
		.anbe_produkt_title h3 {
			font-size: 18px;
		}
	}
	
.anbe_produkt_description {
    background: #FFF;
    margin-top: 30px;
    padding-bottom: 20px;
    -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);
}

.anbe_produkt_gallery {
	 background-color: #ECEBEA;
}
	@media(max-width:992px){
		.anbe_produkt_gallery {
			padding-right: 15px;
		}
	}
	
.anbe_produkt_gallery_main {
	padding-top: 15px; padding-bottom: 15px; padding-right: 0px;
}
	@media(max-width:992px){
		.anbe_produkt_gallery_main {
			padding-bottom: 0px;
		}
	}

.anbe_produkt_gallery_main img {
	width: 100%;
}
.anbe_produkt_gallery_thumb {
	padding-top: 15px;
}
.anbe_produkt_gallery_thumb_left {
	padding-right: 5px;
}
.anbe_produkt_gallery_thumb_right {
	padding-left: 10px;
}

	@media(max-width:992px){
		.anbe_produkt_gallery_thumb_left {
			padding-right: 15px;
		}
		.anbe_produkt_gallery_thumb_right {
			padding-left: 0px; padding-right: 0px;
		}
	}

.anbe_produkt_gallery_thumb .img-wrapper {
    width: 100%; height: 110px;
    overflow: hidden;
    margin-bottom: 15px;
}

.anbe_produkt_gallery_thumb .img-wrapper img {
	height: 300px;
    margin: -30px 0 0 -30px;
}

.anbe_produkt_content_title {
	color: #514947;
	margin: 30px 0px;
}	
.anbe_produkt_content p,
.anbe_produkt_content span {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size: 14px !important;	
	margin: 0px 0px 10px 0px !important;	
	line-height: 1.42857143 !important;
	color: #514947 !important;
}

/* PRODUKT END */

/* KATEGORIEN */
.anbe_marken_logo {
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	border: 1px solid #ddd;
	margin-bottom: 30px;
}
/* KATEGORIEN END */

/* SALE */
.anbe_sale_img {
	background: #fff;
	height: 300px;
}
	@media (max-width: 1200px) {
		.anbe_sale_img {
			margin-bottom: 30px;
		}	
	}
	@media (max-width: 991px) {
		.anbe_sale_img {
			margin-bottom: 30px;
		}
	}

.anbe_sale_container {
	background: #fff;
	padding: 30px;
	height: 226px;
}
	@media (max-width: 991px) {
		.anbe_sale_container {
			height: auto;
		}
	}
.anbe_sale_description {
	margin-top: 20px;
	height: 138px; 
	overflow: hidden;
}
.anbe_sale_description ul {
	padding-left: 15px;
}
	@media (max-width: 991px) {
		.anbe_sale_description {
			height: auto;
		}
	}
.anbe_sale_bottom {
	background: #ECEBEA;
	padding: 15px 30px;
}
.anbe_sale_red_price {
	color: red;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}
.anbe_sale_black_price {
	font-size: 18px;
	font-weight: bold;
	margin-left: 20px;
	line-height: 2;
}
.anbe_sale_price {
	
}
	@media (max-width: 991px) {
		.anbe_sale_price {
			text-align: center;
		}
	}
.anbe_sale_button {
	text-align: right;
}
	@media (max-width: 991px) {
		.anbe_sale_button {
			text-align: center;
		}
	}
/* SALE END */

/* BEWERTUNGEN */
.anbe_bewertung_content p {
	text-align: justify;
}
	@media (min-width: 1200px) {
		.anbe_bewertung_content {
			height: 200px;
			display: table-cell;
			vertical-align: middle;
		}
	}	
	@media (max-width: 767px) {
		.anbe_bewertung_img {
			text-align: center;
		}
		.anbe_bewertung_img .img-responsive {
			display: inline;			
		}
	}
/* BEWERTUNGEN END */

/* KAUFABWICKLUNG */
.anbe_kaufabwicklung_content p {
	text-align: justify;
}
.anbe_kaufabwicklung_content h3 {
	margin-top: 0px;
}
.anbe_kaufabwicklung_img {
	
}
	@media (max-width: 991px) {
		.anbe_kaufabwicklung_img {
			background: #fff;
			margin-top: 30px;
			text-align: center;
		}
		.anbe_kaufabwicklung_img .img-responsive {
			display: inline;			
		}	
	}
	@media (max-width: 767px) {
		.anbe_kaufabwicklung_img {
			background: #fff;
			margin-top: 30px;
			text-align: center;
		}
		.anbe_kaufabwicklung_img .img-responsive {
			display: inline;			
		}
	}
/* KAUFABWICKLUNG END */

/* VERSAND */
.anbe_versand_content h3 {
	margin-top: 0px;
}
.anbe_versand_content p {
	text-align: justify;
}
	@media (min-width: 1200px) {
		.anbe_versand_content {
			height: 200px;
			display: table-cell;
			vertical-align: middle;
		}
	}	
.anbe_versand_img {
}
	@media (max-width: 991px) {
		.anbe_versand_img {
			text-align: center;
		}
		.anbe_versand_img .img-responsive {
			display: inline;			
		}	
	}
	@media (max-width: 767px) {
		.anbe_versand_img {
			text-align: center;
		}
		.anbe_versand_img .img-responsive {
			display: inline;			
		}
	}
/* VERSAND END */

/* SLIDER */
.anbe_slider_full {
	background: url(http://ebay-theme.support-aimtac.de/img-aimtac/wald.png) no-repeat center center;
	background-size: cover;
	padding: 100px 0px;
	/*text-align: center;*/
}
.anbe_slider_full h1{
	text-transform: uppercase;
}
/*.anbe_slider_full h1,
.anbe_slider_full h2,
.anbe_slider_full h3 {
	color: #fff;
	text-shadow: 0px 0px 10px #514947;
}*/

	.anbe_slider_full h3 {
		margin: 0px 0px;
	}
/*.anbe_slider_full .btn {
	text-shadow: 0px 0px 10px #514947;
	margin: 100px 0px 0px 0px;
	color: #fff;
}*/
/* SLIDER END */

/* Content */
.anbe_container_fluid_dark {
	background: #ECEBEA;
}
.anbe_container_fluid_bright {
	background: #fff;
}
.anbe_title {
	 padding: 50px 0px 10px 0px;
	 margin: 0px 0px 0px 0px;
	 text-align: center;
	 text-transform: uppercase;
	 color: #48372F;
}
.anbe_title_dark {
	padding: 50px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
/* Content END */

/* FOOTER */
.anbe_footer_full {
	background: #48372F;
	color: #fff;	
}
/* FOOTER END */

/* BUTTONS */
.btn {
	border-radius: 0px;
}

.btn-success {
	border-color: transparent; border-width: 0px;
	background-color: #FEE202; color: #48372F;	
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:active:hover,
.btn-success:active:focus {
	background-color: #FEE202;
	border-color: transparent; color: #48372F;
	box-shadow: none;
}
/* BUTTON MIT BORDER .btn-success {
	border-color: #FEE202; border-width: 2px;
	background-color: transparent; color: #FEE202;	
	font-weight: bold;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:active:hover,
.btn-success:active:focus {
	background-color: transparent;
	border-color: #fcd002; color: #fcd002;
	box-shadow: none;
} */

.btn-danger {
	border-color: #fff; border-width: 2px;
	background: transparent; color: #ffffff;
	font-weight: bold;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:active:hover,
.btn-danger:active:focus {
	border-color: #e5e5e5; border-width: 2px;
	background: transparent; color: #e5e5e5;
	box-shadow: none;
}

.btn-primary {
	border-color: #48372F; border-width: 2px;
	background-color: transparent; color: #48372F;	
	font-weight: bold;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:active:focus {
	background-color: transparent;
	border-color: #766151; color: #766151;
	box-shadow: none;
}
/* BUTTONS END */


/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Portrait phones and smaller */
@media (max-width: 480px) {

}