a.sustainable_button {
	text-decoration: none;
	background-color: #007b2f;
	padding: 0 20px 0 20px;
	height: 40px;
	display: flex;
	color: #fff;
	font-size: 15px;
	justify-content: center;
	line-height: 2.6em;
	float: right;
	margin: -20px 18px -20px 0;
}

a.sustainable_button_category {
	text-decoration: none;
	background-color: #007b2f;
	padding: 0 20px 0 20px;
	height: 40px;
	display: flex;
	color: #fff;
	font-size: 15px;
	justify-content: center;
	line-height: 2.6em;
	float: right;
	margin: -20px 0 -20px 0;
}

a.sustainable_button::before {
	content: url(../bilder_kategorieseiten/nachhaltig_weiss.svg);
	width: 20px;
	height: 20px;
	display: block;
	position: relative;
	left: -11px;
	top: 4px;
}

a.sustainable_button_category::before {
	content: url(../bilder_kategorieseiten/nachhaltig_weiss.svg);
	width: 20px;
	height: 20px;
	display: block;
	position: relative;
	left: -11px;
	top: 4px;
}

a.sustainable_button::after {
	content: url(../bilder_kategorieseiten/pfeil.svg);
	width: 20px;
	height: 20px;
	display: block;
	position: relative;
	left: 12px;
	top: 6px;
}

a.sustainable_button_category::after {
	content: url(../bilder_kategorieseiten/pfeil.svg);
	width: 20px;
	height: 20px;
	display: block;
	position: relative;
	left: 12px;
	top: 6px;
}

a.sustainable_button:hover {
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #007b2f;
	color: #007b2f;
}

a.sustainable_button_category:hover {
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #007b2f;
	color: #007b2f;
}

a.sustainable_button:hover::before {
	content: url(../bilder_kategorieseiten/nachhaltig.svg);
	width: 20px;
	height: 20px;
	display: block;
	position: relative;
	left: -11px;
	top: 4px;
}

a.sustainable_button_category:hover::before {
	content: url(../bilder_kategorieseiten/nachhaltig.svg);
	width: 20px;
	height: 20px;
	display: block;
	position: relative;
	left: -11px;
	top: 4px;
}

a.sustainable_button:hover::after {
	content: url(../bilder_kategorieseiten/pfeil_gruen.svg);
	width: 20px;
	height: 20px;
	display: block;
	position: relative;
	left: 12px;
	top: 6px;
}

a.sustainable_button_category:hover::after {
	content: url(../bilder_kategorieseiten/pfeil_gruen.svg);
	width: 20px;
	height: 20px;
	display: block;
	position: relative;
	left: 12px;
	top: 6px;
}