.rahmenaussen{
	margin-top: 5rem;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
}
.rahmeninnen{
	width: min(90vw,90rem);
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: flex-start;
	flex-direction: column;
	color: white;
	font-size: min(5vw,1.4rem);
}
.header{
	font-size: 2.8rem;
}
.section5wrapper{
	background-image: none;
}