/* Meistgelesen ausblenden */
/*
li.js_tabmodul_tab:nth-child(1) {
    width:100%;
    cursor: auto;
}

li.js_tabmodul_tab:nth-child(1)::after {
    display:none;
}

li.js_tabmodul_tab:nth-child(2) {
    display: none;
}
*/
/* plus Anpassen der Teaserlogik */

/* doppelten Strich bei Inline vermeiden */
.layoutinline > .teaserbox:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

/* Wetter und Verkehr dichter beeinander */
.layoutweatherteaser + .layouttrafficbox {
    margin-top: 0;
    border-top: 0;
    padding-top: 5px;
}


/* Programmfahnen in mobiler EPG-Ansicht ausblenden */
.epg_view .list_view { display: none; }

@media screen and (max-width: 567px) {
  .epgwrapper .flyout { display: none !important; }
}

.layoutnewsticker_newsteaser .slider .newsticker .manualteaser.infoportal h3:first-child {
margin-top:20px;
}

/* Tagesschau-Ticker ohne Dachzeilen */

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

.rtl { direction:rtl; text-align:initial; }


/* Berlinale Gold */
.gold {
    background-color: hsla(42, 100%, 90%, 1);
}

.gold > .teaser > .relatedcontent .manualteaser {
    background-color: hsla(47, 100%, 82%, 1);
}

.onAirInfo  { display:none !important; }

 .ico_media_audio{ visibility:hidden;}
 .ico_media_image { visibility:hidden;}
 .ico_media_video { visibility:hidden;}
 .ico_media_download { visibility:hidden;}


/* CMSEVO1-7504: Anpassungen Textdarstellung Ressortteaser */
@media screen and (min-width:751px) {
    .site_r24 .layoutressortteaser .ressortteaser_1_4 .manualteaser h3 .manualteaserroofline {
        font-size: inherit;
        hyphens: auto;
    }
    
    .site_r24 .layoutressortteaser .ressortteaser_1_4 .manualteaser h3 .manualteasertitle {
        font-size: 18px;
        hyphens: auto;
        line-height: 1.2;
    }
} 