/* Link als Button (ohne Rahmen) */
a.linkbutton {
	display: inline-block;
	padding: .6em 1.4em;
	background-color: #C52276;
	color: #fff;
	text-decoration: none;
	border: none;
	border-radius: 4px;
	font-weight: bold;
	cursor: pointer;
}
a.linkbutton:hover,
a.linkbutton:focus {
	background-color: #9c1a5e;
	color: #fff;
	text-decoration: none;
}