.FooterComponent {
  background-color: #F2F3F5;
  color: #171717;
  position: relative; }
  @media (min-width: 992px) {
    .FooterComponent {
      padding-bottom: 6rem; } }
  .FooterComponent:before {
    content: '';
    background-image: url("/images/svg/icon_1.svg");
    background-position-x: left;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10rem; }
  .FooterComponent b {
    font-weight: 600; }
  .FooterComponent h2 {
    color: #171717; }
    .FooterComponent h2 > span {
      color: #2176bd; }
  .FooterComponent h3 {
    color: #171717;
    font-size: 1.1rem; }
  .FooterComponent h5 {
    color: #65951E;
    font-size: 1rem; }
  .FooterComponent .footer-main {
    line-height: 2rem;
    overflow: hidden;
    position: relative;
    z-index: 20; }
    .FooterComponent .footer-main a {
      color: #171717; }
    .FooterComponent .footer-main p {
      font-size: .8rem; }
    .FooterComponent .footer-main .copyright {
      background-color: #FFFFFF;
      color: #171717; }
    .FooterComponent .footer-main input, .FooterComponent .footer-main textarea {
      border: 1px solid #FFFFFF;
      border-radius: 0;
      -moz-border-radius: 0; }
    .FooterComponent .footer-main .text .icon {
      font-size: 1.3rem;
      margin-bottom: 1rem;
      display: block;
      background-size: 1.4rem;
      background-repeat: no-repeat;
      background-position: center left;
      padding-left: 2rem;
      text-decoration: none;
      font-weight: 600; }
      .FooterComponent .footer-main .text .icon.phone {
        background-image: url("/images/svg/telephone icon_blue.svg"); }
      .FooterComponent .footer-main .text .icon.mail {
        background-image: url("/images/svg/mail_icon_blue.svg"); }
  .FooterComponent a {
    font-weight: 400; }
    .FooterComponent a.phone {
      font-weight: 600;
      font-size: 1.5rem; }
      .FooterComponent a.phone:hover {
        font-weight: 600;
        text-decoration: none; }
    .FooterComponent a.mail {
      font-size: .9rem;
      text-decoration: underline; }
    .FooterComponent a:hover {
      font-weight: 400; }
    .FooterComponent a.phone:hover, .FooterComponent a.mail:hover {
      color: #2176bd; }
    .FooterComponent a.list {
      display: block; }
  .FooterComponent .copyright {
    background-color: #FFFFFF; }
    @media (min-width: 992px) {
      .FooterComponent .copyright {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100; } }
    .FooterComponent .copyright div, .FooterComponent .copyright a {
      color: #171717;
      font-size: .8rem; }
      .FooterComponent .copyright div h6, .FooterComponent .copyright a h6 {
        font-size: .8rem; }
    .FooterComponent .copyright h3 {
      color: #171717;
      display: inline-block;
      font-weight: 300;
      font-size: .8rem;
      letter-spacing: 1px; }
    .FooterComponent .copyright a {
      display: inline-block;
      font-weight: 700; }
    .FooterComponent .copyright .logos img {
      width: 70%;
      margin: 0 5px; }

#cookie {
  color: black;
  background-color: white;
  position: fixed;
  bottom: 2rem;
  left: 5%;
  right: 5%;
  padding: .5rem 2rem;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(110, 110, 152, 0.1);
  z-index: 999; }
  #cookie > button {
    float: right; }

.inv {
  display: none; }

