body {
	background-image: url('../Background/154033rz01_Desktop_FelixRamert.jpg');
	background-size: cover;
    background-repeat: no-repeat;
}
		
#c6 {
    margin-top: 142px;
    margin-lefT: 10px;
    lefT: 50%;
    position: relative;
    font-size: 1.1em;

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

	#c6 > .ce-textpic > .ce-bodytext > p > a {
		color: white;
		text-decoration: underline;
	}
	
#c14 {
	position: absolute;
    top: 230px;
    right: 50%;
    margin-right: 60px;
}
	
@media screen and (max-width: 1250px) {
	
	body {
		background-image: url('../Background/154033rz01_Tablett_Unternehmensziel.jpg');
	}
	
}

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

	body {
		background: white;
	}
	
}

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

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

	#c14 {
		position: absolute;
		top: 230px;
		right: 50%;
		margin-right: 60px;
	}
	
}

@media screen and (max-width: 1280px) {
	#c14 {
		display: none;
	}
}