/****************************************************************************
 * TVBOX
 ****************************************************************************/   
 #player-container .main
 {
 	height: 271px;
 	overflow: hidden;
 }
 
 #player-container .main .text > .header
 {
	margin-bottom: 8px;
 }
 
 #player-container .main h2
 {
 	padding: 0;
 	font-size: 2.75em;
	font-family: Helvetica, Arial, sans-serif; 
	font-weight: 300;
	line-height: 100%;
 }
 
 #player-container .main h3
 {
 	margin-bottom: 5px;
 	font-size: 1.5em;
	font-weight: normal;
	margin-top: 5px;
	line-height: 1.2em;
 }
 
 #player-container .main .news_content .pagelinks
 {
	list-style: none;
 	margin: 0;
 	padding: 0;
 	float: right;
 }
 
 #player-container .main .news_content > p.pagelink
 {
	float: right;	
 }
 
 #player-container .main .news_content .pagelink a
 {
 	display: inline-block;
 	background: transparent url(../images/news/tvbox_link_arrow.gif) no-repeat left center;
 	margin-top: 10px;
 	padding-left: 10px;
 	font-size: 1.2em;
	font-weight: bold;
	color: #004290;
 }
 
 #player-container .main .news_content .pagelink a.white,
 #player-container .main .news_content .pagelink a.white:visited
 {
 	background: transparent url(../images/news/tvbox_link_arrow_white.gif) no-repeat left center;
 	color: #FFFFFF;
 }
 
 #player-container .main .news_content .morelink a,
 #player-container .main .header h3 .morelink a
 {
 	font-weight: bold;
 	margin-left: 5px;
 }
 
 #player-container .main .news_content ul
 {
 	margin-left: 15px;
 	font-size: 0.9em;
 }
 
 #player-container .main img
 {
 	max-height: 271px;
 }
 
 #player-container .main.type1 .text
 {
	margin: 70px 25px 50px 25px; 
	width: 480px;
 }
 
 #player-container .main.type2 .text
 {
 	width: 290px;
 	margin-top: 50px;
 	margin-left: 380px;
 	color: #FFFFFF;
 }
  
 #player-container .main.type3 .text
 {
 	margin: 70px 25px 50px 550px; 
	width: 410px;
 }
 
 #player-container .main.notype .text
 {
 	margin: 80px 0 0 50px;
 	width: 800px;
 }
 
 #player-container .newslist ul,
 #player-container .newslist ul li,
 #player-container .newslist ul li .news,
 #player-container .newslist ul li .news .image,
 #player-container .newslist ul li .news .text
 {
 	float: left;
 }
 
 #player-container .newslist
 {
 	overflow: hidden;
 	padding-top: 15px;
 	padding-bottom: 15px;
 	min-height: 108px;
 	width: 100%; 	
 	padding-left: 5px;
 	float: left;
 	text-align: center;
 }
 
 #player-container .newslist ul
 {
 	list-style: none;
 	width: 5000px;
 	margin: 0;
 }
 
 #player-container .newslist ul li
 {
 	width: 302px;
 	padding: 5px;
 	margin-left: 10px;
 	border: 1px solid #f49e00;
 }
 
 #player-container .newslist .slider
 {
 	width: 91.5%;
 	overflow: hidden;
 	margin: auto;
 	min-height: 108px;
 	text-align: left;
 }
 
 #player-container .newslist .slider ul li.nobignews
 {
 	cursor: auto;
 }
 
  #player-container .newslist .slider ul li
 {
 	cursor: pointer;
 	height: 108px; 	
 	position: relative;
    min-height: 1px;
    padding:5px 15px;
    margin-left: 0;
    border: none;
    height: 118px;
 }
 
 #player-container .navigation
 {
 	border: 0;
 	margin-left: 0;
 	margin-right: 10px; 	
 	position: relative;
 }
 
 #player-container .navigation.left
 {
 	float: left; 	
 	margin-right: 0;
    left: 5px;
    bottom: 30px;
    margin-bottom: 0;
    position: absolute;
    float: none;
    top: initial;
    right: initial;
 }
 
 #player-container .navigation.right
 {
 	bottom: 30px;
    right: 5px;
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    margin-right: 0;
    float: none;
    top: initial;
    left: initial;
 }
 
 #player-container .navigation img
 {
 	cursor: pointer;
 }
 
 #player-container .newslist ul li .news
 {
 	background: #FFFFFF url(../images/news/arrow.png) no-repeat right bottom;
 	width: 100%; 	
 	padding: 5px;
    border: 1px solid #F59E01;
    background-origin: content-box, content-box !important;
    background-color: transparent !important;
    background-image: url("../images/news/arrow.png"), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP4/x8AAwAB/2+Bq7YAAAAASUVORK5CYII=) !important;
    background-repeat: no-repeat, repeat !important;
    background-position: right bottom, left top !important;
 }
 
 #player-container .newslist ul li .news .image
 {
 	margin-right: 10px;
 	width: 95px;
 	overflow: hidden;
 	height: 96px;
 }
 
 #player-container .newslist ul li .news .text
 {
 	width: 175px;
 }
 
 #player-container .newslist ul li .news.noThumb .text
 {
 	width: auto;
 }
 
 #player-container .newslist ul li .news .text h2
 {
 	padding: 0;
 }
 
 #player-container .newslist ul li .news .text h3
 {
 	margin-top: 3px;
 }
 
 #player-container .newslist ul li .news .text .pagelink
 {
 	margin-top: 5px;
 }
 
 #player_navigation
 {
 	position: relative;
 	top: -25px;
 	width: 55px;
 	margin-bottom: -20px;
 }
 
 #player_navigation .navigation ul,
 #player_navigation .navigation ul li
 {
 	float: left;
 } 
 
 #player_navigation .navigation ul
 {
 	list-style: none; 	
 	margin: 0;
 }
 
 #player_navigation .navigation:after
 {
	display: table;
 	content: " ";
 	clear: both;
 }
 
 #player_navigation .navigation ul li
 {
 	margin-right: 5px;
 }
 
 #player_navigation .navigation ul li.next
 {
 	margin-left: 5px;
 }
 
 #player-container .newslist .slider ul li.nocursor
 {
 	cursor: auto;
 }
 /****************************************************************************
 * TVBOX 2
 ****************************************************************************/
 #player-container.tvbox2 .main
 {
 	position: relative;
 }
 
 #player-container.tvbox2 .main .text
 {
 	position: absolute;
 	width: 500px;
 }
 
 #player-container.tvbox2 .main .text
 {
 	position: absolute;
 	width: 500px;
 }
 
 #player-container.tvbox2 .main.jwTVBox_textLayout_upperLeft .text
 {
 	top: 10px;
 	left: 20px;
 }
 
 #player-container.tvbox2 .main.jwTVBox_textLayout_upperRight .text
 {
 	top: 10px;
 	right: 10px;
 }
 
 #player-container.tvbox2 .main.jwTVBox_textLayout_lowerLeft .text
 {
 	bottom: 10px;
 	left: 10px;
 }
 
 #player-container.tvbox2 .main.jwTVBox_textLayout_lowerRight .text
 {
 	bottom: 10px;
 	right: 10px;
 }
/****************************************************************************
* TYPOGRAPHIE
****************************************************************************/  
#player-container .main p,
#player-container .main .news_content
{
	line-height: 120%;
	font-family: Helvetica, Arial, sans-serif; 
}

#player-container .main .news_content .pagelink a.blue:visited
{
	color: #004290;
}

#player-container .newslist ul li .news .text .pagelink,
#player-container .newslist ul li .news .text .pagelink a
{
	line-height: 1em;
}

#player-container .main .news_content .morelink a
{
	color: #000000;
	font-weight: bold;
}

#player-container .main.type2 .news_content .morelink a
{
	color: #FFFFFF;
}

#player-container .newslist .slider ul
{
	padding: 0;	
}

#player-container .newslist .slider ul li .news
{
	line-height: 100%;
	font-size: 0.8em;
	height: 98px;
	overflow: hidden;
}

#player-container .newslist ul li .news .text h2
{
	color: #004493;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}

#player-container .newslist ul li .news .text h3
{
	color: #004493;
	font-weight: normal;
	font-size: 1.2rem;
	margin-bottom: 0;
}

#player-container .newslist .slider ul li .news p
{
	line-height: 100%;
}

#player-container .newslist ul li .news .image,
#player-container .newslist ul li .news .text,
#player-container .newslist ul li .news .image img
{
    height: auto;
}

#player-container .newslist ul li .news .image,
#player-container .newslist ul li .news .text {
    float: left;
    margin: 0;
}

#player-container .newslist ul li .news .image img {
    max-width: 100%;
    padding-right: 10px;
}

#player-container .newslist ul li .news .image {
    width: 41.66666666666667%;
}

#player-container .newslist ul li .news .text {
    width: 58.33333333333333%;
}

#player-container .newslist .slider ul li .news:before,#player-container .newslist .slider ul li .news:after {
    content: " ";
    display: table;
}

#player-container .newslist .slider ul li .news:after {
    clear: both;
}

#player-container .newslist .slider ul li .news {
    height: auto;
}

@media (max-width: 1200px) and (min-width: 975px){
    #player_navigation {
        left: calc( 899px - 20px ) !important;
    }
}

@media (max-width: 1023px) {
    #player-container {
        padding-top: 15px;
        padding-right: 15px;
        padding-left: 15px;
    }

    #player-container .newslist .slider, #player-container .newslist ul, #player-container .navigation.right {
        margin-left: -15px !important;
        margin-right: -15px !important;
        width: auto !important;
        overflow: visible !important;
        float: none;
    }

    #player-container .newslist .slider:before, #player-container .newslist ul:before,#player-container .navigation.right:before,
    #player-container .newslist .slider:after, #player-container .newslist ul:after,#player-container .navigation.right:after
    {
        content: " ";
        display: table;
    }

    #player-container .newslist .slider:after, #player-container .newslist ul:after,#player-container .navigation.right:after {
        clear: both;
    }

    #player-container .newslist {
        position: relative !important;
        min-height: 1px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        max-width: 100% !important;
        overflow: visible !important;
        float: left;
    }

    #player-container .newslist .slider ul li {
        width: 50%;
        float: left;
        height: auto;
    }

    #player-container .newslist .slider ul li:nth-child(n+5) {
        display: none;
    }

    #player-container .navigation.right {
        top: 3px;
        left: 0;
        margin-bottom:0;
        font-family: Arial, Helvetica, Arial, sans-serif;
        position: relative;
    }

    #player-container .navigation.right img {
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /*background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' iewBox='0 0 114 32' style='enable-background:new 0 0 114 32;' xml:space='preserve'><text transform='matrix(1 0 0 1 25.5049 20.0316)' fill='#F0A120' font-family='Arial' font-size='17'>mehr News</text><polygon fill='#F0A120' points='17,16 1,6.542 1,25.458'/></svg>");*/
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiIFs8IUVOVElUWSBzdDAgImZpbGw6I0YwQTEyMDsiPjwhRU5USVRZIHN0MSAiZm9udC1mYW1pbHk6J0FyaWFsJzsiPjwhRU5USVRZIHN0MiAiZm9udC1zaXplOjE3OyI+XT48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTE0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMTQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48dGV4dCB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIDI1LjUwNDkgMjAuMDMxNikiIHN0eWxlPSImc3QwOyAmc3QxOyAmc3QyOyI+bWVociBOZXdzPC90ZXh0Pjxwb2x5Z29uIHN0eWxlPSImc3QwOyIgcG9pbnRzPSIxNywxNiAxLDYuNTQyIDEsMjUuNDU4ICIvPjwvc3ZnPg==);
        background-repeat: no-repeat;
        background-position: center center;
        width: 114px; /* Width of new image */
        height: 32px; /* Height of new image */
        padding-left: 114px; /* Equal to width of new image */
    }

    html:lang(en) #player-container .navigation.right img {
        /*background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDExNCAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTE0IDMyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48dGV4dCB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIDI1LjUwNDkgMjAuMDMxNikiIGZpbGw9IiNGMEExMjAiIGZvbnQtZmFtaWx5PSJBcmlhbCIgZm9udC1zaXplPSIxNyI+bW9yZSBOZXdzPC90ZXh0Pjxwb2x5Z29uIGZpbGw9IiNGMEExMjAiIHBvaW50cz0iMTcsMTYgMSw2LjUgMSwyNS41ICIvPjwvc3ZnPg==) !important;*/
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDExNCAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTE0IDMyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48dGV4dCB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIDI1LjUwNDkgMjAuMDMxNikiIGZpbGw9IiNGMEExMjAiIGZvbnQtZmFtaWx5PSJBcmlhbCIgZm9udC1zaXplPSIxNyI+bW9yZSBOZXdzPC90ZXh0Pjxwb2x5Z29uIGZpbGw9IiNGMEExMjAiIHBvaW50cz0iMTcsMTYgMSw2LjUgMSwyNS41ICIvPjwvc3ZnPg==) !important;
        /*background-image: url('data:image/svg+xml;base64,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 114 32" enable-background="new 0 0 114 32" xml:space="preserve"><text transform="matrix(1 0 0 1 25.5049 20.0316)" fill="#F0A120" font-family="Arial" font-size="17">more news</text><polygon fill="#F0A120" points="17,16 1,6.5 1,25.5 "/></svg>') !important;*/
    }

    #player-container.tvbox2 .main .text {
        right: 0 !important;
        left: 0 !important;
        padding: 0 10px !important;
        width: 100% !important;
    }

    #player_navigation {
        position: absolute !important;
        left: auto !important;
        bottom: auto !important;
        top: 261px !important;
        margin: 0;
        width: auto !important;
        right: 20px !important;
    }

    #player-container .navigation.left {
        display: none !important;
    }
}

@media (max-width: 767px) {
	#player-container .newslist
	{
		padding-top: 0;
	}
}

@media (max-width: 640px){
    #player-container .newslist ul li .news .text {
        top: 0 !important;
    }

    #player-container .main h2 {
        font-size: 2.3em !important;
        margin-top: 0 !important;
    }

    #player-container .main .news_content .pagelinks {
        float: left !important;
        text-align: left !important;
    }

    #player-container.tvbox2 .main .text {
        right: 0 !important;
        left: 0 !important;
        padding: 0 10px !important;
        top: 10px !important;
    }
}

@media (max-width: 639px) {
    #player-container .newslist .slider ul li {
        float: left;
    }

    #player-container .newslist ul li .news .image {
        width: 33.33333333333333%;
    }

    #player-container .newslist ul li .news .text {
        width: 66.66666666666667%;
        padding-right: 10px;
    }

    #player-container .newslist ul li .news .text h3 {
        margin-bottom: 0;
        overflow: hidden;
        max-height: 28px;
        white-space: pre;
        text-overflow: ellipsis;
        padding-right: 21px;
    }

    #player-container .newslist ul li .news .text .news_content {
        display: none;
    }

    #player-container.tvbox2 .main .text {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        text-align: left !important;
        top: 10px !important;
    }

    #player-container .newslist ul li .news .text {
        top: 0 !important;
    }

    #player-container .main h2 {
        font-size: 2.3em !important;
        margin-top: 0 !important;
    }

    #player-container .main .news_content .pagelinks {
        float: left !important;
        text-align: left !important;
    }
}

@media (max-width: 480px) {
	#player-container .newslist .slider ul li {
        width: 100% !important;
        float: left;
    }
    
    #player-container .newslist ul li .news .text h3 {
        margin-bottom: 0;
        overflow: visible;
        max-height: initial;
        white-space: normal;
        padding-right: 0;
    }

    #player-container .navigation.right img {
        border: 1px solid #F59E01;
        border-radius: 3px;
        width: calc( 114px / 1.2 ); /* Width of new image */
        height: calc( 32px / 1.2 );/* Height of new image */
        padding-left: calc( 114px / 1.2 ); /* Equal to width of new image */
        margin-top: -10px;
    }

    #player-container .newslist ul li .news .text h2, #player-container .newslist ul li .news .text h3 {
        font-size: 1.4em;
    }

    #player-container .newslist ul li .news .text .news_content {
        font-size: 1.2em;
        line-height: 1.2em;
    }

    #player-container .newslist .slider ul li .news {
        border-right: none;
        border-left: none;
        padding: 10px 0;
        background-image: none !important;
    }

    #player-container .newslist .slider ul li:not(.first) .news {
        border-top: none;
    }

    #player-container .newslist ul li .news .image {
        float: right;
    }

    #player-container .newslist ul li .news .image img {
        float: right;
        padding-right: 0;
    }

    #player-container .newslist .slider ul li:nth-child(n+4) {
        display: none;
    }

    #player_navigation{
        display: none !important;
    }
}

@media (max-width: 359px){
    #player-container .navigation.right {
        top: 20px;
        padding-bottom: 15px;
    }

}

@media (max-width: 319px) {
    #player-container .navigation.right {
        top: 25px;
        padding-bottom: 15px;
    }

    #player-container .navigation.right img {
        border-color: #828282;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxMTQgMzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDExNCAzMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHRleHQgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgMSAyNS41MDQ5IDIwLjAzMTYwMSkiIGZpbGw9IiM4MjgyODIiIGZvbnQtZmFtaWx5PSInQXJpYWwnIiBmb250LXNpemU9IjE3Ij5tZWhyIE5ld3M8L3RleHQ+PHBvbHlnb24gZmlsbD0iIzgyODI4MiIgcG9pbnRzPSIxNywxNiAxLDYuNTQxOTk5OCAxLDI1LjQ1ODAwMDIgIi8+PC9zdmc+);
    }

    html:lang(en) #player-container .navigation.right img {
        /*background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 114 32" enable-background="new 0 0 114 32" xml:space="preserve"><text transform="matrix(1 0 0 1 25.5049 20.0316)" fill="#7f7f7f" font-family="Arial" font-size="17">more news</text><polygon fill="#7f7f7f" points="17,16 1,6.5 1,25.5 "/></svg>') !important;*/
        background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDExNCAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTE0IDMyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48dGV4dCB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIDI1LjUwNDkgMjAuMDMxNikiIGZpbGw9IiM3ZjdmN2YiIGZvbnQtZmFtaWx5PSJBcmlhbCIgZm9udC1zaXplPSIxNyI+bW9yZSBuZXdzPC90ZXh0Pjxwb2x5Z29uIGZpbGw9IiM3ZjdmN2YiIHBvaW50cz0iMTcsMTYgMSw2LjUgMSwyNS41ICIvPjwvc3ZnPg==') !important;
    }
}


@media (min-width: 480px){
	#player-container .newslist .slider:after,
	#player-container .newslist .slider > ul:after
	{
		display: none;	
	}
}
