/* Styling für das Logo auf der Login-Seite */
body.login div#login h1 a {
	background-image: url('https://tivendo.com/wp-content/uploads/2023/01/TIVENDO-LOGO_Shop_Login.svg');
	width: 100%;
	background-size: contain;
	height: 80px;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}
/* Styling für den zusätzlichen Link */
#tivendo-link {
	text-align: center;
	margin-top: 10px;
	font-size: 12px; /* Schriftgröße auf 12px gesetzt */
}
#tivendo-link a {
	text-decoration: none;
	color: #0073aa;
}
#tivendo-link a:hover {
	text-decoration: underline;
	color: #005177;
}