.gdpr {
  background: #1e364d !important;
  bottom: 0;
  position: fixed;
  left: 0;
  z-index: 99999;
  width: 100%;
}

.gdpr--hidden {
  display: none;
}

.gdpr__container {
  padding: 20px 30px;
}

@media (min-width: 768px) {
  .gdpr__container {
    text-align: center;
  }
}

.gdpr__description {
  color: #fff;
  display: block;
  font-family: Larsseit, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 16px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .gdpr__description {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    margin-right: 20px;
    text-align: center;
  }
}

.gdpr__description-link {
  color: #fff !important;
  text-decoration: underline !important;
  transition: color .4s ease;
}

.gdpr__description-link:hover {
  color: #f25d27 !important;
  text-decoration: underline !important;
}

.gdpr__cta {
  border: 1px solid #f25d27;
  color: #fff !important;
  cursor: pointer;
  display: block;
  font-family: Larsseit, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 14px 20px;
  text-decoration: none;
  text-align: center;
  transition: color .4s ease, background-color .4s ease;
}

@media (min-width: 768px) {
  .gdpr__cta {
    display: inline-block;
  }
}

.gdpr__cta:hover {
  background: #f25d27;
  text-decoration: none !important;
}
