/**.row h2 {
    border-bottom: 1px solid #ddd;
    color: #444444;
    font-family: mm-text-regular;
    font-size: 42px;
    font-weight: 100;
    margin-bottom: 10px;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
    width: 99%;
}
**/

@media all and (max-width: 640px) {
/**.row h1 {
    color: #444444;
    font-family: mm-headline !important;
    font-size: 41px !important;
    font-weight: normal !important;
    line-height: 39px !important;
    margin-bottom: 0 !important;
    margin-top: 26px !important;
    padding-bottom: 3px !important;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 99%;
}
    
.row h2 {
    border-bottom: 1px solid #ddd;
    color: #444444;
    font-family: mm-text-regular !important;
    font-size: 26px;
    font-weight: 100;
    line-height: 40px;
    margin-bottom: 10px;
    padding-bottom: 11px;
    position: relative;
    text-align: center;
    width: 99%;
} **/
}
/**** PRODUKTDARSTELLUNG ***/
.productRow {
    margin-left: 14px;
    min-height: 275px;
    padding-bottom: 8px;
}
.productBox {
    float: left;
    height: 247px;
    margin-right: 55px;
    margin-top: 20px;
    width: 164px;
}
.productImage {
    height: auto;
    position: absolute;
    width: 200px !important;
    z-index: 2;
}
.productTitle {
    color: black;
    font-family: 'Source Sans Pro', Arial, sans-serif !important;
    font-size: 13px;
    height: 49px;
    line-height: 16px;
    margin-left: 1px;
    margin-top: 206px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 191px;
    z-index: 9;
}
.productPrice {
    margin-top: 155px;
}
.productPrice > img {
    margin-left: 5%;
    position: absolute;
    width: 140px !important;
    z-index: 99;
}
@media all and (max-width: 640px) {
.productRow {
    margin-left: 14px;
    min-height: 275px;
    overflow: hidden;
}
}