/* Gästebuch */
.gbfeld {
	background-color: snow;
	color: black; 
	border: 1px outset midnightblue;
	border-radius: 2px;
}
.gbber {
	background-color: snow;
	color: black; 
	border: 1px outset midnightblue;
	border-radius: 2px;
}
.boxmap1 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.boxmap2 {
	align-self: center;
}