#top-teaser{
    width: 980px;
    padding: 0 0 25px 0;
    position: relative;

}

.top-teaser-item-label{
    position: absolute;
    width: auto;
    max-width: 85%;
    top: 0;
    left: 0;
    font-size: 16px;
    font-family: "VAG Rounded W02 Bold";
    color: #FFF;
    padding: 3px 5px;
    background: #ccc;
    text-align: center;
    z-index: 2;
}



.top-teaser-item-frame{
    display: none;
    width: 222px;
    height: 112px;
    position: absolute;
    border: 4px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 2;
}

/*.top-teaser-item-wrapper-child.top_1 .top-teaser-item-frame{*/
    /*border-color: #ba9532;*/
/*}*/

/*.top-teaser-item-wrapper-child.top_1 .top-teaser-item-label{*/
    /*background: #ba9532;*/
/*}*/

/*.top-teaser-item-wrapper-child.top_2 .top-teaser-item-frame{*/
    /*border-color: #b10911;*/
/*}*/

/*.top-teaser-item-wrapper-child.top_2 .top-teaser-item-label{*/
    /*background: #b10911;*/
/*}*/

/*.top-teaser-item-wrapper-child.top_3 .top-teaser-item-frame{*/
    /*border-color: #1d7bae;*/
/*}*/

/*.top-teaser-item-wrapper-child.top_3 .top-teaser-item-label{*/
    /*background: #1d7bae;*/
/*}*/

/*.top-teaser-item-wrapper-child.top_4 .top-teaser-item-frame{*/
    /*border-color: #578e2b;*/
/*}*/

/*.top-teaser-item-wrapper-child.top_4 .top-teaser-item-label{*/
    /*background: #578e2b;*/
/*}*/

.top-teaser-item-wrapper{
    float: left;
    position: relative;
    margin-right: 20px;
    width: 230px;
    height: 120px;
}

.top-teaser-item-wrapper-child{
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    height: 120px;
    overflow: hidden;
    opacity: 0;
    z-index: 0;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

.top-teaser-item-wrapper-child.visible{
    opacity: 1;
    z-index: 1;
}

.top-teaser-item-wrapper-child:hover{

}

.top-teaser-item-wrapper-child:hover .top-teaser-item-frame{
    display: block;
}

body.html5 .top-teaser-item-wrapper-child:hover img{
    /*margin: -10px 0 0 -24px;*/
    /*vertical-align: top;*/
    /*width: 260px;*/
    /*max-width: 260px;*/
    /*height: auto;*/

    /* Webkit for Chrome and Safari */
    -webkit-transform: scale(1.2, 1.2);
    -webkit-transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;

    /* Webkit for Mozila Firefox */
    -moz-transform: scale(1.2, 1.2);
    -moz-transition-duration: 400ms;
    -moz-transition-timing-function: ease-out;

    /* Webkit for IE( Version: 11, 10 ) */
    -ms-transform: scale(1.2, 1.2);
    -ms-transition-duration: 400ms;
    -ms-transition-timing-function: ease-out;
}

body.html4 .top-teaser-item-wrapper-child:hover img{
    margin: -10px 0 0 -24px;
    vertical-align: top;
    width: 260px;
    max-width: 260px;
    height: auto;
}

.top-teaser-item-wrapper-child a{
    background: url('../img/transparent.gif');
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
}

.top-teaser-item-wrapper:last-child {
    margin: 0 !important;
}
.top-teaser-item-wrapper.last-child{
    margin: 0 !important;
}

.top-teaser-item-wrapper-child img{
    position: relative;
    z-index: 1;
    max-width: 230px;
}