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: 4; }  /* Management */
.space-y-6 > .endpoint-group:nth-child(2) { order: 3; }  /* Postausgang */
.space-y-6 > .endpoint-group:nth-child(3) { order: 2; }  /* Posteingang */
.space-y-6 > .endpoint-group:nth-child(4) { order: 1; }  /* Webmail */
.space-y-6 > .endpoint-group:nth-child(1) .grid > :nth-child(1) { order: 4; }  /* Management: Autoconfig (autoconfig.maildienste.net) */
.space-y-6 > .endpoint-group:nth-child(1) .grid > :nth-child(2) { order: 5; }  /* Management: Autodiscover (autodiscover.maildienste.net) */
.space-y-6 > .endpoint-group:nth-child(1) .grid > :nth-child(3) { order: 1; }  /* Management: Mailcow-Verwaltung (mail.maildienste.net/admin) */
.space-y-6 > .endpoint-group:nth-child(1) .grid > :nth-child(4) { order: 3; }  /* Management: ManageSieve 4190 - mail.maildienste.net */
.space-y-6 > .endpoint-group:nth-child(1) .grid > :nth-child(5) { order: 2; }  /* Management: Rspamd-UI (mail.maildienste.net/rspamd) */
.space-y-6 > .endpoint-group:nth-child(2) .grid > :nth-child(1) { order: 2; }  /* Postausgang: SMTPS 465 - mail.maildienste.net */
.space-y-6 > .endpoint-group:nth-child(2) .grid > :nth-child(2) { order: 1; }  /* Postausgang: Submission STARTTLS 587 - mail.maildienste.net */
.space-y-6 > .endpoint-group:nth-child(3) .grid > :nth-child(1) { order: 2; }  /* Posteingang: IMAP 143 - mail.maildienste.net */
.space-y-6 > .endpoint-group:nth-child(3) .grid > :nth-child(2) { order: 1; }  /* Posteingang: IMAPS 993 - mail.maildienste.net */
.space-y-6 > .endpoint-group:nth-child(3) .grid > :nth-child(3) { order: 5; }  /* Posteingang: Mailannahme SMTP 25 - mail.maildienste.net */
.space-y-6 > .endpoint-group:nth-child(3) .grid > :nth-child(4) { order: 6; }  /* Posteingang: Mailannahme SMTP 25 - mx.maildienste.net */
.space-y-6 > .endpoint-group:nth-child(3) .grid > :nth-child(5) { order: 4; }  /* Posteingang: POP3 110 - mail.maildienste.net */
.space-y-6 > .endpoint-group:nth-child(3) .grid > :nth-child(6) { order: 3; }  /* Posteingang: POP3S 995 - mail.maildienste.net */
