.CMSsearch {
    width: 100%;
}
.CMSsearch div.ArticleTitleCMS a {
    font-family: 'Helvetica Neue LT W05_77 Bd Cn';
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.36px;
}
.CMSsearch #ListView > ul > li:not(.cms-between) p{
    font-family: 'Helvetica Neue LT W05 45 Light';
    font-size: 16px;
    line-height: 24px;
}
.CMSsearch #ListView .thumb{
    width:166px;
    height:100%;
}
.CMSsearch #ListView .thumb img{
    width: auto;
    margin: 0 auto;
    max-width: 166px;
}
.CMSsearch .ArticleTitleCMS,
.CMSsearch #ListView > ul > li:not(.cms-between) p {
    margin-left: calc(166px + 69px);
    margin-bottom: 20px;
    padding: 0;
}

.CMSsearch #ListView li {
    margin: 0;
    padding: 0;
    padding-top: 33px;
    padding-bottom: 36px;
    border-bottom: 1px solid #d2d2d2;
}

.CMSsearch #ListView li:first-child {
    border-top: 1px solid #d2d2d2;
}

.CMSsearch .productLink {
    position: absolute;
    right: 0;
    width: 26px;
    height: 100%;
    top: 0;
    display: block;
    background-image: url('/files/Permapack/Icons/icon_arrow_big.svg');
    background-position: center;
    background-repeat: no-repeat;
    /*transform: rotate(180deg);*/
    background-size: 26px;
}

@media only screen and (max-width: 767px) {
    .CMSsearch .ArticleTitleCMS,
    .CMSsearch #ListView > ul > li:not(.cms-between) p {
        margin: 20px 0px;
        width: calc(100% - 40px);
        float: left;
    }

    .CMSsearch #ListView > ul > li:not(.cms-between) p {
        margin: 0px;
    }
}