*   {
	color: black;
	font-family: Calibri;
}

a:hover {
	text-decoration: underline;
}

.termin {
	background-color: gray;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	margin-left: 0px;
	font-weight: bold;
}

.info {
	background-color: white;
	color: gray;
	padding: 10px 20px;
	text-decoration: none;
	border: 2px solid grey;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
}

.bestaetigung {
	margin-top: 20px;
}

.slot {
	width: 50px;
	height: 30px;
	border: 1px solid gray;
}

.day.currentDay .columnHeader {
	background-color: var(--grid-color);
}

@media (max-width: 780px) {
	.navigation {
		background-color: lightgray;
		height: 50px;
		padding: 4px;
		flex-direction: grid;
		justify-content: center;
		align-items: center;
		display: flex;
		gap: 40px;
		box-shadow: 1px 1px solid grey;
        }
	.fusszeile{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.kontakt {
		margin-top: 0%;
	}
	.oeffnungszeiten {
		margin-top: 0%;
	}
	.titelbild {
		height: auto;	
	}
	footer {
		margin-bottom: 0px;,
        }
        .fusszeile{
		background-color:  rgb(174, 145, 107);
		display: flex;
		justify-content: space-around;
		align-items: top;
		padding: 20px;
	}
	a {
	color: gray;
	text-decoration: none;
	margin-left: 10px;
	justify-content: space-around;
	}
        .link {
		color: black;
        }
	header {
	margin-top: 0;
	box-shadow: 0px 1px grey;
        }
	.buchungsanfrage {
	margin-top: 5vh;
	}
        .bottom-links {
		background-color: white;
		height: 50px;
		padding: 4px;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		display: flex;
		gap: 30px;
		box-shadow: 0px, 1px, solid grey;
		background-color: lightgray;
	}
}

.buchungsformular {
	margin-top: 40px;
	margin-left: 0;
	margin-bottom: 5%;
	display: block;
}

.titelbild {
		display: static;
	}

@media (min-width: 781px) {
	
	header {
		margin-top: 0;
		box-shadow: 0px 1px grey;
	}
	h1 {
		margin-top: 4vh;
		display: flex;
		justify-content: center;
	}
	a {
		color: black;
		text-decoration: none;
	}
	body {
		justify-content: center;
		align-items: center;
		margin: 0;
	}
	.main {
		display: flex;
		justify-content: center;
	}
	.symbol {
		display: flex;
		justify-content: right;
		height: 250px;
		width: 250px;
	}
	.grid-container {
		display: grid;
		grid-template-columns: 100px;
		grid-auto-flow: row;
	}
	.navigation {
		background-color: lightgray;
		height: 50px;
		padding: 4px;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		display: flex;
		gap: 40px;
		box-shadow: 1px 1px solid grey;
	}
	.buchungsanfrage {
		margin-top: 4vh;
		display: flex;
		justify-content: center;
	}
	footer {
		margin-bottom: 0px;
	}
	.fusszeile{
		background-color:  rgb(174, 145, 107);
		display: flex;
		justify-content: space-around;
		align-items: top;
		padding: 20px;
	}
	.kontakt {
		margin-left: 0%;
	}
	.oeffnungszeiten {
		margin-left: 0%;
	}
	.bild {
		margin-top: 5vh;
		height: auto;
	}
	.link {
		color: black;
	}
	.bottom-links {
		background-color: white;
		height: 50px;
		padding: 4px;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		display: flex;
		gap: 30px;
		box-shadow: 0px, 1px, solid grey;
		background-color: lightgray;
	}
	.terminbuchung {
		display: flex;
		justify-content: center;
	}
}