#background-carousel{
	position:fixed;
	width:100%;
	height:100%;
	z-index:-1;
}
.carousel,
.carousel-inner {
	width:100%;
	height:100%;
	z-index:0;
	overflow:hidden;
}
.item {
	width:100%;
	height:100%;
	background-position:center center;
	background-size:cover;
	z-index:0;
}

#content-wrapper {
	position:absolute;
	z-index:1 !important;
	min-width:100%;
	min-height:100%;
}
.well {
    opacity:0.85
}
.impressum {
	margin-top: 4rem;
}
.white {
	color: #ffffff;
}
#overlayer4 {
	text-align: center;
}
#overlayer4 button {
	color: #000000 !important;
    background-color: #ffffff !important;
}
#overlayer4 button:focus {
	outline:0;
}

.ticker-wrap {
    position: fixed;
    bottom: 0rem;
    width: 100%;
    overflow: hidden;
    height: 4rem;
    background-color: rgba(0, 0, 0, 0.9);
    padding-left: 100%;
    box-sizing: content-box;
}

footer {
	position: fixed;
    bottom: 4rem;
    height: 2rem;
    width: 100%;
}


.iru-tiny-player {
	background-color: #ffffff;
	max-width: 80%;
    margin: auto;
    border-radius: 10px;
}
@media (min-width: 400px) {
	.iru-tiny-player {
		max-width: 380px;
	}
}

.iru-tiny-player .song-main-info {
	margin: 5px 5px;
}