footer {
  background: var(--brand-secondary-color-darkest);
  font-size: 0.85rem;
  line-height: 23px;
  padding: 60px 0 25px 0;
}
footer * {
  color: var(--brand-secondary-color-text);
}

footer a.button {
  font-size: 0.85rem;
  padding: 8px 22px;
  height: fit-content;
  width: fit-content;
}

.footer-logo {
  object-fit: contain;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer-social-link{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  transition: filter 0.3s ease;
}
.footer-social-link:hover, .footer-social-link:focus {
  filter: invert(1) brightness(1.5);
}
.footer-social-link img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.footer-bottom {
  border-top: 1px solid var(--brand-secondary-color-text);
  padding-top: 25px;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}

.footer-legal ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-self: flex-end;
  align-self: end;
}

.footer-legal ul li:not(:last-child)::after {
  content: '|';
  margin: 0 15px;
}



/*-----------------------------*/

footer{background:transparent;font-size:100%;}
footer *{color:var(--brand-primary-color-text);}
footer .container{padding:100px calc(var(--bs-gutter-x) * .5) 0;border-top:solid 1px rgba(192, 192, 193, 0.2);}
footer .title{font-size:100%;font-weight:600;margin-bottom:35px;display:block;}

footer .footer-logo{width:175px;}

footer .footer-contact .telefon{padding-left:35px;margin:10px 0;display:block;position:relative;}
footer .footer-contact .telefon:before{content:'';display:block;width:20px;height:20px;background:url('../media/telefon.svg');background-size:100%;background-position:center;background-repeat:no-repeat;position:absolute;top:2.5px;left:0px;}
footer .footer-contact .email{padding-left:35px;margin:10px 0;display:block;position:relative;}
footer .footer-contact .email:before{content:'';display:block;width:20px;height:20px;background:url('../media/mail.svg');background-size:100%;background-position:center;background-repeat:no-repeat;position:absolute;top:2.5px;left:0px;}
footer .footer-contact .adresse{padding-left:35px;margin:10px 0;display:block;position:relative;}
footer .footer-contact .adresse:before{content:'';display:block;width:20px;height:20px;background:url('../media/pin.svg');background-size:100%;background-position:center;background-repeat:no-repeat;position:absolute;top:2.5px;left:0px;}

footer .footer-grouplink .bereiche .title{margin-bottom:7.5px;font-weight:400;transition:all .3s ease;}
footer .footer-grouplink .bereiche .title:hover{color:var(--brand-accent-color);transition:all .3s ease;}

footer .footer-bottom{margin-top:75px;opacity:0.33;}
footer .footer-bottom .footer-legal{display:flex;justify-content:end;}
footer .footer-bottom .footer-legal ul{display:flex;justify-content:space-between;width:75%;}
footer .footer-bottom .footer-legal ul li::after{display:none;}

#blog1 footer .footer-logo{width:315px;}

/* .page-id-2 footer .footer-contact .telefon:before{background:url('../media/phone_red.svg');background-size:100%;background-position:center;background-repeat:no-repeat;}
.page-id-2 footer .footer-contact .email:before{background:url('../media/mail_red.svg');background-size:100%;background-position:center;background-repeat:no-repeat;}
.page-id-2 footer .footer-contact .adresse:before{background:url('../media/location_red.svg');background-size:100%;background-position:center;background-repeat:no-repeat;} */



@media (max-width: 1200px) {
footer .footer-bottom{font-size:75%;}
}

@media(max-width:991px){
  footer .footer-bottom .footer-legal{display:block;}
  footer .footer-bottom .footer-legal ul{width:100%;}
}

@media (max-width: 767px) {
  
  footer .footer-bottom .footer-legal ul {
    justify-content:unset;
    gap:15px;
  }
}

@media(max-width:600px){
  footer .footer-bottom{font-size:65%;}
  footer .footer-bottom .footer-copyright{margin-bottom:0;}
  footer .title{margin-bottom:15px;margin-top:35px;}
  footer .footer-grouplink .bereiche .title{margin-top:7.5px;}

  footer .container{padding: calc(var(--bs-gutter-x) * .5)}
}