.swiper img {
	z-index: -1;
}
.wave {
	z-index:99;
}
.btc_paralax p, .btc_paralax h2 {
	color: #fafefe;
	max-width: 90%; /* Maximale Breite */
	height: 100%;
	word-wrap: break-word; /* Umbruch bei langen Wörtern */
  /*overflow-wrap: break-word; Alternative für moderne Browser */	
}
.btc-moulde-pos {
	padding-left: 50px;
}
a {
	font-weight: bold;
}
logo {
	max-width: 25px;
	max-height: 25px;
}
.uploader .btn {
	background-color: #fafefe;
}
.uploader .btn:hover {
	background-color: #ec1c26;
}
/*
.ticker-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    padding: 20px;
}
*/
.ticker-container {
    width: 100%;
	white-space: nowrap;
    overflow: hidden;
    /*
	display: block;
    animation: scrollText 10s linear infinite;
	*/
}
.ticker {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
    /*animation: tickerAnimation 10s linear infinite;*/
    animation: tickerAnimation 20s linear infinite;
	color: #fafefe;
	font-size: 25px;
}
@keyframes tickerAnimation {
	from { transform: translateX(100%); }
    to { transform: translateX(-100%); }
}