body
{
-webkit-text-size-adjust: none;  /*	i phone  */
overflow-x: auto;  /*	scrollen horizontal     kein scrollen: overflow-x: hidden;  */
-webkit-overflow-scrolling: touch;  /*	i phone  */
background-color:#ffffff;
}

*{
margin:0; 
padding:0; 
}



div{
margin:0;
padding:0;
}


img {  
border:none;  
max-width:100%;  
}


.container{
max-width:1140px;
text-align:center;     
}



/*  ----------------------------------------------------  */


#slides {
z-index:10;
/*	 style="background-color:#ffffff;   */
}


.slider {
z-index:11;
}


.flexslider {
z-index:12;
}	
	

/*  ----------------------------------------------------  */

#active_link
{ 
color:#9A2905;/* aktiver menuepunkt rot  */
font-size:1.0em;
} 

/*  ----------------------------------------------------  */


#headline {
font-size:1.2em;
color:#666666;
font-family: Tahoma, sans-serif;
letter-spacing:0.05em;
/*font-family: 'Source Sans Pro', sans-serif;*/
/*letter-spacing:0.1em;*/
/*letter-spacing:0.05em;*/
text-align:center; 
}


/*  ----------------------------------------------------  */


#fliesstext 
{
font-family: Tahoma, sans-serif;
color:#666666;
font-size:0.9em;
font-weight: 300; 
z-index:100;
text-align:left;
letter-spacing:0.1em;
}

#fliesstext a 
{
color:#666666;
text-decoration:none;
}


#fliesstext a:hover 
{
text-decoration:none;
color:#9A2905;   /* rot  */
}


/*  ----------------------------------------------------  */

.hell:hover {
opacity: 0.6;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
}


/*  ----------------------------------------------------  */

.abstand_kleine_zeile 
{
height:8px;
}

.abstand_eine_zeile 
{
height:16px;
}

.abstand_zwei_zeilen
{
height:36px;
}


/* ------------------------------------------------- */

@media screen and (max-width: 991px){
/*.slides, .flex-control-nav, .flex-direction-nav{ padding: 10px; bottom: 30px; }    */
.flex-control-nav{  
bottom: -40px;   }

}




