.news-ticker {
	text-align: left;
	padding: 0;
	/*background-color: rgba(255,255,255,.8);*/
	/*opacity: .9;*/
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all.4s ease-in-out;
	transition: all .4s ease-in-out;
}

.news-ticker:hover li {
	opacity: 1 !important;
}

.news-ticker h3 {
	font-size: 1.2rem;
}

.news-ticker  ul {
	margin: 0 !important;
	padding: 0;
}

.news-ticker  li::before {
	content: '';
	margin: 0;
	padding: 0;
}

.news-ticker  li {
	position: relative;
	margin: 0;
	padding-bottom: 0;
	text-indent: 0 !important;
	background: rgb(240,240,240);
}

.news-ticker .teaser-text {
	margin: 9px 0 30px !important;
}

.news-ticker .teaser-text p {
	margin: 0 !important;
}

.news-ticker  a {
	color: rgb(0,0,0) !important;
}


.news-ticker span.news-link-arrow {
	top: auto;
	bottom: 4px;
	right: 4px;
}

#ticker-next {
	background: rgba(255,255,255,.4);
	margin: 10px 4px 0 0;
	padding: 1px 2px 4px;
	border: none 0;
	float: right;
}

#ticker-next:hover {
	background: rgb(255,255,255);
}

.news-ticker-numeration {
    float: right;
    width: 20px;
    height: 100%;
    margin: -4px -4px 0 0;
    text-align: center;
    background: rgb(240,240,240);
    font-size: .8rem;
}

/* BOXSHADOW */
@keyframes shadowPulse {
    0% {
        box-shadow: 0px 0px 10px 0px hsla(0, 0%, 0%, 1);
    }

    100% {
        box-shadow: 0px 0px 5px 0px hsla(0, 0%, 0%, 0);
    }
}

.shadow-pulse {
    animation-name: shadowPulse;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}
