/* GDPR */
[data-tag] {
  visibility: visible;
}
.wcc-cookie-audit-table td:first-child {
  word-break: break-all !important;
}
.wcc-btn-revisit-wrapper {
  opacity: 1;
}
.wcc-revisit-bottom-right {
  bottom: 10px !important;
  right: 21px !important;
}
@media (max-width: 1024.98px) {
  .sticky-toolbar-on .scrollToTop {
    bottom: 120px !important;
    right: 13px;
  }
  .wcc-revisit-bottom-right {
    bottom: 60px !important;
    right: 10px !important;
  }
}
@media (max-width: 576px) {
  .wcc-modal, .wcc-popup-center {
    max-width: 95% !important;
  }
  .wcc-preference-center {
    max-height: 85vh !important;
  }
}
/* FOOTER */
@media all and (max-width: 1024.98px) {
    .footer-sidebar {
        padding-block: 20px 10px;
    }
}
@media all and (min-width: 1025px) {
    .footer-container {
        margin-bottom: 55px;
    }
    .wd-toolbar {
        display: flex !important;
        display: -webkit-box !important;
        display: ms-flexbox !important;
        z-index: 350 !important;
    }
    .wd-toolbar .woodmart-burger {
        margin-top: inherit;
    }
    .wd-toolbar > a, .wd-toolbar > div {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 20%;
        flex: 1 0 20%;
    }
    .scrollToTop {
        bottom: 70px !important;
    }
}
.scrollToTop {
  background-color: rgba(255, 255, 255, 0.9);
}
.footer-container #menu-kundeservice a, .footer-container .tagcloud a {
  color: rgba(255,255,255,0.6);
}
#menu-kundeservice a:hover {
  color: #fff;
}
.footer-column {
  padding-top: 20px;
}
.footer-container .nav-link-text {
  font-weight: normal;
}
/* Safari 11+ */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
.wd-toolbar {
        padding-left: 60px !important;
    }
}}

/* Safari 10.1 */
@media not all and (min-resolution:.001dpcm){ 
@supports (-webkit-appearance:none) and (not (stroke-color:transparent)) {
.wd-toolbar {
        padding-left: 60px !important;
    }
}}

/* Safari 6.1-10.0 (but not 10.1) */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0){ 
@media {
.wd-toolbar {
        padding-left: 60px !important;
    }
}}