.custom-border {
	border-bottom: 1px solid #000000;
}
	.footer-b {
		background-color: #d1ba90; /* Hintergrundfarbe für den Footer anpassen */
		color: #fff; /* Textfarbe für den Footer anpassen */
		padding: 10px 0;
		text-align: center;
		position: fixed;
		bottom: 0;
		width: 100%;
	}
	
	.responsive_map {
		height: 400px;
		overflow: hidden;
		padding-bottom: 0;
		margin-top: 32px;
		position: relative;
		#filter: grayscale(1);
	}

	.responsive_map iframe {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	
.nav-link:hover {
  color: #fff !important;
  background-color: #79553d;

}

.btn:hover {
  background: #e9ddc3;
}
