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

#c2 {
    margin-top: 142px;
    margin-lefT: 10px;
    lefT: 50%;
    position: relative;
    font-size: 1.1em;
 
    color: #626366;
    font-family: "OfficinaSerifMediumITC W08 Rg";
    line-height: 30px;
}

	#c2 > .ce-textpic > .ce-bodytext > p > a {
		color: #626366;
		text-decoration: underline;
	}
	
@media screen and (max-width: 1250px) {
	
	body {
		background-image: url('../Background/154033rz01_Tablett_Herausforderung.jpg');
	}
	
}

@media screen and (max-width: 946px) {
	
	body {
		background-position-x: -80px;
	}

}
		
@media screen and (max-width: 599px) {

	body {
		background: white;
	}
	
}

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

	.activePage {
		top: 140px;
	}
	
	.span:nth-child(1) {
		display: none;
	}

}