/* ============================================================
   Frontida Tagespflege – Gemeinsames Footer-Stylesheet
   Referenz-Look: index.html (gruenes TP-Theme), vereinheitlicht
   fuer alle Seiten – gleiche Logik wie beim Pflegedienst.
   Wird NACH den Inline-Styles der Seite geladen.
   padding-right 90px statt 280px: die Floating-Buttons werden
   seit der Scroll-Logik am Footer ohnehin ausgeblendet.
   ============================================================ */
footer { background:#F0F7EC; color:#1a1a1a; padding:2rem 90px 1.2rem 5%; font-family:'Open Sans',sans-serif; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr; gap:1.5rem; align-items:start; margin-bottom:1.8rem; }
.footer-grid .footer-col { padding-left:1rem; }
.footer-brand { text-align:center; }
.footer-brand img { height:180px; width:auto; max-width:100%; margin:0 auto 0.8rem; display:block; }
.footer-brand p { font-size:0.85rem; line-height:1.7; font-weight:300; }
.footer-col h5 { color:#2d6a1f; font-size:0.8rem; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; margin-bottom:1rem; }
.footer-col p, .footer-col a { display:block; font-size:0.84rem; color:#1a1a1a; text-decoration:none; margin-bottom:0.5rem; line-height:1.6; }
.footer-col a:hover { color:#F47522; }
.footer-col .phone-big { font-size:1.15rem; font-weight:700; color:#2d6a1f; }
.footer-social { display:flex; justify-content:center; gap:0.7rem; margin-top:1rem; }
.footer-social a { width:48px; height:48px; background:transparent; border:none; border-radius:7px; display:flex; align-items:center; justify-content:center; font-size:1rem; font-weight:700; text-decoration:none; transition:transform 0.2s ease; }
.footer-social a img { width:45px; height:45px; display:block; }
.footer-social a:hover { background:transparent; transform:scale(1.3); }
.footer-bottom { border-top:1px solid rgba(108,181,63,0.35); padding-top:1.2rem; display:flex; justify-content:space-between; align-items:center; font-size:0.77rem; flex-wrap:wrap; gap:0.5rem; }
.footer-bottom a { color:#555; text-decoration:none; margin-left:1rem; }
.footer-bottom a:hover { color:#F47522; }
.footer-bottom button.cx-cookie-link { color:#555; background:none; border:none; padding:0; margin-left:1rem; cursor:pointer; font-family:inherit; font-size:inherit; }
.footer-bottom button.cx-cookie-link:hover { color:#F47522; }

/* Tablet / kleinere Desktops (wie bisher per footer-rt-pad) */
@media (max-width:1200px){ footer { padding-right:5%; } }
@media (max-width:900px){ .footer-grid { grid-template-columns:1fr 1fr; } }

/* Mobile (identische Werte wie bisher) */
@media (max-width:600px){
  .footer-grid { grid-template-columns:1fr; }
  footer { padding:2rem 5% 1.2rem; }
  .footer-brand { text-align:center; }
  .footer-brand img { height:120px; width:auto; margin:0 auto 0.6rem; display:block; }
  .footer-brand p { max-width:300px; margin:0 auto; }
  .footer-social { justify-content:center; }
  .footer-col h5 { margin-bottom:0.6rem; }
  .footer-bottom { flex-direction:column; align-items:center; text-align:center; gap:0.4rem; }
}


/* Telefon-Glyphe in Anruf-Buttons und Links: groesser und sauber zentriert */
.tel-ico { font-size: 1.3em; line-height: 1; display: inline-block; }