/*Custom Cookie Banner CSS*/
.cookie-banner {
  background: #5F5F5F;
  color: #FFF;
  position: absolute;
  z-index: 9;
  bottom: 0px;
  width: 100%;
  opacity: 1;
}

.cookie-banner div {
  font-family: 'Source Sans Pro', sans-serif !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.cookie-banner div div {
  display: flex;
  flex-direction: column;
}

.cookie-banner a {
  color: #FFF;
  text-decoration: underline;
}

.cookie-banner h2 {
  font-weight: 400;
  margin: 0.3rem 0 0.6rem 0 !important;
}

.cookie-banner p {
  margin: 0.6rem 0 0 0 !important;
  max-width: 550px;
}

button#cookies-eu-accept {
  width: 40px;
  height: auto;
  font-size: 24px !important;
  font-weight: 200 !important;
  color: #eee;
  background: none;
  box-shadow: none;
  border: none;
}

button#cookies-eu-accept:hover {
  cursor: pointer
}