/**
 * Standard WordPress pages with UiCore page title (Impressum, Datenschutz, …).
 * Adds breathing room between the title band, content, and footer.
 */
body.page:not(.home) #content.uicore-content .uicore-page-title + #primary {
	padding-top: 30px;
}

body.page:not(.home) #content.uicore-content {
	padding-bottom: 30px;
}
