.ta-container {
    width: 100%;
    max-width: 965px;
    margin: 28px auto 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 125%;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e6e6e6;
}

.ta-container .ta-title {
    width: 160px;
    height: 106px;
    text-indent: -2000em;
    background: url('http://www.tagesspiegel.de/images/wir-in-zehlendorf/11930188/1-formatOriginal.png') no-repeat center center;
}

.ta-container .ta-header-text{
    position: absolute;
    left: 8px;
    font-size: 11px;
    top: 4px;
    color: #999;
}

.ta-container .ta-header-text.ta-header-text-right {
    right: 8px;
    left: auto;
}
.ta-container .ta-logo {
    width: 100%;
    height: auto;
}
.ta-content {
    padding: 40px 0 0 0;
}
.ta-content .ta-content-left {
    width: 180px;
    padding: 0 0 0 20px;
    float: left;
    font-size: 12px;
}

.ta-content .ta-content-left .ta-text {
    margin: 0;
    font-size: 13px;
}
.ta-content .ta-content-right {
    width: 765px;
    /* min-height: 290px; */
    float: right;
}

.ta-content #ta-adblock-info {
    width: 100%;
    margin: 20px auto;
    display: block;
    text-align: center;
}
.ta-content:after {
    content: '';
    display: block;
    clear: both;
}
.ad-text {
    margin: 10px 0 20px 0;
}
.ta-container {
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    transition: height 500ms ease-in-out;
}
.ta-container.rows3 .ta-item .ta-item-name,
.ta-container.rows4 .ta-item .ta-item-name {
    font-size: 10px;
}
#ta-placeholder {
    display: none;
    background-color: #fff;
}
.ta-list {
    width: auto;
    min-height: 144px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.ta-list .ta-item {
    width: auto;
    margin: 0;
    float: left;
    list-style: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    /*transition: all 500ms ease-in-out;*/
}

.ta-list .ta-item.ta-hidden {
    /*opacity: 0;*/
}
.ta-list .ta-item.ta-animate-in {
    opacity: 1;
    transform: scale(1);
}

.ta-list .ta-item a,
.ta-list .ta-item a img {
    outline: 0;
    border: 0;
}
.ta-list .ta-item a img {
    width: 100%;
    height: auto;
    min-height: 96px;
}
.ta-list .ta-item .ta-item-img-wrapper {
    overflow: hidden;
    position: relative;
}
.ta-list .ta-item .ta-item-name {
    width: 100%;
    padding: 2px 0;
    color: #565656;
    font-size: 11px;
    text-align: center;
    line-height: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    background-color: #fff;
    background-color: rgba(255,255,255,0.75);
}
.ta-list .ta-item a,
.ta-list .ta-item img.ta-item-img {
    display: block;
}
.ta-list .ta-item .ta-item-description {
    width: 100%;
    padding: 2px 0 0 0;
    display: block;
    position: absolute;
bottom: 18px;
    z-index: 3;
    line-height: 14px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    background-color: #fff;
    background-color: rgba(255,255,255,0.75);
}
.ta-list .ta-item:hover .ta-item-description {
    display: block;
}
.ta-list .ta-item .ta-company-name {
    width: 100%;
    display: block;
    color: #950303;
    font-size: 10.5px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
}
.ta-list .ta-item.ta-item-type-video .ta-item-img-wrapper:before {
    content: '';

    margin: -15px 0 0 -15px;
    right: 8px;
    bottom: 27px;
    z-index: 2;
    display: block;
    background: url('http://tagesspiegel.de/images/videocenter/7163812/6-formatOriginal.png') no-repeat 0 -1617px;
    position: absolute;
    width: 30px;
    height: 30px;
}
.ta-list .ta-item.ta-item-placeholder .ta-item-name {
    color: #ce0000;
}

.ta-content-featured {
    margin: 15px;
    padding: 25px;
    clear: both;
    display: table;
    font-family: Georgia, "Bitstream Charter", serif;
    border: 1px solid #fff;
}
.ta-content-featured .ta-featured {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.ta-content-featured .ta-featured-right {
    text-align: center;
}
.ta-content-featured .ta-headline {
    margin: 0 0 5px 0;
    line-height: 150%;
    font-size: 24px;
    font-weight: normal;
}
.ta-content-featured .ta-item-featured img {
    width: 130px;
    height: auto;
    float: left;
}
.ta-content-featured .ta-item-featured .ta-item-title,
.ta-content-featured .ta-item-featured .ta-item-description {
    padding: 0 0 0 145px;
    display: block;
}
.ta-content-featured .ta-item-featured .ta-item-title {
    padding-bottom: 10px;
}
.ta-content-featured .ta-item-featured .ta-item-description {
    color: #000;
    font-size: 14px;
}
.ta-content-featured .ta-item-featured a:hover,
.ta-content-featured .ta-item-featured a:hover .ta-item-description {
    text-decoration: none;
}

.ta-footer {
    padding: 10px 15px 0 0;
    float: right;
    font-size: 10px;
}


