/*
body::before {
	content: 'device-l';
	position: fixed;
	top: $spacing;
	right: $spacing;
	padding: $spacing-small;
	color: green;
	background-color: white;
	z-index: 1000;
}
*/
html.logged-in body::before {
  top: 60px;
}

/* Startseite */
html.startseite .header-content {
  font-size: 0.75rem;
}

/*# sourceMappingURL=device-l.css.map */
