/* MASTERNAVI */

.masternavi .ard-wrapper, .masternavi .section, #header .ard-wrapper , #header .section
{
    overflow: visible;
}

.masternavi .menueToggle
{
    display: none;
}

.masternavi
{
    width: 100%;
    float: left;
    height: 60px;
	/* font-size: 1.25em; */
}

.masternavi .section,
#header .ard-wrapper .section
{ }

.mnHolder
{
    width: 94.2857142%;
	margin: 0 auto 0 auto;
    position: relative;
    display: table;
}

.masternavi .navi
{
    float: left;
    width: 100%;
}

.masternavi ul
{
    margin: 0 auto 0 auto;
    float: left;
}

.masternavi li
{
    float: left;
    color: #001a4b;
    font-size: 100%;
    margin: 0 0 0 0;
    background: none;
}

.masternavi ul li a
{
    color: #fff;
    float: left;
    padding: 5px 6px 5px 6px;
    height: 20px;
    }


.masternavi ul li a:hover,
.masternavi ul li a:focus,
.masternavi ul li a:active
{
    color: #001a4b;
    background: #fff;
    height: auto;
    padding: 5px 6px 5px 6px;
    border-bottom: 0 solid #fff;
    height: 20px;
}

.masternavi ul li.active
{
	    border-bottom: 2px solid #fff;
	    padding: 0;
	    margin: 0;
	    height: 28px;		
}

.masternavi ul li.active a
{
   padding: 6px 6px 4px 6px;

}

.masternavi .ardlogo
{
    position: absolute;
    right: 0;
    bottom: 0;
 }

.masternavi .ardlogo a:hover,
.masternavi .ardlogo a:focus,
.masternavi .ardlogo a:active
{
}

.masternavi li.tv, .masternavi li.ard
{
    margin-left: 0;
}

.masternavi .tv,
.masternavi .radio,
.masternavi .ardmt
{
    font-weight: bold;
}

.masternavi .tv
{
	clear: both;
}



/* HEADER */

#header
{
    width: 100%;
    float: left;
}

#header .section
{
    background-color: transparent;
}

.subnavi
{
    margin-top: 0;
    float: left;
    width: 100%;
    }

.subnavi .ressorts
{
    float: left;
    width: 100%;
    background-color: rgba(10, 65, 120, 0.9);

}

/**** till banner ***/

.subnavi .subressort
{
    float: left;
    padding: 6px 8px 6px 8px;
    background-color: #fff;
}

.subnavi .subressort.hasArrow
{
    padding-right: 20px;
}

.subnavi .ressorts .collapsed
{
    background-color: transparent;
}

.subnavi .ressorts .collapsed
{
    background-color: transparent;
}

.subnavi .ressorts li
{
    float: left;
    position: relative;
    margin: 0 0 0 0;
}

.subnavi .subressorts li a
{
    color: #000000;
    display: block;
    line-height: 120%;
    padding: 8px 6px 8px 6px;
    text-indent: 0;
    width: 288px;

}


.subnavi .subsubressorts li a
{
    padding: 8px 2px 8px 10px;
}




.subnavi .ressorts .collapsed a
{
    color: #fff;
}

.subnavi .ressorts li a:focus,
.subnavi .ressorts .collapsed a:focus{
	/* define visual effect for tab-navigation focus */
	/* green color for testing */
	 color: #001a4b; 
}



/* erstes Level der Ressort-Navi */

#header .subressort .collapseArrow 
{
   background: url('/static/img/bereich/fernsehen/das-erste/responsive/icon/arrow_collapsible.png') no-repeat scroll 0 -100px;
    height: 20px;
    margin-right: 3px;
    margin-top: 6px;
    width: 13px;
}

#header .subressort.collapsed .collapseArrow 
{
   background: url('/static/img/bereich/fernsehen/das-erste/responsive/icon/arrow_collapsible.png') no-repeat scroll 0 -80px;
}


/* zweites Level der Ressort-Navi */

#header .subressorts .collapseArrow 
{
   background: url('/static/img/bereich/fernsehen/das-erste/responsive/icon/arrow_collapsible.png') no-repeat scroll 0 -20px;
   margin-top: 4px;
}

#header .subressorts .hasArrow.collapsed .collapseArrow
{
   background: url('/static/img/bereich/fernsehen/das-erste/responsive/icon/arrow_collapsible.png') no-repeat scroll 0 0;
   margin-top: 4px;
}



.subnavi .subressorts .collapsed a
{
    color: #000;
}


.subnavi .subressorts
{
    position: absolute;
    width: 300px;
    left: 0px;
    top: 30px;
    padding: 5px;
    background-color: #fff;
    z-index: 10;
    -moz-box-shadow:    0px 20px 25px -5px #000;
    -webkit-box-shadow: 0px 20px 25px -5px #000;
    box-shadow:         0px 20px 25px -5px #000;
}

.subnavi .subressorts span
{
    float: left;
    padding: 0;
    width: 100%;
    background-color: #fff;
	
}

.subnavi .subsubressorts
{
    width: 100%;
    float: left;
    z-index: 20;
}

.subnavi .subsubressorts li
{
    padding: 0;
    margin: 0 0 0 0;
}

.subnavi .active,  .subnavi .active.collapsed
{
    color: #001a4b;
    background:#56ecea;
    background:-moz-linear-gradient(top,#56ecea 0,#0 66%,#22b6b8 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#56ecea),color-stop(66%,#22b6b8),color-stop(100%,#aad8f2));
    background:-webkit-linear-gradient(top,#56ecea 0,#22b6b8 66%,#22b6b8 100%);
    background:-o-linear-gradient(top,#56ecea 0,#22b6b8 66%,#22b6b8 100%);
    background:-ms-linear-gradient(top,#56ecea 0,#22b6b8 66%,#22b6b8 100%);
    background:linear-gradient(to bottom,#56ecea 0,#22b6b8 66%,#22b6b8 100%);

}

.subnavi .active a, .subnavi .active.collapsed a
{
    color: #001a4b;
}

#header .subnavi .menueToggle
{
    background-color: #fff;
    height: 25px;
    padding: 0 4px 0 0;
    float: right;
    width: 75px;
    display: none;
}

#header .subnavi .menueToggle a
{
    padding: 4px 0 0 4px;
    float: left;
    width: 50px;
}

#header .logo
{
    float: left;
    padding: 0 0 0 0;
    width: 55%;
    height: auto;
}

#header .logo img
{
    float: left;
    padding: 0 0 0 0;
}


/*

#header .searchBox
{
    float: right;
    padding: 8px 0 0 0;
    width: 40%;
}

#header .searchBox img
{
    float: left;
    height: 25px;
}

#header .searchBox input
{
    float: left;
    height: 25px;
    border: none;
    padding: 0;
    margin: 0;
}

#header .searchBox .searchInput
{
    float: right;
    margin-top: 12px;
}

#header .searchBox .searchToggle .collapseArrow
{
    display: none;
}

#header .searchBox .searchToggle
{
    float: right;
    margin-top: 12px;
    background-color: #fff;
    padding: 0 4px 0 0;
    width: 25px;
}



*/

/* SEARCH - BOX */

#header .searchBox
{
    float: right;
    padding: 8px 0 0 0;
    width: 40%;
}

#header .searchToggle
{
    display: none;
}

#header .searchForm
{
    background-color: #fff;
    height: 25px;
    width: 175px;
    margin-top: 10px;
    float: right;
}

#header .searchInput
{
    float: left;
    height: 25px;
    width: 148px;
    border: none;
    padding: 0 0 0 2px;
    margin: 0;
}

#header .searchInput.active
{
    color: #000;
}

#header .searchSubmit
{
    float: left;
    width: 25px;
    padding: 0;
    margin: 0;
}

#header .searchSubmit img
{
    float: right;
    width: 100%;
}

