body {
	background-image: url('../Background/154033rz01_Desktop_Kundenprofil.jpg');
	background-size: cover;
    background-repeat: no-repeat;
}

#c3 {
    margin-top: 142px;

    margin-lefT: 10px;
    lefT: 50%;
    position: relative;
    font-size: 1.1em;

 
    color: #626366;
    font-family: "OfficinaSerifMediumITC W08 Rg";
    line-height: 30px;
	widtH: 490px;
}

	#c3 > .ce-textpic > .ce-bodytext > ul {
		    margin-left: 20px;
	}
		
		#c3 > .ce-textpic > .ce-bodytext > p > a {
			color: #626366;
			text-decoration: underline;
		}

		#c3 > .ce-textpic > .ce-bodytext > ul > li {
			list-style-type: disc;
		}
		
@media screen and (max-width: 1250px) {
	
	body {
		background-image: url('../Background/154033rz01_Tablett_Kundenprofil.jpg');
	}
	
}
		
@media screen and (max-width: 599px) {

	body {
/*		background-image: url('../Background/hintergrund-navi1-smartphone.png');*/
		background: white;
		background-position-y: 70px;
	}
	
}

@media screen and (min-width: 1281px) {

	.activePage {
		padding-left: 210px;
		top: 140px;
	}
	
	.span:nth-child(3) {
		display: none;
	}

}