/* 
hd: nachtraegliche styles ausserhalb von scss 
last update: 09.09.2026
*/

.edit-link {
	display: inline-block;
	position: fixed;
	z-index: 5000;
	top: 10px;
	left: 15px;
	font-size: 1.2rem;
	color: #8bb410 !important;
}

a.download-item {
	display: inline-block;
	margin-top: 10px;
	font-size: 15px;
	padding: 10px 15px;
	text-decoration: none;
	color: #fefefe;
  	background-color: #f80300;
}

a.download-item:hover {
	text-decoration: none;
	color: #fefefe;
	background-color: #ff615f;
}


/* a.download-item {
	position: relative;
	font-size: 15px;
	padding-left: 22px;
	color: #999;
	text-decoration: none;
	color: #fefefe;
}

a.download-item:hover {
	text-decoration: none;
	color: inherit;
}

a.download-item::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -2px;
	background: url('../img/icon-download-black.svg') no-repeat center;
	width: 20px;
	height: 20px;
}

.icon-facebook-official::before {
	font-size: 20px;
} */