#cookie-agreement {
  margin: 0;
  padding: 12px 0;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  background-color: rgba(115, 41, 126, 0.62);
}
@media screen and (max-width: 767px) {
  #cookie-agreement .cookie-agreement-wrapper div:nth-child(2) {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #cookie-agreement .cookie-agreement-wrapper div {
    text-align: center;
  }
}
#cookie-agreement .cookie-agreement-message {
  font-size: 14px;
}
#cookie-agreement .cookie-agreement-moreinfo {
  text-decoration: underline;
}
#cookie-agreement .cookie-agreement-message,
#cookie-agreement .cookie-agreement-moreinfo {
  font-size: 14px;
  color: #ffffff;
  position: relative;
  top: 6px;
}
@media screen and (max-width: 767px) {
  #cookie-agreement .cookie-agreement-message,
  #cookie-agreement .cookie-agreement-moreinfo {
    top: 0;
  }
}
#cookie-agreement .container {
  position: relative;
}
#cookie-agreement .cookie-agreement-conset {
  padding: 6px 16px;
  background-color: #5d2065;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  float: right;
}
#cookie-agreement .cookie-agreement-conset:hover {
  cursor: pointer;
  background-color: #732a7c;
}
@media screen and (max-width: 767px) {
  #cookie-agreement .cookie-agreement-conset {
    float: none;
  }
}
#cookie-agreement svg {
  float: left;
  margin-right: 15px;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  #cookie-agreement svg {
    float: none;
    position: relative;
    top: 7px;
  }
}
@media screen and (max-width: 767px) {
  #cookie-agreement {
    font-size: 12px;
  }
}
