html, body {
	height: 180%;
	margin: 0;
}

body {
	min-height: 100vh; /* Sorgt dafür, dass der Body min. bildschirmhoch ist */
	background: #EBFAF8;
	font-family: "Arial", "Times New Roman", "Garamond", "Serif";
}

#Kopfzeile {
	position: sticky;
	width: 100%;
	display: block;
	width: 100%;
	height: 150px;
	background: #00BABA;
	
}

.Class {
	position: relative;
	bottom: 35%;
}

.Willkommen {
	position: absolute;
	width: 99%;
	height: 650px;
	justify-content: center;
	right: 1%;
	opacity: 0.2;
}

.Rechteck {
	position: relative;
	width: 700px;
	height: 650px;
	left: 54.52%;
	background: black;
	opacity: 0.6;
}

.Dreieck {
	position: relative;
	bottom: 25.77%;
	left: 28.54%;
	width: 0;
	height: 0;
	border-bottom: 650px solid black;
	border-left: 400px solid transparent;
	opacity: 0.6;
}

img {
	display: inline-block;
	margin: 0px 0px 0px 50px;
}

h1 {
	display: inline-block;
	float: right;
	margin: 50px 50px 0px 0px;
	color: black;
}

p {
	display: inline-block;
	color: #00BABA;
	padding: 0px 70px 0px 0px;
	font-size: 23px;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #00BABA;
}

a:hover {
	color: #FFFFFF;
}

strong {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

.White {
	color: #FFFFFF;
}

.HolyChannel {
	color: #000000;
}

.Name {
	color: black;
}

.Navi {
	position: relative;
	bottom: 51%;
	justify-content: center;
	text-align: center;
	border-radius: 25px;
}

.Fußzeile {
	width: 100%;
	height: 200px;
	border-radius: 25px;
	position: relative;
	top: 90%;
	background: #4C524F;
}

.FußzeileInhalt {
	color: #FFFFFF;
	font-size: 30px;
	position: absolute;
	top: 30%;
	left: 9%;
}

.InstaWurfel {
	border: 3.5px solid #FFFFFF;
	width: 30px;
	height: 30px;
	position: absolute;
	justify-content: center;
	bottom: 30%;
	left: 30%;
	border-radius: 10px;
}

.InstaKreis {
	border: 3px solid #FFFFFF;
	width: 5px;
	height: 5px;
	position: absolute;
	justify-content: center;
	bottom: 58%;
	left: 30.81%;
	border-radius: 50%;
}

.InstaPunkt {
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	width: 1px;
	height: 1px;
	position: absolute;
	justify-content: center;
	bottom: 85%;
	left: 31.5%;
	border-radius: 50%;
}

.YouTubeRechteck {
	border: 3px solid #FFFFFF;
	width: 35px;
	height: 25px;
	position: absolute;
	justify-content: center;
	top: 120%;
	left: 29.8%;
	border-radius: 10px;
}

.YouTubeDreieck {
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 12px solid #FFFFFF;
	border-bottom: 6px solid transparent;
	position: absolute;
	justify-content: center;
	top: 140%;
	left: 30.82%;
}

.InstaText {
	color: #FFFFFF;
	position: absolute;
	justify-content: center;
	bottom: 2%;
	left: 34%;
}

.YouTubeText {
	color: #FFFFFF;
	position: absolute;
	justify-content: center;
	top: 85%;
	left: 34%;
}

.PlatzHalter {
	position: relative;
	top: 85%;
}

@keyframes LinksRechts {
	from {width: 0%;}
	to {width: 90%;}
}

@keyframes PopUp {
	from {opacity: 0.0;}
	to {opacity: 1;}
}
