/* ===== RESPONSIVE: TABLET ===== */
@media (max-width: 1024px) {
  .header-nav {
    display: none;
  }

  .burger-menu {
    display: flex;
  }

  .header-logo {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    align-self: center;
    text-align: center;
  }

  .header-logo a {
    background: transparent;
    box-shadow: none;
    padding: 4px 0;
    border-radius: 0;
  }

  .header-logo .logo-large {
    display: none;
  }

  .header-logo .logo-compact {
    display: block;
    max-width: 120px;
  }

  .header-phone {
    width: auto;
    border-left: none;
    padding-right: 10px;
  }

  .willkommen-section {
    min-height: auto;
    height: auto;
    padding-top: 0;
  }

  .willkommen-video,
  .willkommen-bg-image,
  .willkommen-bg-right {
    display: none;
  }

  .willkommen-container {
    max-width: 100%;
    margin: 0;
  }

  .willkommen-spacer {
    display: none;
  }

  .willkommen-text {
    width: 100%;
    margin: 0;
    padding: 25px;
    text-align: center;
  }

  .willkommen-text::before {
    display: none;
  }

  .willkommen-text h2::after {
    margin-left: auto;
    margin-right: auto;
  }

  .leistungen-grid {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 20px;
    gap: 18px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .schwerpunkte-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .oeffnungszeiten-section {
    flex-direction: column;
  }

  .oz-image {
    flex: none;
    height: 300px;
  }

  .oz-image::after {
    width: 100%;
    height: 80px;
    top: auto;
    bottom: 0;
    right: 0;
    background: linear-gradient(to top, var(--e-global-color-primary), transparent);
  }

  .oz-content {
    padding: 30px 25px 50px;
  }

  .oz-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .team-card {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }

  .kontakt-container {
    flex-direction: column;
  }

  .kontakt-col {
    padding: 0 25px;
  }

  .footer-container {
    flex-direction: column-reverse;
    gap: 20px;
    text-align: center;
  }

  .footer-left {
    flex-direction: column;
  }
}

/* ===== RESPONSIVE: MOBILE ===== */
@media (max-width: 767px) {
  .header-logo .logo-compact {
    max-width: 100%;
  }

  .header-phone {
    display: none;
  }

  .leistungen-grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .team-row {
    gap: 70px;
    margin-bottom: 70px;
  }

  .team-row:last-child {
    margin-bottom: 0;
  }

  .team-card {
    flex: 0 0 100%;
    max-width: 300px;
  }

  .team-card-blob {
    height: 270px;
  }

  .team-section h1 {
    font-size: 2.2em;
  }

  .kontakt-section {
    background-size: 90% auto;
    background-position: bottom right;
    padding-bottom: 120px;
  }

  .kontakt-col {
    padding: 0 25px;
  }

  .kontakt-container h4 {
    text-align: center;
  }

  .kooperationen-logos {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .footer-container {
    padding: 20px;
  }

  .status-popup {
    min-width: 280px;
    right: -10px;
  }
}
