html body #gdpr-detail-overview:checked + .gdpr-detail-overview {
  display: block;
}
html body .gdpr-detail-overview {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5000;
}
html body .gdpr-detail-overview .gdpr-detail-box {
  margin: 0 auto;
  background: #fff;
  padding: 5px 5px 0 5px;
  max-width: 600px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
html body .gdpr-detail-overview .gdpr-detail-box .gdpr-headline {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 40px 10px;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context {
  position: relative;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.05);
  margin: 0 10px 15px 10px;
  display: inline-block;
  width: calc(100% - 20px);
  box-sizing: content-box;
  padding: 0 0 50px 0;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context .mobile-navigation {
  display: none;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section {
  position: relative;
  top: 50px;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section ul {
  padding: 0;
  margin: 0;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section ul li {
  list-style-type: none;
  min-height: 30px;
  border-bottom: 1px solid #cdcdcd;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section ul li .gdpr-more-information {
  display: none;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section ul li .gdpr-more-information:checked + .gdpr-more-information {
  display: block;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section ul li .gdpr-more-information {
  display: none;
  box-shadow: inset 0px 5px 7px -4px #444, inset 0px -2px 7px -4px #000000;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section ul li .gdpr-more-information .gdpr-more-information-row {
  border: 0;
  border-top: 1px solid #cdcdcd;
  background: transparent;
  padding: 5px;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section ul li .gdpr-more-information .gdpr-more-information-row .fill-text {
  display: block;
  color: #888;
  font-size: 12px;
  padding: 0 0 0 15px;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section ul li .gdpr-more-information .gdpr-more-information-row .gdpr-info-headline {
  font-size: 14px;
  line-height: 15px;
  margin: 0 0 -5px 0px;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section ul li .gdpr-more-information .gdpr-more-information-row .cookie {
  border-bottom: 1px dashed #cdcdcd;
  padding: 5px 0 5px 15px;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section ul li .gdpr-more-information .gdpr-more-information-row .cookie .cookie-name {
  font-size: 14px;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section ul li .gdpr-more-information .gdpr-more-information-row .cookie .cookie-name small {
  font-size: 10px;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section ul li .gdpr-more-information .gdpr-more-information-row .cookie .cookie-name .description {
  font-size: 14px;
  color: #444;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section ul li .gdpr-more-information .gdpr-more-information-row .cookie:last-child {
  border: none;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section ul li .gdpr-item {
  display: none;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section ul li .gdpr-item + label.gdpr-item-label {
  box-sizing: border-box;
  position: relative;
  background: #fff;
  color: #444;
  cursor: pointer;
  margin: 0;
  height: 41px;
  line-height: 41px;
  padding: 0 0 0 25px;
  font-size: 14px;
  border: none;
  display: inline-block;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section ul li .gdpr-item + label.gdpr-item-label + label.gdpr-more {
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  cursor: pointer;
  color: #3086ff;
  position: absolute;
  right: 10px;
  top: 11px;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section ul li .gdpr-item + label.gdpr-item-label + label.gdpr-more:hover {
  color: #0054c9;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section ul li .gdpr-item + label.gdpr-item-label:before {
  position: absolute;
  content: " ";
  top: 11px;
  left: 5px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section ul li .gdpr-item:hover + label.gdpr-item-label:after {
  position: absolute;
  content: " ";
  top: 12px;
  left: 11px;
  height: 11px;
  width: 5px;
  transform: rotate(45deg);
  border-right: 2px solid #cdcdcd;
  border-bottom: 2px solid #cdcdcd;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section ul li .gdpr-item:checked + label.gdpr-item-label:before {
  border: 1px solid #3086ff;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section ul li .gdpr-item:checked + label.gdpr-item-label:after {
  position: absolute;
  content: " ";
  top: 12px;
  left: 11px;
  height: 11px;
  width: 5px;
  transform: rotate(45deg);
  border-right: 2px solid #3086ff;
  border-bottom: 2px solid #3086ff;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section ul li .gdpr-item:checked + label.gdpr-item-label.readonly:after, html body .gdpr-detail-overview .gdpr-detail-box .tab-context section ul li .gdpr-item:checked + label.gdpr-item-label.readonly:before {
  opacity: 0.6;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section label.tab {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  width: 20%;
  text-align: center;
  position: fixed;
  display: inline-block;
  padding: 0;
  top: calc(50px + 45px);
  cursor: pointer;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section label.tab + .tab-content {
  display: none;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section label.tab:first-child {
  border-radius: 5px 0 0 0;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section .gdpr-tab-selector {
  display: none;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section .gdpr-tab-selector:checked + label.tab {
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  z-index: 9000;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section .gdpr-tab-selector:checked + label.tab:after {
  content: "";
  position: absolute;
  bottom: -3px;
  height: 4px;
  left: 0;
  right: 0;
  background: #fff;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section .gdpr-tab-selector:checked + label.tab + .tab-content {
  display: block;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section .tab-content {
  background: #fff;
  display: none;
  overflow: auto;
  max-height: 500px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #cdcdcd;
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section:nth-child(1) .gdpr-tab-selector + label.tab {
  left: calc(0 * 20% + 15px);
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section:nth-child(2) .gdpr-tab-selector + label.tab {
  left: calc(1 * 20% + 15px);
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section:nth-child(3) .gdpr-tab-selector + label.tab {
  left: calc(2 * 20% + 15px);
}
html body .gdpr-detail-overview .gdpr-detail-box .tab-context section:nth-child(4) .gdpr-tab-selector + label.tab {
  left: calc(3 * 20% + 15px);
}
html body .gdpr-detail-overview .gdpr-detail-box .privacy-notice-input-wrapper {
  text-align: left;
}
html body .gdpr-detail-overview .gdpr-detail-box .privacy-notice-input-wrapper input {
  background: none;
  box-shadow: none;
  padding: 8px 10px;
  background: #59815b;
  color: #fff;
  text-decoration: none;
  font-size: 1em;
  float: unset;
  font-weight: 500;
  cursor: pointer;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
html body .gdpr-detail-overview .gdpr-detail-box .privacy-notice-input-wrapper input:hover {
  background: #2f4530;
}
html body .gdpr-detail-overview .gdpr-detail-box .privacy-notice-input-wrapper input.privacy-accepted {
  background: #fff;
  border: 1px solid #59815b;
  color: #59815b;
}
html body .gdpr-detail-overview .gdpr-detail-box .privacy-notice-input-wrapper input.privacy-accepted:hover {
  background: #fff;
  color: #2f4530;
  border: 1px solid #2f4530;
}
html body .gdpr-detail-overview .gdpr-detail-box .privacy-notice-input-wrapper input.reject {
  background: #B13333;
  width: 100%;
  display: none;
}
html body .gdpr-detail-overview .gdpr-detail-box .privacy-notice-input-wrapper input.reject:hover {
  background: #621c1c;
}
html body .gdpr-detail-overview .gdpr-detail-box .privacy-notice-input-wrapper input.accept-all, html body .gdpr-detail-overview .gdpr-detail-box .privacy-notice-input-wrapper input.accept {
  display: block;
  width: 100%;
  margin-top: 5px;
}
html body .gdpr-detail-overview .gdpr-detail-box ul.information-content-list {
  margin: 10px 0;
  display: inline-block;
  width: 100%;
  padding: 0;
  text-align: center;
}
html body .gdpr-detail-overview .gdpr-detail-box ul.information-content-list li {
  list-style-type: none;
  display: inline-block;
  color: #59815b;
  cursor: pointer;
  padding: 0 5px;
}
html body .gdpr-detail-overview .gdpr-detail-box ul.information-content-list li label {
  cursor: pointer;
  padding: 0;
}
html body .gdpr-detail-overview .gdpr-detail-box ul.information-content-list li a {
  color: #59815b;
}
html body .gdpr-detail-overview .gdpr-detail-box ul.information-content-list li a:hover {
  color: #2f4530;
}
html body .gdpr-detail-overview .gdpr-detail-box ul.information-content-list li:hover {
  color: #2f4530;
}
@media (max-width: 468px) {
  html body .gdpr-detail-overview .gdpr-detail-box .tab-context section .gdpr-tab-selector + label.tab {
    border-radius: 5px 5px 0 0;
    left: 15px !important;
    right: 70px;
    width: initial;
  }
  html body .gdpr-detail-overview .gdpr-detail-box .tab-context section .gdpr-tab-selector:checked + label.tab {
    z-index: 20;
  }
  html body .gdpr-detail-overview .gdpr-detail-box .tab-context .mobile-navigation {
    display: block;
  }
  html body .mobile-navigation {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 30;
  }
  html body .mobile-navigation .menu-icon {
    background: #fff;
    position: absolute;
    width: calc(100% - 10px);
    display: inline-block;
    height: calc(100% - 10px);
    right: 5px;
    top: 5px;
    border-radius: 5px;
    z-index: 10;
  }
  html body .mobile-navigation .menu-icon:before {
    content: " ";
    position: absolute;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    height: 17px;
    top: 14px;
    left: 15px;
    right: 15px;
  }
  html body .mobile-navigation .menu-icon:after {
    content: " ";
    position: absolute;
    border-top: 3px solid #000;
    top: 24px;
    left: 15px;
    right: 15px;
  }
  html body .mobile-navigation #gdpr-mobile-menu-selector {
    display: none;
  }
  html body .mobile-navigation #gdpr-mobile-menu-selector + .gdpr-menu {
    display: none;
    margin: 0;
    padding: 0;
    border-radius: 5px 0 0 0;
  }
  html body .mobile-navigation #gdpr-mobile-menu-selector:checked + .gdpr-menu {
    display: block;
    position: absolute;
    top: 5px;
    background: #fff;
    right: 45px;
    box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
  }
  html body .mobile-navigation #gdpr-mobile-menu-selector:checked + .gdpr-menu:before {
    position: absolute;
    content: " ";
    top: 0;
    height: 40px;
    width: 20px;
    background: #fff;
    right: -5px;
    z-index: 15;
  }
  html body .mobile-navigation #gdpr-mobile-menu-selector:checked + .gdpr-menu:after {
    position: absolute;
    content: " ";
    top: 0;
    right: -40px;
    height: 40px;
    width: 40px;
    box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
    border-radius: 0 5px 5px 0;
  }
  html body .mobile-navigation #gdpr-mobile-menu-selector:checked + .gdpr-menu li {
    list-style-type: none;
    padding: 0 50px 0 15px;
    box-sizing: content-box;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #CDCDCD;
  }
}
html body .gdpr_box {
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0 0.5rem 5rem rgba(0, 0, 0, 0.4);
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
html body .gdpr_box .gdpr_ad {
  padding: 0 10px 5px 10px;
  border-bottom: 1px solid #444;
  margin: 0 -10px 10px -10px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
html body .gdpr_box .gdpr_ad img {
  width: 20%;
  display: inline-block;
}
html body .gdpr_box .gdpr_ad .gdpr_ad_description {
  text-align: justify;
  display: inline-block;
  width: 78%;
  vertical-align: top;
  padding: 5px 0 0 0;
  color: #444;
}
html body .gdpr_box div.privady-notice-title {
  font-size: 1.5em;
  font-weight: bold;
}
html body .gdpr_box .gdpr_box__elem_category__required {
  opacity: 0.5;
}
html body .gdpr_box .message p {
  font-size: 0.9em;
  text-align: justify;
}
html body .gdpr_box ul {
  list-style-type: none;
}
html body .gdpr_box ul li > label {
  padding: 0 0 0 40px;
  box-sizing: border-box;
}
html body .gdpr_box ul li > label span {
  font-weight: bold;
}
html body .gdpr_box ul.information-content-list {
  padding: 0;
  font-size: 0.8em;
}
html body .gdpr_box ul.information-content-list li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
html body .gdpr_box ul.information-content-list li a {
  color: #63a4ff;
}
html body .gdpr_box ul.information-content-list li a:hover {
  color: #0069fc;
}
html body .gdpr_box .gdpr-details {
  font-size: 0.8em;
  color: #63a4ff;
  display: inline;
  margin: 0 10px;
}
html body .gdpr_box .gdpr-details:hover {
  color: #0069fc;
}
html body .gdpr_box .gdpr-details:after, html body .gdpr_box .gdpr-details:before {
  display: none;
}
html body .gdpr_box .gdpr-detail-list {
  display: none;
}
html body .gdpr_box .gdpr-detail-list + ul {
  margin: 0 0 0 30px;
  display: none;
}
html body .gdpr_box .gdpr-detail-list:checked + ul {
  display: block;
}
html body .gdpr_box__content {
  position: relative;
  padding: 10px;
}
html body .gdpr_box__heading {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #313131;
}
html body .gdpr_box__elems {
  position: relative;
}
html body .gdpr_box__elem {
  position: relative;
  font-size: 1em;
  line-height: 2em;
  background: #fff;
  color: #444;
  cursor: pointer;
  border: none;
}
html body .gdpr_box__elem label {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
html body .gdpr_box__elem label:before {
  position: absolute;
  content: " ";
  top: 2px;
  left: 5px;
  width: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
}
html body .gdpr_box__elem input {
  display: none;
}
html body .gdpr_box__elem input:checked + label:before {
  border: 1px solid #3086ff;
}
html body .gdpr_box__elem input:checked + label:after {
  position: absolute;
  content: " ";
  top: 5px;
  left: 15px;
  height: 14px;
  width: 7px;
  transform: rotate(45deg);
  border-right: 2px solid #3086ff;
  border-bottom: 2px solid #3086ff;
}
html body .gdpr_box ul {
  margin: 0;
}
html body .gdpr_box ul li {
  margin: 0;
  display: inline-block;
}
html body .gdpr_box ul li ul li.gdpr-fast-select-entry {
  display: block;
  box-sizing: border-box;
}
html body .gdpr_box .privacy-notice-input-wrapper {
  text-align: left;
}
html body .gdpr_box .privacy-notice-input-wrapper input {
  background: none;
  box-shadow: none;
  padding: 8px 10px;
  background: #59815b;
  color: #fff;
  text-decoration: none;
  font-size: 1em;
  float: unset;
  font-weight: 500;
  cursor: pointer;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
html body .gdpr_box .privacy-notice-input-wrapper input:hover {
  background: #2f4530;
}
html body .gdpr_box .privacy-notice-input-wrapper input.privacy-accepted {
  background: #fff;
  border: 1px solid #59815b;
  color: #59815b;
}
html body .gdpr_box .privacy-notice-input-wrapper input.privacy-accepted:hover {
  background: #fff;
  color: #2f4530;
  border: 1px solid #2f4530;
}
html body .gdpr_box .privacy-notice-input-wrapper input.reject {
  background: #B13333;
  width: 100%;
  display: none;
}
html body .gdpr_box .privacy-notice-input-wrapper input.reject:hover {
  background: #621c1c;
}
html body .gdpr_box .privacy-notice-input-wrapper input.accept-all, html body .gdpr_box .privacy-notice-input-wrapper input.accept {
  display: block;
  width: 100%;
  margin-top: 5px;
}
html body .gdpr_box ul.information-content-list {
  margin: 10px 0;
  display: inline-block;
  width: 100%;
  padding: 0;
  text-align: center;
}
html body .gdpr_box ul.information-content-list li {
  list-style-type: none;
  display: inline-block;
  color: #59815b;
  cursor: pointer;
  padding: 0 5px;
}
html body .gdpr_box ul.information-content-list li label {
  cursor: pointer;
  padding: 0;
}
html body .gdpr_box ul.information-content-list li a {
  color: #59815b;
}
html body .gdpr_box ul.information-content-list li a:hover {
  color: #2f4530;
}
html body .gdpr_box ul.information-content-list li:hover {
  color: #2f4530;
}

.gdpr-notice-form * {
  position: relative;
}

.load-open-street-map-btn, .load-map-btn {
  background: #2E9CF3;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 24px;
  cursor: pointer;
}
.load-open-street-map-btn:hover, .load-map-btn:hover {
  background: #0a67b1;
}

body:not(.gdpr-notice-page) .gdpr-notice-form {
  display: inline-block;
  min-width: 500px;
  width: 500px;
  position: fixed;
  z-index: 2000;
}

body:not(.gdpr-notice-page) .gdpr-notice-form .privacy-notice {
  margin-top: 0;
  max-height: calc(100vh - 30px);
  overflow: auto;
}

body.admin-bar .gdpr-notice-form .privacy-notice {
  margin-top: 32px;
  max-height: calc(100vh - 62px);
}

.privacy-notice-link-wrapper a {
  cursor: pointer;
}

.privacy-notice {
  background: #fafafa;
  margin: 0 auto;
  max-width: 600px;
  margin-top: 50px;
  -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.3);
  padding: 0.75em;
  border-radius: 3px;
}

.privacy-notice h1 {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
}

.privacy-notice-link-wrapper {
  margin-top: 12px;
}

.privacy-notice-input-wrapper {
  margin: 5px 0 0 0;
  text-align: right;
}

.privacy-notice-input-wrapper input[type=submit]:disabled {
  opacity: 0.5;
  cursor: default;
}

.privacy-notice-content {
  margin-top: 12px;
  font-weight: bold;
}

.privacy-notice-input-wrapper input {
  background: none;
  border: solid 1px gray;
  border-radius: 2px;
  box-shadow: lightgray 1px 1px 2px;
  padding: 8px 10px;
  color: #2E9CF3;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  margin-left: 10px;
}

.privacy-notice input[type=submit] {
  font-size: 0.85em;
  color: #000;
  border: 1px solid #ccc;
  background: none;
  width: 100%;
  margin: 0 0 3px;
  height: 35px;
  line-height: 10px;
}

.privacy-notice input[type=submit]:last-child {
  margin-bottom: 0 !important;
}

.privacy-notice input[type=submit]:hover {
  background: #ccc;
}

.privacy-notice-input-wrapper {
  clear: both;
}

.privacy-notice-input-wrapper input.reject {
  color: #d12300;
  padding: 0.75em;
  float: left;
  background: none;
}

.privacy-notice-input-wrapper input.accept-all, input.accept {
  /*position: absolute;*/
  /*left: 0;*/
  margin-left: 0;
  padding: 0.75em;
}

.privacy-notice article.expired {
  margin-bottom: 20px;
  color: #d12300;
}

.privacy-notice article.rejected {
  color: #d12300;
}

.privacy-notice .message, .privacy-notice .link-list {
  margin-bottom: 10px;
}

#gdpr-post-content {
  display: none;
  background: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  margin: 25px auto;
  max-width: 800px;
  background: #fafafa;
  -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.3);
  padding: 25px;
  border-radius: 3px;
}

#gdpr-post-content::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

#gdpr-post-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fafafa;
  border-radius: 3px;
  z-index: -1;
}

#gdpr-post-content .response {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

#gdpr-post-content .close {
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 8px;
  background: #434343;
  color: white;
  top: 8px;
  right: 8px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
}

.privacy-notice {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
}

.privacy-notice span {
  /*color: #2E9CF3;*/
  /*text-decoration: none;*/
  font-size: 0.85em;
}

.privacy-notice a.required::after {
  content: "*";
  margin-left: 3px;
  color: red;
}

.privacy-notice ul.link-list {
  padding-left: 10px;
  list-style: none;
}

.privacy-notice-link-wrapper ul {
  padding: 0;
}

.privacy-notice-link-wrapper ul li.required {
  color: #d12300;
}

.privacy-notice-link-wrapper ul li:last-child {
  margin-bottom: 0;
}

.privacy-notice-link-wrapper ul li > * {
  vertical-align: middle;
}

.privacy-notice-link-wrapper ul li details {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  color: #555;
}
.privacy-notice-link-wrapper ul li details ul {
  padding: 0 0 0 30px;
  list-style-type: none;
}

@media only screen and (max-width: 750px) {
  .privacy-notice body form {
    width: 100%;
  }
}
body:not(.gdpr-notice-page) .gdpr-notice-form {
  min-width: 120px;
  width: 310px;
}

body:not(.gdpr-notice-page) .gdpr-notice-form .privacy-notice {
  padding: 12px 12px 0 12px;
}

body:not(.gdpr-notice-page) .gdpr-notice-form .privacy-notice .privady-notice-title {
  font-size: 20px;
}

body:not(.gdpr-notice-page) .gdpr-notice-form .privacy-notice p {
  font-size: 14px;
  text-align: justify;
}

body:not(.gdpr-notice-page) .gdpr-notice-form .privacy-notice ul.link-list {
  padding: 0;
}

body:not(.gdpr-notice-page) .gdpr-notice-form .privacy-notice ul.link-list li {
  line-height: 14px;
}

body:not(.gdpr-notice-page) .gdpr-notice-form .privacy-notice ul.link-list li label .off, body:not(.gdpr-notice-page) .gdpr-notice-form .privacy-notice ul.link-list li label .on {
  display: none;
}

body:not(.gdpr-notice-page) .gdpr-notice-form .privacy-notice ul.link-list li label span.knob {
  display: block;
  width: 17px;
  height: 9px;
  position: absolute;
  top: 2px;
}

body:not(.gdpr-notice-page) .gdpr-notice-form .privacy-notice ul.link-list li label + a {
  font-size: 14px;
}

body:not(.gdpr-notice-page) .gdpr-notice-form .privacy-notice ul.link-list li input[type=checkbox]:checked + label {
  background: seagreen;
}

body:not(.gdpr-notice-page) .gdpr-notice-form .privacy-notice ul.link-list li input[type=checkbox]:checked + label span.knob {
  left: 20px;
}

body:not(.gdpr-notice-page) .gdpr-notice-form .privacy-notice .privacy-notice-input-wrapper {
  margin: 10px 0;
  text-align: center;
}

body:not(.gdpr-notice-page) .gdpr-notice-form .privacy-notice .privacy-notice-input-wrapper .accept {
  padding: 4px 10px;
  font-size: 14px;
}

body:not(.gdpr-notice-page) .gdpr-notice-form .privacy-notice .gdpr-notice-informational-wrapper ul.link-list {
  margin: 0;
}

body:not(.gdpr-notice-page) .gdpr-notice-form .privacy-notice .gdpr-notice-informational-wrapper ul.link-list li a {
  font-size: 14px;
}

.gdpr_box .gdpr-navigation ul {
  margin: 10px 0 0 0;
  padding: 0;
  text-align: center;
}
.gdpr_box .gdpr-navigation ul li {
  margin: 0;
  padding: 0;
  display: inline;
  color: #444;
  text-decoration: underline;
  cursor: pointer;
}
.gdpr_box .gdpr-navigation ul li a {
  color: #444;
}
.gdpr_box .gdpr-navigation ul li:hover {
  color: #59815b;
}
.gdpr_box .gdpr-navigation ul li:hover a:hover {
  color: #59815b;
}

@media (max-width: 468px) {
  body:not(.gdpr-notice-page) .gdpr-notice-form {
    min-width: 120px;
    width: 100%;
    bottom: 0;
    right: 0;
  }

  body:not(.gdpr-notice-page) .privacy-notice input[type=submit] {
    width: 100%;
    padding: 10px 10px !important;
    margin-bottom: 5px;
    float: unset;
    font-size: 13px !important;
  }

  body:not(.gdpr-notice-page) .gdpr-notice-form .privacy-notice {
    padding: 12px 12px 0 12px;
  }

  body:not(.gdpr-notice-page) .gdpr-notice-form .privacy-notice .privady-notice-title {
    font-size: 16px;
  }

  body:not(.gdpr-notice-page) .gdpr-notice-form .privacy-notice p {
    font-size: 14px;
  }

  body:not(.gdpr-notice-page) .gdpr-notice-form .privacy-notice .gdpr-notice-informational-wrapper ul.link-list {
    margin: 0;
    font-size: 14px;
  }

  body:not(.gdpr-notice-page) .gdpr-notice-form .privacy-notice .gdpr-notice-informational-wrapper ul.link-list li {
    display: inline-block;
    padding: 0 5px;
  }

  body:not(.gdpr-notice-page) .gdpr-notice-form .privacy-notice .gdpr-notice-informational-wrapper ul.link-list li a {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
