	
	
.ads-newsline {
	display: block;
	height: 3rem;
	width: 100%;
	max-width: 1440px;
	min-width: 320px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0rem;
	background-color: rgba(0,0,0,1);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	/*color: var(--text-color-headline);*/
	color: #fff;
	box-sizing: border-box;
	text-align: center;
	/*vertical-align: 30px;*/
	font-size: 1.2rem;
	line-height: 2rem;
	fontfamily:--font-family-bold;
}



#visual {
	height: calc(80vh - 9rem);
}
@media only screen and  (orientation:landscape){
#visual {
	height: calc(100vh - 9rem);
}
}

@media only screen and (min-width:769px){
#visual {
	height: calc(100vh - 9rem);
}
}

@media only screen and (min-width:980px){
#visual {
	height: calc(100vh - 9rem);
	width: 100%;
}
}

/*-------textslider--------

/* [SLIDER] */
#slider,  #slider .slide{
	width: 320px;
	height: 3rem;
	font-size: 1rem;
	line-height: 3rem;
	}
@media only screen and (min-width:420px){
	#slider,  #slider .slide{
	width: 420px;
	}
	}
@media only screen and (min-width:560px){
	#slider,  #slider .slide{
	width: 560px;
	}
	}
@media only screen and (min-width:769px){
	#slider,  #slider .slide{
	width: 760px;
	font-size: 1.1rem;
	}
	}
@media only screen and (min-width:1024px){
	#slider,  #slider .slide{
	width: 1024px;
	font-size: 1.2rem;
	}
	}
@media only screen and (min-width:1280px){
	#slider,  #slider .slide{
	width: 1280px;
	}
	}
@media only screen and (min-width:1440px){
	#slider,  #slider .slide{
	width: 1440px;
	}
	}

#slider {
  overflow: hidden;
  margin: 0 auto;
}
#slider .slidercontainer {
  position: relative;
  width: 100%; /* Assign an insanely large width */
  bottom: 0;
  right: 0;
  animation: slide-animation 30s infinite;
}
#slider .slide {
	position: relative;
	float: left;
	box-sizing: border-box;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.slide p {
	width: 100%;
	fontfamily:--font-family-bold;
	}
.slide a:link {
	text-decoration: none;
/*	color: var(--text-color-headline);*/
	color: #FFF;
}
.slide a:visited {
	text-decoration: none;
/*	color: var(--text-color-headline);*/
	color: #FFF;
}

/* [ANIMATION] */
@keyframes slide-animation {
  0% { 
    opacity: 0;
    bottom: 0;
  }
  8% {
    opacity: 1;
    bottom: 0; 
  }
  24% { bottom: 0%; }
  29% { bottom: 100%; }
  43% { bottom: 100%; }
  48% { bottom: 200%; }
  61% { bottom: 200%; }
  66% { bottom: 300%; }
  80% { bottom: 300%; }
  84% { bottom: 400%; }
  98% {
    opacity: 1;
    bottom: 400%; 
  }  100% {
    opacity: 0;
    bottom: 400%;
  }
}






/*ab hier löschen
*/