.gdpr-cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #333E48;
  padding: 20px;
  z-index: 99999;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; }

.gdpr-cookie-banner .message {
  font-family: National2, Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-align: left;
  line-height: 17px;
  font-weight: 400;
  color: white; }

.gdpr-cookie-banner .message.mobile {
  position: relative;
  margin: 0 0 5px; }

.gdpr-cookie-banner .message a {
  color: white;
  text-decoration: underline; }

.gdpr-cookie-banner .btn {
  padding: 8px 23px 7px;
  border-radius: 2px;
  font-family: National2, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 17px;
  z-index: 1; }

.gdpr-cookie-banner .btn.wds-button.mobile {
  float: right; }

.gdpr-cookie-banner .message-container-desktop {
  display: table; }

.gdpr-cookie-banner .message-container-desktop .message {
  display: table-cell;
  vertical-align: middle; }

.gdpr-cookie-banner .btn-container-desktop {
  float: right; }

.gdpr-cookie-banner .btn-container-desktop .btn {
  vertical-align: middle; }

.gdpr-cookie-banner .btn.gdpr-cta-no {
  border-color: white;
  background: transparent;
  color: white; }

.gdpr-cookie-banner .btn-container-desktop .btn.gdpr-cta-no {
  margin-left: 10px; }

.gdpr-cookie-banner .btn.gdpr-cta-no:hover {
  border-color: white;
  background: white;
  color: #00BF6F; }

.gdpr-cookie-banner .btn.gdpr-cta-agree {
  margin-left: 16px;
  border-color: #00BF6F;
  background: transparent;
  color: #00BF6F; }

.gdpr-cookie-banner .btn.gdpr-cta-agree:hover {
  border-color: #00BF6F;
  background: #00BF6F;
  color: white; }

@media (min-width: 768px) {
  .gdpr-cookie-banner {
    padding: 15px; } }

@media (max-width: 899px) {
  .gdpr-cookie-banner {
    padding: 15px; }
  .gdpr-cookie-banner .btn-container-desktop,
  .gdpr-cookie-banner .message-container-desktop {
    display: none; } }

@media (min-width: 900px) {
  .gdpr-cookie-banner {
    height: 80px;
    padding: 0 20px; }
  .gdpr-cookie-banner .btn.wds-button.mobile,
  .gdpr-cookie-banner .message.mobile {
    display: none; }
  .gdpr-cookie-banner .message-container-desktop {
    height: 80px; }
  .gdpr-cookie-banner .btn-container-desktop {
    height: 80px;
    line-height: 80px; } }

@media (min-width: 1024px) {
  .gdpr-cookie-banner {
    height: 65px; }
  .gdpr-cookie-banner .message-container-desktop {
    height: 65px; }
  .gdpr-cookie-banner .btn-container-desktop {
    height: 65px;
    line-height: 65px; } }

@media (min-width: 1200px) {
  .gdpr-cookie-banner {
    height: 50px; }
  .gdpr-cookie-banner .message-container-desktop {
    height: 50px; }
  .gdpr-cookie-banner .btn-container-desktop {
    height: 50px;
    line-height: 50px; } }
