/*
 Theme Name:   Kruger
 Author:       Pixenity Studio
 Author URI:   https://pixenity.com
 Template:     woodmart
 Version:      1.0
 Text Domain:  kruger
*/

/* General */
html {
    scroll-behavior: smooth !important;
}
.wd-content-layout {
    padding-block: 0;
}
.color-scheme-light,
.whb-color-light {
    color: #fff !important;
}
/* .text-bold {
    font-weight: 600;
}
.btn span.wd-btn-icon {
    opacity: 1;
    transform: translateX(0px);
    transition: all 300ms ease 0ms;
}
.btn:hover span.wd-btn-icon {
    transform: translateX(5px);
} */

/* Header */
.home .whb-header .menu-item.home {
    display: none
}
/* .wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    display: none;
}
.header-phone a,
.wd-tools-icon {
    color: #fff;
}
.whb-sticked .header-phone a,
.whb-sticked .wd-nav>li>a,
.whb-sticked .wd-tools-icon {
    color: var(--wd-primary-color);
}
.header-phone a:hover,
.whb-sticked .wd-nav>li>a:hover {
    color: var(--wd-alternative-color);
}
.wd-header-overlap .page-title .wd-page-title-bg::after {
    content: "";
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.wd-breadcrumbs {
    font-size: 14px;
} */

/* Homepage */
.produkte:not(.test) .info-box-icon {
    background-color: rgb(0, 105, 180);
}
.produkte .info-box-icon svg path {
    stroke: #fff !important;
}

/* Content */
#main-content .wd-content-area :is(ul,ol) {
    --li-pl: 8px;
}
#main-content .wd-content-area :is(ul,ol) li {
    padding-left: 10px;
    list-style-type: "›";
}
#main-content .wd-content-area li::marker {
    color: var(--wd-primary-color);
    font-weight: 700;
}
#main-content .wd-content-area .color-scheme-light li::marker {
    color: #fff;
}
/* .wd-post-read-more a {
    color: var(--color-gray-800);
    font-size: 12px;
    border-bottom: 2px solid var(--wd-primary-color);
}
.wd-post-read-more a:hover {
    color: var(--color-gray-500);
}
.wd-post-read-more a::after {
    content: "\f178";
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    margin-left: 5px;
    opacity: 1;
    transform: translateX(0px);
    transition: all 300ms ease 0ms;
}
.wd-post-read-more a:hover::after {
    transform: translateX(5px);
} */

/* Contacts */
/* .contacts a {
    color: var(--wd-alternative-color);
} */

/* Contact forms */
.form-style-underlined textarea {
    min-height: fit-content;
}
.screen-reader-response {
    visibility: hidden;
    display: none;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
}
.wpcf7 .wpcf7-not-valid {
    border-bottom-color: #e74c3c;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form:not(.sent) .wpcf7-response-output {
    font-size: 14px;
    margin-top: 20px;
    padding: 15px;
    text-align: center;
}
div.wpcf7 .wpcf7-spinner {
    margin-left: unset;
}
.wpb_gmaps_widget {
    filter: grayscale(1);
}

/* Footer */
footer .wd-copyrights {
    border-top: unset;
    padding-block: 30px;
}
footer .wd-social-icons>a {
    background: var(--wd-primary-color);
}
footer .wd-nav:is(.wd-style-bordered,.wd-style-separated)>li:not(:last-child):after {
    border-right-color: rgba(255,255,255,0.2);
}
footer .wd-nav>li>a {
    font-weight: normal;
    font-size: 14px;
}
footer,
footer a {
    color: #fff;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    footer .wd-image,
    footer .wd-text-block,
    footer .widget_nav_mega_menu,
    footer .wd-social-icons,
    footer .copy .wd-text-block,
    footer .text-right {
        display: block;
        text-align: center;
        --text-align: center;
    }
    footer #menu-footer-menu {
        justify-content: center;
    }
}
@media screen and (max-width: 399px) {
    footer .wd-nav:is(.wd-style-bordered,.wd-style-separated)>li:nth-child(2):after {
        border-right: 0;
    }
}
a.scrollToTop {
    bottom: 20px;
    right: 20px;
    background-color: var(--wd-alternative-color);
}
a.scrollToTop:after {
    color: #fff;
}
a.scrollToTop:hover {
    opacity: 0.9;
}

/* Cookies */
.cmplz-cookiebanner {
    text-align: center;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
    font-size: 12px !important;
}
@media (max-width: 768px) {
    .cmplz-cookiebanner {
        width: 80% !important;
    }
}

/* WDM missing styles */
.wd-notice,
div.wpcf7-response-output {
    --wd-link-decor: underline;
    --wd-link-decor-hover: underline;
    --wd-link-color: currentColor;
    --wd-link-color-hover: color-mix(in srgb, currentColor 80%, transparent);
    position: relative;
    margin-bottom: 20px;
    padding-block:18px;
    padding-inline:65px 30px !important;
    text-align: start;
    border: none;
    border-radius: var(--wd-brd-radius);
    outline: none !important
}
.wd-notice:before,
div.wpcf7-response-output:before{
    position: absolute;
    top: calc(50% - 9px);
    left: 24px;
    font-size: 18px;
    line-height: 18px;
}
.wd-notice p:last-child,
div.wpcf7-response-output p:last-child {
    margin-bottom: 0
}
.wd-notice .amount,
div.wpcf7-response-output .amount {
    color: #fff
}
.wd-notice :is(.button,.wc-backward),
div.wpcf7-response-output :is(.button,.wc-backward) {
    text-decoration: none;
    --btn-color: currentColor;
    --btn-color-hover: currentColor;
    --btn-bgcolor: transparent;
    --btn-bgcolor-hover: transparent;
    --btn-brd-width: 2px;
    --btn-box-shadow-hover: none;
    --btn-height: none;
    --btn-padding: 0;
    --btn-brd-color: color-mix(in srgb, currentColor 50%, transparent);
    border-top: 0;
    border-inline:0;margin-inline:4px
}
.wd-notice.wd-success,.wpcf7 form.sent .wpcf7-response-output {
    background-color: var(--notices-success-bg);
    color: var(--notices-success-color)
}
.wd-notice.wd-warning,
.wpcf7 form:not(.sent) .wpcf7-response-output {
    background-color: var(--notices-warning-bg);
    color: var(--notices-warning-color)
}
.wd-notice.wd-info {
    background-color: #4D93D1;
    color: #fff
}