.pageMain {
	margin-top: 150px;
}
.contentWrap {
	margin-top: 120px;
}
.printOnly {
	display: none;
}
.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	text-transform: unset;
}
.move_back {
	z-index: 0 !important;
}
#tx-solr-faceting {
	font-size: 14px;
}
.facet-label {
	font-weight: bold;
}
.list-group-item {
	padding: 4px 15px;
}
.article-preview {
	max-height: 120px;
}
.artikel_data {
	width: 100%;
	padding: 2px;
	margin-bottom: 15px;
}
.artikel_data td {
	border-bottom: 1px solid #dedede;
}
.artikel_label {
	width: 65%;
}
.artikel_content {
	width: 35%;
}
.artikel_detail_zusaetze_titel {
	padding-left: 0;
}
.artikel_detail_zusaetze_titel h4 {
	font-size: 0.9rem;
}
.artikel_detail_zusaetze_titel ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
.artikel_detail_zusaetze_titel li {

}

/** Export Dialogue **/
.export-fields label {
	margin-right: 6px;
}

/** FACETS **/

.facet-header {
	background-color: #18529c;
	border-radius: unset !important;
	color: #ffffff;
}
.facet-header a {
	font-size: 1rem;
	color: #ffffff;
}
#facetwarengruppe .badge {
	width: 45px;
}
.facet .badge,
#facetreligious .badge,
#facetwarengruppe .badge{
	color: #333;
	background: none;
	background-color: unset;
}
#facetreligious .bg-info {
	background-color: unset !important;
}

/** Facets mobile **/



#filter-icon {
	position: fixed;
	bottom: 0%;
	left: 10%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 10px;
	border-radius: 50%; /* Optional: to make the background circular */
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Optional: add a subtle shadow */
	z-index: 1000; /* Ensure it floats above other content */
}


.search-icon{
	font-size: 3rem;
	color: var(--bs-primary);
}
.close-facet-wrap {
	display: flex;
	position: fixed;
	width: 94%;
	top: 5px;
}
@media (max-width: 768px) {
	.facet-wrap {
		display: none;
	}
	#tx-solr-faceting {
		margin-top: 50px;
	}

	.facet-wrap.overlay {
		position: fixed;
		overflow: scroll;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		display: none;
		transition: transform 0.3s ease-in-out;
		transform: translateX(-100%);
		z-index: 9999;
		background-color: #fff;
	}

	.facet-wrap.overlay.visible {
		display: block;
		transform: translateX(0);
	}

	.close-button {
		display: none;
	}

	.close-button.visible {
		display: block;
		margin-left: auto
	}
}

.warengruppeCountHide {
	display: none;
}

.articleDataResults dt{
	font-size: 1rem;
}
.articleDataResults dd {
	font-size: 0.9rem;
}

#gotToTop {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	cursor: pointer; /* Add a mouse pointer on hover */
}

#gotToTop:hover {
	background-color: #555; /* Add a dark-grey background on hover */
}
