/* Zoom in effect on watches */
/*.img.lineListWatch, .watchSliderWrapper img, .csc-textpic-image a, .watchesInSeries img, .tx-junghans-collection a img, .csc-textpic-imagewrap img{
    transition: 1s all ease-in-out;
}
.img.lineListWatch:hover,  .watchSliderWrapper img:hover, .csc-textpic-image a:hover, .watchesInSeries img:hover, .tx-junghans-collection a img:hover, .csc-textpic-imagewrap img:hover{
    transform: scale(1.05,1.05);
}*/

.csc-textpic-image a img, img.lineListWatch, .news .article img, .slides a img{
    transition: 1s all ease-in-out;
}
.csc-textpic-image a img:hover, img.lineListWatch:hover, .article:hover img, .slides a img:hover{
    transform: scale(1.05, 1.05);
}
.news .article a:hover:before{
    width: 0 !important;
}

/* Overlay button */
.btn-overlay{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /*border: 1px solid transparent;*/
    z-index:999;
}
.btn-overlay:before {
    background:transparent;
    max-width: 100%;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    height: auto;
    width: auto;
    /*border: 1px solid transparent;*/
    transition: .7s all ease-in-out;
}
.btn-overlay:hover:before{
    /*left: 40px;
    right: 40px;
    top: 40px;
    bottom: 40px;
    border: 1px solid white;*/
}
.backstretch img, .backstretch_ img{
transition: 1s all ease-in-out;
}
.backstretch-hover:hover .backstretch img, .backstretch_:hover img, .backstretch:hover img{
transform: scale(1.05,1.05);
}
.backstretchContent .btn-outline-light{
transition: .7s all ease-in-out;
}
.backstretch-hover:hover .backstretchContent .btn-outline-light{
/*margin-bottom: 35px !important;*/
}

/** Shine effect **/
/**
 * The "shine" element
 */

/*.backstretchContent .row-fluid-slideOverlay:after, */
.container.tx_teufelssocialstream .backgroundImg:after,
.col-md-8 .csc-textpic-imagewrap .csc-textpic-center-inner:after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(255,255,255,.10) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(255,255,255,.10) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

/* Hover state - trigger effect */

/*.backstretchContent .row-fluid-slideOverlay:hover:after, */
.container.tx_teufelssocialstream .backgroundImg:hover:after,
.col-md-8 .csc-textpic-imagewrap .csc-textpic-center-inner:hover:after {
    -webkit-animation: shine 2s;
    animation: shine 2s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

.backstretch_, .backgroundImg{
    overflow: hidden;
}

.footer_inner li a:hover:before, .footer_inner li a:focus:before{
    width: 0 !important;
}
.footer_inner li a.internal-link:hover{
    color: #999fa2 !important;
}

