.BlogInhalt {
	background-color: #FFC16B;
	width: 80%;
	position: absolute;
	top: 330px;
	left: 10%;
	justify-content: center;
	text-align: center;
}

.PatrickHintergrund {
	position: absolute;
	top: 400px;
	background: #FFC16B;
	width: 90%;
	left: 5%;
	height: 500px;
	border-radius: 0px 25px 0px 25px;
	opacity: 0.0;
	animation-name: PopUp;
	animation-duration: 1s;
	animation-delay: 20ms;
	animation-fill-mode: forwards;
}

.rechtsUnten {
	position: absolute;
	top: 450px;
	right: 10%;
	opacity: 0.0;
	animation-name: PopUp;
	animation-duration: 1s;
	animation-delay: 20ms;
	animation-fill-mode: forwards;
}

.rechtsOben {
	position: absolute;
	top: 450px;
	left: 5%;
	opacity: 0.0;
	animation-name: PopUp;
	animation-duration: 1s;
	animation-delay: 20ms;
	animation-fill-mode: forwards;
}

.PatrickLogo {
	border-radius: 15px;
}

.Patrick {
	border-radius: 15px;
}

.PatrickText {
	color: #000000;
	position: absolute;
	width: 40%;
	top: 500px;
	left: 30%;
	opacity: 0.0;
	animation-name: PopUp;
	animation-duration: 1s;
	animation-delay: 20ms;
	animation-fill-mode: forwards;
}

