﻿/*
    [START] General
*/

#innerContent {
    margin-right: 25px;
    padding-right: 0;
}

/*
    [END] General  
*/

/*
    [START] News
*/

.boxVideo:hover .newsOver, .boxNews:hover .newsOver {
    height: 118px;
    width: 118px;
}

/*
    [END] News  
*/

/*
    [START] Kiosk
*/
.relatedShadow .title {
    width: 200px;
}

.popularLinks .title {
    width: 200px;
}
/*
    [END] Kiosk
*/
/*
    [START] ProductOveriew
*/
.productOverview {
    padding: 0 0 20px 0;
}

    .productOverview .product {
        transition: all .3s ease;
        padding: 10px;
    }

        .productOverview .product .productBox {
            border-radius: 2px;
            background-color: white;
            -webkit-box-shadow: 0px 5px 7px -3px rgba(0,0,0,0.4);
            -moz-box-shadow: 0px 5px 7px -3px rgba(0,0,0,0.4);
            box-shadow: 0px 5px 7px -3px rgba(0,0,0,0.4);
            position: relative;
            overflow: hidden;
        }

            .productOverview .product .productBox img {
                position: absolute;
                height: auto;
                width: 130%;
                left: 50%;
                top: 0;
                transform: translateX(-50%) scale(1);
                transition: all ease .3s;
            }

            .productOverview .product .productBox .productBoxContainer {
                margin-top: 200px;
                min-height: 175px;
                position: relative;
                z-index: 2;
                padding: 25px;
                background-color: white;
                transition: all ease .3s;
            }


                .productOverview .product .productBox .productBoxContainer h3,
                .productOverview .product .productBox .productBoxContainer p {
                    color: black;
                    transition: all ease .3s;
                }

                .productOverview .product .productBox .productBoxContainer h3 {
                    text-transform: uppercase;
                    max-width: 170px;
                    word-wrap: break-word;
                }

                .productOverview .product .productBox .productBoxContainer p {
                    padding-top: 10px;
                }

                .productOverview .product .productBox .productBoxContainer .icon:after {
                    background-image: url('/_images/pfeilWeiss.png');
                    background-repeat: no-repeat;
                    background-size: 5px 9px;
                    display: inline-block;
                    width: 5px;
                    height: 10px;
                    content: "";
                    position: absolute;
                    top: 10px;
                    right: 7px;
                }

                .productOverview .product .productBox .productBoxContainer .btn.btn-more {
                    background-color: #f07d00;
                    color: white;
                    position: absolute;
                    bottom: 25px;
                    left: 25px;
                    padding: 4px 17.5px 4px 8px;
                    border-radius: 5px
                }


            .productOverview .product .productBox div.backgroundImage {
                width: 100%;
                height: 200px;
                position: absolute;
                top: 0;
                left: 0;
                transform: translate(0, 0) scale(1);
                transition: all ease .3s;
                background-size: cover;
            }

        .productOverview .product:hover .productBox .overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 1;
            background-color: #000000;
            background-color: rgba(0,0,0,.5);
        }

        .productOverview .product:hover .productBox div.backgroundImage {
            top: 50%;
            transform: translateY(-50%) scale(2.25);
            transition: all ease 1s;
        }

        .productOverview .product:hover .productBox .productBoxContainer {
            background-color: transparent;
            color: white;
            transition: all ease 1s;
        }

            .productOverview .product:hover .productBox .productBoxContainer h3,
            .productOverview .product:hover .productBox .productBoxContainer p {
                color: white;
                transition: all ease 1s;
            }


        .productOverview .product .productBox .productBoxContainer .tooltip .layeredIconLayered {
            height: 17px;
            width: 30px;
            background-size: cover;
            top: 24px;
            right: 15px;
            position: absolute;
        }

        .productOverview .product .productBox .productBoxContainer .tooltip .layeredIconMultiLayered {
            height: 25px;
            width: 27px;
            background-size: cover;
            top: 18px;
            right: 15px;
            position: absolute;
        }

        .productOverview .product .productBox .productBoxContainer .tooltip .tooltiptext {
            visibility: hidden;
            width: 100px;
            background-color: white;
            color: black;
            text-align: center;
            border-radius: 6px;
            padding: 10px 0;
            top: -31px;
            right: 7px;
            position: absolute;
            z-index: 1;
        }

        .productOverview .product .productBox .productBoxContainer .tooltip:hover .tooltiptext {
            visibility: visible;
        }

.titleProducts {
    margin-top: 20px;
    margin-bottom: 12px;
}
/*
    [END] ProductOveriew
*/
/*
    [START] ProductFinder
*/
.productFinderContainer .productFinder {
    -webkit-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.4);
    margin: 0 0 20px 0;
    padding: 20px;
    border-radius: 6px;
    background-color: white;
}

    .productFinderContainer .productFinder h3 {
        text-transform: uppercase;
        font-size: 14px;
        padding-bottom: 11px;
        color: #F07D00;
    }

    .productFinderContainer .productFinder p {
        color: #464646;
    }

    .productFinderContainer .productFinder .btn {
        margin-top: 20px;
        background-color: #f07d00;
        color: white;
        padding: 4px 17.5px 4px 8px;
        border-radius: 5px;
        position: relative;
        cursor: pointer;
    }

        .productFinderContainer .productFinder .btn .icon:after {
            background-image: url('/_images/pfeilWeiss.png');
            background-repeat: no-repeat;
            background-size: 5px 9px;
            display: inline-block;
            width: 5px;
            height: 10px;
            content: "";
            position: absolute;
            top: 8px;
            right: 7px;
        }

.productFinderContainer a:nth-child(even) .productFinder {
    background-color: #f07d00;
}

    .productFinderContainer a:nth-child(even) .productFinder h3 {
        color: white;
    }

    .productFinderContainer a:nth-child(even) .productFinder p {
        color: white;
    }

    .productFinderContainer a:nth-child(even) .productFinder .btn {
        margin-top: 20px;
        background-color: white;
        color: #f07d00;
        padding: 4px 17.5px 4px 8px;
        border-radius: 5px;
        position: relative;
        cursor: pointer;
    }

        .productFinderContainer a:nth-child(even) .productFinder .btn .icon:after {
            background-image: url('/_images/pfeilOrange.png');
            background-repeat: no-repeat;
            background-size: 5px 9px;
            display: inline-block;
            width: 5px;
            height: 10px;
            content: "";
            position: absolute;
            top: 8px;
            right: 7px;
        }
/*
    [END] ProductFinder
*/

/*
    [START] ProductGrid
*/

.productGrid {
    display: block;
    border-spacing: 0px;
    width: 100%;
}

    .productGrid td {
        border: 1px solid #D3D2C8;
        display: table-cell;
        padding: 5px;
        text-align: center;
        word-wrap: break-word;
    }

        .productGrid td:not(:nth-child(2)):not(:first-child):before {
            display: none;
        }

        .productGrid td:last-child {
            border-right: none;
        }

    .productGrid thead th {
        border: 1px solid #f2f1e6;
        background-color: #D3D2C8;
        padding: 10px 8px;
        margin-left: 0;
    }

        .productGrid thead th p {
            writing-mode: vertical-rl;
            transform: rotate(180deg);
            height: 175px;
            text-align: left;
        }

    .productGrid tr {
        background-color: #fff;
        height: 50px;
    }

    .productGrid .productName {
        border-right: none;
        border-left: none;
        text-align: left;
        padding: 15px;
        background-color: #fff;
    }

    .productGrid .btnMore {
        text-align: right;
        color: orange;
        font-weight: bold;
        cursor: pointer;
        padding-right: 5px;
        padding-left: 0;
        border-left: none;
    }

        .productGrid .btnMore a .icon:after {
            background-image: url('/_images/pfeilOrange.png');
            background-repeat: no-repeat;
            background-size: 5px 9px;
            display: inline-block;
            width: 5px;
            height: 10px;
            content: "";
            margin-left: 5px;
            position: relative;
            top: 1px;
        }

    .productGrid .productGroup {
        border-left: none;
        border-right: none;
        text-align: left;
        text-transform: uppercase;
        font-weight: bold;
    }

    .productGrid #multiLayered {
        padding-top: 50px;
        padding-bottom: 15px;
    }

@media screen and (max-width:980px) {
    .productGrid {
        overflow: auto;
        height: 90vh;
        width: 90vW;
    }
}

/*
    [END] ProductGrid
*/



/*
    [START] ProductDetail
*/

.productImageText {
    margin-top: 20px;
}

    .productImageText:hover .productImage img {
        transform: scale(1.25);
        transition: all ease-in-out 1s;
        opacity: .5;
    }

    .productImageText .productImage {
        overflow: hidden;
        position: relative;
    }

        .productImageText .productImage img {
            width: 100%;
        }

#productImageRightCol .productImageText .productImage img[id$="imgProduct2"] {
    width: 94%;
}

#productImageRightCol .productImageText .productImage img[id$="imgProduct3"] {
    width: 93%;
}

.productDocumentContainer {
    margin: 60px 0;
}

    .productDocumentContainer .col-12,
    .productDocumentContainer .col-md-4 {
        padding: 0;
    }

    .productDocumentContainer .productDocument {
        padding-right: 25px;
        padding-left: 25px;
        min-height: 80px;
    }

.productDocument .productDocumentTitle {
    position: absolute;
    left: 55px;
    max-width: 80%;
}

@media screen and (min-width:768px) {
    .productDocumentContainer .productDocument {
        padding-right: 25px;
        padding-left: 0;
    }

        .productDocumentContainer .productDocument .productDocumentTitle {
            position: absolute;
            left: 30px;
        }
}

hr {
    margin-top: 50px;
}
/*
    [END] ProductDetail
*/
