/* Card-Stile */
.card {
	/* width: 300px; */
	/* padding: 20px; */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border-radius: 10px 10px 0 0;
}

/* Optionale Stile für Header, Body und Footer der Card */
.card-header {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}

.card-body {
	margin-bottom: 20px;
}

.card-footer {
	text-align: right;
}
