/* ==========================================================================
   Blocksy Account
   ========================================================================== */

/* Ausgeloggt */

.ct-header-account[data-state="out"] .ct-label {
	font-size: 16px !important;
	font-weight: 300 !important;
	color: #ffffff !important;
	text-shadow: none;
	transition: none;
}

/* Eingeloggt */

.ct-header-account[data-state="in"] .ct-label {
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	text-shadow: none;
	transition: none;
}

/* Hover */

.ct-header-account:hover .ct-label {
	text-shadow: var(--longku-menu-text-shadow);
}
