/*
*
*	CSS / jQuery animated Ticker
*
*	author	Dinko Skopljak
*	web     https://futura-web.de
*	email	ds@futura-web.de
*
*	CSS
*
*/

.ticker{
    display: flex;
    padding-left: 100%;
    overflow: hidden;
}

.ticker ul{
    display: flex;
    list-style: none;
}

.ticker li{
    padding-left: 1rem;
    white-space: nowrap;
}

.ticker li:first-child{
    padding-left: 0;
}
