/*
body::before {
	content: 'device-s' !important;
	color: red;
}
*/
/* Startseite */
html.startseite .header-content {
  font-size: 0.35rem;
}

/* WP admin bar */
/*
@media (max-width: 600px) {
	body::before {
		content: 'device-s + wpadminbar-absolute' !important;
	}
}
*/
/* Font sizes */
h1 {
  font-size: 24pt;
}

h2 {
  font-size: 18pt;
}

main > article > .entry-header h1 {
  font-size: 36pt;
}

/* Line heights */
article * {
  line-height: 1.3;
}

/* Forms */
input[type=submit], button, .button, .button-container {
  width: 100%;
}

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