/* Ausblenden des Sendehinweises in Header  */
.channelHeaderTeaser .con:not(.conPinboard) .mod .boxCon .box.cssProgramHint {
    display: none;
}

/* Fix React-Suche clear-button */
.kbcGms {
    line-height: 1;
}

/*Fix  AVs: Download/Sharing-Link auch in MMG ermöglichen */
body.cssMultimediaGallery #content div[data-ctrl-multimediagallery].con .box.cssAv .innerTeaser .cssProgramHintBox {
    display:flex !important;
}


/* Tabellen im Artikel und Ueberschriften in Ergebnissen */
@media (min-width: 1008px){
    body:not(.node-ergebnisse) .hasSectionDetail .con .mod.modTable .table {
        max-width: calc(100% - 22rem);
        margin: 0 auto;
        margin-bottom: 1.5rem;
    }
    body.node-ergebnisse h3.headline {
        max-width: none !important;
    }
}

/* Fix Bündelgruppe Abstand Boxentitel */
body:not(.sportsStart) .conMultiGroupWrapper .conSub>h3.headline, body:not(.sportsStart) .conMultiGroupWrapper h3.conHeadline {
    margin-bottom: 1.5rem !important;
}

/* Fix Article Sharing Headline */
.articleMeta-social .ui-social-btn.ui-social-trigger:after {
    font-weight: 700;
    font-size: .6875rem;
}
.articleMeta-social .ui-social-btn.ui-social-trigger {
    margin: 0 0.5em 0.25rem 0;
}
@media (min-width: 1008px){
    .articleMeta-social {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Fix Überschrift Teaserpluslinks Podcastplayer */
h4.TeaserPlusLinksStyle__Headline-sc-58xedb-4.fQjLpD:before {
    content: 'Weitere Podcasts';
}

/* Fix Darstellung Liste in Akkordeon in Spezial-Teaser mit Text */
#content .teaser.special.extended ul.ui-collapsible ul li {
    display: initial; 
    margin-bottom: 10px;
}

/* Fix Ticker-Linie zieht sich auch durch Sprungmarken & weiterführende Links */
@media (min-width: 1008px) {
    .tickerArticle .jumpLabelList {
        padding-left: 11rem;
        padding-right: 11rem;
    }
    .conRelatedLinks.ui-tickerArticle-con::before {
        display: none !important;
    }
}


/* Roter Rahmen für Vorschau von offline Dokumenten */
body.preview .offline {
    padding: 2px;
    border: 4px solid #ff0000 !important;
}

/* Fix Ticker timeline going beyond Ticker content */
/* hide line in comment & sharing section */
.ui-tickerArticle .sectionWrapper.hasSectionDetail .section.sectionDetailPage>*.conComments::before,
.ui-tickerArticle .sectionWrapper.hasSectionDetail .section.sectionDetailPage>*.sharing-menu-default::before {
    display: none;
}

/* Fix Teaser Wahlprogramme */
#content .con:not(.cssBoxTeaserFocus):not(.cssBoxThumbnail):not(.conDetailHeader) .mod:not(.modSlideable) .votingtool {
    border-bottom: 1px solid #e9e4d9;
}

body.votingtool #content .con:not(.cssBoxTeaserFocus):not(.cssBoxThumbnail):not(.conDetailHeader) .mod:not(.modSlideable) .boxSpecial.votingtool {
    border-bottom: none;
}
