/* teaser container formatting */
.infobox-semitrans-tm {
	padding: 0px 10px;
	height: 34px;
	position: absolute;
	bottom: 0;
	background-color: #fff;
	width: 100%;
	font-family: "SourceSansPro-SemiBold";
}

.productteaser-m-section {
    display: block;
    margin: 0 auto 55px;
    max-width: 1180px;
    text-align: center;
}

.productteaser-m-section  .tx-productdetails-pi1{
    display: flow-root;
    margin: auto;
	max-width: 1366px;
}

/* teaser formatting */ 
.teaser-m {
    display: block;
    float: left;
    margin: 6px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
}

.teaser-m img {
    width: 100%;
    max-width: 572px;
}


.teaser-m:hover img{
	/*width:105%;*/
	margin-left:0%;
	margin-top:0%;
}

.teaser-m:hover  {
    box-sizing: border-box;
    box-shadow: 3px 3px 5px #eee;
	
}

.t3_teaser-section .teaser-m{
	margin:0 16px;
}

.teaser-m-hl {
    line-height: 30px;
    text-align: left;
    float: left;
    margin: 2px;
    padding: 0px;
    width: 60%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.infobox-semitrans-tm .preisinfo {
    margin: 20px 20px;
    position: relative;
}

.preis-m {
    float: right;
    line-height: 34px;
}

.preis-m > .div_price {
  font-family: "SourceSansPro-Regular";
  font-size: 18px;
  color:#fff;
}

.preis-m > .div_wasprice {
  font-family: "SourceSansPro-Regular";
  font-size: 14px;
  color:#fff;
}

.m-ohne-preis:empty{
	display:none;
}

.m-ohne-preis {
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
}

.infobox-semitrans-tm .div_price:empty {
	display:none;
}
