
.mainNav ul.ebene1 > li:hover .teaserwrap .teaser .image img:hover{

    /*-webkit-animation: naviTeaser 20s linear infinite;*/
    /*-moz-animation: naviTeaser 20s  linear infinite;*/
    /*-o-animation: naviTeaser 20s  linear infinite;*/
    /*animation: naviTeaser 20s  linear infinite;*/
    -webkit-transition: 5s;
    -moz-transition: 5s;
    -ms-transition: 5s;
    -o-transition: 5s;
    transition: 5s;
    -webkit-transform: translate3d(-5px, -5px, 0px);
    -moz-transform: translate3d(-5px, -5px, 0px);
    -ms-transform: translate3d(-5px, -5px, 0px);
    -o-transform: translate3d(-5px, -5px, 0px);
    transform: translate3d(-5px, -5px, 0px);

}
.mainNav ul.ebene1 > li:hover .teaserwrap .teaser .image img{
    -webkit-transition: 3s;
    -moz-transition: 3s;
    -ms-transition: 3s;
    -o-transition: 3s;
    transition: 3s;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);

}

.mainNav ul.ebene1 > li:hover ul.ebene2 li:hover {
    -webkit-animation: naviTeaser 3000ms linear;
    -moz-animation: naviTeaser 3000ms  linear;
    -o-animation: naviTeaser 3000  linear;
    animation: naviTeaser 3000ms linear;
    background: rgb(42,176,237); /* Old browsers */
    background-image: -moz-linear-gradient(-45deg,  rgba(42,176,237,1) 0%, rgba(42,176,237,1) 63%, rgba(124,196,255,1) 74%, rgba(42,176,237,1) 85%, rgba(42,176,237,1) 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(42,176,237,1)), color-stop(63%,rgba(42,176,237,1)), color-stop(74%,rgba(124,196,255,1)), color-stop(85%,rgba(42,176,237,1)), color-stop(100%,rgba(42,176,237,1))); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-45deg,  rgba(42,176,237,1) 0%,rgba(42,176,237,1) 63%,rgba(124,196,255,1) 74%,rgba(42,176,237,1) 85%,rgba(42,176,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-45deg,  rgba(42,176,237,1) 0%,rgba(42,176,237,1) 63%,rgba(124,196,255,1) 74%,rgba(42,176,237,1) 85%,rgba(42,176,237,1) 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-45deg,  rgba(42,176,237,1) 0%,rgba(42,176,237,1) 63%,rgba(124,196,255,1) 74%,rgba(42,176,237,1) 85%,rgba(42,176,237,1) 100%); /* IE10+ */
    background-image: linear-gradient(135deg,  rgba(42,176,237,1) 0%,rgba(42,176,237,1) 63%,rgba(124,196,255,1) 74%,rgba(42,176,237,1) 85%,rgba(42,176,237,1) 100%); /* W3C */
    filter-image: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ab0ed', endColorstr='#2ab0ed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
/* @keyframes liHover */
@-webkit-keyframes naviTeaser {
    0% {.navbar-nav
        background-position-x: 1000px;

    }
    100% {
        background-position-x: -1000px;
    }
}
@keyframes naviTeaser{
    0% {
        background-position-x: 1000px;

    }
    100% {
        background-position-x: -1000px;
    }
}
