#CookieInformations {
  width: 100%;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.85);
  color: #FFFFFF;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 999;
}
#CookieInformations .ContentRow {
  display: flex;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
@media screen and (min-width: 461px) and (max-width: 860px) {
  #CookieInformations .ContentRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#CookieInformations p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  float: left;
}
@media screen and (max-width: 460px) {
  #CookieInformations p {
    text-align: center;
    float: none;
  }
}
#CookieInformations form {
  margin-bottom: 0;
  margin-left: 20px;
  float: right;
  white-space: nowrap;
}
@media screen and (max-width: 460px) {
  #CookieInformations form {
    margin: 18px 0 0;
    text-align: center;
    float: none;
  }
}
#CookieInformations form .CookieButton {
  display: inline-block;
  height: 32px;
  outline: 0 none;
  margin-bottom: 0;
  padding: 4px 10px;
  border: 2px solid;
  background-color: transparent;
  color: inherit;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  vertical-align: top;
  transition: all 0.3s ease-in-out;
}
#CookieInformations form .CookieButton.Disallow {
  margin-right: 10px;
  font-size: 13px;
}
#CookieInformations form .CookieButton:hover {
  border-color: transparent;
  background-color: #FFFFFF;
  color: #333333;
}

/*# sourceMappingURL=cookie-informations.css.map */
