        /* bannerCollection, used in Annual Report homepage */
        div.bannerCollection {
            margin: 1.5em 1.25em 1.85em;
        }

        div.bannerCollection .divColumn {
            float: left;
        }

        div.bannerCollection .animationTeaser {
            background: #cbcbcb; /* Old browsers */
            background: -moz-linear-gradient(top, #cbcbcb 0%, #f3f3f3 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cbcbcb), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #cbcbcb 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #cbcbcb 0%,#f3f3f3 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #cbcbcb 0%,#f3f3f3 100%); /* IE10+ */
            background: linear-gradient(to bottom, #cbcbcb 0%,#f3f3f3 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbcbcb', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
            height: 41.8328em;
            margin-right: 0.833324em;
            position: relative;
            width: 40em;
        }
        
        div.bannerCollection .epo40Teaser {
            background-color: #be0f04;
            color: #fff;
            height: 41.8328em;
            margin-right: 0.833324em;
            position: relative;
            width: 40em;
        }
        
        div.bannerCollection .epo40Teaser ul li a,
        div.bannerCollection .animationTeaser ul li a {
            color: #fff;
            font-size: 1.083em;
            line-height: 1.75em;
        }
        

        /* Statistic wrap, holding the animation layers */
        div.bannerCollection .epo40Teaser .animationItems,
        div.bannerCollection .animationTeaser .animationItems {
            position: relative;
            
            width: 450px;
            height: 268px;
        }
        /* Statistic item, holding the content of one animation layer */
        div.bannerCollection .animationTeaser .animationItems .item {
            position: absolute;
        }
        /* Animation container, holding the content of one animation layer */
        div.bannerCollection .animationTeaser .animationItem {
            opacity: 0;
            display: none;
        }
        div.bannerCollection .animationTeaser .animationItems span {
            display: block;
        }
        div.bannerCollection .animationTeaser .animationItems .statisticAddional {
            display: none;
        }
        div.bannerCollection .animationTeaser .animationItems .statisticImage {
            position: absolute;
            left: 0;
            top: 0;
        }
        /* General styling of statistic numbers */
        div.bannerCollection .animationTeaser .animationItems .statisticDescription,
        div.bannerCollection .animationTeaser .animationItems .statisticLabel,
        div.bannerCollection .animationTeaser .animationItems .statisticValue {
            position: absolute;
            z-index: 99;
        }
        /* Styling of statistic categories */
        div.bannerCollection .animationTeaser .animationItems .statisticLabel {
            font-weight: bold;
        }
        /* Styling of statistic value numbers */
        div.bannerCollection .animationTeaser .animationItems .statisticValue {
            color: #fff;
            white-space: nowrap;
            font-weight: bold;
        }
        /* Styling of statistic scala numbers */
        div.bannerCollection .animationTeaser .animationItems .statisticDescription {
            color: #404955;
        }
        div.bannerCollection .epo40Teaser .contentBox,
        div.bannerCollection .animationTeaser .contentBox {
            padding: 1.25em;
        }

        div.bannerCollection .epo40Teaser ul,
        div.bannerCollection .animationTeaser .contentBox ul {
            margin-bottom: 1em;
        }

        div.bannerCollection .animationTeaser .note {
            bottom: 0.2499972em;
            position: absolute;
        }
        
        div.bannerCollection .epo40Teaser img {
            bottom: 0;
            left: 0;
            position: absolute;
        }
        
        div.bannerCollection .epo40Teaser h1,
        div.bannerCollection .animationTeaser h1 {
            font-size: 1.9166452em;
            margin-bottom: 0.4999944em;
            border-bottom: none;
        }
        
        div.bannerCollection .epo40Teaser a,
        div.bannerCollection .epo40Teaser h1,
        div.bannerCollection .epo40Teaser h3 {
            color: #fff;
        }

        div.bannerCollection .animationTeaser h3 {
          /*  margin-bottom: 1.666648em;*/
        }


        div.bannerCollection .staticTeaser {
            width: 38.5829em;
            margin-left: 0.833324em;
            position: relative;
        }

        div.bannerCollection .staticTeaser div.epoImageTeaser {
            height: auto;
            margin-bottom: 1.2499em;
            width: auto;
        }

        div.bannerCollection .staticTeaser div.epoImageTeaser div.epoImageTeaserInner {
            height: auto;
            left: 1.2em;
            top: 1.2em;
            width: 17.499804em;
        }

        .staticTeaser div.epoImageTeaser div.epoImageTeaserInner {
            padding-top: 31px;
        }

        div.bannerCollection .staticTeaser div.epoImageTeaser img.startImage {
            height: auto;
            width: 38.5829em;
        }

        div.bannerCollection .staticTeaser .epoTeaser {
            border-bottom: none;
        }

        div.bannerCollection .staticTeaser .epoTeaser img {
            margin-bottom: 0.833324em;
        }

        div.bannerCollection .staticTeaser .epoTeaser h2 {
            margin-bottom: 0.3333296em;
        }
        
        /*Exceptions for animation Teaser in Tab Environment */
       .tabContent .animatedStatistic .bannerCollection .animationTeaser {
           background-image: none;
           height: auto;
           margin: 0 auto;
       } 
       .tabContent .animatedStatistic .bannerCollection img {
           margin-top: 0;
       }
       
       .tabContent .animatedStatistic .bannerCollection p.note {
           padding-bottom: 1em;
           padding-left: 0;
       }



       .staticTeaser .col-xs-6 .epoTeaser img {
           margin-bottom: 12px;
       }

        .staticTeaser .col-xs-6 .epoTeaser p + ul {
            margin-top: -12px;
        }