/**** MASTERNAVI ***/

.masternavi .menueToggle
{ }

.masternavi
{ 

}


#header
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}


#header .ard-wrapper
{
	width: 100%;
	float: left;
}


.masternavi .section,
#header .ard-wrapper .section.sectionA
{
    margin: 0 auto 0 auto;
    padding: 0;
    width: 100%;
}



.mnHolder
{
    width: 100%;
    max-width: 1200px;
	margin: 0 auto 0 auto;
}


.masternavi ul
{ }

.masternavi li
{ }

.masternavi li a
{ }

.masternavi li.active a,
.masternavi li a:hover,
.masternavi li a:focus,
.masternavi li a:active
{ }

.masternavi .ardlogo a
{
}

.masternavi .ardlogo a:hover,
.masternavi .ardlogo a:focus,
.masternavi .ardlogo a:active
{
}

.masternavi .intern
{
    margin-right: 32px;
	
}

.masternavi .tv,
.masternavi .radio,
.masternavi .ardmt
{ }

/* @group Subnavi */

.subnavi
{ 
    margin: 0 0 8px 0;
}

.subnavi .trigger
{ }

.subnavi .ressorts
{ }

.subnavi .subressort
{
    float: left;
    padding: 6px 12px 6px 10px;
    background-color: #fff;
}

.subnavi .subressort.hasArrow
{
    padding-right: 20px;
}

/* 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;
}

#header .subressorts .hasArrow.collapsed .collapseArrow
{
   background: url('/static/img/bereich/fernsehen/das-erste/responsive/icon/arrow_collapsible.png') no-repeat scroll 0 0;
}

.subnavi .subressorts .collapsed a
{
    color: #000000;
    display: block;
    line-height: 120%;
    padding: 8px 30px 8px 6px;
    text-indent: 0;
    width: 264px;
}

.subnavi .subressorts
{
    position: absolute;
    position: absolute;
    width: 300px;
    left: 0px;
    top: 32px;
    padding: 4px;
    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 .subressorts li a
{
    color: #000000;
    display: block;
    line-height: 120%;
    padding: 8px 6px 8px 6px;
    text-indent: 0;
    width: 288px;

}


.subnavi .subressorts li
{
    position: static;
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 6px 0 6px 0;
    padding: 0 0 0 0;
}

.subnavi .subressorts li:last-child
{
    border-bottom: 0 solid #fff;

}

.subnavi .subsubressorts
{
    width: 100%;
    float: left;
    z-index: 20;
    margin: 0 0 0 0;
}


.subnavi .subsubressorts li a
{
    display: block;
    line-height: 120%;
    margin: 0;
    padding: 8px 0 8px 12px;	
}


.subnavi .subsubressorts li
{ 
	border-bottom: 1px solid #fff;
}

.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;
padding: 0;
}

.subnavi .menueToggle
{
    background-color: #fff;
    height: 25px;
    padding: 0 4px 0 0;
    float: right;
    width: 75px;
    display: none;
}

.subnavi .menueToggle a
{
    padding: 4px 0 0 4px;
    float: left;
    width: 50px;
}



/* @end */

#header {
    width: 100%;
    float: left;
}

#header .logo
{
    float: left;
    padding: 0 0 0 0;
    width: 50%;
    height: 70px;
}

/* SEARCH - BOX */

#header .searchBox
{
    float: right;
    padding: 8px 0 0 0;
    width: 40%;
}


#header .searchBox img
{
    float: left;
    height: 25px;
}

#header .searchBox input
{
    float: left;
    padding: 0 0 0 5px;
    margin: 0;
	width: 145px;
}



#header .searchToggle
{
    display: none;
}

#header .searchForm
{
    background-color: #fff;
    height: 25px;
    width: 175px;
    margin-top: 15px;
    float: right;
}

#header .searchInput
{
    float: left;
    height: 25px;
    width: 150px;
    border: none;
    padding: 0 0 0 0;
    margin: 0;
    color: #516384;
    font-size: 0.8em;
}

#header .searchInput.active
{
    color: #000;
}

#header .searchSubmit
{
    float: left;
    width: 25px;
    padding: 0;
    margin: 0;
}

#header .searchSubmit img
{
    float: right;
    width: 100%;
}