/* CSS-Regeln aus zentraler Layout-Config übernehmen */
@import url('/index/vorlagen/layout/_jcr_content/properties/property_1.css');

/* adjust "jetzt im programm" */
.manualteaser.layoutjetzt_im_programm {
    padding-top: 11px;
}

/* Tagesschau-Ticker ohne Dachzeilen */
.teaserbox.ts_ticker .manualteaserroofline {
    display: none;
}

.teaserbox.ts_ticker .manualteaserroofline ~ .manualteasertitle {
    margin-top: 10px;
}

/* hidden breadcrumb */

#contentheader { border:0; }

.wellenstandard .page_margins { background-position:center 40px; }

.nav-top > .nav-top-container {
    padding: 16px 15px 25px;
}

.nav-top > .nav-top-container .nav-top-logo img {
    width: 103px;
}

.nav-top-sticky-container .nav-top-logo a, .nav-top-sticky-container .nav-top-logo img {
    width: 50px;
    height: 22px;
}

@media screen and (max-width: 679px) {
    .nav-top > .nav-top-container .nav-top-logo img {
        width: 85px;
        height: 40px;
        margin: -9px 0 0 -4px;
    }
}

.ts_ticker.teaserbox .boxheadline {
    color: #fff;
    background: #07326e;
    margin: 0;
    padding: 5px 30px 5px 11px;
}

.ts_ticker.teaserbox .boxheadline+.rsslink {
    color: #fff;
    top: 22px;
    right: 5px;
}

.ts_ticker.teaserbox .boxheadline ~ .slider {
    background: #e3e3e3;
    padding: 16px 0 0 0;
    border: 0;
}

.ts_ticker.teaserbox .boxheadline ~ .slider .skip .ico {
    margin-top: -10px;
    text-shadow: none;
    left: 50%;
    transform: translateX(-50%);
}

.ts_ticker.teaserbox .slider .skip .ico {
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -12px;
    text-align: center;
}

.ts_ticker.teaserbox .boxheadline ~ .slider .skip {
    width: 32px;
    height: 32px;
    top: 65px;
    border: 0;
}

.ts_ticker .manualteasershorttext {
display: none;
}

.ts_ticker.teaserbox .rsslink::before {
    content: 'E';
    position: absolute;
    left: 0;
    text-indent: 0;
    speak: none;
    font: bold 15px/1 'Icon-Font';
}


