/* footer */

:root {
  --footer-color:white;
  --footer-bg-main:#1c355b; 
  --footer-bg-legal:#182b4c;
  --footer-button-text: white;
  --footer-button-bg: #d5431a;
  --footer-button-text-hover: white;
  --footer-button-bg-hover: #ff3b12;
}

.footer-main { background-color:var(--footer-bg-main); color:var(--footer-color); padding:2rem 0; }

.footer-logo { width:100%; max-width:60px; margin:1rem auto; }

.footer-address-up { font-size:1.3rem; font-family: 'aktiv-grotesk-extended', sans-serif; font-weight:600; margin-bottom:0.25rem; }
.footer-address { font-size:0.9rem; font-weight:500; margin:0 0 1rem 0; }
.footer-address a { color:inherit; }
.footer-address a:hover { color:inherit; }

.footer-headline { font-size:1.3rem; margin-top:1rem; margin-bottom:0.5rem; font-size:1.1rem; font-family: 'aktiv-grotesk-extended', sans-serif; font-weight:600; }
.footer-subscribe { margin-bottom:1rem; }
.btn-brand-footer { 
  background-color:var(--footer-button-bg); 
  border:0;  
  color:var(--footer-button-text); 
  font-size:14px; line-height:30px; text-transform:none; letter-spacing:0.010rem; font-weight:600; padding-top:2px; 
  border-radius:20px; 
  margin: 0; 
  padding: 0px 12px; 
  transition:var(--cty-transition-hover);  
  text-decoration:none; 
}
.btn-brand-footer:hover {  
  background-color:var(--footer-button-bg-hover); 
  color:var(--footer-button-text-hover);  
  text-decoration:none; 
}

.footer-social { display:block; }
.footer-social a { display:inline-block; width:30px; height:30px; font-size:14px; padding-top:2px; line-height:30px; border-radius:50%; text-align:center; margin:0 8px; vertical-align:middle; }
.footer-social a { text-decoration:none; color:var(--footer-button-text); background-color:var(--footer-button-bg); border:none; transition: all 0.15s linear 0s; }
.footer-social a:hover { color:var(--footer-button-text-hover); background-color:var(--footer-button-bg-hover); }

.footer-break {display:none; background-color:var(--footer-bg-legal);  }
.footer-break-line { border-top:1px solid var(--footer-color); opacity:0.5; }

.footer-legal { background-color:var(--footer-bg-legal); color:var(--footer-color); padding:2rem 0; font-family: 'aktiv-grotesk', sans-serif; }
.footer-legal p { color:inherit; margin:0; font-size:0.9rem; }
.footer-legal a { color:inherit; }
.footer-legal a:hover { color:inherit; }

.footer-legal-links { margin-top:1rem; font-size:0.9rem; }
.footer-legal-links a { display:inline-block; padding:0 0.5rem; }

@media screen and (min-width: 992px) {
  .footer-main { padding-bottom:2rem; }

  .footer-domino { display:table; width:100%; }
  .footer-domino-a { display:table-cell; width:90px; vertical-align:middle; }
  .footer-domino-b { display:table-cell; width:auto; vertical-align:middle; }

  .footer-logo { width:100%; max-width:70px; margin:0; }
  .footer-address { margin:0; font-size:0.8rem; }

  .footer-social a { margin:0 0 0 1rem; }

  .footer-legal { padding:1.5rem 0 1.5rem 0; }
  .footer-legal p { font-size:0.8rem; }
  .footer-legal-links { margin:0;font-size:0.8rem; }
  .footer-legal-links a { padding:0 0 0 1rem; }

}