/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */

.blog-details h1 {
    color: #21612b;
}

body {
    color: #1e1e1f;
    &[data-page="18"] {
        #content {
            padding-bottom: 3rem;
            background: transparent;
        }
    }
}

.categorybanner {
    .position-relative > div {
        position: absolute;
        left: 0;
        bottom: 30%;
        background: rgba(255, 255, 255, 0.7);
        color: #21612b;
        padding: 20px;
        font-size: 28px;
        box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
        line-height: 1;
    }
    ~ h1 {
        display: none;
    }
}

#content {
    padding: 1.5rem;
    background: white;
    margin-bottom: 3rem;
}

#copyright {
    background-color: #e7e7e7;
    color: #1e1e1f;
    padding: 1rem 0 3rem;
    a {
        color: #1e1e1f;
    }
}

#existing-customer {
    div#ppc-orderProcess-horizontal-container {
        padding: 0 !important;
    }
}

.fa-sup {
    font-size: 12px;
}

#footer {
    background-color: white;
    .box-normal {
        margin-bottom: 1.5rem;
    }
    .btn-facebook {
        color: #3b5998;
        border-color: #3b5998;
        &:hover, &:active {
            background-color: #3b5998;
            border-color: #3b5998;
            color: white;
        }
    }
    .footer-topbar {
        background-color: #21612b;
        color: #fff;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .newsletter-footer {
        background-image: url("images/newsletter-bg.png");
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .payment-icons {
        font-size: 0;
        img {
            border: 1px solid rgba(0, 0, 0, 0.1);
        }
    }
    .productlist-filter-headline {
        color: #21612b;
        font-size: 1rem;
    }
    .footer-social-media ul {
        justify-content: center;
        li {
            margin: 0;
        }
    }
}

#garantie {
    display: flex;
    padding: 10px;
    align-items: center;
    border: 1px solid #eaeaf0;
    margin-top: 20px;
    img {
        margin-right: 10px;
    }
}

.garantie-liste {
    position: absolute;
    z-index: 1;
    width: 78px;
    height: 78px;
}

h1 {
    color: #21612b;
}

#header-top-bar {
    background-color: #21612b;
    color: #fff;
    a {
        color: #fff !important;
    }
}

.is_checkout {
    .hide-navbar {
        display: block !important    ;
    }
}

#main-wrapper {
    background: #f5f7fa;
}

.newsbox-headline {
    color: #21612b;
    text-decoration: none;
    font-size: 18px;
}

.opc-product-slider {
    background: white;
    padding: 30px 30px 0 30px;
}

.price_wrapper .price {
    margin: 0;
}

#product-offer {
    .product-title {
        color: #21612b;
    }
    .variations dt {
        font-weight: bold;
    }
    .info-essential {
        margin-top: 0 !important;
    }
}

.product-wrapper {
    .item-slider {
        margin-bottom: 15px;
    }
    .productbox-inner {
        .col-12 {
            > .productbox-image {
                margin-bottom: 15px;
            }
        }
    }
    a {
        text-decoration: none;
    }
}

.product-wrapper-news {
    height: auto !important;
}

#pushed-success {
    margin: 0;
    box-shadow: none;
    #putIntoBasket {
        .modal-body {
            padding: 1rem 0;
        }
    }
}

.slick-slide {
    height: auto !important;
}

.teaser {
    .button {
        position: absolute;
        bottom: 20px;
        left: 35px;
        right: 35px;
        background-color: rgba(255,255,255,0.8);
        padding: 10px;
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        transition: 0.5s ease all;
    }
    &:hover {
        .button {
            color: #1e1e1f;
            top: 30px;
            bottom: 0;
            right: 15px;
            left: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.5s ease all;
        }
    }
}

.zoom-in {
    overflow: hidden;
    img {
        transition: 0.5s ease all;
    }
    &:hover {
        img {
            transform: scale(1.1);
            transition: 0.5s ease all;
        }
    }
}

@media (min-width: 992px) {
    #shop-nav .fas {
        font-size: 20px;
    }
    .blog-main-image {
        width: 600px !important;
    }
    #mainNavigation {
        height: 3.5rem;
        .dropdown-menu {
            max-width: 1220px;
            left: 0;
            right: 0;
            margin: auto;
            .dropdown-body {
                padding: 1.5rem;
            }
            .submenu-headline-toplevel {
                border-bottom: none;
                margin-bottom: 0;
                text-transform: uppercase;
            }
            .nav-item {
                white-space: unset !important;
            }
        }
        .navbar-nav {
            paddingbottom: 0;
            >.nav-item>.nav-link {
                padding: 1rem 0.6rem;
                font-size: 16px;
            }
        }
    }
}

@media (max-width: 767px) {
    .categorybanner .position-relative > div {
        bottom: 20%;
        padding: 10px 20px;
        font-size: 20px;
    }
}

@media (max-width: 991.98px) {
    .slick-type-product:not(.slider-no-preview) .slick-list, .slick-type-half:not(.slider-no-preview) .slick-list, .slick-type-news:not(.slider-no-preview) .slick-list, .slick-type-three:not(.slider-no-preview) .slick-list, .slick-type-box:not(.slider-no-preview) .slick-list {
        padding-right: 0;
    }
}

.slick-dots {
    margin: 0 0 2rem;
}