
.IndexInhalt {
	width: 80%;
	position: absolute;
	top: 330px;
	left: 10%;
	justify-content: center;
	text-align: center;
}

.Trennschrich {
	width: 150px;
	height: 10px;
	position: absolute;
	justify-content: center;
	top: 500px;
	left: 5%;
	right: 5%;
	border-radius: 5px;
	background: #00BABA;
	animation-name: LinksRechts;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}

.Hintergrund {
	position: absolute;
	top: 670px;
	left: 10%;
	background: #4C524F;
	width: 86%;
	height: 340px;
	border-radius: 0px 25px 0px 25px;
	opacity: 0.0;
	animation-name: PopUp;
	animation-duration: 1s;
	animation-delay: 2s;
	animation-fill-mode: forwards;
}

.HintergrundII {
	position: absolute;
	top: 1070px;
	left: 10%;
	background: #FFC16B;
	width: 86%;
	height: 340px;
	border-radius: 0px 25px 0px 25px;
	opacity: 0.0;
	animation-name: PopUp;
	animation-duration: 1s;
	animation-delay: 2s;
	animation-fill-mode: forwards;
}

.InhaltTextBild {
	opacity: 0.0;
	animation-name: PopUp;
	animation-duration: 1s;
	animation-delay: 2s;
	animation-fill-mode: forwards;
}

.PatrickKanalVeroffentlichung {
	opacity: 0.0;
	animation-name: PopUp;
	animation-duration: 1s;
	animation-delay: 2s;
	animation-fill-mode: forwards;
}

.Foto {
	position: absolute;
	top: 670px;
	left: 10%;
}

.FotoText {
	position: absolute;
	top: 700px;
	right: 15%;
	left: 33%;
}

.PatrickKanalLogo {
	border-radius: 15px;
	position: absolute;
	top: 1090px;
	right: 10%;
}

.PatrickKanalLogoTextBewegend{
	position: absolute;
	top: 1070px;
	left: 10%;
	background: #FFC16B;
	width: 45%;
	height: 300px;
	border-radius: 0px 25px 0px 25px;
	opacity: 0.0;
	animation-name: PopUp;
	animation-duration: 1s;
	animation-delay: 4s;
	animation-fill-mode: forwards;
}

.PatrickKanalLogoText {
	color: #000000;
	position: absolute;
	left: 20%;
	top: 1120px;
	max-width: 700px;
}

