.gdpr-handle {
  cursor: pointer;
  position: fixed;
  text-align: center;
  z-index: 999;
  box-sizing: border-box;
  -moz-transition: background .3s linear,right .2s linear;
  -webkit-transition: background .3s linear,right .2s linear;
  transition: background .3s linear,right .2s linear;
  background: #1aa1ef; /* default */
  color: #ffffff; /* default */
}
.gdpr-handle-left {
  left: 0;
  moz-border-radius: 0 12px 12px 0;
  -webkit-border-radius: 0 12px 12px 0;
  border-radius: 0 12px 12px 0;
  padding-right: 2px;
  border-right: 3px solid #ffffff; /* default */
}
.gdpr-handle-right {
  right: 0;
  -moz-border-radius: 12px 0 0 12px;
  -webkit-border-radius: 12px 0 0 12px;
  border-radius: 12px 0 0 12px;
  padding-left: 2px;
  border-left: 3px solid #ffffff; /* default */
}
.gdpr-handle .gdpr-close {
  display: none;
}
.gdpr-handle:hover {
  box-shadow:inset 0 0 0 99999px rgba(255,255,255,0.2);
}
body.gdpr-opened .gdpr-handle .gdpr-open {
  display: none;
}
body.gdpr-opened .gdpr-handle .gdpr-close {
  display: block;
}
.gdpr-drawer {
  position: fixed;
  padding: 20px;
  z-index: 999;
  box-sizing: border-box;
  -moz-transition: right .2s linear,-moz-box-shadow .2s linear;
  -webkit-transition: right .2s linear,-webkit-box-shadow .2s linear;
  transition: right .2s linear,box-shadow .2s linear;
  top: 0;
  right: -350px;
  bottom: 0;
  max-width: 350px;
  width: calc(100% - 50px);
  background: #1aa1ef; /* default */
  color: #ffffff; /* default */
}
.gdpr-drawer > p {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 15px;
  line-height: 1;
  color:#4b565d
}
body.gdpr-opened .gdpr-drawer {
  -moz-box-shadow: 0 0 15px 1px rgb(50, 50, 50);
  -webkit-box-shadow: 0 0 15px 1px rgb(50, 50, 50);
  box-shadow: 0 0 15px 1px rgb(50, 50, 50);
}
.gdpr-handle {
  width: 45px;
  height: 45px;
  font-size: 30px;
  line-height: 45px;
}
.gdpr-handle-bottom {
  bottom: 10px;
}
.gdpr-handle-middle {
  top: 50%;
  margin-top: -22px;
}
.gdpr-handle-top {
  top: 10px;
}
body.gdpr-opened .gdpr-handle-left {
  left: 350px;
}
body.gdpr-opened .gdpr-handle-right {
  right: 350px;
}
.gdpr-handle .gdpr-close {
  font-size: 21px;
  line-height: 46px;
}
.gdpr-drawer-left {
  border-right: 3px solid #ffffff; /* default */
}
.gdpr-drawer-right {
  border-left: 3px solid #ffffff; /* default */
}
body.gdpr-opened .gdpr-drawer-left {
  left:0;
}
body.gdpr-opened .gdpr-drawer-right {
  right:0;
}
@media screen and (max-width:400px) {
  body.gdpr-opened .gdpr-handle {
    right: calc(100% - 50px);
  }
}
.gdpr-drawer .gdpr-all {
  margin: 10px 0 15px;
}
.gdpr-drawer .gdpr-all button {
  display: inline-block;
  font-size: .75em;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 1px;
  border-radius: 8px;
  border: 2px solid #fff; /* default */
}
.gdpr-drawer .gdpr-all button i {
  margin-right: 5px;
}

.gdpr-drawer .gdpr-all button:hover {
  box-shadow:inset 0 0 0 99999px rgba(255,255,255,0.2);
}
.gdpr-drawer .cookie-group {
  position: absolute;
  left: 82px;
}
.gdpr-switch {
  position: relative;
  display: inline-block;
  width: 39px;
  height: 24px;
}
.gdpr-switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.gdpr-toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 14px;
  background-color: #f29f97; /* default */
}
.gdpr-toggle:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
  background-color: #ffffff; /* default */
}
.gdpr-drawer input:checked + .gdpr-toggle {
  background-color: #1ab49e; /* default */
}
.gdpr-drawer input:disabled + .gdpr-toggle {
  background: #000; /* default */
}
.gdpr-drawer input:checked + .gdpr-toggle:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
.gdpr-drawer input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#gdpr-groups {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
  height: 50vh;
}
.gdpr-drawer .gdpr-group {
  width: 100%;
  overflow: hidden;
}
.gdpr-drawer .group-label {
  display: flex;
  justify-content: space-between;
  padding: .75em;
  font-weight: bold;
  cursor: pointer;
  height: 50px;
  background: #10689b; /* default */
}
.gdpr-drawer .group-label:hover {
  box-shadow:inset 0 0 0 99999px rgba(255,255,255,0.2);
}
.gdpr-drawer .group-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.gdpr-drawer .group-content {
  height: 0;
  padding: 0 1em;
  transition: all 0.35s;
  background: #fff; /* default */
  color: #10689b; /* default */
}
.gdpr-drawer .group-content p {
  font-size: .9em;
  margin: 0;
}
.gdpr-drawer input:checked + .group-label::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  top: 5px;
}
.gdpr-drawer input:checked ~ .group-content {
  overflow-y: scroll;
  padding: 1em;
}
.gdpr-drawer .gdpr-group:last-child {
  height: 40px;
}
.gdpr-drawer .gdpr-group:last-child a {
  display: block;
  background: #4086af;
  height: 40px;
  text-align: right;
  line-height: 38px;
  padding-right: 12px;
  text-decoration: underline;
  color: #fff;
  font-size: .85em;
}
.gdpr-banner {
  position: fixed;
  z-index: 9999;
  border: 4px solid #67c44e;
  -moz-box-shadow: 0px 0px 13px -5px #000000;
  -webkit-box-shadow: 0px 0px 13px -5px #000000; 
box-shadow: 0px 0px 13px -5px #000000;
}
.gdpr-banner-left {
  bottom: 10px;
  left: 10px;
  max-width: 350px;
  padding: 20px;
}
.gdpr-banner-right {
  bottom: 10px;
  right: 10px;
  width: 350px;
  padding: 10px;
}
.gdpr-banner-right p{
 font-size:14px;
}
.gdpr-banner-right h1{
  font-size:18px !important;
  padding:0;
 }
.gdpr-cta-open, .gdpr-cta-decline,.gdpr-cta-neutral{
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: .75em;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-color: #e1e1e1;
  color:#4b565d;
 }
 .gdpr-cta-open:hover,.gdpr-cta-decline:hover,.gdpr-cta-neutral:hover{
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: .75em;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-color: #cecece;
  color:#4b565d;
 }

.gdpr-cta-accept{
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-color: #00a550;
  color:white;
 }
 .gdpr-cta-accept:hover{
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-color: #67c44e;
  color:white;
 }

.gdpr-banner-top {
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
}
.gdpr-banner-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
}
.gdpr-banner-left p, .gdpr-banner-right p {
  margin-bottom: 10px;
}
.gdpr-banner-top, .gdpr-banner-bottom {
  display: table;
}
.gdpr-banner-top p, .gdpr-banner-bottom p {
  display: table-cell;
  margin: 0 !important;
  padding: 0;
  vertical-align: middle;
  line-height: 1.25;
}
.gdpr-banner-top > div, .gdpr-banner-bottom > div {
  display: table-cell;
}
@media all and (max-width: 768px) {
  .gdpr-banner-top, .gdpr-banner-bottom {
    display: block;
  }
  .gdpr-banner-top p, .gdpr-banner-bottom p {
    display: block;
    padding: 0 0 15px;
    text-align: center;
  }
  .gdpr-banner-top > div, .gdpr-banner-bottom > div {
    display: block;
  }
}
.gdpr-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.75);
  z-index: 999;
}
.gdpr-banner .gdpr-cta {
  display: inline-block;
  font-size: .75em;
  padding: 10px;
  cursor: pointer;
  border-radius: 8px;
  border: 2px solid #fff; /* default */
}
.gdpr-banner .gdpr-cta i {
  margin-right: 5px;
}

.gdpr-banner > div > .gdpr-cta:nth-child(1) {
  margin-right: 5px;
}
.gdpr-banner > div > .gdpr-cta:nth-child(2) {
  margin-left: 5px;
}
.gdpr-banner .gdpr-cta:hover {
  box-shadow: inset 0 0 0 99999px rgba(255,255,255,0.2);
}
.gdpr-success {
  position: fixed;
  z-index: 1000;
  -moz-box-shadow: 0 0 15px 1px rgb(50, 50, 50);
  -webkit-box-shadow: 0 0 15px 1px rgb(50, 50, 50);
  box-shadow: 0 0 15px 1px rgb(50, 50, 50);
  bottom: 15px;
  right: 15px;
  background: #ffffff; /* default */
  color: #1aa1ef; /* default */
}
.gdpr-success p {
  margin: 0 !important;
  line-height: 1;
  padding: 10px;
}
.gdpr-success-show {
  opacity: 1;
  transition: opacity 1000ms;
}
.gdpr-success-hide {
  opacity: 0;
  transition: opacity 1000ms;
}
.gdpr-success.gdpr-success-hide {
  z-index: -1;
}