.eines-back-top {
	background: var(--eines-color-accent);
	border: 0;
	border-radius: 50%;
	bottom: 16px;
	box-shadow: 0 24px 40px rgba(10, 10, 10, 0.24);
	cursor: pointer;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 16px;
	width: 44px;
	z-index: 30;
}

.eines-back-top__icon {
	bottom: -1rem;
	left: 50%;
	height: 42px;
	position: absolute;
	transform: translateX(-50%);
	transition: var(--transition);
	width: 42px;
}

.eines-back-top:hover .eines-back-top__icon {
	bottom: -0.5rem;
}
