﻿/**********  Eigener Content ***********/

/* Bootstrap modal */
.modal-backdrop {
    /*z-index: -1;*/
}

.modal-dialog .modal-content {
    border-radius: 0;
}

/* Bildbreite in Shop Listview begrenzen*/
.img-list-view {
    max-width: 273px;
}

/* Bilder in Detailansicht zentrieren */
.inner-product-details-left > .tab-content > .tab-pane > a > img,
.inner-product-details-left > ul > li > a > img {
    display: block;
    margin: 0 auto;
    border: none;
}


/* inner-shop-top-left teilweise auf die list und grid Elemente übertragen */

.grid-list-buttons ul > li {
    border: 1px solid #e1e1e1;
    display: inline-block;
}

    .grid-list-buttons ul > li:hover a i {
        color: #cda85c;
    }

    .grid-list-buttons ul > li > a {
        padding: 8px 17px;
        display: block;
    }

@media only screen and (max-width: 479px) {
    .grid-list-buttons ul > li > a {
        padding: 8px 10px;
    }
}

.grid-list-buttons ul > li > a > i {
    color: #989898;
}

.grid-list-buttons ul > .active i {
    color: #cda85c;
}

.sorting-dropdown {
    /*border: 1px solid #b6b6b6;*/
    display: block;
    padding: 12px 20px;
}

    .sorting-dropdown .dropdown {
        border: 1px solid #e1e1e1;
        display: inline;
        padding: 12px 20px;
    }

        .sorting-dropdown .dropdown button:active {
            box-shadow: none;
            outline: none;
        }

@media only screen and (max-width: 479px) {
    .sorting-dropdown .dropdown {
        padding: 12px;
    }
}

.sorting-dropdown .dropdown button {
    text-transform: uppercase;
    padding: 0;
    background: transparent;
}

    .sorting-dropdown .dropdown button span {
        margin-left: 15px;
    }

.sorting-dropdown .dropdown .dropdown-menu {
    border-radius: 0;
    left: -2px;
    min-width: 195px;
}


.info-empty {
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
}

#containerAddToCart {
    width: 100%;
    height: 100%;
    position: relative;
}

#coverAddToCart {
    background-color: white;
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

    #coverAddToCart:hover {
        opacity: 0.8;
    }

#linkAddToCart {
    background: #cda85c;
    color: #ffffff;
}

/* INDEX: product-box4 bezeichnung h3 color change */

.bezeichnung {
    position: absolute;
    width: 100%;
    top: 60%;
    display: table;
    z-index: 3000;
}

    .bezeichnung h3 {
        height: 60px;
        text-align: center;
        vertical-align: middle;
        display: table-cell;
        text-transform: uppercase;
        opacity: 0.8;
    }

@media only screen and (max-width: 479px) {
    .bezeichnung h3 {
        height: 40px;
        font-size: small;
    }
}

.product-box4 h3 {
    background-color: white;
    color: black;
    transition: color .5s ease-in, background-color .5s ease-in;
}

.product-box4:hover h3 {
    background-color: #cda85c;
    color: white;
}

/* Footer */

.footer-box .footer-social li {
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
}

    .footer-box .footer-social li a {
        width: 28px;
        line-height: 26px;
        border-radius: 50%;
        height: 28px;
        border: 1px solid #cda85c;
        display: block;
        text-align: center;
        background: transparent;
    }

        .footer-box .footer-social li a i {
            color: #cda85c;
            -webkit-transition: all 0.5s ease-out;
            -moz-transition: all 0.5s ease-out;
            -ms-transition: all 0.5s ease-out;
            -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

        .footer-box .footer-social li a:hover {
            border: 1px solid #cda85c;
            background: #cda85c;
            -webkit-transition: all 0.5s ease-in;
            -moz-transition: all 0.5s ease-in;
            -ms-transition: all 0.5s ease-in;
            -o-transition: all 0.5s ease-in;
            transition: all 0.5s ease-in;
        }

            .footer-box .footer-social li a:hover i {
                color: #ffffff;
                -webkit-transition: all 0.5s ease-in;
                -moz-transition: all 0.5s ease-in;
                -ms-transition: all 0.5s ease-in;
                -o-transition: all 0.5s ease-in;
                transition: all 0.5s ease-in;
            }

/* Kendo / Devexpress Workarounds */

.k-map .k-layer {
    width: 100%;
    height: 100%;
}

.dx-map-container {
    width: 100%;
    height: 100%;
}