.Bild{
    display: flex;
    justify-content: center;
    align-items: center;      
}
.headline{
    color: green;
     text-decoration: underline;
    text-align: center;
}
.headline1{
    color: blue;
    text-align: center;
}
.text{
    text-align: center;
}
.frei{
    color: #e9eeeb;
    background-color: #09b609;
    text-align: center;
}
.gebucht{
    color: #e9eeeb;
    background-color: #f01936;
    text-align: center;
}
.reserviert{
    color: #05140b;
    background-color: #f0da19;
    text-align: center;
}
.geschlossen{
    color: #e9eeeb;
    background-color: #4b4a46;
    text-align: center;
}

table {
	border-collapse: separate;
	border-spacing: 0.2em;
	margin-left: 2em;
	box-shadow: 0 0 0.1em #666;
	position: relative;
	z-index: 1;
}
th,
td {
	padding: 0.2em 0.5em;
	border-radius: 0.1em;
}

thead th {
	background-color: #ffebe6;
	color: #c82f04;
}

td {
	text-align: right;
	box-shadow: inset 1px 3px 5px -3px rgb(0 0 0 / 0.5);
}

td:empty {
	box-shadow: none;
}
caption {
	color: white;
	background: #c32e04;
	font-size: 1.5em;
	box-shadow: 0.1em 0.1em 0.1em 0 hsl(0, 0%, 50%);
	padding: 0.2em 0.2em 0.2em 2em;
	width: 10em;
	margin-left: -.6em;
	position: relative;
}

caption::before {
	content: "";
	position: absolute;
	display: block;
	height: 0;
	width: 0;
	top: 1em;
	left: -0.6em;
	border-style: solid;
	border-width: 0.6em;
	border-color: transparent hsl(13, 96%, 35%) transparent transparent;
	z-index: -1;
}
