/*
 * V13.2.91 – Einheitlicher Footer auf allen öffentlichen Seiten
 * Das Footer-Logo kommt direkt aus derselben Quelle wie das Header-Logo.
 */
body footer.footer{
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-top:1px solid #33393b!important;
  background:linear-gradient(180deg,#0d1112,#0a0d0e)!important;
  background-image:linear-gradient(180deg,#0d1112,#0a0d0e)!important;
  box-shadow:none!important;
  color:#f0efeb!important;
  transform:none!important;
  clip-path:none!important;
}
body footer.footer .wrap{
  width:min(1320px,calc(100% - 40px))!important;
  max-width:1320px!important;
  margin-inline:auto!important;
}
body footer.footer .footer-main{
  display:grid!important;
  grid-template-columns:1.2fr .9fr 1fr 1.2fr!important;
  gap:28px!important;
  padding:26px 0 20px!important;
  background:none!important;
  border:0!important;
}
body footer.footer .footer-col{
  min-width:0!important;
  background:none!important;
  border-radius:0!important;
  box-shadow:none!important;
  transform:none!important;
  clip-path:none!important;
}
body footer.footer .footer-col:not(:first-child){
  border-left:1px solid #2c3133!important;
  padding-left:28px!important;
}

/* Neues echtes Footer-Logo – identisch mit der Logoquelle im Header. */
body footer.footer .footer-logo{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:min(215px,100%)!important;
  min-width:0!important;
  min-height:48px!important;
  margin:0 0 13px!important;
  padding:0!important;
  border:0!important;
  background:none!important;
  box-shadow:none!important;
  text-decoration:none!important;
}
body footer.footer .footer-logo img{
  display:block!important;
  width:205px!important;
  max-width:100%!important;
  height:auto!important;
  max-height:58px!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:left center!important;
  filter:none!important;
  opacity:1!important;
}

/* Alte SVG-/Text-Marke sicher ausblenden, falls noch eine alte Seite gecacht ist. */
body footer.footer .footer-brand .brand{
  display:none!important;
}
body footer.footer .brand-mark,
body footer.footer .footer-brand .brand>span{
  display:none!important;
}
body footer.footer .footer-brand p{
  max-width:235px!important;
  margin:0 0 12px!important;
  color:#aeb0b0!important;
  font-size:10px!important;
  line-height:1.45!important;
}
body footer.footer h4{
  margin:0 0 10px!important;
  padding:0!important;
  border:0!important;
  color:#f0efeb!important;
  font-family:"Trebuchet MS","Segoe UI",Arial,sans-serif!important;
  font-size:16px!important;
  font-weight:700!important;
  line-height:1.2!important;
  text-transform:uppercase!important;
}
body footer.footer ul{
  margin:0!important;
  padding:0!important;
  list-style:none!important;
  columns:2!important;
  column-gap:16px!important;
}
body footer.footer li{
  margin:0 0 4px!important;
  padding:0!important;
  break-inside:avoid!important;
  color:#adb0b1!important;
  font-size:10px!important;
  line-height:1.45!important;
}
body footer.footer a:not(.footer-logo){
  min-height:0!important;
  padding:0!important;
  border:0!important;
  background:none!important;
  box-shadow:none!important;
  color:#adb0b1!important;
  font-size:10px!important;
  text-decoration:none!important;
  text-transform:none!important;
}
body footer.footer a:not(.footer-logo):hover{
  color:#ff7a19!important;
}
body footer.footer .footer-bottom{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:0!important;
  min-height:46px!important;
  padding:0!important;
  border:0!important;
  border-top:1px solid #24292b!important;
  background:none!important;
  color:#85898a!important;
  font-size:9px!important;
}
body footer.footer .footer-bottom>span{
  display:block!important;
  color:#85898a!important;
  font-size:9px!important;
  line-height:1.3!important;
}

/* Die doppelte Impressum-/Datenschutz-Zeile unter der Footer-Navigation entfällt überall. */
body footer.footer .footer-links{
  display:none!important;
}

@media(max-width:900px){
  body footer.footer .footer-main{
    grid-template-columns:1fr 1fr!important;
  }
  body footer.footer .footer-col:nth-child(3){
    border-left:0!important;
    padding-left:0!important;
  }
  body footer.footer .footer-bottom{
    min-height:46px!important;
    padding:12px 0!important;
  }
}
@media(max-width:620px){
  body footer.footer .wrap{
    width:calc(100% - 24px)!important;
  }
  body footer.footer .footer-main{
    grid-template-columns:1fr!important;
  }
  body footer.footer .footer-col:not(:first-child){
    padding-left:0!important;
    padding-top:18px!important;
    border-left:0!important;
    border-top:1px solid #272d2f!important;
  }
  body footer.footer ul{
    columns:1!important;
  }
  body footer.footer .footer-logo{
    width:min(205px,100%)!important;
  }
  body footer.footer .footer-logo img{
    width:195px!important;
  }
}
