﻿/* =========================================================
   BRG14 FOOTER
   ---------------------------------------------------------
   Footer-Layout und Footer-Links.

   Das HTML liegt im Kadence Customizer.
   Im Customizer soll kein <style>-Block stehen.
   ========================================================= */

#colophon,
#colophon p,
#colophon a,
#colophon span,
#colophon li,
#colophon .widget-title {
  color: #FFFFFF !important;
  font-weight: 700;
}

.footer-brg14 {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding-bottom: 1.6rem;
}

.footer-brg14-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.footer-brg14-left,
.footer-brg14-right {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.footer-brg14-left {
  text-align: left;
}

.footer-brg14-right {
  align-items: flex-end;
  text-align: right;
}

.footer-brg14-title,
.footer-brg14-text,
.footer-brg14-office,
.footer-brg14-contact,
.footer-brg14-contact a,
.footer-brg14-contact span,
.footer-brg14-meta,
.footer-brg14-meta a,
.footer-brg14-meta a:visited,
.footer-brg14-meta a:focus,
.footer-brg14-meta span {
  color: #FFFFFF !important;
  opacity: 1 !important;
}

.footer-brg14-title {
  margin: 0;

  font-size: 18px;
  font-weight: 700;
}

.footer-brg14-text,
.footer-brg14-office,
.footer-brg14-contact,
.footer-brg14-contact a,
.footer-brg14-contact span {
  margin: 0;

  font-size: 18px;
  line-height: 1.45;
}

.footer-brg14-contact {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-brg14-contact a,
.footer-brg14-meta a {
  text-decoration: none !important;
}

.footer-brg14-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brg14-meta {
  text-align: center;
  font-size: 16px;
}

.footer-brg14-separator {
  margin: 0 0.4rem;
}

.footer-brg14 a:hover,
.footer-brg14 a:focus-visible {
  color: #E5F3F8 !important;
}

@media (max-width: 1024px) {

  .footer-brg14-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-brg14-left,
  .footer-brg14-right {
    align-items: center;
    text-align: center;
  }

  .footer-brg14-contact {
    justify-content: center;
  }

  .footer-brg14-meta .footer-brg14-separator:last-of-type {
    display: none;
  }

  .footer-brg14-meta a:last-of-type {
    display: block;
    width: fit-content;
    margin: 0.2rem auto 0;
  }
}


