@import url("https://data-blue.de/ebaykunden/art-and-cherry-basic/bootstrap/css/bootstrap.min.css");
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);

.grey{background:#eceff1;}
.white{background:#fff;}
#aac_artikelseite{
	font-family: 'Roboto Condensed', sans-serif;
	color:#231f20;
}
 
#aac_vorteile{
	padding-top:10px;
	padding-bottom:10px;
}
#aac_vorteile .fa{
	margin-right:5px;
	font-size: 17px;
}

#aac_content{
	padding: 20px 15px;
}

.container-fluid h1,.container-fluid .h1{
	font-size:22px;
	line-height:26px;
	text-transform:uppercase;
	margin-top:0;
}
.artikelbeschreibung > h1{display:none;}
.artikelbeschreibung > ul,.artikelbeschreibung > ol{
	padding-left: 10px;
}

.container-fluid p,.artikelbeschreibung{
	font-size:15px;
	font-weight:400;
	line-height:150%;
	margin-bottom: 10px;
}

#acc_logo {
	display: inline-block;
	padding: 20px 15px;
}

#aac_content .container div{background:#fff;}

.nocolor,#aac_content .container .nocolor{background:transparent;}

.paddingtopbottom{
	padding-top:15px;	
	padding-bottom:15px;	
	margin-bottom: 30px;
}
.img-responsive {	margin: 0 auto;}
.artikelbild{
	white-space: nowrap;
    text-align: center; 
}
.artikelbild > div{
	display: inline-block;
    height: 100%;
    vertical-align: middle;
    width:100%;
}
.artikelbild img{margin:15px auto; vertical-align: middle;}


.fullimage{
	position: relative;
	overflow:hidden;
	min-height:225px;
}
.fullimage > img{
	position:absolute;
	top:-100%;
	right:-100%;
	bottom:-100%;
	left:-100%;
	margin:auto;
	max-height:inherit;
	min-height:100%;
	min-width: 100%;
}

#aac_footer{
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid #ECEFF1;
	margin-bottom: 20px;
}






/*XS*/
@media(max-width:767px){
	/*.fullimage > img{max-width:inherit;}*/
	.row{display:inline-block;}
}


/*SM*/
@media(min-width:768px){

}


/*MD*/
@media(min-width:992px){
	#aac_content .col-md-12.text-center.paddingtopbottom,.artikelbeschreibung{min-height:697px;}
	/*.artikelbild img{	margin: 30% auto;}*/

	.row {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	}
	.row > [class*='col-'] {
		 display: flex;
		 flex-direction: column;
	}
	.row .col-md-6{height:100%;}
}


/*LG*/
@media(min-width:1200px){
	#aac_content .col-md-12.text-center.paddingtopbottom,.artikelbeschreibung{min-height:608px;}
	/*.artikelbild img{	margin: 45px auto}*/
	#aac_vorteile .fa.fa-mobile{
		font-size: 23px;
		position: relative;
		top: 3px;
		line-height: 0px;
	}
}



.red{color:#C12026;}
::selection{	background: #C12026;color:#fff;}
::-moz-selection{	background: #C12026;color:#fff;}