/*
	NEWSTICKERS
*/




.slide_news_read {
	float: left;
	b/order: 2px solid red;
	width: 100%;
	padding-top: 10px;
}

/* newsticker1 */

#newsticker1 {
	width: 100%;
	background: rgba(255,255,255,0.2);
	margin: 10px auto 10px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.2);
}

#newsticker1-container {
	text-align: center;
}

#newsticker1-container i {
	margin: 6px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#newsticker1-container i:hover {
	color: #333;
}

#newsticker1 li {
	color: black;
	b/ackground: #F2F2F2;
	overflow: hidden;
	height: auto;
	padding: 10px 10px 10px 10px;
	list-style: none;
	font-size: 1.0em;
	text-align: left;
	margin: 0px 10px 0px 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

#newsticker1 li:hover {
	background: rgba(128,128,128,0.1);
}

#n/ewsticker1 h3 {
	font-size: 1.2em;
}

/* newsticker2 */

#newsticker2 {
	width: 100%;
	background: rgba(255,255,255,0.2);
	margin: 10px auto 10px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.2);
}

#newsticker2-container {
	text-align: center;
}

#newsticker2-container i {
	margin: 6px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#newsticker2-container i:hover {
	color: #333;
}

#newsticker2 li {
	color: black;
	b/ackground: #F2F2F2;
	overflow: hidden;
	height: auto;
	padding: 10px 10px 10px 10px;
	l/ine-height: 30px;
	list-style: none;
	font-size: 1.0em;
	text-align: left;
	margin: 0px 10px 0px 10px;
	border-bottom: 1px solid #2c8162;
}

#newsticker2 li:hover {
	background: rgba(128,128,128,0.1);
}

#n/ewsticker2 h3 {
	font-size: 1.2em;
}


/* newsticker3 */

#newsticker3 {
	m/ax-width: 620px;
	margin: auto;
}

#newsticker3-container {
	text-align: center;
	margin-top: 107px;
	margin-bottom: 40px;
	height: 300px;
}

#newsticker3-container i {
	font-size: 36px;
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#newsticker3-container i:hover {
	color: #333;
}

#newsticker3 li {
	color: #f2f2f2;
	background: #74cfae;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 60px;
	padding: 10px 16px 10px 16px;
	line-height: 40px;
	list-style: none;
	font-size: 24px;
	text-align: left;
}

#newsticker3 li .state {
	font-size: inherit;
	margin: 0;
}

#newsticker3 span.hour {
	font-weight: 700;
}

#newsticker3-infos-triangle {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 15px 16px 15px;
	border-color: transparent transparent #74cfae transparent;
	margin: 6px auto 0;
}

#newsticker3-infos {
	max-width: 620px;
	margin: auto;
	padding: 12px;
	color: #f2f2f2;
	background: #74cfae;
}

#newsticker3-infos .infos-hour {
	font-size: 50px;
	font-weight: 700;
	margin-top: 20px;
}

#newsticker3-infos h4 {
	color: #F2F2F2;
	font-weight: 500;
}

#newsticker3-infos .infos-text {
	text-align: left;
}

/* newsticker-aside-01 */

#newsticker-aside-01 {
	width: 100%;
	margin: 0;
	padding: 10px 4px;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 255, 0.09);
	-we/bkit-backdrop-filter: blur(var(--blur-effekt, 5px));
	bac/kdrop-filter: blur(var(--blur-effekt, 5px));
	overflow: hidden;
  }

#newsticker-aside-02 {
	width: 100%;
	margin: 0;
	padding: 10px 4px;
	overflow: hidden;
  }

.newsticker-aside-02 {
	width: 96%;
    position: relative;
    display: block;
    margin: 0 2%;
    font-size: 1.3rem;
	font-weight: bold;
    border-radius: 10px;
    padding: 10px 25px;
    transform: translateY(15px);
    background: rgba(135, 206, 235, 0.2);
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out;
	
    -webkit-backdrop-filter: blur(var(--blur-effekt, 5px));
    backdrop-filter: blur(var(--blur-effekt, 5px));
    z-index: 10; /* oder höher */
	
}


#newsticker-aside-02 h3 {
	white-space: nowrap;
	padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;   
  }

#newsticker-aside-01 p.newsEntry-topic, #newsticker-aside-02 p.newsEntry-topic{
	font-size: 0.8rem;
	margin: 0;
}
#newsticker-aside-01 h3, #newsticker-aside-02 h3{
	font-size: 1.2rem;
}
#newsticker-aside-01-container, #newsticker-aside-02-container{
	text-align: center;
	border: 1px solid rgba(0, 0, 255, 0.59);
}

#newsticker-aside-01-container i, #newsticker-aside-02-container i  {
	margin: 6px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	
}

#newsticker-aside-01-container i:hover, #newsticker-aside-01-container i:hover {
	color: #333;
}

#newsticker-aside-01 li, #newsticker-aside-02 li {
	color: black;
	height: auto;
	overflow: hidden;

	padding: 10px 10px 10px 10px;
	list-style: none;

	text-align: left;
	margin: 0px 10px 4px 10px;
	b/order-bottom: 1px solid #2c8162;
}

#newsticker-aside-01 li:hover {
	background: rgba(128,128,128,0.1);
}


/* ----
   var nt_example1 = $('#nt-example1').newsTicker({
    row_height: 80,
    max_rows: 3,
    duration: 4000,
    prevButton: $('#nt-example1-prev'),
    nextButton: $('#nt-example1-next')
});


<ul class="newsticker">
    <li>Etiam imperdiet volutpat libero eu tristique.</li>
    <li>Curabitur porttitor ante eget hendrerit adipiscing.</li>
    <li>Praesent ornare nisl lorem, ut condimentum lectus gravida ut.</li>
    <li>Nunc ultrices tortor eu massa placerat posuere.</li>
</ul>

<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="js/newsTicker.js">


