header a > div:first-child { width: auto; height: 48px; }
header a > div:first-child img { width: auto; max-width: 280px; height: 48px; }
header a h1 { display: none; }
header a p { display: none; }
.dark header a > div:first-child img,
html[class~="dark"] header a > div:first-child img,
[data-theme="dark"] header a > div:first-child img {
  background: #fff; border-radius: 8px; padding: 4px 10px; box-sizing: content-box; }
#social { display: none; }
.space-y-6 { display: flex; flex-direction: column; gap: 1.5rem; }
.space-y-6 > * + * { margin-top: 0 !important; }
.space-y-6 > .endpoint-group:nth-child(1) { order: 1; }  /* Cloud */
.space-y-6 > .endpoint-group:nth-child(2) { order: 2; }  /* Office */
.space-y-6 > .endpoint-group:nth-child(3) { order: 3; }  /* Webseite */
