.btn-info{background: #0086CA;border:1px solid #007DBC;font-size:16px; font-weight:bold;}
.btn-info:hover,.btn-info:focus{background:#0294DD;}
/*==== boxes - start ====*/
#mainBoxes{
	padding : 5px 10px;
	background : #ffffff;
	border : 1px solid #000000;
}
#mainBoxes .box{
	padding : 5px 5px;
}
#mainBoxes .row{
	margin : 0px -5px;
}
#mainBoxes .box img{
	width 	: 100%;
	height 	: auto !important;
}
#mainBoxes .box p{margin-bottom : 20px;}
/*==== boxes - start ====*/
#angebote_startseite{
	background-color : #DA002C;
}
.productView .thumbnail {
	border: 1px solid #000;
	border-left : none;
    border-radius: 0;
    color: #000000;
    padding: 0;
	margin-bottom : 0px;
	min-height : 325px;
}
.startseiteText{
	padding : 10px;
	background : #ffffff;
	border : 1px solid #000000;
}
.bgTextDiv{
	height: 325px;
}
.bgText{
	font-family: Arial Black,Arial Bold,Gadget,sans-serif; 
	font-size : 22px;
	color : #ffffff;
	display : block;
	font-weight : bold;
	text-align : center;
	transform : translateY(-50%);
	position : relative;
	top : 50%;
	padding-bottom : 12px;
	background : url("img/kette_weiss.png") no-repeat bottom center;
	text-transform : uppercase;
}
.markenDiv .bgText{
	color : #DA002C;
	background : url("img/top_bg.jpg") no-repeat bottom center;
	background-size : 150px auto;
}
.markenDiv{
	background : #FFFFFF;
	padding : 0px;
}
.markenShopTXT{
	height : 196px;
	min-height : 196px;
}
.markenShopLogos{
	padding : 30px 10px;
	background : #ffffff;
}
.markenShopLogos img{
	margin : 10px 0px 10px 20px;
}
/*====== Anpassung für handies ======*/
@media(max-width:1199px){
	#mainBoxes .row{
		margin-right : 0px !important;
	}
}
@media(max-width:767px){
	.bgTextDiv{
		height: 100px;
	}
	.productView .thumbnail {
		border-left: 1px solid #000 !important;
	}
}