/*
body::before {
	content: 'device-m';
	color: orange;
}
*/
/* Layout */
body > header {
  padding: 16px 32px;
}

main {
  padding: 32px;
}

article header {
  padding: 32px;
}
article .columns {
  grid-column-gap: 32px;
}
article h1 {
  margin-top: 32px;
  margin-bottom: 16px;
}
article h2 {
  margin-top: 32px;
}
article p {
  margin: 16px 0;
}
article p:first-child {
  margin-top: 0;
}
article h1 + p, article h2 + p, article h3 + p {
  margin-top: 0;
}
article p + .columns {
  margin-top: -16px;
}

/* Startseite */
html.startseite body {
  max-width: none;
}
html.startseite .header-content {
  font-size: 0.5rem;
  padding: 16px;
}
html.startseite nav {
  padding: 32px;
  padding-top: 16px;
}
html.startseite nav ul {
  grid-gap: 32px;
}
html.startseite nav li {
  height: 160px;
}
html.startseite nav .excerpt, html.startseite nav .link {
  padding: 16px;
}

/* WP admin bar */
@media (max-width: 782px) {
  html.logged-in {
    /*
    		body::before {
    			top: 62px;
    			content: 'device-m + wpadminbar-l';
    		}
    */
    margin-top: 0 !important;
  }
  html.logged-in body {
    padding-top: 46px;
    min-height: 100vh;
  }
  html.logged-in:not(.startseite) body > header {
    top: 46px;
  }
  html.logged-in.startseite .header-image {
    background-position: 0 46px;
  }
}

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