body{
		background:#fff;
	}

	#promo-image {
		max-height: 100%;
		max-width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
	#anzeigenkarussell {
		width:100%;
		height:auto;
	}
	#anzeigenmarker {
		width:100%;
		height:20px;
		text-align:right;
		font-size:10px;
		padding-top:90px
	}
	.hidden {
		display: none;
		}

	img {
		border: none;
		}
	.logarea {
		position:absolute;
		width:100%;
		top:30;
		text-align:left;
		height:30px;
		line-height:30px;
		z-index:1000;
		font-size:12px;
		font-weight:bold;
	}
	.bx-wrapper {
		height:90%;
	}
 div.bxslider-loader {
 padding-top: 30px;
 padding-bottom: 30px;
 width: 100%;
 height: 100%;
 /* background-color: rgba(242, 242, 242,1); */
 text-align: center;
 font-size: 16px;
 font-weight: bold;
 font-style: italic;
 color: #666;
}
.loader {
 border: 16px solid #f3f3f3; /* Light grey */
 border-top: 16px solid #dc2a1b; /* Blue */
 border-radius: 50%;
 width: 70px;
 height: 70px;
 animation: spin 2s linear infinite;
 display: inline-block;
 margin-top:30px;
}

@keyframes spin {
 0% { transform: rotate(0deg); }
 100% { transform: rotate(360deg); }
}
