.gdpr-section {
    position: fixed;
	right: 10px;
    bottom: auto;
	top: 270px;
    max-width: 375px;
    background-image: linear-gradient(105.69deg, #2d2c2b 0%, #4f3a2af7 43.23%);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    font-family: 'Roboto', sans-serif;
    z-index: 10000;
	max-height:100%;
    text-align: left;
}

   .gdpr-section p {
    font-size: 16px;
    line-height: normal;
    padding-bottom:10px;
  }

.gdpr-section .gdpr-close {
  display: none;
}
.gdpr-section .gdpr-close:hover {
  color: #000;
}
.gdpr-section .gdpr-button {
  display: block;
  padding: 7px 20px;
  width: 100%;
  height: auto;
    background: #005003;
    border: 1px solid #0a0f26;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    line-height: normal;
}
.gdpr-section .gdpr-button:hover {
  background: #13633f;
  border-color: #13633f;
}
.gdpr-section p {
  margin-bottom: 5px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}
.gdpr-section .gdpr-link {
  display: block;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight:bold;
}
.gdpr-section .gdpr-link:hover {
  color: #eeeeee;
}
.gdpr-section .text-center {
  text-align: center;
}
@media (min-width: 576px) {
  .gdpr-section .gdpr-button {
    display: inline-block;
    width: auto;
  }
  .gdpr-section .gdpr-link {
    display: inline-block;
    margin: 0 10px;
  }
    .gdpr-section p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 768px) {
  .gdpr-section {
    left: 5px;
    top: 5px;
    right: 5px;
  }
  .gdpr-section p {
    margin-bottom: 10px;
    line-height: 18px;
  }
  .gdpr-section .gdpr-link {
  }
}
