/* PlugOff — Consent-Banner, Buttons, WhatsApp-Button */

.plugoff-banner {
    position: fixed;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    max-width: 720px;
    margin: 0 16px;
    background: #ffffff;
    color: #0F2942;
    border: 2px solid #0F2942;
    border-radius: 14px;
    padding: 20px 24px;
    z-index: 99999;
    box-shadow: 0 14px 46px rgba(0, 0, 0, 0.38);
    box-sizing: border-box;
}

.plugoff-banner p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.5;
}

.plugoff-banner p:last-of-type {
    margin-bottom: 16px;
}

.plugoff-banner a {
    color: #109669;
    text-decoration: underline;
}

.plugoff-banner-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.plugoff-btn {
    flex: 0 0 auto;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
}

.plugoff-btn-accept {
    background: #109669;
    color: #fff;
    box-shadow: 0 2px 10px rgba(16, 150, 105, 0.40);
}

.plugoff-btn-decline {
    background: #F1F5F9;
    color: #0F2942;
    border: 1px solid #CBD5E1;
}

#plugoff-consent-settings-link {
    position: fixed;
    left: 16px;
    bottom: 16px;
    z-index: 99998;
}

#plugoff-consent-settings-link a {
    font-size: 12px;
    color: #6b7280;
    text-decoration: underline;
    opacity: 0.8;
}

#plugoff-consent-settings-link a:hover {
    opacity: 1;
}

.plugoff-whatsapp-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 56px;
    height: 56px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    z-index: 99997;
    text-decoration: none;
}

/* Grid: 4-Karten-Raster bricht 2x2 statt 3+1 (auch 8er-Raster auf /local-seo-frankfurt: bleibt gleichmäßig bei 2 Spalten) */
@media (min-width: 700px) {
  .kk-why, .kk-svc-tasks, .kk-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
/* Header-CTA: flacher und breiter (überschreibt kk-global.css .kk-cta > a padding: .55em 1.2em) */
.main-header-menu .kk-cta > a,
.ast-builder-menu .kk-cta > a {
  padding: 8px 28px !important;
}

/* Footer: 3-Spalten-Layout (Leistungen / Kontakt / Rechtliches) */
.site-footer .ast-builder-html-element { text-align: left !important; }
.site-footer .ast-builder-html-element h4 { font-size: 1rem; font-weight: 700; color: var(--kk-navy, #0F2942); margin: 0 0 .8rem; }
.site-footer .kk-footer-list { list-style: none; margin: 0; padding: 0; }
.site-footer .kk-footer-list li { margin: 0 0 .5rem; }
.site-footer .kk-footer-list a,
.site-footer .kk-footer-contact a { color: #4B5B6B; text-decoration: none; font-size: .95rem; }
.site-footer .kk-footer-list a:hover,
.site-footer .kk-footer-contact a:hover { color: var(--kk-green, #109669); text-decoration: underline; }
.site-footer .kk-footer-contact { margin: 0 0 .5rem; font-size: .95rem; }
.site-footer .kk-email { color: #4B5B6B; }
