.gdpr-button {
  border: none;
  color: #fff;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 16px;
  line-height: 16px;
  padding: 7px 28px;
  min-width: 80px;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  background: #4e7edb;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  flex-shrink: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 500px) {
  .gdpr-button {
    width: 100%;
    max-width: 150px;
  }
  .gdpr-button:not(:first-child) {
    margin-top: 10px;
  }
}
.gdpr-button:hover {
  color: #fff;
  cursor: pointer;
  background: #7198e2;
}
.gdpr-button--transparent {
  background-color: transparent;
}
.gdpr-button--transparent:hover {
  color: #ddd;
  background: transparent;
}
.gdpr-topbar {
  position: relative;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 15px 15px;
  background: #668acc;
  color: #ddd;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 759px) {
  .gdpr-topbar {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.gdpr-topbar a {
  color: #fff;
}
.gdpr-topbar .gdpr-topbar__content {
  margin-left: 15px;
  max-width: 930px;
  margin-right: 25px;
  position: relative;
  font-size: 15px;
}
.gdpr-topbar .gdpr-topbar__content:before {
  content: '';
  background: url(../images/cookiewall/keyhole-small.png) center center no-repeat;
  width: 20px;
  height: 16px;
  position: absolute;
  left: -25px;
}
@media only screen and (max-width: 500px) {
  .gdpr-topbar .gdpr-topbar__content {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 25px;
    padding-right: 25px;
    overflow-y: auto;
    max-height: 100px;
  }
  .gdpr-topbar .gdpr-topbar__content:before {
    left: 0px;
  }
}
.gdpr-topbar .gdpr-button--topbar {
  background-color: transparent;
  border: rgba(255, 255, 255, 0.5) 1px solid;
  margin: 0 5px;
}
.gdpr-topbar .gdpr-button--topbar:hover {
  background-color: #3d537a;
}
@media only screen and (max-width: 759px) {
  .gdpr-topbar .gdpr-button--topbar {
    margin: 5px auto;
  }
}
.the-wall {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9998;
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  transition: opacity 0.3s, transform 0.3s;
}
.the-wall.notshown {
  opacity: 0;
  transform: scale(1.2);
  pointer-events: none;
}
.the-wall h1 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  line-height: initial;
}
.the-wall h2 {
  line-height: initial;
  font-size: 25px;
}
.the-wall .gdpr-style {
  background-color: #666;
  padding: 20px;
  box-sizing: border-box;
}
.the-wall .wall-button-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 500px) {
  .the-wall .wall-button-container {
    flex-direction: column;
  }
}
.the-wall .wall-cookie-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #000;
  padding: 5px 5px;
  min-width: auto;
  width: 30px;
  height: 30px;
  background: url(../images/cookiewall/cookie_wall_close.png) top center;
}
.the-wall .wall-cookie-close:hover {
  background-image: url(../images/cookiewall/cookie_wall_close_hover.png);
}
.the-wall .wall-cookie-close:focus {
  background-image: url(../images/cookiewall/cookie_wall_close_select.png);
}
.the-wall .wall-cookie-icon {
  position: absolute;
  left: 50%;
  margin-left: -13px;
  background: #ccc;
  top: 20px;
  width: 26px;
  height: 27px;
  background: url(../images/cookiewall/icon-cookie.png) top center;
}
.the-wall .wall-message {
  border-bottom: solid 1px #ccc;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.the-wall .wall-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  .the-wall .wall-banner {
    flex-direction: column;
  }
}
.the-wall .banner-options {
  white-space: nowrap;
}
.the-wall .wall-popup {
  margin: 20px auto 0;
  background: url(../images/cookiewall/bg.jpg) top center no-repeat #fff;
  padding: 100px 50px 0px;
  box-sizing: border-box;
  max-width: 540px;
  max-height: 90%;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.85);
}
@media only screen and (max-width: 778px) {
  .the-wall .wall-popup {
    width: 90%;
  }
}
.the-wall .wall-popup p {
  color: #000;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 24px;
}
.the-wall .wall-popup p a {
  text-decoration: none;
  color: #5c91ff;
}
.the-wall .wall-popup p.wall-i-agree-text {
  font-weight: 700;
}
.the-wall .wall-popup .wall-checkbox-container {
  float: left;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 20px;
}
.the-wall .wall-popup .wall-header {
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 28px;
  font-weight: 700px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-align: center;
  color: #000;
  text-transform: none;
}
.the-wall .gdpr-tracking-list {
  list-style: initial;
  margin-left: 20px;
  margin: 0 0 15px 20px;
  font-size: 12px;
  list-style-type: none;
}
.the-wall .gdpr-tracking-list li {
  color: #000;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.the-wall .cookiewall-click-accept {
  border-bottom: solid 1px #ccc;
  padding-bottom: 20px;
}
.the-wall .gdpr-tracking-checkbox {
  margin: 2px 0 10px;
  cursor: pointer;
}
.the-wall .x-btn {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 20px;
}
