
.sz_ticker .article_element{
    margin: 30px 0 0 0;
    position: relative;
    /*overflow: auto;*/
}

.sz_ticker .overline{
    margin: 0;
    padding: 0;
    display: none;
}

.sz_ticker .headline{
    margin: 0 !important;
    /*margin-bottom: -15px !important;*/
    padding: 0px 0 5px 0 !important;
    font-size: 24px ;
    font-family: SZSansBold, Arial, sans-serif;
    line-height: 24px;
    color: #ff3e39;
}

@media screen and (min-width: 767px){
    .sz_ticker .sz_ticker_headline{
        margin-left: 20%;
    }
}


.sz_ticker .teaser{
    margin: 0;
    padding: 0 0 20px 0;
}

.sz_ticker .more{
    padding: 0 0 0 5px;
    font-family: "SZSansBold", Arial, sans-serif;
}
    @media screen and (max-width: 767px){
        .sz_ticker .more{padding: 0 0 0 3px;}
    }
    .sz_ticker .more:hover { color: #000 !important; }


.sz_ticker .article_element a:link,
.sz_ticker .article_element a:visited,
.sz_ticker .article_element a:hover,
.sz_ticker .article_element a:active{
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.sz_ticker .button_szt_more {
    background-color: #ff3e39;
    color: #fff;
    cursor: pointer;
    display: none;
    clear: both;

    text-align: center;
    width: 150px;

    letter-spacing: 1px;
    font-family: "SZSansBold", Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    padding: 10px 30px;

    -webkit-transition: background-color ease-out 0.5s;
    -moz-transition: background-color ease-out 0.5s;
    -o-transition: background-color ease-out 0.5s;
    transition: background-color ease-out 0.5s;
}

.sz_ticker .button_szt_more:hover{ background-color: #eb2a25 !important; }


.sz_ticker .seperator{
    display: none;
    border-bottom: 3px solid #666;
    width: 30px;
    margin: 15px 0 0 0;
}


.sz_ticker .time {
    margin: 0 0 2px 0;
    font-size: 18px;
    line-height: 24px;
    font-family: SZSansBold, Arial, sans-serif;
}

/* MOBILE */
@media screen and (max-width: 767px){

    .sz_ticker .article_element {
        clear: both;
        width: 100%;
    }
    .sz_ticker .button_szt_more {
        margin: 30px 0 0 0;
    }
}

/* DESKTOP */
@media screen and (min-width: 768px){

    .sz_ticker .article_element {
        clear: both;
        width: 100%;
    }

    .sz_ticker .time {
        margin: 0;
        width: 10%;
        float: left;
        font-size: 24px;
    }

    .sz_ticker .text {
        /*width + margin-right = 75%*/
        /*width: 65%;*/
        width: 72%;
        float: right;
        position: relative;
        margin: 0 8% 40px 0;
    }

    .sz_ticker .button_szt_more {
        margin: 30px 0 0 20%;
    }

}
    @media screen and (min-width: 1000px){
        .sz_ticker .article_element {
            width: 100%;
        }
    }