/*** SKIN: Kinder ***/

/* Hintergrund fuer Ressort global */


body.kinder
{ 
	background-image: url('../../../img/kinder/background/base.jpg');
	background-position: 50%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

body.kinder #content
{
	background: none;
}  

body.kinder .conHeadline
{ } 

body.kinder .con
{
	background: none; 
}


body.kinder .mod
{
}

body.kinder .modCon
{
	background-image: url('../../../img/kinder/background/trans_bg.png');	
}



/* Hintergrund fuer Mini-Slider der Stage */

body.kinder .modConStage .modMini
{ background: none; }

body.kinder .modConStage .modMini .box
{ background: none; }

/* Hintergrund fuer aktiven Mini-Slider der Stage */
body.kinder .modMini .box.active, body.kinder .modMini .box:hover
{ background: #CA5004; }
	
body.kinder .modMini .box.active a, 
body.kinder .modMini .box:hover, 
body.kinder .modMini .box:hover a
{ color: #fff; }

/*** SLIDERCONTROLS ***/

body.kinder .mod .controls
{ background: #ffae00; }


body.kinder .mod .controls .prev
{ }

body.kinder .mod .controls .next
{ }

body.kinder .modGallery .controls
{ }

body.kinder .modGallery .controls .prev
{ }

body.kinder .modGallery .controls .next
{ }  

body.kinder .mod .linklist .list li {
border-bottom: 1px solid #fff;
} 

body.kinder .mod .linklist .list {
border-top: 1px solid #fff;
}  

body.kinder .mod .linklist .list li a:hover {
background: #ffd400;
}
 
/*** Ressorts in der Stage zeigen ***/
body.kinder .modConStage .modMini .ressort
{
	display: block;
}  

/* Buttons */
body.kinder .button, 
body.kinder .button a, 
body.kinder .mod .controls.buttonfield a,
body.kinder .mod .controls .labels .entry
{
	background: #ee6300; /* Old browsers */
	background: -moz-linear-gradient(top,  #ee6300 0%, #c65404 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee6300), color-stop(100%,#c65404)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ee6300 0%,#c65404 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ee6300 0%,#c65404 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ee6300 0%,#c65404 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ee6300 0%,#c65404 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee6300', endColorstr='#c65404',GradientType=0 ); /* IE6-9 */
}

body.kinder .mod .controls .labels .entry.active
{
	background: #fff;       
}


/* Aktiver zurueck_button */
body.kinder .mod .controls.sliding .prev.active
{
    background: url('../../../img/kinder/icon/arrow_slider.png') no-repeat center -100px; 
}

/* hover zurueck_button */
body.kinder .mod .controls.sliding .prev.active:hover
{
	background: url('../../../img/kinder/icon/arrow_slider.png') no-repeat center -300px; 
}

/* Aktiver next_button */
body.kinder .mod .controls.sliding .next.active
{
    background: url('../../../img/kinder/icon/arrow_slider.png') no-repeat center 0px;
 }

/* hover next_button */ 
body.kinder .mod .controls.sliding .next.active:hover
{
    background: url('../../../img/kinder/icon/arrow_slider.png') no-repeat center -200px;
 } 

    

/** C-Sections mit Hintergrundfarbe **/

body.kinder .sectionZ, 
body.kinder .sectionC
{
	
}


/** Hoehe der Broadcast-Boxen selbst und des gesamten Broadcast-Moduls niedriger **/


body.kinder .modBroadcastList .box
{
	min-height: 0;
}

body.kinder .modBroadcastList .boxCon
{
	height: 240px;
}  

body.kinder .breadcrumb ul li a, body.kinder .poweruser span {
	color: #001a4b;
}

body.kinder .breadcrumb ul li {
	background: url('../../../img/kinder/icon/arrow_breadcrumb.png') no-repeat scroll 0px -100px;
}



