.cmanimation {
    position: absolute;
    width: 100%;
	top: 0px;
	left: auto;
	overflow: hidden !important;
	height: 930px;
	z-index: 1 !important;
	min-width: 1024px !important;	
}

.cmanimation .paragraph_content_structure_inner {
	width: 2000px;
	margin: 0 auto;
	overflow: hidden;
	height: 930px;
}

.cmanimation .imageelement {
    position: absolute !important;
    top: 0px;
    left: 0px;
}

.cmanimation .imageelement.slideelement {
    position: absolute !important;
	top: auto;
	left: auto;
}

.cmanimation .imageelement .animation-textbereich .paragraph_text {
	font-family: Verdana,​Geneva,​Arial,​Helvetica,​sans-serif;
	font-size: 12px;
	line-height: 18px;
	width: 420px;
	color: #575757;
}

.cmanimation .imageelement .animation-textbereich .paragraph_text P {
	padding: 0;
}

.cmanimation .imageelement .animation-textbereich A {
	color: #575757 !important;
}

/*####### Animations Navigation ######*/

.cmanimation UL.aninavigation {
	display: none;
}

.cmanimation .aniNavigationContainer {
	height: 40px;
	width: 86px;
	position: absolute;
	top: 290px;
	left: 460px;
	z-index: 99;
}

.cmanimation .aniNavigationContainer .aniPrev,
.cmanimation .aniNavigationContainer .aniPrev SPAN,
.cmanimation .aniNavigationContainer .aniNext,
.cmanimation .aniNavigationContainer .aniNext SPAN {
	height: 40px;
	width: 40px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	cursor: pointer;
}

.cmanimation .aniNavigationContainer .aniPrev {
	margin-right: 6px;
}

.cmanimation .aniNavigationContainer .aniPrev SPAN {
    background-image: url(https://sunrise.city-map.net/cms/2514c12573dd09/files/www/bgs/slider/btn-left.jpg);
}

.cmanimation .aniNavigationContainer .aniNext  SPAN{
    background-image: url(https://sunrise.city-map.net/cms/2514c12573dd09/files/www/bgs/slider/btn-right.jpg);
}

/*#### Ani Boxen ####*/

.anibox {
    width: 350px;
	height: 150px;
    padding: 0px 10px 10px 330px;
	position: absolute;
	left: 0px;
	top: 340px;
}

.anibox * {
    color: #FFFFFF;
}

.anibox .h {
    padding: 0 !important;
}

.anibox H2,
.anibox H3 {
    line-height: 20px;
	font-family: 'Jockey One',Arial,Verdana,Geneva,Helvetica,sans-serif !important;
	margin: 10px 0px !important;
}

.anibox  P {
	width: 350px;
	font-family: Arial,Verdana,​Geneva,​Helvetica,​sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-top: 0px;
	margin: 0px !important;
}

/*### Grüne Box ###*/

.anibox.greenbox {
    background-color: #77B22A;
}

/*### Rote Box ###*/

.anibox.redbox {
    background-color: #E4240D;
}

/*### Blaue Box ###*/

.anibox.bluebox {
    background-color: #74C4EE;
}

/*### Orangene Box ###*/

.anibox.orangebox {
    background-color: #F39000;
}

/*### Graue Box ###*/

.anibox.greybox {
    background-color: #01141A;
}

/*####################################################*/