@charset "UTF-8";


/*Rubriken Dropdown in header*/

/* Button */
.rubriken {
 padding-top: 3px;
}

.rubriken #dd {
 margin-top: 4px;
 cursor: pointer;
}

.rubriken #dd .icon-dd {
 background-image: url(/ZDF/zdfportal/blob/25726644/7/data.png);
 background-repeat: no-repeat;
 background-color: transparent;
 background-position: left 1px;
 width: 18px;
 height: 11px;
 display: inline-block;
 margin-left: 6px;

}
.rubriken #dd:hover .icon-dd,
.rubriken #dd:focus .icon-dd,
.rubriken #dd.open .icon-dd { background-position: right -10px; }

/* Dropdown */
.rubriken #dd-popup {
 position: absolute;
 top: 46px;
 left: 0;
 background-color: #fff;
 display: none;
 width: 100%;
 /* height: 150px; */
 z-index: 1100;
 padding-top: 5px;
}

.rubriken #dd-popup.open {
 display: block;
/*
 width: 145px;
 -moz-box-shadow: 2px 2px 5px #444;
 -webkit-box-shadow: 2px 2px 5px #444;
 box-shadow: 2px 2px 5px #444;
*/
}

.rubriken #dd-popup .rubriken-menu {
 margin: 0 auto;
 width: 946px;
}

.rubriken #dd-popup .rubriken-menu > ul > li{
 width:305px;

}

/*
#header .nav .rubriken #dd li {display: block; height: 19px; width: 100%; position: relative;padding:3px 0px 1px; margin:0;}
.rubriken #dd li.first {padding-top: 3px;}

.rubriken #dd li.last {padding-bottom: 1px;}

.rubriken #dd li a { color:#6a6a68; font-size:12px; font-weight: bold; padding:3px 6px;margin:1px 0;overflow:hidden; }

.rubriken #dd li:hover a, .rubriken #dd li:focus a {color: #fff;}

.rubriken #dd li:hover, .rubriken #dd li:focus {background-color:#fa7d19;}

*/



/* search modules */

.search { float:right; }



/* arrow before link */

.arrNoLink { background:url(/ZDF/zdfportal/blob/1882/17/data.png) no-repeat left 40%; font-weight: bold; color:#fa7d19; padding-left:8px; }

.nopadding .arr {padding-left:0px;}

.arr { background:url(/ZDF/zdfportal/blob/1874/17/data.png) no-repeat left 40%; padding-left:8px; }

a:hover .arr,

a:focus .arr,

a:hover .arrWhite,

.current .arr,

a:focus .arrWhite,

.current .arr { background:url(/ZDF/zdfportal/blob/1882/17/data.png) no-repeat left 40%; }

.arrWhite { background:url(/ZDF/zdfportal/blob/1870/17/data.png) no-repeat left 40%; padding-left:8px; }

.teaserDesign .arrWhite { color: #fff; }

.teaserDesign:hover .arrWhite,

.teaserDesign:focus .arrWhite { background-position: left 40%; color: #FA7D19; }



#boxTabbed .arr { background-position: left 2px; }



/* clear */

.clear { clear:both; }



/*******************/
/* MAINZELMAENNCHEN */
/*******************/


.mainzel {
 display: block;
 color: #fff;
 padding: 0px 115px 0 30px;
 height: 60px;
 position: relative;
}

aside .mainzel { padding: 25px 10px 0 30px; }
.mainzel:visited {
 color: #fff;
}

.box .mainzel {padding-left:10px;}  

.mainzel img {
 display: block;
 position: absolute;
 right:0;

 line-height: 0;
}

aside .mainzel {
 padding: 25px 10px 0 30px;
}

aside .mainzel img { right: -30px;  }
#mainzelDesc {
 font-size: 14px;
 line-height: 20px;
}

aside .weather .city-dd {border-top: 5px solid transparent;}

/***********/
/* WEATHER */
/***********/
 .weather {
 font-size:14px;
 position: relative;
 z-index: 300;
 -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
   -ms-user-select: none;      /* IE 10+ */
   -o-user-select: none;
   user-select: none;
}

.weather h3 {
 width: auto;
 font-size: 24px;
 color: #FFF;
 line-height: 28px;
 margin-bottom: 0px;
}

.weather .warnIcon {

 visibility:hidden;
 background: url(/ZDF/zdfportal/blob/36259996/1/data.png);

 background-repeat: no-repeat;

 background-color: transparent;
 background-position: left 1px;
 width: 20px;
 height: 20px;
 display: inline-block;
 float: left;
 margin-top: 15px;

 margin-left: 5px
}

.weather .weather-info {
 display: block;
 padding-left: 30px;
 height: 80px;
 overflow: hidden;
}

.weather .weather-info span {
 display: block;
 font-weight: normal;
 color: #fff;
}

.weather .weather-info .temperature{
    display: inline-block;
    float: left;
    font-size: 50px;
    line-height: 50px;
    margin-top: 12px;
    position: relative;
}
.weather .weather-info .celsius{
font-size: 24px;
line-height:50px;
float:left;
margin-top: 2px;
}

.weather .weather-info .weather-icon {
    float: left;
    margin-left: 16px;
    margin-top: 2px;
}

.weather a {
 font-size: 14px;
 font-weight: normal;
 line-height: 17px;
}
.weather .city-dd {
 position: relative;
}

.weather .dd {
 position: relative;
 height: 20px;
 line-height: 20px;
 display: block;
 margin-left: 25px;
 width: 230px;
 padding: 1px 4px;
 border: 1px solid transparent;

margin-top: 11px;
}
.weather .dd:before {
 display: block;
 content: '.';
 text-indent: -9999px;
 width: 20px;
 height: 20px;
 position: absolute;
 left: -25px;
 background: url(/ZDF/zdfportal/blob/1904/17/data.png) no-repeat transparent -21px 0;
}


.weather .dd:hover:before {
 background-position: -21px -21px; 
}
.weather .dd.open:before {
 background-position: 0px 0px; 
}
.weather .dd.open:hover:before {
 background-position: 0px -21px; 
}
.weather .dd span { line-height: 20px; }

.weather .dd.open {
 background-color: #FA7D19;
 color: #fff;
 border: 1px solid #eee;
 border-bottom: 1px solid #fff;
 border-radius: 2px 2px 0 0;
}

.weather .customScroller {
 height: 230px;
 width: 240px;
 position: absolute;
 z-index: 300;
 top: 16px;
 left: 25px;
 display: none;
 margin-top:8px;
 -moz-box-shadow: 2px 3px 5px rgba(0,0,0,0.5);
 -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,0.5);
 box-shadow: 2px 3px 5px rgba(0,0,0,0.5);
}
.weather ul{ margin:0; padding:0; list-style: none; width: 225px; display: block; }
.weather ul li { padding: 3px 1px; margin: 0px 5px; border-bottom: 1px dotted #757575; }
.weather ul li a {display: block; width: 100%; font-size: 14px;  text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}

/* weather within aside column */
aside .weather .dividerHorizontal {top: 176px;height: 1px;border-top: 1px solid #cfcfcf;position: absolute;width: 100%;left: 0;right: 0; }

aside .weather {
 padding: 20px 0;
 margin-bottom: 30px;
}
aside .weather h3,
aside .weather span,
aside .weather .weather-info span,
aside .mainzel:visited {
 color: #585858;
}
aside .weather .dd.open span {
 color: #fff;
} 
aside .weather .dd { width: 165px; }
aside .weather .customScroller {
 width: 175px;

 height: 220px;

 top:26px;
}
aside .weather ul { width: 160px; }

aside .weather .mainzel {
padding: 0 80px 10px 0;
}

aside .weather h3 {margin-bottom:5px; margin-top:15px; padding-left:0px;}

/* Teaser Rubriken / weitere-themen */

.teaser-rubriken p,

.teaser-weitere-themen p { margin:0; padding:0px 0px 10px; font-size:13px; font-weight:bold; }

/* Rubriken-Menu */

.rubriken-menu ul li { 

 margin:0 15px 5px 0; 
 
 display:inline-block;
 
 width:295px;
 
 cursor:pointer;
 
 font-size:17px;
 
 line-height:20px; 
 
 font-weight: bold; 
 
}

li.last { margin-right:0 !important; }

.rubriken-menu ul li a {

 color: #fff;
 
 font-size:17px;
 
 line-height:20px; 
 
 font-weight: bold;
 
 display: block;
 
 padding:5px 8px;
 
}

.teaser-rubriken .rubriken-menu ul { display: inline-block; }

/* teaser-weitere-themen carousel */

.jcarousel-skin-weitere-themen .jcarousel-clip {

 overflow: hidden;
}

.jcarousel-skin-weitere-themen li { 

 list-style: none; 
 
 width: 294px;
 
 margin-right: 15px; 
} 

.jcarousel-skin-weitere-themen li a { 

 position: relative; 
 
 display: block; 
}

.jcarousel-skin-weitere-themen li img { margin-bottom: 4px; }

.jcarousel-skin-weitere-themen li .playbutton {

 display: block;
 
 width: 32px;
 
 height: 32px;
 
 position: absolute;
 
 top: 66px;
 
 left: 130px;
   margin-left: 0px;
  margin-top: 0px;
 background: url(/ZDF/zdfportal/blob/2014/18/data.png) no-repeat 0 0 transparent;

}

/*.jcarousel-skin-weitere-themen li .playbutton:hover, :hover > .jcarousel-skin-weitere-themen li .playbutton 
{ background: url(/ZDF/zdfportal/blob/25726642/7/data.png) no-repeat 0 0 transparent; }*/



.jcarousel-skin-weitere-themen li .playbutton:hover, .jcarousel-skin-weitere-themen li .playbutton:focus, .jcarousel-item:hover .playbutton

{ background: url(/ZDF/zdfportal/blob/25726642/7/data.png) no-repeat 0 0 transparent; }



.jcarousel-skin-weitere-themen li h4 {
 
 font-size: 15px;
}

.jcarousel-skin-weitere-themen li h4 .label {

 
}

.jcarousel-skin-weitere-themen .jcarousel-prev,

.jcarousel-skin-weitere-themen .jcarousel-next {

 width: 50px;
 
 height: 70px;
 
 position: absolute;
 
 top: 45px;
 
 background-image: url(/ZDF/zdfportal/blob/25726640/7/data.png);
 
 background-repeat: no-repeat;
 
 background-color: transparent;
 
 cursor: pointer;

}

.jcarousel-skin-weitere-themen .jcarousel-prev {

 left: 0;
 
 background-position: 0 0px;

}

.jcarousel-skin-weitere-themen .jcarousel-next {

 right: 0;
 
 background-position: -50px 0px;
}

.jcarousel-skin-weitere-themen .jcarousel-prev:hover,

.jcarousel-skin-weitere-themen .jcarousel-prev:focus {

 background-position: 0 -70px;

}

.jcarousel-skin-weitere-themen .jcarousel-next:hover,

.jcarousel-skin-weitere-themen .jcarousel-next:focus {

 background-position: -50px -70px;
}

.jcarousel-skin-weitere-themen .jcarousel-prev-disabled,

.jcarousel-skin-weitere-themen .jcarousel-prev-disabled:hover,

.jcarousel-skin-weitere-themen .jcarousel-prev-disabled:focus {

 background-position: 0 -140px;

}

.jcarousel-skin-weitere-themen .jcarousel-next-disabled,

.jcarousel-skin-weitere-themen .jcarousel-next-disabled:hover,

.jcarousel-skin-weitere-themen .jcarousel-next-disabled:focus {

 background-position: -50px -140px;
}

.jcarousel-skin-weitere-themen .jcarousel-prev-disabled,

.jcarousel-skin-weitere-themen .jcarousel-next-disabled {

 cursor: default;
}



 

/* MM BÃ¼hne Beitragsseite */

#boxTabbed { margin-bottom: 30px; margin-top: 24px; width: 672px; }

#boxTabbed .link-list {
 position: relative;
   -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
   box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
   background-color: #F4F4F4;
    border-right: 1px solid #e4e4e4; /* fallback older browser */
   border-right: 1px solid rgba(0, 0, 0, 0.1);
}



#boxTabbed .link-list .teaser-link > div {
padding-left: 18px;
padding-right: 19px;
}



#boxTabbed .link-list .item-1 {
   border-left: 1px solid #e4e4e4; /* fallback older browser */
   border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#boxTabbed .link-list .currentTab {
 background-color: #fff;
}

#boxTabbed .info {
 position: absolute;
 bottom: 0;
 left:0;
 width: 100%;
}
#boxTabbed .info cite {
 padding-left: 6px;
}

#boxTabbed .info .button-minimize { 
 display: block; 
 width: 20px;
 height: 20px;
 background: url(/ZDF/zdfportal/blob/1904/17/data.png) no-repeat; 
 background-position: 0px 0px; 
 position: absolute; 
 top: -18px; 
 right: 0;

 cursor: pointer;
}

#boxTabbed .info .button-minimize:hover { background-position: 0px -21px; }

#boxTabbed .info.open .button-minimize { top: 0px; }
#boxTabbed .info.open .button-minimize { background-position: -21px 0px; }
#boxTabbed .info.open .button-minimize:hover { background-position: -21px -21px; }

.info .info-content {
 padding: 15px 25px 15px 15px; 
-webkit-box-shadow:  0px -2px 2px 0px rgba(0, 0, 0, 0.3);
        box-shadow:  0px -2px 2px 0px rgba(0, 0, 0, 0.3);
}
.info.open .info-content {
 -webkit-box-shadow: none;
   box-shadow: none;
}

.info .info-content p { 
 display: inline; 
 padding-right:0px; 
 font-size:12px; 
 line-height: 1.45em; 
}

.tabContent { }

.tabContent img { height: 378px; width: 100%; }

.tabContent .player img { height: 100%; width: 100%; }

.tabContent, .tabContent h6 { display: none;  clear: both; }

#tab1content { display: block; }

.videoPreview { background-position: 0 0; background-repeat: no-repeat; background-size: 100% auto; cursor: pointer; position: relative; text-align: center; }

/***********************************************

 * NEWS - CENTER - WRAPPER

 ***********************************************/

/* hide #main to prevent scrolling */
.ncMaximized #main { display: none; } 

.ncMaximized .wrapper { 
 margin-top: -40px; 
 transition: all 0.2s; 
} 

.ncMaximized .ncLightbox { 
 opacity: 1; 
 display: block; 
}

.ie8 .ncMaximized .ncLightbox { 
 display: block; 
}

/* must initially be visible in order to work correctly */
#ncWrapper {
 position: absolute;
 top: 130px;
 left: 0;
 width: 100%; /* background visible if carousel is active */
 background: url(/ZDF/zdfportal/blob/31026306/5/data.png) repeat-x 0 0 transparent;
 z-index: 1050; /*lightbox 100 */
 opacity: 0;
 border-top: 1px solid #497288;
}

#ncWrapper.visible {
 opacity: 1;
}

#ncWrapper.minimized {
 border-bottom: 1px solid #416375;
 border-bottom: 1px solid rgba(73, 114, 136, 0.2);
}

#ncWrapper.minimized.fixed {
 position: fixed;
 top: -1px;
 left: 0;
 -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
 -moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
 box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
 background: #073f5b;
 transition: background 0.5s;
}

.fancyboxVideoOpen #ncWrapper {
 display: none !important;
}

.fancyboxVideoOpen .wrapper { 
 margin-top: 0px; 
}

.ncLightbox {
 display: none; /* must be none so all regular page elements receive mouse actions */
 opacity: 0;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgb(7,63,91); /* Old browsers */
 /* IE9 SVG, needs conditional override of 'filter' to 'none' */
 background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA3M2Y1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzFkNTI2ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzFkNTI2ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzNmNWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
 background: -moz-linear-gradient(top,  rgba(7,63,91,1) 0%, rgba(29,82,110,1) 36%, rgba(29,82,110,1) 65%, rgba(7,63,91,1) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(7,63,91,1)), color-stop(36%,rgba(29,82,110,1)), color-stop(65%,rgba(29,82,110,1)), color-stop(100%,rgba(7,63,91,1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top,  rgba(7,63,91,1) 0%,rgba(29,82,110,1) 36%,rgba(29,82,110,1) 65%,rgba(7,63,91,1) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top,  rgba(7,63,91,1) 0%,rgba(29,82,110,1) 36%,rgba(29,82,110,1) 65%,rgba(7,63,91,1) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top,  rgba(7,63,91,1) 0%,rgba(29,82,110,1) 36%,rgba(29,82,110,1) 65%,rgba(7,63,91,1) 100%); /* IE10+ */
 background: linear-gradient(to bottom,  rgba(7,63,91,1) 0%,rgba(29,82,110,1) 36%,rgba(29,82,110,1) 65%,rgba(7,63,91,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#073f5b', endColorstr='#073f5b',GradientType=0 ); /* IE6-8 */

 z-index: 100;
 transition: opacity 0.2s;
 -webkit-box-shadow: 0px 15px 60px rgba(0,0,0,0.3) inset;
 -moz-box-shadow: 0px 15px 60px rgba(0,0,0,0.3) inset;
 box-shadow: 0px 15px 60px rgba(0,0,0,0.3) inset;
}

.ncLightbox .world {
 width: 100%;
 height: 100%;
 background: url(/ZDF/zdfportal/blob/2564/16/data.png) no-repeat center 20px fixed transparent;
}

.ie8 .ncLightbox {
 display: none;
}

.ie9 .ncLightbox {
 filter: none;
}

/***************************

* NC HEADER 

****************************/

.ncHeader {
 position: relative;
 /*z-index: 200;*/
 width: 148px;
 float:left;

 left: -20px;
}

.ncHeader h2,
.ncHeader a {
 display: inline-block;
 height: 45px;
 padding: 12px 0px 0px 11px;
 line-height: 17px;
 font-size: 12px;
 font-weight: bold;
 color: #fff;
 background: url(/ZDF/zdfportal/blob/31026308/5/data.png) no-repeat 0 2px transparent;
}

.ncHeader h2 {
 display: none;
 position: absolute;
 left: 148px;
 top: 0px;
 padding-left: 30px;
}

.ncHeader .button-minmax { 
 padding-left: 25px;
 padding-right: 10px;
}

.ncHeader .button-minmax:before {
 content: '';
 width: 11px;
 height: 21px;
 display: inline-block;
 position: absolute;
 top: 9px;
 left: 9px;
 background: url(/ZDF/zdfportal/blob/31026310/5/data.png) no-repeat; 
 background-position: 0px 0px; 
}

.ncHeader .button-minmax:hover:before { 
 background-position: -20px 0px; 
}

.ncHeader .button-minmax.closed:before { 
 background-position: -40px 0px;
}

.ncHeader .button-minmax.closed:hover:before {
 background-position: -60px 0px;
}

.ncMaximized .ncHeader {
 width: auto;
 float: none;
}

.ncMaximized .ncHeader h2 {
 display: block;
}

/**********************************************

* NEWS CENTER GENERAL

 - used in maximized and minimized news center 
**********************************************/

.nc { 
 margin: 0 auto;
 width: 100%;
 height: auto; 
}

.nc ul.newsBlock li { list-style: none; }

.nc .newsItem a span,

.nc .openItem h4 a span { background-image: url(/ZDF/zdfportal/blob/1870/17/data.png);background-repeat: no-repeat;background-position: 0 44%;padding-left:11px; margin-bottom: 7px; }

.no-touch .nc .newsItem a:hover span,

.no-touch .nc .newsItem a:focus span,

.nc .openItem.messageVisible h4 a span { background-image: url(/ZDF/zdfportal/blob/1882/17/data.png); outline:none; }

.nc .newsItem h4 {

    width: 100%;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 12px;

    font-weight: bold;

    height: 13px;

 padding: 8px 0px 12px;

    overflow:hidden;

}

.nc .newsItem h4 span.border { 
 width: 100%;
 position: relative; 
 display: inline-block;
}

/* Fallback for pseudo class after */
.ie7 .nc .newsItem h4 span.border,
.ie8 .nc .newsItem h4 span.border { 
 border-bottom: 1px solid #497288;  
}

.nc .newsItem h4 span.border:after {
 content: '';
 display: block;
 position: absolute;
 height: 1px;
 width: 80%;
 opacity: 1;
 transition: opacity 0.2s;
 /* IE9 SVG, needs conditional override of 'filter' to 'none' */
 background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
 background: -moz-linear-gradient(left,  rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.3)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(left,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(left,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(left,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
 background: linear-gradient(to right,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
} 

.ie9 .nc .newsItem h4 span.border:after {
 filter: none;
}

.nc .openItem h4 span.border:after {
 opacity: 0;
}

.ie7 .nc .openItem h4 span.border,
.ie8 .nc .openItem h4 span.border { 
 border-bottom: 0; 
}

.nc .newsItem h4 a { text-decoration: none;white-space: nowrap;display: inline-block; outline: 0; margin-bottom: 8px;}

/* video icon
*************************/
.nc .newsItem h4 a span { font-size:12px; padding-right: 10px; color: #FA7D19;}
.nc .newsItem h4 a.hasVideo { background: url(/ZDF/zdfportal/blob/24559522/8/data.png) no-repeat right 0px transparent; padding-right: 34px; outline: none; }
.no-touch .nc .newsItem h4 a.hasVideo:hover,
.no-touch .nc .newsItem h4 a.hasVideo:focus,
.nc .openItem.messageVisible h4 a.hasVideo { background-position: right -20px; outline:none; }
.nc .openItem { overflow: visible; }
.nc .newsContent { 
 margin: 0 auto; 
 height: 0px;
 overflow: hidden;
 font-size: 14px; 
 line-height: 20px; 
 width: auto;
}
.nc .newsContent a { background-position: 0 35%; }

.nc .newsContent .newsText p { width: 430px; float: left; margin-right: 30px; padding-bottom: 10px;}

.nc .newsContent .message { margin-left: 190px; padding-top: 10px; padding-bottom: 15px; }

.nc .newsContent .player { position:absolute; }

/*******************************

 NC = maximized newscenter 

*******************************/

#nc {
 display: none;
 width: 100%;
 position: relative;
}

/* Themes navigation
*********************************/
.nc #moreThemes { 
 overflow: hidden; 
 display: block; 
 position: absolute; 
 top: 85px; 
 left: 8px; 
}

.nc #moreThemes .navi {

 width: 152px;

 overflow: visible;

 padding: 0px;

 z-index: 10;

 display: block;

 list-style: none;

 font-weight: normal;

 font-size: 18px;

 line-height: 24px;

}

.nc #moreThemes .navi li{ padding:3px 0px; }

.nc #moreThemes .navi a{

 display: block;

    width: 100%;

    background: none;

    padding-left:0;

}

.nc #moreThemes .theme { display: none;padding: 20px 0px 0px 168px;overflow: hidden; }

.nc #moreThemes .theme .moreItem { display: none; }

.newsTheme { display: none; }

.activeTheme {display: block;}

/***********************************************

 NEWS - CENTER - MINIMIZED = SLIDER 

************************************************/

#ncMini {
 display: none;
 width: 1130px;
}

#ncMini .newsTheme { 
 display: block; 
 float: left;
}

#ncMini .ncMiniPopup {
 display: none;
 position: absolute;
 top: 61px;
 left: 0;
 height: auto;
 background-color: #0e3244;
 border-top: 1px solid rgba(64, 93, 107, 0.9);
 -webkit-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.4);
 -moz-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.4);
 box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.4);
}

#ncMini .ncMiniPopup:after {
 content: '';
 width: 16px;
 height: 10px;
 background: url(/ZDF/zdfportal/blob/31026312/5/data.png) no-repeat 0 0 transparent;
 position: absolute;
 top: -9px;
 left: 50%;
 margin-left: -5px;
}

#ncMini .ncMiniPopup.align-right:after {
 left: auto;
 right: 12px;
}

#ncMini .jcarousel-skin-news .jcarousel-clip {
 overflow: hidden;
 width: 930px;
}

#ncMini .jcarousel-skin-news li { 
 list-style: none; 
 width: 310px;
} 

#ncMini .jcarousel-next {
 width: 50px;
 height: 100%;
 position: absolute;
 right: -50px;
 top: 0;
 cursor: pointer;
}

#ncMini .jcarousel-next span {
 display: block;
 width: 14px;
 height: 21px;
 background: url(/ZDF/zdfportal/blob/31026310/5/data.png) no-repeat -221px 0 transparent;
 position: absolute;
 top: 50%;
 margin-top: -11px;
 left: 50%;
 margin-left: -7px;
}



#ncMini .jcarousel-prev {
 width: 50px;
 height: 100%;
 position: absolute;
 left: -45px;
 top: 0;
 cursor: pointer;
}

#ncMini .jcarousel-prev span {
 display: block;
 width: 14px;
 height: 21px;
 background: url(/ZDF/zdfportal/blob/31026310/5/data.png) no-repeat -239px 0 transparent;
 position: absolute;
 top: 50%;
 margin-top: -11px;
 left: 50%;
 margin-left: -7px;
}



#ncMini .jcarousel-next:hover span,
#ncMini .jcarousel-next:focus span {
 background-position: -201px 0;
}



#ncMini .jcarousel-prev:hover span,
#ncMini .jcarousel-prev:focus span {
 background-position: -259px 0;
}



/* HTML MARKUP:
<li class="newsitem">
 <h4>
  <span class="border">
   <a>
    <span>11:36</span>
    TitelÃ¼berschrift
*/
#ncMini .newsItem,
#ncMini .jcarousel-next {
 background: url(/ZDF/zdfportal/blob/31026308/5/data.png) no-repeat 0 2px transparent;
}

#ncMini .jcarousel-prev {
 background: url(/ZDF/zdfportal/blob/31026308/5/data.png) no-repeat 45px 2px transparent;
}

#ncMini .newsItem h4 {
 width: auto;
 height: 45px; /* + 15px padding = 60px */
 padding: 12px 15px 0px 11px;
 line-height: 17px;
 overflow: visible;
 display: inline-block;
}

#ncMini .newsItem h4 .border {
 width: auto;
 border-bottom: none;
}

#ncMini .newsItem h4 .border:after {
 display: none;
}

#ncMini .newsItem h4 a {
 white-space: normal;
 margin-bottom: 0;
}

#ncMini .newsItem h4 a.hasVideo {
 background: none;
 padding: 0;
}

#ncMini .newsItem h4 a.hasVideo:before {
 content: '';
 width: 26px;
 height: 20px;
 background: url(/ZDF/zdfportal/blob/24559522/8/data.png) no-repeat 0 0 transparent;
 position: absolute;
 bottom: 0;
 left: 11px;
}

#ncMini .newsItem h4 a.hasVideo:hover:before,
#ncMini .newsItem h4 a.hasVideo:focus:before, 
#ncMini .openItem.messageVisible h4 a.hasVideo:before { 
 background-position: 0 -20px; outline:none; 
}

#ncMini .newsItem h4 a span {
 display: block;
 float: left;
 margin-bottom: 20px;
}

/* content in popup */
#ncMini .newsContent {
 margin: 0;
 height: auto;
 overflow: visible;
 display: none;
 border-top: 1px solid rgba(73, 114, 136, 0.9);
}

#ncMini .ncMiniPopup .newsContent {
 display: block;
}

#ncMini .newsContent .message {
 margin: 0;
 padding: 0;
}

#ncMini .newsContent .newsText {
 float: none;
 padding: 45px 25px 25px 20px;
}

#ncMini .newsContent .newsText p {
 width: auto;
 float: none;
 margin: 0;
 padding: 0;
}

#ncMini .videoSize.loner {
 float: none;
 margin: 0 auto 6px;
 width: 294px;
}

.ncMiniPopup .button-close {
 display: block;
 width: 16px;
 height: 16px;
 position: absolute;
 top: 12px;
 right: 12px;
 background: url(/ZDF/zdfportal/blob/31026310/5/data.png) no-repeat -157px -2px transparent; 
}

.ncMiniPopup .button-close:hover,
.ncMiniPopup .button-close:focus {
 background-position: -177px -2px; 
 cursor: pointer;
}

/***********************************************

 * HIGHLIGHT

 ***********************************************/

#highlight {
 position: absolute;
 z-index: 10; /* for box-shadow to be visible*/
 right: 0;
 width: 290px; /* + 16px padding = 306px */
 padding: 0px 0px 0px 16px;
 border-top: 1px solid #9BADB6;
 -webkit-user-select: none;  /* Chrome all / Safari all */
 -moz-user-select: none;     /* Firefox all */
 -ms-user-select: none;      /* IE 10+ */
 /* No support for these yet, use at own risk */
 -o-user-select: none;
 user-select: none; 
 -webkit-box-shadow: -2px 0px 3px 0px rgba(0,0,0,0.3);
 -moz-box-shadow: -2px 0px 3px 0px rgba(0,0,0,0.3);
 box-shadow: -2px 0px 3px 0px rgba(0,0,0,0.3);
}

.ie9 #highlight {
 filter: none;
}

#highlight h3 {
 font-size: 24px;
 color: #ffffff;
 line-height: 28px;
 padding: 0;
 margin: 25px 17px 20px 0;
}

#highlight .weather h3 {
 margin-bottom: 9px;
 margin-top: 0px;
}

#highlight .dividerVertical {
display:none;
}
#highlight .dividerHorizontal {
 border-top: 1px solid #6a90a5;
 height: 1px;
 top: 360px;
 left:17px;
 width: 273px;
 margin-top: 10px;
 margin-bottom: 10px;

 display:block;

}

#highlight .mainzel {padding-left:0px;}

#mainStage {
 margin-bottom: 15px;
/* -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.4);*/
/* -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.4);*/
/* box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.4);*/
 background: rgb(107,138,153); /* Old browsers */
 /* IE9 SVG, needs conditional override of 'filter' to 'none' */
 background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZiOGE5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0OTcyODgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
 background: -moz-linear-gradient(top,  rgba(107,138,153,1) 0%, rgba(73,114,136,1) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(107,138,153,1)), color-stop(100%,rgba(73,114,136,1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top,  rgba(107,138,153,1) 0%,rgba(73,114,136,1) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top,  rgba(107,138,153,1) 0%,rgba(73,114,136,1) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top,  rgba(107,138,153,1) 0%,rgba(73,114,136,1) 100%); /* IE10+ */
 background: linear-gradient(to bottom,  rgba(107,138,153,1) 0%,rgba(73,114,136,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b8a99', endColorstr='#497288',GradientType=0 ); /* IE6-8 */
}
.ie9 #mainStage {
 filter: none;
}

/***********************************************

 * VIDEOLEISTE

 ***********************************************/

.videoleiste {
 margin-bottom: 20px;
}

.videoleiste ul { 
  list-style: none;
}

.ie7 .videoleiste ul li {
 display: inline;
}

.videoleiste ul li img {
 line-height: 100%;
 display: block;
 overflow:hidden;
}

.videoleiste ul li a {
 width: 130px;
 height: 73px;
 margin: 0 12px 17px 0;
 list-style: none;
 display: inline-block;
 float: left;
 opacity: 1;
 cursor: pointer;
 overflow: hidden;
 position: relative;
 -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
 -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
 box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
}

.videoleiste ul li.active .playbutton {

}

/*************************************
 OVERLAY VIDEOLEISTE 
*************************************/

#fancybox-outer {
 background-color: transparent;
}

.no-shadow .fancybox-bg {
 display: none;
}

#overlay-videoleiste {
 display: none;
}

#fancybox-content #overlay-videoleiste {
 display: block;
}

#overlay-videoleiste .videoleiste {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
 background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZiOGE5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0OTcyODgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
 background: -moz-linear-gradient(top,  rgba(107,138,153,1) 0%, rgba(73,114,136,1) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(107,138,153,1)), color-stop(100%,rgba(73,114,136,1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top,  rgba(107,138,153,1) 0%,rgba(73,114,136,1) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top,  rgba(107,138,153,1) 0%,rgba(73,114,136,1) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top,  rgba(107,138,153,1) 0%,rgba(73,114,136,1) 100%); /* IE10+ */
 background: linear-gradient(to bottom,  rgba(107,138,153,1) 0%,rgba(73,114,136,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b8a99', endColorstr='#497288',GradientType=0 ); /* IE6-8 */
 margin-bottom: 10px;
 padding: 20px 0 4px 30px;
}



.ie9 #overlay-videoleiste .videoleiste {
 filter: none;
}



#overlay-videoleiste h3 {
 color: #fff;
 font-size: 24px;
 line-height: 28px;
 margin-bottom: 20px;
 padding: 0;
}

#overlay-videoleiste .videoleiste ul li a {
 margin-right: 20px;
}

#overlay-videoleiste .logo {
 text-align: center; 
 position: relative;
}

#overlay-videoleiste .button-close {
 display: block;
 width: 16px;
 height: 16px;
 position: absolute;
 bottom: 15px;
 right: 0;
 background: url(/ZDF/zdfportal/blob/1698/17/data.png) no-repeat center center transparent; 
}

#overlay-videoleiste .button-close:hover,
#overlay-videoleiste .button-close:focus {
 background: url(/ZDF/zdfportal/blob/1700/17/data.png) no-repeat center center transparent; 
 cursor: pointer;
}

#overlay-videoleiste .player-container > div { display: none;}

#overlay-videoleiste .player-container > div.currentVideo { display: block; }

#overlay-videoleiste .player-container > div { position: relative; }




/***********************************************

 * F L A S H P L A Y E R

 ***********************************************/

.flashplayer { display: none; }

.nc .flashplayer a{ padding:0; margin: 0; background-position: 0px 0px; }

.videoSize { width: 298px; height: 168px; }

.videoPlaceholderImage:hover,

.videoPlaceholderImage:focus { cursor: pointer; }

.nomarginbottom {margin-bottom: 0px;}

.fleft {float: left;}

.fright {float: right;}



/***********************************************

 * C H E C K B O X

 ***********************************************/

.checkbox {

		height: 12px;

		width: 13px;

		float:left;

		margin: 0px 5px 0 0;

		padding: 0;

		background: url(/ZDF/zdfportal/blob/1916/17/data.png) 0 0 no-repeat;

		cursor: default;

		text-align:left;

		display:block;

}

.checkbox:hover { cursor: pointer; }



#versandBox {

	position: absolute;

	display: none;

	background-color: #FFF;

	z-index: 10;

	width: 475px;

	height: 400px;

	overflow: hidden;

	border: solid 1px #AAA;

	line-height: 16px;

}



/** AUTOCOMPLETE CUSTOM CSS **/ 

.ui-autocomplete.ui-widget-content {
    color:#ffffff;

    background:none repeat scroll 0 0 #969696;

    border:1px solid #cdcdcd;

    z-index:2001 !important;
}

.ui-autocomplete.ui-widget-content .ui-state-hover, .ui-autocomplete.ui-widget-content .ui-state-focus{
    background: none repeat scroll 0 0 #FA7D19;

    border: 1px solid #59B4D4;

    color: #FFFFFF;

    font-weight: bold;
}

.ui-autocomplete.ui-widget-content .ui-menu-item a{

    color: #FFFFFF;

}



.videoSize.loner { float: left; }

.videoPreview{background-repeat: no-repeat;background-position: 0 0;background-size: 100%;text-align: center;position:relative;cursor:pointer}

.videoPreview img.videoImagePreview {margin-bottom: 0px;}

.playbutton:hover, .playbutton:focus, 
*:hover > .playbutton,
.videoleiste .active .playbutton  { background: url(/ZDF/zdfportal/blob/25726642/7/data.png) no-repeat 0 0 transparent; }



.playbutton {border:none; 
 display: block;
 width: 32px;
 height: 32px;
 position: absolute;
 top: 50%;
 left: 50%;
 margin-left: -16px;
 margin-top: -16px;
 background: url(/ZDF/zdfportal/blob/2014/18/data.png) no-repeat 0 0 transparent;
}
/*.playbutton:hover,:hover > .playbutton { border: 1px solid #fff; }*/

.player{position:relative;}