.content-gutters {
	padding: 0 30px 0;
}
.alpha-index {
	display: inline-flex;
	gap: 6px;
	margin: 12px 0 18px;
}

.widgetHl {
	margin-top: 0 !important;
}

.alpha-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px; height: 34px;
	padding: 0 8px;
	border: 0;
	background: #f1f1f1;
	color: #6b6b6b;
	font-weight: 600;
	letter-spacing: 1px;
	cursor: pointer;
	text-decoration: none;
}
.alpha-btn:link,
.alpha-btn:visited {
	color: #6b6b6b;
}
.alpha-btn:hover,
.alpha-btn:focus {
	background: #f28c00;
	color: #fff;
	outline: none;
}

#accordion .panel-collapse {
	overflow: hidden;
}
#accordion .table {
	width: 100%;
	table-layout: fixed;
	word-wrap: break-word;
}

.abfall-entry {
	display: flex;
	align-items: flex-start;
	gap: 24px;
}
.abfall-summary {
	flex: 0 0 30%;
	max-width: 30%;
	font-weight: 700;
	line-height: 1.4;
}
.abfall-content {
	flex: 1 1 0;
	min-width: 0;
}
.abfall-content .table {
	width: 100%;
	table-layout: auto;
	word-wrap: break-word;
}

.breadcrumb {
	margin-left: 10px !important;
}

@media (max-width: 991px) {
	.abfall-entry { flex-direction: column; }
	.abfall-summary, .abfall-content { max-width: 100%; }
}


html { scroll-behavior: smooth; }
#accordion .panel-heading { scroll-margin-top: 80px; }
