/*@media (min-width: 960px)*/

/*canvas*/
.listignInfo__title, .listingInfo__select, .product__subtitle, .servicesBar__link, .lab__father, .iconMenu__item, .canvas__title, .categorySelection__title, .separator__title, .searchCanvas__title, .customSelect, .gridMenu__title, .productWeinberater__title, .superkauf__title, .superkauf__text, .superkauf__subtitle, .footerMsg__signature, .confirmation__title, .searchPage__title, .editorial__subtitle, .login__title, .finder__title, .journalSubIntro__title {
    font-family: "Museo Sans W01_700",Arial,sans-serif;
    line-height: 1.3;
    color: #fff;
}

.canvas__container {
    position: relative;
}

.canvas {
    position: relative;
    cursor: pointer;
}

.canvas__text,.searchCanvas__text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 100%;
}
.canvas__text, .searchCanvas__text, .categorySelectionRow__flat .categorySelection__text, .categorySelectionRow__item.categorySelectionRow__fullWidth .categorySelection__text, .sideMenu--brand, .footer__toTop, .pageSection__img, .pageSection__txt {
    display: block;
    height: 100%;
}
.canvas__text:before, .searchCanvas__text:before, .categorySelectionRow__flat .categorySelection__text:before, .categorySelectionRow__item.categorySelectionRow__fullWidth .categorySelection__text:before, .sideMenu--brand:before, .footer__toTop:before, .pageSection__img:before, .pageSection__txt:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.canvas__textAux,.searchCanvas__textAux {
    width: 80%;
    display: inline-block;
    vertical-align: middle
}

.right .canvas__textAux,.right .searchCanvas__textAux {
    text-align: right
}

.canvas__image img {
    width: 100%;
    display: block
}

.canvas__title {
    font-size: 20px;
    line-height:1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media (min-width: 704px) {
    .canvas__title {
        font-size:35px
    }
}

@media (min-width: 960px) {
    .canvas__title {
        font-size:50px
    }
}

.alter .canvas__title {
    color: #333
}

.canvas--big .canvas__title {
    transition: all .2s ease-in-out;
    font-size: 30px;
    text-transform: uppercase
}

@media (min-width: 704px) {
    .canvas--big .canvas__title {
        font-size:46px
    }
}

@media (min-width: 960px) {
    .canvas--big .canvas__title {
        font-size:62px
    }
}

.canvas--big:hover .canvas__title {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: all .2s ease-in-out
}

.canvas__subTitle {
    transition: all .2s ease-in-out;
    font-size: 12px
}

@media (min-width: 704px) {
    .canvas__subTitle {
        font-size:13px
    }
}

@media (min-width: 960px) {
    .canvas__subTitle {
        font-size:14px
    }
}

.alter .canvas__subTitle {
    color: #333
}

.canvas__link {
    padding: 5px 30px 5px 10px;
    border: 2px solid #333;
    display: inline-block;
    transition: all .2s ease-in-out;
    font-size: 12px;
    background: url("../images/arrow.png") 90% 50% no-repeat;
    z-index: 99
}

@media (min-width: 704px) {
    .canvas__link {
        font-size:12px
    }
}

.canvas--big .canvas__link {
    border: none;
    color: #fff;
    text-decoration: underline;
    background: none;
    transition: all .2s ease-in-out;
    font-size: 12px
}

@media (min-width: 704px) {
    .canvas--big .canvas__link {
        font-size:14px
    }
}

@media (min-width: 960px) {
    .canvas--big .canvas__link {
        font-size:16px
    }
}

@media (min-width: 704px) {
    .canvas__link {
        margin-top:20px
    }
}

.canvas__icon {
    display: none
}

@media (min-width: 704px) {
    .canvas__icon {
        display:block
    }
}
@media (min-width: 704px)
.title.canvas__title {
    font-size: 35px;
}