
.card-default .mdl-card__media h3 {
    color: #fff;
}

.gtv-portal-main h5 {
    color: #71abb7;
}


.mdl-card__media {
     background-color:#71abb7;
}

.mdl-mega-footer {
   background-color:#71abb7;
}

.gtv-header .mdl-navigation__link {
   color:#71abb7;
}


.gtv-title {
	background: url(klagenfurt.svg) left center no-repeat;
    color: transparent;
    font-size: 3em;
	background-size:105px;
}

.gtv-title-mobile {
	    background: url(klagenfurt.svg) left center no-repeat;
		background-size: 105px;
}

.gtv-title-drawer {
	  background: url(klagenfurt.svg) left center no-repeat;
		background-size:  110px;
}

.mdl-mega-footer {
	color:white;
}    

.gtv-projects-link {
	 color:#71abb7;
	 
	 
}

a {
	color: #71abb7;
}



.bitdash-prog-bar {
    background-color: #71abb7 !important;
}

.bitdash-prog-bar-play{
    background-color: #71abb7 !important;
}

::-moz-selection {
    background-color: #71abb7 !important;
    color: #fff;
}
::selection {
    background-color: #71abb7 !important;
    color: #fff;
}

a:hover,
a:focus {
  color: #2d2d2d;
}


.gtv-header-nav .mdl-navigation__link:hover {
    border-bottom: 4px solid #71abb7;
}

.social-icons a:hover {    
    color: #fff !important;    
}

.social-icons a {    
    color: #fff;    
}

.clickable_area>.mdl-card__media.mdl-color-text--grey-600:hover {
    background-color: #71abb7;
}

.gtv-chapter-box-list-full a:hover {
    background: #7FCFCF;
	color: #444;
}


.gtv-chapter-box-list-full .currententry {
    background: #7FCFCF;
    color: #444;
}

.gtv-chapter-box-list a:hover {
    background: #7FCFCF;
	color: #444;
}


.gtv-chapter-box-list .currententry {
    background: #7FCFCF;
    color: #444;
}

.placeholder-live-head {
	color: #71abb7;
}

.placeholder-live-text {
	color: #71abb7;
}

/**********************************************
 * Date picker
 **********************************************/

.dtp > .dtp-content > .dtp-date-view > header.dtp-header { background: #71abb7;  }
.dtp div.dtp-date, .dtp div.dtp-time { background: #71abb7; }
.dtp table.dtp-picker-days tr > td > a.selected{background: #71abb7; }

/**********************************************
 * No linebreaks for search results
 **********************************************/

@media (max-width: 839px) and (min-width: 480px) {
   .gtv-searchresult-container .mdl-cell--4-col {
       width: calc(30%);
   }

   .gtv-searchresult-container .mdl-cell--8-col {
       width: calc(60%);
   }
}

/* Button for Cookie notice: */ 
.cc-dismiss {
	background-color: #71abb7 !important;
}



/* Entry with live status */ 
.entrylive {
    position: relative;
    background-color: #EE534F !important;
    color: white !important;
}


.gtv-projectdetail-title-selected .keyword-linked {
    color: #71abb7;
}

/* Button to return to livestream */
#gtv-button-backtolive {
    background: #71abb7;
}



/**********************************************
 * Project list
 **********************************************/

#project_tree li a {
    color: #71abb7 !important;
}

#project_tree li:before {
    color: #71abb7 !important;
}

.gtv-projectslist-play-badge:before {
    color: #000 !important;
}

.gtv-projectslist-project-name {
    color: #000 !important;
}

.categoryName {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
}

.gtv-projectslist-category-name {
    /*div where kewords/category names are shown*/
    background-color: #71abb7 !important;
    color: #fff;
}
.noProjektsForClient {
    background-color: #71abb7 !important;
}

@media (height: 1100px) {
    /* Workaround for vertical scrollbar is constantly toggled on/off. Assumes that the surrounding iframe has a height of 1100px. GEMTV-1501 */
    .gtv-layout-content {
        overflow-y: hidden;
    }
}

.card-extended .mdl-card__media {
    display: none;
}


/**********************************************
 * Layout klagenfurt
 **********************************************/

.select-culture-side {
    text-transform: uppercase;
    color: #757575;
    background-color: #FAFAFA;
}

.select-culture-side:hover {
    background-color: #E8E8E8;
}

/**********************************************
 * klagenfurt tabs (if discussion available)
 **********************************************/
#ucvis-content-panel .mdl-tabs__tab-bar .mdl-tabs__tab {
    color: #E8E8E8;
}
#ucvis-content-panel .mdl-tabs__tab-bar .mdl-tabs__tab.is-active {
    color: #ffffff
}

.gtv-layout-content {
    background-color: rgb(255, 255, 255);
}