/*blue color: #0075bf*/

/* global color */

.fusion-header.fusion-sticky-shadow, main, .fusion-header, .menu-bad-zubehoer-scroll-to-container, .width-100 .fusion-fullwidth {
    background-color: #0075bf !important;
    color: #fff;
}

.deep-links .fusion-image-element img,
.fusion-main-menu i,
.fusion-logo-link img,
.fusion-main-menu-icon.fusion-bar-highlight {
    filter: brightness(0) invert(1) !important;
}

.menu-text, .menu-bad-zubehoer-scroll-to-container ul li a, .title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
    color: #fff !important;
}

#wrapper .product-box {
    background-color: #fff;
}

#wrapper .product-box .product-content {
    color: #000000;
}

div.product-tbl {
    border-bottom: 1px solid #ffffff !important;
    margin-left: 0% !important;
    margin-right: 0% !important;
}

#xmas-form {
    width: 27%;
    position: fixed;
    top: 150px;
    right: 12%;
    padding: 30px 40px !important;
    z-index: 9999;
    transition: all .3s;
    opacity: 0;
}

#xmas-form .saveup-rule {
    text-align: center;
}

.wpcf7-quiz-label {
    color: #000000;
}

#wpforms-form-21576.wpforms-form a {
    color: #fff;
    text-decoration: underline;
}

#wpforms-form-21576.wpforms-form a:hover {
    color: #fff;
}

#wpforms-form-21576.wpforms-form .wpforms-submit {
	background: #0063a2;
}

#wpforms-form-21576.wpforms-form .wpforms-submit:hover {
    background: #03588e;
}

@media screen and (min-width: 1024px) and (max-width: 1240px) {
    .amount-sub, .amount-add {
        width: 82px;
        text-align: center;
    }
}

@media screen and (min-width: 1024px) {
    div.product-tbl,
    .editorial > .fusion-row,
    .shipping-info > .fusion-row,
    .category-header > .fusion-row {
        width: 63%;
    }

    .editorial > .fusion-row,
    .shipping-info > .fusion-row,
    .category-header > .fusion-row {
        margin-left: 0;
    }
}

@media screen and (max-width: 1023px) {

    .menu-text {
        color: #000000 !important;
    }

    .fusion-mobile-menu-icons {
        filter: brightness(0) invert(1);
    }

    #xmas-form {
        width: 100%;
        position: unset;
        padding: 30px !important;
        display: block;
        margin: 50px 0 0 0;
        opacity: 1;
    }

    #xmas-form .fusion-builder-row.fusion-row.fusion-flex-align-items-flex-start {
        margin: 0 !important;
    }

    #xmas-form span {
        display: block;
    }

    #xmas-form span img {
        margin: 0 auto;
        display: block;
    }

    #wrapper .fusion-header > .fusion-row {
        background-color: transparent !important;
    }

}

/* < Tablet Portrait 768 x 1024 px = Smartphone Plus */
@media screen and (max-width: 767px) {
    .fusion-body #wrapper #opener .fusion-title h1, .fusion-body #wrapper .img-opener h1 {
        color: #fff !important;
    }

    .fusion-body #wrapper .slideless-opener .opener-brands {
        margin-bottom: 30px;
    }

    .fusion-body #wrapper #main #content .img-opener .opener-brands .brands img {
        height: auto !important;
        max-width: 250px !important;
    }
}



