.bs-leistungen-wrapper {	
	border-radius: 5px;		
}

.bs-leistungen-wrapper > h2 {
	padding: 25px 0px 0;
}

.bs-leistungen-header {
	padding: 20px 0px 0;
}

.bs-leistungen-search {
	margin: 35px auto;
	padding: 0 0px;
}

.bs-leistungen-search input {
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	padding: 15px 25px;
	box-shadow: 0 0 30px rgb(0 0 0 / 10%);
	font-size: 20px;
	border-bottom: 3px solid rgb(0 0 0 / 20%);
}

.bs-leistungen-search .bs-letters {
	margin: 0px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	justify-content: space-between;	 padding: 15px 25px;
	border-bottom: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #fff;
}

.bs-leistungen-search .bs-letters .bs-letter {
	font-size: 16px;
	text-decoration: none;
	border: 1px solid rgb(0 0 0 / 10%);
	border-radius: 5px;
	min-width: 25px;
	text-align: center;	
	transition: 0.2s ease-in-out;
	color: #000;
}

.bs-leistungen-search .bs-letters .bs-letter:first-child {
	padding: 0 5px;
}

.bs-leistungen-search .bs-letters .bs-letter:hover {	
	background-color: rgb(0 0 0 / 10%);		
}

.bs-leistungen-content {
	
}

.bs-leistungen-content ul {
	list-style: none;
	padding: 0;
	transition: 0.2s ease-in-out;
}

.bs-leistungen-content ul li a {
	display: flex;
	flex-wrap: nowrap;
	text-decoration: none;
	color: var(--bs-body-color);
	padding: 20px 0px 20px;	
	transition: 0.2s ease-in-out;	
}

.entry-content .bs-leistungen-content ul li {
	padding-bottom: 0px;
	border-bottom: 1px solid #c9c9c9;		
	transition: 0.2s ease-in-out;
	padding: 0 25px;
	list-style: none;
}

.bs-leistungen-content ul li:hover {	
	border-bottom: 1px solid #d64d34;		
}

.bs-leistungen-content ul li a > span > i {
	font-size: 135%;
    padding-right: 15px;
    color: #0b7baf;
    margin-left: -10px;
    bottom: -4px;
    position: relative;
}

.bs-leistungen-content ul li p {
	margin-bottom: 0;
	font-size: 1.1rem;
	margin-top: 10px;
	hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
}

.bs-leistungen-content ul li .h3 {
	margin-bottom: 0;	
	hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
}

.bs-leistungen-content ul li .flex-between {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.bs-leistungen-content ul li .flex-between > i{
	padding-left: 5%;
}

.bs-leistungen-content ul li .h3 > span {
	display: block;
	font-size: 85%;		
}

.bs-leistungen-content ul li .h3 span:last-child {
	display: block;
	font-size: 20px;	
	margin-top: 5px;
}

@media (min-width: 991px) {
	.bs-leistungen-search {
		margin: 35px auto;
		padding: 0 0px;
		top: 79px;
		position: sticky;
		z-index: 99;
	}
}

@media (max-width: 991px) {
	.bs-leistungen-search .bs-letters {
		justify-content: center;
		gap: 10px;
	}
	.bs-leistungen-search {
		margin: 35px auto;
		padding: 0 5px;
	}
	.bs-leistungen-content ul li .h3 span:last-child {	
		font-size: 18px;		
	}
}

@media (max-width: 600px) {
	.bs-leistungen-content ul li .h3 {
		margin-bottom: 0;
		font-size: 22px;
		hyphens: auto;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
	}
	.bs-leistungen-content ul li .h3 span:last-child {	
		font-size: 16px;		
	}
	.bs-leistungen-content ul li {
		padding: 0 10px;
	}
}

/* single Leistungen */

.leistungen-single-entry {	
	display: flex;
	align-items: center;
	gap: 20px;
	border: 1px solid #ff9800;
	padding: 20px;
	margin-bottom: 25px;
	border-radius: 5px;
}

.leistungen-single-entry p {	
	margin-bottom: 0;
}

.leistungen-single-entry i {	
	margin-bottom: 0;
	color: #ff9800;
}

.single-leistungen h1 span {
	display: block;
	font-size: 80%;
}

.leistungen-single-content {
	display: flex;
	gap: 40px;
}

.leistungen-single-content--meta {
	width: 30%; 	
}

.leistungen-single-content--meta a {
	margin-bottom: 20px;
	width: 100%;
	margin-top: 0 !important;
} 

.leistungen-single-content--meta-content {	
	background-color: rgb(96 125 139 / 9%);
	border-radius: 5px;
	border: 1px solid #c9c9c9;
	padding: 20px;
}

.entry-content .leistungen-single-content--meta-content ul {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
}

.leistungen-single-content--meta-content i {
	margin-right: 10px;
}

.leistungen-single-content--meta-content li {
	padding: 15px 0 15px 0;
	border-bottom: 1px dashed #c2c2c2;	
}

.leistungen-single-content--meta-content li:hover {	
	border-bottom: 1px solid #000;	
}

.leistungen-single-content--meta-content li:last-child {	
	border-bottom: 1px dashed #c2c2c2;	
}

.leistungen-single-content--meta-content li:last-child:hover {	
	border-bottom: 1px solid #000;
}

.leistungen-single-content--meta-content a {
	text-decoration: none;
	font-size: 20px;
	color: #212529;
	font-weight: 700;
	display: flex;
	margin-bottom: 0;
	align-items: center;
  justify-content: space-between;
}

.leistungen-single-content--text {	
	width: 70%;
}

@media (max-width: 1200px) {
	.leistungen-single-content--meta-content h2 {
		font-size: 26px;
	}
	.leistungen-single-content--meta-content a {
		text-decoration: none;
		font-size: 18px;
		color: #212529;
	}
}

@media (max-width: 991px) {
	.leistungen-single-content {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	.leistungen-single-content--meta {
		width: 100%;
	}
	.leistungen-single-content--text {
		width: 100%;
	}
}

/* Ansprechpartner Single View */

.single-ansprechpartner h1 span {
	display: block;
	font-size: 80%;
}

.ap-single-leistungen ul {	
	padding-left: 0;
	list-style: none;
	margin-top: 25px;
}

.ap-single-leistungen li {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;		
	border-bottom: 1px solid #c9c9c9;	
	padding: 20px 0 !important;
}

.ap-single-leistungen h3 {
	font-size: 22px !important;	
}

.ap-single-leistungen h2 {
	margin-top: 40px;
}

.ap-single-leistungen ul a {
	margin-top: 5px;
}

.ap-single-meta {	
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	max-width: 1295px;
}

.ap-single-griditem {
	grid-column: auto;
}

.ap-single-griditem:nth-child(1) {
	padding-right: 30px;
}

.ap-single-griditem:nth-child(2) {
	padding-left: 30px;
  border-left: 2px solid #c2c2c2;
}

.ap-single-meta h2 {
	margin-bottom: 20px;
}

.ap-single-meta--kontakt ul,
.ap-single-meta--times ul {
	padding-left: 0;
	list-style: none;
	font-size: 20px;		
}

.ap-single-meta--kontakt li {	
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px dashed #c2c2c2;
}

.ap-single-meta--kontakt li a {
	width: 100%;
	display: block;
	text-decoration: none;
}

.ap-single-meta--kontakt li:has(a):hover {
	border-bottom: 1px solid #000;
}

.ap-single-meta--kontakt li i {
	margin-right: 15px;
	min-width: 25px;
	text-align: center;
}

.ap-single-meta--times li {
	padding: 0 0 5px 0;	
	margin: 0 0 5px 0;
	border-bottom: 1px dashed #c2c2c2;
}

.ap-single-meta--times li span {
	min-width: 120px;
	display: inline-block;
	font-weight: 700;
}

@media (max-width: 991px) {
	.ap-single-leistungen li {	
		width: calc(50% - 10px);	
	}
	.ap-single-meta {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 40px;
		max-width: 1295px;
	}
	.ap-single-griditem:nth-child(2) {
		padding-left: 0px;
		border-left: none;
	}
}

@media (max-width: 768px) {
	.ap-single-meta--kontakt {
		width: 100%;
		border-right: none;
		padding-right: 0;
	}
}

@media (max-width: 575px) {
	.ap-single-leistungen li {	
		width: 100%;	
	}
	.ap-single-meta--times li span {
		display: block;
	}
}