* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font: italic;
}

.hero {
	width:100%;
	height:100vh;
	background: linear-gradient(rgba(12,3,51,0.3),rgba(12,3,51,0.3));
	position: relative;
	padding: 0 5%;
	display: flex;
	align-items: center;
	justify-content: center;

}

h5 {
	color: #fff;
	font-size: 25px;

}

p {
	font-size: 18px;
	color: #fff;
}

.card {
	width: 400px;
	height: 430px;
	display: inline-block;
	border-radius: 10px;
	padding: 15px 25px;
	box-sizing: border-box;
	cursor: pointer;
	margin: 10px 15px;
	background-image: url(1.jpg);
	background-position: center;
	background-size: cover;
}

.card1 {
	background-image: url(1.jpg);
}

.card2 {
	background-image: url(Bilder/IMG-20220314-WA0000.jpg);
}

.card3 {
	background-image: url(Bilder/IMG-20220314-WA0002.jpg);
}

.card4 {
	background-image: url(Bilder/IMG-20220314-WA0005.jpg);
}

.content {
	text-align: center;
	flex-basis: 77%;
}

.content h1 {
	font-size: 80px;
	color: #fff;
	font-weight: 600;
}

.back-video {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

@media (max-aspect-ratio: 16/9) {
	.back-video{
		width: auto;
		height: 100%;
	}
}

.foot {
	text-align: center;
	margin-top: 10px black;
	margin-bottom: 10px black;
	font-size: 50px;
	background-color: black;
	color: #fff;
}

.copyright {
	text-align: left;
	font-size: 15px;
	margin-left: 15px;
}