   
    
    .bg-orange .headline,
    .bg-orange p,
    .bg-orange li,
    .bg-orange li a {
        color: #fff !important;
        font-family: 'Roboto_Medium',sans-serif; 
    }
    .editor H4 {line-height: 1.6em;}


    /* ------------------------ 
	PODCAST LIST
	------------------------ */	
    .podcast-list .col.col-8 { padding-left: 0px; }
    
    /*podlove-list*/
    .editor #podlove-list tr:nth-child(even) {background: #F4F4F4;}
    /*.editor #podlove-list tr:nth-child(odd) {background: #ffffff;}*/
    .editor #podlove-list td { 
        font-size: 1rem; 
        padding: 15px;
    }

    .podcast-list section .img-contain.pcv-img-pad-5rem {
        padding: 0 6rem;
    }


    /* ------------------------ 
	PODCAST OVERVIEW
	------------------------ */	
    /*date*/
    .page.podcast #flexgrid .post-date {
        top: 4rem;
        left: auto;
        right: 0px;
    }

    /* ------------------------ 
	PODCAST POST
	------------------------ */	
    #podcast-article {min-height: calc(100vh - 400px);}

    /*podcast HEADER*/
    #podcast-article #blogheader .color-contain {padding: 2rem 0 2rem;}
    /*#podcast-article #blogheader .headlinebox {
        max-width: 900px; 
    }*/
    #podcast-article h1 {padding-bottom: 1.5rem;}
    #podcast-article p.date {padding-bottom: 0;}

    /*podcast CONTENT*/
    #podcast-article .col {padding: 15px;}
    #podcast-article #content {padding-bottom: 3rem;}
    #podcast-article #content H4 {line-height: 1.6em;}

    .podlove-web-player {
        border-radius: 6px;
        overflow: hidden;
    }
    
    /*podcast BUTTON (ICON)*/
    #podcast-article .buttonbox { padding-top: 2rem; }
    #podcast-article a.link-icon img{
        display: inline-block;
        width: auto;
        height: 45px;
        background-size: cover;
        background-repeat: no-repeat;
        margin-right: 15px;
    }

    /*podcast SIDEBAR*/
    #podcast-article #TopPost { padding: 0px;}
    #podcast-article #post #TopPost .contain {
        border-radius: 6px;
        padding: 1.5rem;
        margin: 0 0 1rem;
    }
    #podcast-article #post #TopPost .headline {
         padding-bottom: 1.5rem; 
    }
    
    /* listbox */
    #podcast-article #listbox {padding-left: 1.25rem; }

    /* podcast editor*/
    #podcast-article #TopPost p {padding-bottom: .5rem;}
    #podcast-article .editor li {
        font-size: 1.05rem;
        line-height: 1.45rem;
        padding-bottom: 5px;
        list-style: disc;
    }

    #podcast-article .editor ul > li:before {display: none; }
    #podcast-article .editor ul > li a,
    #podcast-article .cat.sidebar {
        padding-left: 0 !important; 
    }
    #podcast-article .editor li,
    #podcast-article .editor li a {
        text-decoration: none; 
       /* color: #393A42; */
    }
    #podcast-article .editor li a:hover {
        opacity: 1;
        text-decoration: underline !important; 
       /* color: #f0aa00; */
    }
