/* Compact Germany-page layouts that remain independent of imported page CSS. */
@media (min-width: 761px) {
  .bodyguard-page.theme-munich .signature-munich.germany-signature-v2 {
    padding-block: clamp(52px, 5vw, 76px);
  }

  .bodyguard-page.theme-munich .signature-munich .munich-sequence {
    grid-template-columns: minmax(250px, .52fr) minmax(0, 1.48fr);
    gap: clamp(42px, 6vw, 92px);
  }

  .bodyguard-page.theme-munich .signature-munich .munich-sequence-code {
    position: static;
    align-self: start;
  }

  .bodyguard-page.theme-munich .signature-munich .munich-sequence-code strong {
    margin: 14px 0 18px;
    font-size: clamp(4.25rem, 6.5vw, 7.25rem);
    line-height: .8;
  }

  .bodyguard-page.theme-munich .signature-munich .munich-sequence-code > :last-child {
    margin-bottom: 0;
  }

  .bodyguard-page.theme-munich .section-local-context .local-prose-grid,
  .bodyguard-page.theme-frankfurt .section-local-context .local-prose-grid,
  .bodyguard-page.theme-dusseldorf .section-local-context .local-prose-grid,
  .bodyguard-page.theme-hamburg .section-local-context .local-prose-grid,
  .bodyguard-page.theme-cologne .section-local-context .local-prose-grid,
  .bodyguard-page.theme-stuttgart .section-local-context .local-prose-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    align-items: start;
  }

  .bodyguard-page.theme-munich .section-local-context .local-prose,
  .bodyguard-page.theme-frankfurt .section-local-context .local-prose,
  .bodyguard-page.theme-dusseldorf .section-local-context .local-prose,
  .bodyguard-page.theme-hamburg .section-local-context .local-prose,
  .bodyguard-page.theme-cologne .section-local-context .local-prose,
  .bodyguard-page.theme-stuttgart .section-local-context .local-prose {
    width: min(100%, 980px);
    max-width: 980px;
    margin: 0;
  }

  .bodyguard-page.theme-munich .section-local-context .local-prose > :last-child,
  .bodyguard-page.theme-frankfurt .section-local-context .local-prose > :last-child,
  .bodyguard-page.theme-dusseldorf .section-local-context .local-prose > :last-child,
  .bodyguard-page.theme-hamburg .section-local-context .local-prose > :last-child,
  .bodyguard-page.theme-cologne .section-local-context .local-prose > :last-child,
  .bodyguard-page.theme-stuttgart .section-local-context .local-prose > :last-child {
    margin-bottom: 0;
  }

  .bodyguard-page.theme-munich .section-local-context .local-zone-grid,
  .bodyguard-page.theme-frankfurt .section-local-context .local-zone-grid,
  .bodyguard-page.theme-dusseldorf .section-local-context .local-zone-grid,
  .bodyguard-page.theme-hamburg .section-local-context .local-zone-grid,
  .bodyguard-page.theme-cologne .section-local-context .local-zone-grid,
  .bodyguard-page.theme-stuttgart .section-local-context .local-zone-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: start;
  }

  .bodyguard-page.theme-munich .section-local-context .zone-card:nth-child(n),
  .bodyguard-page.theme-frankfurt .section-local-context .zone-card:nth-child(n),
  .bodyguard-page.theme-dusseldorf .section-local-context .zone-card:nth-child(n),
  .bodyguard-page.theme-hamburg .section-local-context .zone-card:nth-child(n),
  .bodyguard-page.theme-cologne .section-local-context .zone-card:nth-child(n),
  .bodyguard-page.theme-stuttgart .section-local-context .zone-card:nth-child(n) {
    display: block;
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    height: auto;
    align-self: start;
    padding: 24px;
    margin: 0;
    transform: none;
  }

  .bodyguard-page.theme-munich .section-local-context .zone-card:nth-child(n) h3,
  .bodyguard-page.theme-frankfurt .section-local-context .zone-card:nth-child(n) h3,
  .bodyguard-page.theme-dusseldorf .section-local-context .zone-card:nth-child(n) h3,
  .bodyguard-page.theme-hamburg .section-local-context .zone-card:nth-child(n) h3,
  .bodyguard-page.theme-cologne .section-local-context .zone-card:nth-child(n) h3,
  .bodyguard-page.theme-stuttgart .section-local-context .zone-card:nth-child(n) h3 {
    margin: 30px 0 9px;
  }

  .bodyguard-page.theme-munich .section-client-profiles .client-grid,
  .bodyguard-page.theme-frankfurt .section-client-profiles .client-grid,
  .bodyguard-page.theme-dusseldorf .section-client-profiles .client-grid,
  .bodyguard-page.theme-hamburg .section-client-profiles .client-grid,
  .bodyguard-page.theme-cologne .section-client-profiles .client-grid,
  .bodyguard-page.theme-stuttgart .section-client-profiles .client-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 12px;
    border: 0;
  }

  .bodyguard-page.theme-munich .section-client-profiles .client-card:nth-child(n),
  .bodyguard-page.theme-frankfurt .section-client-profiles .client-card:nth-child(n),
  .bodyguard-page.theme-dusseldorf .section-client-profiles .client-card:nth-child(n),
  .bodyguard-page.theme-hamburg .section-client-profiles .client-card:nth-child(n),
  .bodyguard-page.theme-cologne .section-client-profiles .client-card:nth-child(n),
  .bodyguard-page.theme-stuttgart .section-client-profiles .client-card:nth-child(n) {
    display: block;
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    height: auto;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(255, 255, 255, .025);
    margin: 0;
    transform: none;
  }

  .bodyguard-page.theme-munich .section-client-profiles .client-card:nth-child(n) strong,
  .bodyguard-page.theme-frankfurt .section-client-profiles .client-card:nth-child(n) strong,
  .bodyguard-page.theme-dusseldorf .section-client-profiles .client-card:nth-child(n) strong,
  .bodyguard-page.theme-hamburg .section-client-profiles .client-card:nth-child(n) strong,
  .bodyguard-page.theme-cologne .section-client-profiles .client-card:nth-child(n) strong,
  .bodyguard-page.theme-stuttgart .section-client-profiles .client-card:nth-child(n) strong {
    display: block;
    margin: 0 0 14px;
  }

  .bodyguard-page.theme-munich .section-client-profiles .client-card:nth-child(n) span,
  .bodyguard-page.theme-frankfurt .section-client-profiles .client-card:nth-child(n) span,
  .bodyguard-page.theme-dusseldorf .section-client-profiles .client-card:nth-child(n) span,
  .bodyguard-page.theme-hamburg .section-client-profiles .client-card:nth-child(n) span,
  .bodyguard-page.theme-cologne .section-client-profiles .client-card:nth-child(n) span,
  .bodyguard-page.theme-stuttgart .section-client-profiles .client-card:nth-child(n) span {
    display: block;
    padding: 0;
    border: 0;
  }

  .bodyguard-page.theme-stuttgart .signature-stuttgart .stuttgart-protocol {
    align-items: center;
  }

  .bodyguard-page.theme-stuttgart .signature-stuttgart .stuttgart-protocol-copy {
    align-self: center;
  }
}

@media (max-width: 760px) {
  .bodyguard-page.theme-munich .section-local-context .local-zone-grid,
  .bodyguard-page.theme-frankfurt .section-local-context .local-zone-grid,
  .bodyguard-page.theme-dusseldorf .section-local-context .local-zone-grid,
  .bodyguard-page.theme-hamburg .section-local-context .local-zone-grid,
  .bodyguard-page.theme-cologne .section-local-context .local-zone-grid,
  .bodyguard-page.theme-stuttgart .section-local-context .local-zone-grid,
  .bodyguard-page.theme-munich .section-client-profiles .client-grid,
  .bodyguard-page.theme-frankfurt .section-client-profiles .client-grid,
  .bodyguard-page.theme-dusseldorf .section-client-profiles .client-grid,
  .bodyguard-page.theme-hamburg .section-client-profiles .client-grid,
  .bodyguard-page.theme-cologne .section-client-profiles .client-grid,
  .bodyguard-page.theme-stuttgart .section-client-profiles .client-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
