#bereich {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(8em, 1fr));
  gap: 0,3em;
}

bild img {
	border: 1px solid white;
}

#bereich > bildcaption {
  grid-column: 1 / -1;
}

#bereichklein {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(3em, 1fr));
	gap: 0,2em;
}

#bereichklein bildcaption{
	font-size: 12px;
}

#TName {
	color: black;
}

#familylab {
	position: relative;
	float: right;
	margin-right: 40px;
	width: 15em;
	bottom: 13em;
 }

bildcaption {
	width: 100%;
	display: inline-block;
	text-align: center;
}

TerminBuchung {
	position: fixed;
	right: 5px;
	border: 2px solid white;
	background-color: #9ABD3E;
	text-align: center;
	color: black;
	z-index: 1000;
}

.TelMail {
	color: white;
	font-size:24px;
	width:100%;
	text-align: right;
}

a.buchen:link {color: white;}
a.buchen:visited {color: white; }
a.buchen:hover {color: white; }
a.buchen:focus {color: white; }
a.buchen:active {color: white; }

@media screen and (width >= 1024px) {
	TerminBuchung {
		top: 10px;
		height: 100px;
		width: 100px;
		font-size: 24px;
	}
}
@media screen and (width >= 768px) and (width < 1024px) {
	TerminBuchung {
		top: 120px;
		height: 90px;
		width: 90px;
		font-size: 20px;
	}
	#familylab {
		width: 12em;
	}
	.TelMail {
		font-size:20px;
	}
 }
@media screen and (width < 768px) {
	#bereich {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(14em, 1fr));
		gap: 0,3em;
	}
	.TelMail {
		font-size:14px;
		}

	TerminBuchung {
		top: 210px;
		height: 80px;
		width: 80px;
		font-size: 16px;
	}
	#familylab {
		bottom:10px;
		margin-right: 10%;
		border: 5px solid white;
		width: 80%;
	}
}

	