/* =========================================================
   KUKA REINIGUNGSDIENST
   mobile.css
   Tablet / Mobile Responsive Datei
   ========================================================= */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg {
  max-width: 100%;
}

/* ---------------------------------------------------------
   Tablet / kleinere Desktopbreite
   --------------------------------------------------------- */

@media (max-width: 1240px) {
  :root {
    --container: min(1040px, calc(100% - 42px));
    --wide: min(1120px, calc(100% - 42px));
  }

  .nav {
    gap: 18px;
  }

  .logo-link {
    min-width: 190px;
  }

  .logo-img {
    width: 196px;
  }

  .nav-menu a {
    padding-inline: 10px;
    font-size: 0.84rem;
  }

  .hero-message-card,
  .about-grid,
  .dentist-grid,
  .detail-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .health-layout-fixed {
    grid-template-columns: 1fr;
    grid-template-areas:
      "text"
      "poster"
      "family";
  }

  .health-poster-card img {
    min-height: 520px;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ---------------------------------------------------------
   Tablet Navigation
   --------------------------------------------------------- */

@media (max-width: 1040px) {
  html {
    scroll-padding-top: 118px;
  }

  .topbar-inner {
    justify-content: center;
    text-align: center;
  }

  .topbar-desktop-phone {
    display: none;
  }

  .nav {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 88px;
  }

  .nav-menu,
  .nav-action {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .mobile-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 88px;
    display: block;
    max-height: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(5, 32, 76, 0.08);
    box-shadow: 0 20px 40px rgba(5, 32, 76, 0.1);
    transition: max-height 0.25s ease;
  }

  .mobile-menu.open {
    max-height: 520px;
  }

  .mobile-menu-nav {
    width: var(--container);
    display: grid;
    gap: 8px;
    margin-inline: auto;
    padding: 16px 0 20px;
  }

  .mobile-menu-nav a {
    padding: 14px 16px;
    border-radius: 16px;
    color: var(--navy);
    background: var(--page);
    font-weight: 850;
  }

  .mobile-menu-cta {
    color: #ffffff !important;
    background: var(--green) !important;
    text-align: center;
  }

  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-head,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .family-wide-card {
    grid-template-columns: 1fr;
  }

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

/* ---------------------------------------------------------
   Mobile Hauptansicht
   --------------------------------------------------------- */

@media (max-width: 740px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background: var(--page);
  }

  html {
    scroll-padding-top: 124px;
  }

  .container,
  .container-wide {
    width: calc(100% - 28px);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  /* Topbar: nur Telefon + E-Mail Icon, ohne Container/Pillen */

  .topbar {
    height: 40px;
    min-height: 40px;
    padding: 0;
    overflow: hidden;
  }

  .topbar-inner {
    width: 100%;
    min-height: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    padding: 0 20px;
  }

  .topbar-desktop-phone,
  .topbar-desktop-text,
  .topbar-note {
    display: none !important;
  }

  .topbar-mobile-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
  }

  .topbar-icon-link {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    padding: 0;
    color: #ffffff;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .topbar-icon-link svg {
    width: 21px;
    height: 21px;
    stroke-width: 2.35;
  }

  /* Header / Logo */

  .site-header {
    width: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.98);
  }

  .nav {
    width: calc(100% - 18px);
    min-height: 84px;
    height: 84px;
    padding: 0 4px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 52px;
    align-items: center;
    gap: 8px;
  }

  .logo-link {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .logo-img {
    width: 190px;
    height: 74px;
    max-width: calc(100vw - 94px);
    object-fit: contain;
    object-position: left center;
  }

  .logo-fallback {
    max-width: 100%;
    font-size: 1.1rem;
  }

  .nav-toggle {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border-radius: 14px;
  }

  .mobile-menu {
    top: 84px;
  }

  .mobile-menu-nav {
    width: calc(100% - 28px);
    padding: 14px 0 18px;
  }

  .mobile-menu-nav a {
    padding: 13px 15px;
    border-radius: 15px;
  }

  /* Hero: Weißräume entfernen, Bild sauber vollflächig */

  main {
    margin-top: 0;
    padding-top: 0;
  }

  .hero-fullbleed,
  .hero-image-only {
    position: relative;
    width: 100%;
    height: 268px !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    background: #ffffff;
    border-bottom: 0 !important;
  }

  .hero-fullbleed picture {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
  }

  .hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.08);
    transform-origin: center center;
  }

  .hero-image-only::after,
  .hero-fullbleed::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(5, 32, 76, 0.03) 100%) !important;
  }

  .hero-message {
    margin-top: 0 !important;
    padding: 20px 0 34px;
    background: #f5f8fb;
  }

  .hero-message-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px 22px;
    border-radius: 24px;
    background:
      radial-gradient(circle at 0% 0%, rgba(247, 201, 72, 0.28), transparent 36%),
      rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 44px rgba(5, 32, 76, 0.1);
  }

  .hero-kicker {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 16px;
    font-size: 0 !important;
    line-height: 0;
    letter-spacing: 0;
    color: transparent;
  }

  .hero-kicker span {
    display: none !important;
  }

  .hero-kicker::before {
    content: "";
    display: block;
    width: 165px;
    height: 66px;
    background-image: url("../img/kuka-logo.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
  }

  .hero-message-card h1 {
    font-size: clamp(2.55rem, 12vw, 3.65rem);
    line-height: 0.92;
    letter-spacing: -0.085em;
    margin-bottom: 18px;
  }

  .hero-text {
    font-size: 1rem;
    line-height: 1.65;
    margin-bottom: 0;
  }

  .hero-list {
    gap: 10px;
    margin-bottom: 20px;
  }

  .hero-list li,
  .check-list li {
    align-items: flex-start;
    font-size: 0.96rem;
    line-height: 1.45;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .btn {
    width: 100%;
    min-height: 50px;
    padding: 13px 18px;
  }

  /* Proof */

  .proof-grid {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .proof-item {
    min-height: 82px;
    padding: 18px 20px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .proof-item:first-child {
    border-top: 0;
  }

  .proof-item strong {
    font-size: 1rem;
  }

  /* Allgemein */

  .section,
  .health-section,
  .dentist-section,
  .detail-section {
    padding: 58px 0;
  }

  .section-head {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 28px;
  }

  h2 {
    font-size: clamp(2.15rem, 10vw, 3.2rem);
    line-height: 0.98;
  }

  .section-copy {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .eyebrow,
  .badge {
    font-size: 0.72rem;
  }

  /* Über uns */

  .about-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-copy {
    padding: 24px;
    border-radius: 26px;
  }

  .about-copy p {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .about-slogan {
    width: 100%;
    justify-content: center;
    text-align: center;
    border-radius: 18px;
  }

  .about-side {
    gap: 18px;
  }

  .about-lists {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .mini-list {
    padding: 22px;
    border-radius: 24px;
  }

  .about-image {
    min-height: 455px;
    height: 455px;
    border-radius: 28px;
    overflow: hidden;
  }

  .about-image img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center center;
  }

  .about-floating {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    max-width: none;
    padding: 18px 18px 20px;
    border-radius: 22px;
  }

  .about-floating strong {
    display: block;
    font-size: 1.06rem;
    line-height: 1.25;
    white-space: normal;
    overflow: visible;
  }

  .about-floating small {
    display: block;
    font-size: 0.88rem;
    line-height: 1.45;
  }

  /* Leistungen */

  .services-tabs {
    gap: 8px;
    margin-bottom: 22px;
  }

  .service-pill {
    padding: 10px 14px;
    font-size: 0.86rem;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .service-card {
    border-radius: 26px;
  }

  .service-card-image {
    height: 245px;
  }

  .service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .service-card-body {
    padding: 22px;
  }

  .service-card-body h3 {
    font-size: 1.25rem;
  }

  .service-card-body p {
    font-size: 0.96rem;
  }

  /* Nachhaltigkeit / Gesundheit */

  .health-layout-fixed {
    grid-template-columns: 1fr;
    grid-template-areas:
      "text"
      "poster"
      "family";
    gap: 20px;
  }

  .health-text-card {
    padding: 24px;
    border-radius: 26px;
  }

  .health-text-card h3 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .health-values {
    grid-template-columns: 1fr;
  }

  .health-poster-card {
    min-height: 380px;
    border-radius: 28px;
  }

  .health-poster-card img {
    min-height: 380px;
    object-fit: cover;
  }

  .family-wide-card {
    grid-template-columns: 1fr;
    border-radius: 28px;
  }

  .family-wide-image {
    min-height: 300px;
  }

  .family-wide-content {
    padding: 24px;
  }

  .family-wide-content h3 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  /* Praxis / Zahnarzt */

  .dentist-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .dentist-copy,
  .dentist-card {
    padding: 24px;
    border-radius: 26px;
  }

  .dentist-image {
    min-height: 360px;
    border-radius: 28px;
  }

  .dentist-image img {
    min-height: 360px;
    object-fit: cover;
  }

  /* Detail-Bilder / Galerie */

  .detail-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .detail-copy {
    padding: 24px;
    border-radius: 26px;
  }

  .detail-gallery {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .detail-card {
    min-height: 255px;
    border-radius: 26px;
  }

  .detail-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .detail-card span {
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
    max-width: none;
    padding: 12px 14px;
    border-radius: 18px;
    white-space: normal;
    line-height: 1.25;
    font-size: 0.93rem;
  }

  /* Ablauf / Angebot */

  .process-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .process-card {
    padding: 22px;
    border-radius: 24px;
  }

  .process-card strong {
    font-size: 1.08rem;
  }

  .offer-band {
    padding: 22px 0 58px;
  }

  .offer-card {
    grid-template-columns: 1fr;
    padding: 24px;
    border-radius: 28px;
    gap: 22px;
  }

  .offer-card h2 {
    font-size: clamp(2.1rem, 10vw, 3.1rem);
  }

  /* Kontakt */

  .contact-section {
    padding: 64px 0;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .contact-copy,
  .quote-card {
    padding: 24px;
    border-radius: 28px;
  }

  .contact-copy h2 {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .contact-option {
    align-items: flex-start;
    min-height: 60px;
    padding: 13px;
    border-radius: 18px;
    font-size: 0.94rem;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .field input,
  .field select,
  .field textarea {
    min-height: 50px;
    border-radius: 16px;
  }

  /* Cookie / Footer */

  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
    border-radius: 22px;
    z-index: 99999;
  }

  .cookie-inner {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
  }

  .cookie-actions {
    justify-content: stretch;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cookie-btn {
    width: 100%;
    min-height: 46px;
  }

  .cookie-settings-panel {
    padding: 0 18px 18px;
  }

  .cookie-options {
    grid-template-columns: 1fr;
  }

  .footer {
    padding: 44px 0 34px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-brand-box {
    max-width: 100%;
  }

  .footer-brand-logo {
    width: 100%;
    min-width: 0;
    max-width: 360px;
    padding: 16px;
  }

  .footer-brand-name {
    font-size: 2.1rem;
  }

  .footer-brand-service {
    font-size: 0.78rem;
    letter-spacing: 0.22em;
  }

  .footer-column {
    gap: 9px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .footer-bottom-links {
    gap: 12px;
  }

  .scroll-top {
    right: 16px;
    bottom: 18px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }
}

/* ---------------------------------------------------------
   Sehr kleine Geräte
   --------------------------------------------------------- */

@media (max-width: 390px) {
  .container,
  .container-wide {
    width: calc(100% - 24px);
  }

  .topbar-inner {
    padding: 0 18px;
    gap: 16px;
  }

  .nav {
    width: calc(100% - 14px);
    height: 80px;
    min-height: 80px;
    grid-template-columns: minmax(0, 1fr) 48px;
  }

  .logo-img {
    width: 168px;
    height: 66px;
  }

  .nav-toggle {
    width: 48px;
    height: 48px;
  }

  .mobile-menu {
    top: 80px;
  }

  .hero-fullbleed,
  .hero-image-only {
    height: 245px !important;
  }

  .hero-bg {
    transform: scale(1.12);
  }

  .hero-message-card {
    padding: 22px 20px;
  }

  .hero-kicker::before {
    width: 150px;
    height: 60px;
  }

  .hero-message-card h1 {
    font-size: clamp(2.35rem, 12vw, 3.2rem);
  }

  .about-image {
    height: 430px;
    min-height: 430px;
  }

  .about-floating {
    padding: 15px;
  }

  .about-floating strong {
    font-size: 1rem;
  }

  .service-card-image {
    height: 225px;
  }

  .health-poster-card,
  .health-poster-card img {
    min-height: 340px;
  }

  .dentist-image,
  .dentist-image img {
    min-height: 320px;
  }
}

/* =========================================================
   V3 MOBILE KORREKTUREN
   ========================================================= */

@media (max-width: 1240px) {
  .nav-menu {
    gap: 16px;
  }

  .nav-menu a {
    font-size: 0.86rem;
    padding-inline: 0;
    white-space: nowrap;
  }
}

@media (max-width: 1040px) {
  .nav-menu,
  .nav-action {
    display: none;
  }
}

@media (max-width: 740px) {
  .hero-message {
    margin-top: 0 !important;
    padding: 18px 0 34px;
    background: var(--page);
  }

  .hero-message-card {
    gap: 18px;
    padding: 22px 20px;
    border: 1px solid rgba(5, 32, 76, 0.09);
    border-radius: 22px;
    background: #ffffff !important;
    box-shadow: 0 14px 34px rgba(5, 32, 76, 0.09);
  }

  .hero-kicker {
    margin-bottom: 10px;
  }

  .hero-kicker::before {
    width: 132px;
    height: 52px;
  }

  .hero-message-card h1 {
    font-size: clamp(2.35rem, 10.8vw, 3.2rem);
    line-height: 0.94;
    letter-spacing: -0.075em;
    margin-bottom: 14px;
  }

  .hero-text {
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .hero-list {
    margin-bottom: 18px;
  }

  .footer {
    padding: 40px 0 30px;
    color: var(--text);
    background: #ffffff;
    border-top: 1px solid rgba(5, 32, 76, 0.09);
  }

  .footer-brand-logo {
    width: auto;
    max-width: 170px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .footer-logo-img {
    width: 165px;
  }

  .footer-column h4 {
    color: var(--navy);
  }

  .footer-column a,
  .footer-column span,
  .footer-brand-box p,
  .footer-bottom,
  .footer-bottom-links a {
    color: var(--muted);
  }

  .cookie-banner {
    z-index: 2147483000;
    pointer-events: auto;
  }

  .cookie-banner.is-visible,
  .cookie-banner.is-visible * {
    pointer-events: auto;
  }
}

/* ===== KUKA MOBILE POLISH V4 START ===== */

/*
|--------------------------------------------------------------------------
| Mobile Basis
|--------------------------------------------------------------------------
*/

@media (max-width: 740px) {

  /*
  |--------------------------------------------------------------------------
  | Topbar + Header kompakter
  |--------------------------------------------------------------------------
  */

  .topbar {
    height: 36px !important;
    min-height: 36px !important;
  }

  .topbar-inner {
    height: 36px !important;
    min-height: 36px !important;
    padding-inline: 18px !important;
  }

  .topbar-mobile-actions {
    gap: 16px !important;
  }

  .topbar-icon-link {
    width: 26px !important;
    height: 26px !important;
  }

  .topbar-icon-link svg {
    width: 20px !important;
    height: 20px !important;
  }


  .nav {
    width: calc(100% - 20px) !important;
    height: 76px !important;
    min-height: 76px !important;
    grid-template-columns: minmax(0, 1fr) 46px !important;
    gap: 8px !important;
  }

  .logo-img {
    width: 172px !important;
    height: 66px !important;
    max-width: calc(100vw - 90px) !important;
  }

  .nav-toggle {
    width: 46px !important;
    height: 46px !important;
    border-radius: 13px !important;
  }

  .mobile-menu {
    top: 76px !important;
  }


  /*
  |--------------------------------------------------------------------------
  | HERO
  |--------------------------------------------------------------------------
  |
  | Wichtig:
  | - kein künstlicher Zoom mehr
  | - weniger Höhe
  | - Mobile-Bild sauber sichtbar
  |
  */

  .hero-fullbleed,
  .hero-image-only {
    width: 100% !important;
    height: 218px !important;
    min-height: 218px !important;
    max-height: 218px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #ffffff !important;
  }

  .hero-fullbleed picture {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  .hero-bg {
    position: absolute !important;
    inset: 0 !important;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover !important;
    object-position: center center !important;

    transform: none !important;
    scale: none !important;
  }

  .hero-fullbleed::after,
  .hero-image-only::after {
    background:
      linear-gradient(
        180deg,
        rgba(255,255,255,0) 70%,
        rgba(5,32,76,0.025) 100%
      ) !important;
  }


  /*
  |--------------------------------------------------------------------------
  | Hero Text
  |--------------------------------------------------------------------------
  */

  .hero-message {
    margin-top: 0 !important;
    padding: 14px 0 28px !important;
  }

  .hero-message-wrap {
    width: calc(100% - 24px) !important;
  }

  .hero-message-card {
    grid-template-columns: 1fr !important;
    gap: 16px !important;

    padding: 22px 20px !important;

    border-radius: 22px !important;
    border: 1px solid rgba(5, 32, 76, 0.08) !important;

    background: #ffffff !important;

    box-shadow:
      0 14px 34px rgba(5, 32, 76, 0.08) !important;
  }


  /*
   * Logo innerhalb der Hero-Card entfernen.
   *
   * Das Hauptlogo steht bereits im Header und zusätzlich
   * innerhalb des Hero-Bildes.
   */

  .hero-kicker {
    display: none !important;
  }

  .hero-kicker::before,
  .hero-kicker::after {
    display: none !important;
    content: none !important;
  }


  .hero-message-card h1 {
    margin: 0 0 14px !important;

    font-size: clamp(2.15rem, 10.5vw, 3rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.065em !important;
  }

  .hero-text {
    margin: 0 !important;
    max-width: none !important;

    font-size: 0.96rem !important;
    line-height: 1.58 !important;
  }

  .hero-list {
    display: grid !important;
    gap: 9px !important;

    margin: 0 0 18px !important;
    padding: 0 !important;
  }

  .hero-list li {
    font-size: 0.92rem !important;
    line-height: 1.4 !important;
  }


  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }

  .hero-actions .btn {
    width: 100% !important;
    min-height: 48px !important;

    padding: 12px 16px !important;

    border-radius: 15px !important;
  }


  /*
  |--------------------------------------------------------------------------
  | Qualitäts-/Proof-Bar
  |--------------------------------------------------------------------------
  |
  | Statt 4 riesigen Elementen untereinander:
  | kompakte 2 x 2 Darstellung.
  |
  */

  .proof-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

    min-height: 0 !important;
  }

  .proof-item {
    min-width: 0 !important;
    min-height: 94px !important;

    padding: 17px 14px !important;

    border: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.12) !important;
  }

  .proof-item:nth-child(odd) {
    border-right: 1px solid rgba(255,255,255,0.12) !important;
  }

  .proof-item:nth-last-child(-n+2) {
    border-bottom: 0 !important;
  }

  .proof-item strong {
    font-size: 0.94rem !important;
    line-height: 1.25 !important;
  }

  .proof-item small {
    margin-top: 4px !important;

    font-size: 0.78rem !important;
    line-height: 1.3 !important;
  }


  /*
  |--------------------------------------------------------------------------
  | Allgemeine Mobile Sections
  |--------------------------------------------------------------------------
  */

  .section,
  .health-section,
  .dentist-section,
  .detail-section {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .section-head {
    margin-bottom: 24px !important;
  }

  .section-head h2,
  .contact-copy h2 {
    letter-spacing: -0.055em !important;
  }


  /*
  |--------------------------------------------------------------------------
  | Cards
  |--------------------------------------------------------------------------
  */

  .about-copy,
  .mini-list,
  .service-card,
  .health-text-card,
  .dentist-copy,
  .dentist-card,
  .detail-copy,
  .process-card,
  .quote-card,
  .contact-copy {
    border-radius: 22px !important;
  }

  .service-card-image {
    height: 225px !important;
  }

  .service-card-body {
    padding: 20px !important;
  }


  /*
  |--------------------------------------------------------------------------
  | Kontakt
  |--------------------------------------------------------------------------
  */

  .contact-section {
    padding: 54px 0 !important;
  }

  .contact-grid {
    gap: 18px !important;
  }

  .contact-copy,
  .quote-card {
    padding: 21px !important;
  }

  .contact-option {
    min-height: 56px !important;

    padding: 12px !important;

    border-radius: 16px !important;

    font-size: 0.9rem !important;
    line-height: 1.4 !important;
  }

  .contact-address-kuka {
    line-height: 1.45 !important;
  }


  /*
  |--------------------------------------------------------------------------
  | Cookie Banner
  |--------------------------------------------------------------------------
  |
  | Auf dem Screenshot nimmt der Banner zu viel vom Viewport ein.
  |--------------------------------------------------------------------------
  */

  .cookie-banner {
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;

    width: auto !important;
    max-width: none !important;
    max-height: calc(100dvh - 20px) !important;

    overflow-y: auto !important;
    overscroll-behavior: contain !important;

    border-radius: 20px !important;

    box-shadow:
      0 20px 55px rgba(5, 32, 76, 0.20) !important;
  }

  .cookie-inner {
    display: grid !important;
    grid-template-columns: 1fr !important;

    gap: 12px !important;

    padding: 17px !important;
  }

  .cookie-kicker {
    margin-bottom: 5px !important;

    font-size: 0.68rem !important;
  }

  .cookie-text h3 {
    margin: 0 0 6px !important;

    font-size: 1.28rem !important;
    line-height: 1.12 !important;
  }

  .cookie-text p {
    margin: 0 !important;

    font-size: 0.88rem !important;
    line-height: 1.45 !important;
  }

  .cookie-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;

    gap: 7px !important;
  }

  .cookie-btn {
    width: 100% !important;
    min-height: 42px !important;

    padding: 9px 14px !important;

    border-radius: 14px !important;

    font-size: 0.84rem !important;
  }

  .cookie-settings-panel {
    padding: 0 17px 17px !important;
  }


  /*
  |--------------------------------------------------------------------------
  | Footer
  |--------------------------------------------------------------------------
  */

  .footer {
    padding: 38px 0 26px !important;
  }

  .footer-grid {
    gap: 24px !important;
  }

  .footer-logo-img {
    width: 150px !important;
  }

}


/*
|--------------------------------------------------------------------------
| Sehr kleine Smartphones
|--------------------------------------------------------------------------
*/

@media (max-width: 390px) {

  .nav {
    height: 72px !important;
    min-height: 72px !important;
  }

  .mobile-menu {
    top: 72px !important;
  }

  .logo-img {
    width: 158px !important;
    height: 62px !important;
  }

  .nav-toggle {
    width: 44px !important;
    height: 44px !important;
  }


  .hero-fullbleed,
  .hero-image-only {
    height: 198px !important;
    min-height: 198px !important;
    max-height: 198px !important;
  }

  .hero-bg {
    transform: none !important;
    object-position: center center !important;
  }

  .hero-message-card {
    padding: 20px 18px !important;
  }

  .hero-message-card h1 {
    font-size: clamp(2rem, 10.5vw, 2.7rem) !important;
  }


  .proof-item {
    min-height: 90px !important;
    padding: 15px 11px !important;
  }

  .proof-item strong {
    font-size: 0.88rem !important;
  }

  .proof-item small {
    font-size: 0.74rem !important;
  }


  .cookie-banner {
    left: 8px !important;
    right: 8px !important;
    bottom: 8px !important;

    max-height: calc(100dvh - 16px) !important;
  }

  .cookie-inner {
    padding: 15px !important;
  }

  .cookie-text h3 {
    font-size: 1.2rem !important;
  }

  .cookie-text p {
    font-size: 0.84rem !important;
  }

}

/* ===== KUKA MOBILE POLISH V4 END ===== */

