/*
@author P. Morgner
©2021 P. Morgner / moroli-media, <scripts@moroli-media-com> 

File:           footer.less
Project:        maxx.de_21
Created:        06.07.2021 11:29:53
Encoding:       UTF-8
Revised:        
Description:        
*/
a.blitz:before,
i.arrow-down:before,
i.arrow-up:before {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
}
a.blitz:before {
  content: "\f0e7";
}
i.arrow-down:before {
  content: "\f13a";
  cursor: pointer;
}
i.arrow-up:before {
  content: "\f139";
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .container-footer {
    max-width: 1428px;
  }
}
@media screen and (max-width: 1199px) {
  .container-footer {
    max-width: 100%;
    padding-bottom: 30px;
  }
}
.container-footer [src*="logo"] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.container-footer .col-footer ul {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(6, auto);
  grid-gap: 15px;
}
@media screen and (max-width: 1199px) {
  .container-footer .col-footer ul {
    display: block;
    margin: 0 auto;
    max-width: 265px;
  }
}
.container-footer .col-footer ul a {
  color: #fff;
}
.container-footer .col-footer ul a.active {
  color: #ed950f;
}
.container-footer .col-footer ul > li {
  font-size: 1.5rem;
  letter-spacing: 1px;
  padding-bottom: .5rem;
}
.container-footer .col-footer ul > li > a {
  white-space: nowrap;
}
.container-footer .col-footer ul > li > ul {
  transition: .5s;
  font-size: 1em;
}
@media screen and (min-width: 1200px) {
  .container-footer .col-footer ul > li > ul {
    display: initial;
  }
}
@media screen and (max-width: 1199px) {
  .container-footer .col-footer ul > li > ul {
    display: none;
  }
}
.container-footer .col-footer ul > li > ul > li {
  font-size: 1.1rem;
  letter-spacing: initial;
  padding-bottom: 0;
  line-height: 2;
}
