/*
Theme Name: Life Channel
Template: erf
Author: seaio.interactive
Description: Individual template created for WordPress
Version: 0.0.1
Tags:
*/



html{
    --bg: #20232A;
    --bgdetail: #0D1118;
    --textcolor: #eee;
    --linkcolor: #ccc;
    --linkcolorhover: #fff;
    --invert: invert(0);
    --invertdark: invert(50%);
}
/* dark theme colors */
html[data-theme='light']{
    --bg: #20232A;
    --bgdetail: #0D1118;
    --textcolor: #eee;
    --linkcolor: #ccc;
    --linkcolorhover: #fff;
    --invert: invert(0);
    --invertdark: invert(50%);
}




body{
    background: #101623;
    color: #FFF;
}

h1,h2,h3,h4,h5,h6{
    color: #FFF;
}

a{
    color: #ccc;
}
a:hover{
    color: #fff;
}

.erfcontent a{
    border-bottom: 1px dotted #fff;
}
.erfcontent a:hover{
    border-bottom: none;
}
.erfcontent em{
    color: #FFF;
}

/* header */
.headerMobileNav{
    background: #032B5B;
}
@media screen and (min-width: 640px) {
    .headerMobileNav{
        height: 55px;
    }
    .headerMobileNav a{
        font-size: 18px;
        line-height: 20px;
    }
    .headerMobileNav ul{
        padding-top: 12px !important;
    }
}

.megamenuSpenden {
    margin-top: 5px;
}
#megamenu .uk-offcanvas-close {
    top: 10px;
}


.subHeader {
  background-image: linear-gradient(to top, #101623, #032B5B);
}

.headerTopLeft > div > a {
    margin: 10px 0 0 10px;
    width: 80px;
}
.headerBottomLeft{
    width: 135px;
}
.headerBottomLeftLogo{
    width: 50px;
}
.uk-sticky-fixed .headerBottomLeftLogo_LifeChannel-Radio > a{
    margin: 5px 0 0 10px;
}
@media screen and (max-width: 959px) {
    .headerTopLeft_LifeChannel-Radio > div > a {
        width: 38px;
    }
    .headerTopLeft > div > a {
        margin: 2px 0  0;
    }
    .uk-sticky-fixed .headerBottomLeftLogo_LifeChannel-Radio > a{
        margin: 0 0 4px 0;
    }
    .headerBottomLeftLogo {
        width: 22px;
    }

    #radioBarRight{
        margin: 0 0 20px 0 !important;
    }
    .radioBarBox{
        margin-top: 0 !important;
    }
    .radioBarModeratorImage{
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }
    .radioBarModeratorText{
        right: auto !important;
    }
    #radioBarModerator{
        margin-top: 20px;
    }
    .radioBarRightTextBox{
        margin-top: 10px !important;
    }

}

.LifeChannel-Radio .breadcrumbBar{
    background: rgba(16,18,27,0.6);
    height: 47px;
    overflow: hidden;
}
.LifeChannel-Radio #breadcrumbs{
    color: #FFF;
}
.LifeChannel-Radio #breadcrumbs li a{
    color: #FFF;
}
.uk-navbar-nav li a:hover{
    color:#FFF;
}
.mainNavItemActive{
    font-weight: 600;
}
@media screen and (max-width: 1200px) {
    .headerBottomRight span a {
        padding: 30px 40px 20px 0px;
    }
}

@media screen and (max-width: 480px) {
    .breadcrumbBar .uk-container{
        padding: 0;
    }
}

#radio{
    margin-bottom: 0px;
    z-index: 0;
}

.radioBar{
    /* height: calc(100% - 20px); */
    height: auto;
}
#radioNavButton{
    /* font-weight: 600; */
}


#radioBarSmall{
    background: #000;
}
#radioBarSmall .radioBarContentPlay{
    box-shadow: none;
    transform: scale(1);
    transform-origin: left;
    width: 181px;
    height: 135px;
    padding: 15px 0 0 30px;
}

.radioBarContentPlay{
    /* height: 115px;
    padding: 5px 0 0 30px; */
}

#eqContainer_big > #eqContainer {
    overflow: hidden;
}
#eqContainer_big > #eqContainer > #eq {
    transform: scale(0.15, 0.2);
    height: 80px;
}



.radioBarContentBorder{
    height: calc(100% - 20px);
    width: calc(100% - 2px);
    border-color: rgba(87, 109, 151, 0.25);
}
.radioBarContentBorderLeft{
    border-right: none;
}
.radioBarContentBorderNow{
    border-color: #576d97;
}
.radioBarContentBorderRight{
    border-left: none;
}

#progSlider{
    margin-bottom: 40px;
}
#progSlider .radioBarContentProg{
    padding: 15px 10px 0px 15px;
    font-family: 'Barlow Condensed';
}
#progSlider ul{
    margin: 0 10px;
}
#progSlider li{
    background: #000;
}
#progSlider .uk-position-small {
    margin: 0px;
    --uk-position-margin-offset: 0px;
}
@media screen and (max-width: 1280px) {
    #progSlider .uk-position-center-left-out {
      right: 98%;
    }
    #progSlider .uk-position-center-right-out {
      left: 98%;
    }
}

.beitragSlider li:hover .newsThridBottom{
    background-color: #1b253a;
}
.beitragSlider .sectionTitle {
    color: #FFF;
}

.tagesprogrammTabs li{
    padding-left: 0 !important;
}
.tagesprogrammTabs li a{
    font-size: 20px !important;
    background-color: #0d0e16 !important;
    padding: 12px 28px !important;
    border-top: 1px solid rgba(87, 109, 151, 0.25) !important;
    border-bottom: 1px solid rgba(87, 109, 151, 0.25) !important;
}
.tagesprogrammTabs li a:hover{
    color: #e8003b;
}
.tagesprogrammTabs .uk-active{
    border: 1px solid #576d97;
}
.tagesprogrammTabs .uk-active a{
    color: #e8003b;
    background-color: #0d0e16;
    padding: 25px;
}


@media screen and (max-width: 768px) {
    .tagesprogrammTabs li a {
        padding: 8px 20px !important;
    }
}


.newsThird,
.newsHalf,
.newsHalfBottom,
.newsThridBottom{
    background: #1b253a !important;
}
.newsHalfBottomTitle, .newsHalfBottomText, .newsThridBottomTitle, .newsThirdBottomText{
    color: #fff !important;
}



/*
 * us de bible news
 */
.usdebibleNews{

}
.usdebibleNewsLogo1{
    position: relative;
    top: -30px;
    display: inline-block;
    width: 40px;
}
.usdebibleNewsTitle{
    margin-left: 20px;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    position: relative;
    top: -35px;
}
.usdebibleNewsLogo2{
    float: right;
    width: 60px;
    position: relative;
    top: -20px;
    right: -20px;
}


/*
 * small list on home (jobs / events)
 */
.newsFokusTitleMostBox{
    border: 1px solid rgba(87, 109, 151, 0.25);
}
.newsFokusTitleMostNr{
    color: #FFF;
    background: #1e1f21;
}
.newsFokusTitleMostText{
    background: #0d0e16;
}


/*
 * events (Agenda Liste)
 */
.eventform{
    /* background: #0d0e16; */
    background: transparent;
    padding: 0px;
}
.eventlist{
    background: #0d0e16;
    color: #FFF;
}
.uk-table-striped tbody tr:nth-of-type(2n+1), .uk-table-striped > tr:nth-of-type(2n+1) {
    background: #1e1f21;
    border-top: 1px solid rgba(87, 109, 151, 0.25);
    border-bottom: 1px solid rgba(87, 109, 151, 0.25);
}


/*
 * bericht
 */
.berichtTitel,
.berichtTitel1,
.berichtTitel2{
    color: #FFF;
}
.berichtAudioLead{
    color: #222;
}
.beitragLeftContent em{
    color: #fff;
}
.beitragLeftContent a{
    border-bottom: 1px dotted #FFF;
}
.beitragLeftContent .block_blau,
.beitragLeftContent .block_blau .wp-caption-text,
.beitragLeftContent .block_blau h1,
.beitragLeftContent .block_blau h2,
.beitragLeftContent .block_blau h3,
.beitragLeftContent .block_blau h4,
.beitragLeftContent .block_blau h5,
.beitragLeftContent .block_blau h6{
    /* color: #222; */
}
.beitragLeftContent .block_blau a{
    color: #555;
    border-bottom: 1px dotted #222;
    /*
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-color: #222;
    */
}
.beitragLeftContent .block_blau a:hover{
    /* color: #000; */
}
.newsImageCopyright{
    /* color: #EEE; */
}

/*
 * statement in beitraegen
 */
.beitrag_statement {
    color: #FFFFFF;
}


/*
 * paging
 */
.pagingItem{
    color: #222;
}
.pagingItem:hover{
    background: #FFF;
    color: #00388c;
}
.pagingItemActive{
    color: #00388c;
}


/* teamPersonText */
.teamPersonText a img{
    filter: invert(100%);
}



/* interview */
.interviewFrageText{
    /* color: #222; */
}
.interview_dezent .interviewFrageText,
.interview_dezent .interviewAntwortText {
    /* color: #fff; */
}


/* ERF sections / container */
.section_default{
    background: #1b253a;
    color: #FFF;
}
.section_default h2,
.section_default h3,
.section_default h4,
.section_default h5,
.section_default h6{
    color: #FFF;
}

.section_white{
    background: #101623;
}

.section_night{
    background: #f4f4f3;
    color: #000;
}
.section_night h2,
.section_night h3,
.section_night h4,
.section_night h5,
.section_night h6{
    color: #000;
}




.dossierWidget{
    padding: 40px;
    margin-bottom: 80px;
}
.dossierWidgetMain {
    padding: 20px 20px 20px 25px;
}
.dossierWidgetImage{
    object-fit: cover;
    height: 100%;
    max-height: 200px;
    width: 100%;
}
@media screen and (max-width: 959px) {
    .dossierWidget{
        padding: 30px;
        margin-bottom: 40px;
    }
    .dossierWidgetImage{
        height: 45vw;
        width: 100%;
        max-height: 100%;
    }
}
@media screen and (max-width: 639px) {
    .dossierWidget{
        padding: 15px;
        margin-bottom: 40px;
    }
    .dossierWidgetMain {
        padding: 10px 15px 15px 15px;
    }
    .dossierWidgetMainTitle {
        font-size: 26px;
        line-height: 30px;
    }

}

.spendenstand .theme-bg-detail{
    background: #1b253a !important;
}
.spendenstandLeft span {
  color: #fff !important;
}
