/* ============================================================
   Wolkenfreie Zeit — Globaler Footer
   Geteilte Styles für alle Seiten (footer.html via footer.js)
   ============================================================ */

footer{background:var(--navy-2);padding:4rem 0 3rem;border-top:1px solid rgba(255,255,255,.1);}
footer > .container{max-width:1280px;padding-left:2rem;padding-right:2rem;margin:0 auto;}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;}
.footer-brand .logo{display:inline-block;background:#fff;padding:.5rem .85rem;border-radius:6px;}
.footer-brand .logo img{height:64px;opacity:1;display:block;}
.footer-brand p{margin-top:1rem;font-size:.82rem;color:rgba(255,255,255,.9);line-height:1.7;max-width:340px;}
.footer-col h4{font-size:.92rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#fff;margin-bottom:1.2rem;}
.footer-col ul{list-style:none;}
.footer-col li{margin-bottom:.55rem;}
.footer-col li a{font-size:.85rem;color:rgba(255,255,255,.9);text-decoration:none;transition:color .2s;}
.footer-col li a:hover{color:#fff;}
.footer-col address{font-style:normal;font-size:.83rem;color:rgba(255,255,255,.9);line-height:1.9;}
.footer-col address a{color:rgba(255,255,255,.9);text-decoration:none;transition:color .2s;}
.footer-col address a:hover{color:#fff;}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.12);font-size:.78rem;color:rgba(255,255,255,.8);flex-wrap:wrap;gap:1rem;}
.footer-links{display:flex;gap:1.5rem;}
.footer-links a{color:rgba(255,255,255,.8);text-decoration:none;transition:color .2s;}
.footer-links a:hover{color:#fff;}

/* 2-Spalten-Container: Kooperationspartner + Auszeichnung */
.footer-credentials{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:2rem;
  margin:0 0 2.2rem;
  align-items:stretch;
}
.footer-credentials .footer-memberships,
.footer-credentials .footer-awards{
  margin:0;
  display:flex;flex-direction:column;
}
.footer-credentials .fm-logos{flex:1;align-content:center;}
.footer-credentials .footer-auszeichnung{flex:1;}
@media(max-width:840px){
  .footer-credentials{grid-template-columns:1fr;gap:1.6rem;}
  .footer-credentials .fm-logos,
  .footer-credentials .footer-auszeichnung{flex:initial;}
}

/* Kooperationspartner */
.footer-memberships{margin:0 0 2rem;}
.footer-memberships .fm-head{
  display:flex;align-items:center;gap:1rem;
  margin-bottom:1.3rem;
  color:rgba(255,255,255,.75);
}
.footer-memberships .fm-line{
  flex:1;height:1px;background:rgba(255,255,255,.18);
}
.footer-memberships .fm-title{
  font-size:.72rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase;
  color:rgba(255,255,255,.85);
}
.footer-memberships .fm-logos{
  display:flex;flex-wrap:wrap;justify-content:center;align-items:center;
  gap:.9rem 1.4rem;
}
.footer-memberships .fm-logo{
  display:inline-flex;align-items:center;justify-content:center;
  padding:.5rem .8rem;
  background:#fff;border-radius:9px;
  transition:transform .15s, box-shadow .15s;
  box-shadow:0 4px 14px -8px rgba(0,0,0,.45);
}
.footer-memberships .fm-logo:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px -12px rgba(0,0,0,.55);
}
.footer-memberships .fm-logo img{
  height:40px;width:auto;display:block;
}
.footer-memberships .fm-logo-symbol img{height:44px;}
@media(max-width:640px){
  .footer-memberships .fm-logos{gap:1rem 1.5rem;}
  .footer-memberships .fm-logo{padding:.5rem .8rem;}
  .footer-memberships .fm-logo img{height:40px;}
  .footer-memberships .fm-logo-symbol img{height:44px;}
  .footer-memberships .fm-title{text-align:center;}
}

/* Auszeichnung */
.footer-awards{margin:0 0 2rem;}
.footer-awards .fa-section-head{
  display:flex;align-items:center;gap:1rem;
  margin-bottom:1.3rem;
  color:rgba(255,255,255,.75);
}
.footer-awards .fa-section-line{
  flex:1;height:1px;background:rgba(255,255,255,.18);
}
.footer-awards .fa-section-title{
  font-size:.72rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase;
  color:rgba(255,255,255,.85);
}
.footer-auszeichnung{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:1rem;
  margin:0;
  padding:.85rem 1.1rem;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(212,160,23,.45);
  border-radius:14px;
  text-decoration:none;color:#fff;
  position:relative;overflow:hidden;
  transition:background .15s, border-color .15s, transform .15s;
}
.footer-auszeichnung::before{
  content:'';position:absolute;left:0;top:0;bottom:0;width:4px;
  background:linear-gradient(180deg,#fde68a 0%,#d4a017 50%,#8a5a12 100%);
}
.footer-auszeichnung:hover{
  background:rgba(255,255,255,.1);
  border-color:rgba(212,160,23,.75);
  transform:translateY(-1px);
}
.footer-auszeichnung .fa-medal-wrap{flex-shrink:0;width:48px;height:48px;display:grid;place-items:center;}
.footer-auszeichnung .fa-medal-wrap svg{width:100%;height:100%;filter:drop-shadow(0 3px 8px rgba(0,0,0,.4));}
.footer-auszeichnung .fa-text{display:flex;flex-direction:column;align-items:flex-start;min-width:0;text-align:left;gap:.15rem;}
.footer-auszeichnung .fa-eyebrow{
  display:inline-flex;align-items:center;gap:.45rem;
  font-size:.62rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;
  color:#fde68a;
}
.footer-auszeichnung .fa-dot{width:5px;height:5px;border-radius:50%;background:#d4a017;}
.footer-auszeichnung .fa-title{font-family:'Inter',sans-serif;font-size:.95rem;font-weight:700;color:#fff;line-height:1.2;}
.footer-auszeichnung .fa-network{font-size:.74rem;color:rgba(255,255,255,.78);line-height:1.3;}
.footer-auszeichnung .fa-cta{
  flex-shrink:0;
  display:inline-flex;align-items:center;gap:.35rem;
  padding:.42rem .8rem;
  background:#fff;color:var(--navy);
  border-radius:999px;
  font-size:.74rem;font-weight:700;
  white-space:nowrap;
  transition:background .15s;
}
.footer-auszeichnung:hover .fa-cta{background:#fde68a;}
@media(max-width:640px){
  .footer-auszeichnung{
    grid-template-columns:auto 1fr;gap:.85rem;padding:.85rem 1rem;
  }
  .footer-auszeichnung .fa-medal-wrap{width:44px;height:44px;}
  .footer-auszeichnung .fa-title{font-size:.95rem;}
  .footer-auszeichnung .fa-network{font-size:.74rem;}
  .footer-auszeichnung .fa-cta{
    grid-column:1 / -1;justify-content:center;margin-top:.5rem;
  }
}

/* Footer responsive */
@media(max-width:900px){
  footer{padding-bottom:calc(3rem + 54px);}
  .footer-grid{grid-template-columns:1fr 1fr;gap:2rem;}
  .footer-brand p{max-width:none;}
}
@media(max-width:640px){
  .footer-grid{grid-template-columns:1fr;}
  footer{padding:3rem 0 calc(2rem + 54px);}
  .footer-bottom{flex-direction:column-reverse;align-items:flex-start;gap:.75rem;}
  .footer-links{flex-wrap:wrap;gap:1rem;}
}
