
.text-center{
  text-align: center;
}

.v-seperator{
  display: block;
  margin-left: 5px;
  margin-right: 5px;
}
.v-seperator:after{
  content: "|";
}

footer{
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 15px;
  box-shadow: none;
}
footer .footer-links{
  display: flex;
  flex-direction: column;
}

footer .footer-links .v-seperator{
  display: none;
}


@media (min-width: 992px) {
  footer{
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  footer .footer-links{
    flex-direction: row;
  }

  footer .footer-links .v-seperator{
    display: block;
  }
}

#cookies{
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px;
  background-color: rgba(242, 242, 243, 0.9);
  box-shadow: none;
    z-index: 1;
}
#cookies .cookies-text{
  text-align: center;
  margin-bottom: 10px;
}
#cookies .cookies-actions{
  display: flex;
  flex-direction: column;
}

#cookies button:first-child{
  /*margin-bottom: 10px;*/
}

.languageToggle>span{
  color: #999999;
}

.languageToggle span.active{
  color: #1373b3;
}

@media (min-width: 992px) {
  #cookies{
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  #cookies .cookies-text{
    text-align: left;
    margin-bottom: 0;
    margin-right: 10px;
  }

  #cookies .cookies-actions{
    display: flex;
    flex-direction: row;
  }

  #cookies button:first-child{
    /*margin-bottom: 0;*/
    margin-right: 10px;
  }
}


.shepherd-cancel-icon{
    width: auto !important;
}
