body {
	background-color: #f8f9fa;
	color: #343a40;
}

.hero {
	background-color: #343a40;
	color: #fff;
	padding: 50px 0;
	text-align: center;
}

.hero svg {
	max-width: 100%;
	height: auto;
}

.services-icon {
	font-size: 2rem;
	color: #fdbf0f;
}


.active,
.services-icon:hover {
	color: #fdbf0f !important;
}

button {
	background-color: #fdbf0f !important;
	color: #343a40 !important;
}


.contact {
	background-color: #343a40;
	color: #fff;
	padding: 30px 0;
}

.contact a {
	color: #0a58ca; /* Bessere Kontrastfarbe */
}

a:focus {
	outline: 2px solid #0056b3;
	outline-offset: 2px;
}

form {
	max-width: 500px;
	margin: 0 auto;
}

label {
	font-weight: bold;
}

input, textarea, button {
	width: 100%;
	margin-bottom: 1rem;
	padding: 0.5rem;
	font-size: 1rem;
}

button {
	background-color: #007bff;
	color: #fff;
	border: none;
	cursor: pointer;
}

button:hover {
	background-color: #0056b3;
}

.error {
	color: red;
	font-size: 0.875rem;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}

.nav-scroller .nav {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

nav {
	color: white;
}

.navbar-nav {
	margin-left: auto;
	text-align: right;
}

.navbar-nav .nav-item {
	padding-left: 15px;
}

nav a {
	text-decoration: none;
	color: white;
}