#footer-main {
  background-color: #088fbc;
  color: #ffffff;
  position: relative; }
  #footer-main b {
    font-weight: 600; }
  #footer-main h2 {
    color: #088fbc; }
  #footer-main .footer-main {
    line-height: 2rem;
    overflow: hidden;
    position: relative;
    z-index: 20; }
    #footer-main .footer-main a {
      color: #f1f1f1; }
    #footer-main .footer-main .logo {
      height: 4rem;
      display: block;
      width: 70%;
      margin: .5rem 0;
      background-image: url(/images/Logo.svg?3e5f804f084d67eb764a6497e90a8e04);
      background-repeat: no-repeat;
      background-size: contain; }
    #footer-main .footer-main .text {
      color: #b4c1d5;
      font-size: .9rem;
      line-height: 1.4rem; }
      #footer-main .footer-main .text > span {
        color: #f1f1f1; }
    #footer-main .footer-main p {
      font-size: 1.1rem; }
    #footer-main .footer-main .copyright {
      color: #b4c1d5; }
  #footer-main a {
    font-weight: 400; }
    #footer-main a:hover {
      font-weight: 400; }
    #footer-main a.list {
      display: block; }
  #footer-main h5 {
    margin-top: .5rem;
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 1rem; }

#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; }

#wis2-panel .wis2-panel--horizontal {
  position: fixed !important;
  width: 100% !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 100 !important;
  background-color: #088fbc !important; }
  #wis2-panel .wis2-panel--horizontal .wis2-label {
    color: #f7f7f7; }

