.marker1 ul {
	list-style: none;
	/* Standardmarker entfernen */
	margin: 0;
	padding: 0;
}

.marker1 li {
	margin: 0.4em 0;
}

.marker1 li a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: #74A72D !important;
	font-size: 25px !important;

}

.marker1 li a:hover {
	color: #587f22 !important;
}


/* Standardzustand: #74A72D */
.marker1 li a::before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 15px;
	background-image: url("https://image.jimcdn.com/app/cms/image/transf/none/path/s062480590f0aebc7/image/i1650529ec5977e69/version/1760019892/image.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	opacity: 0.8;
	transition: filter 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.marker1 li a:hover::before {
	filter: brightness(0.8) contrast(1.2);
	opacity: 1;
}



/* Zurück-Button */

#backToScroll {
	display: inline-block;
	padding: 10px 18px;
	background-color: #74A72D;
	color: white !important;
	text-decoration: none;
	border-radius: 8px;
	transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

#backToScroll:hover {
	background-color: #587f22;
	color: white !important;
	transform: scale(1.05);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
