/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Additional Resets */
.slides li,
.flex-control-nav li,
.flex-direction-nav li { margin: 0; list-style-type: none; }


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 104%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 80px;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {
    border: medium none;
    top:362px;
    position: relative;

}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {
    position: absolute;
    top: 0px;
    color:#fff;
    text-align: center;
    width:370px;
    left:100px;
    color:#402E24;
    
}


.flex-caption p {
    font-size: 13px;
    padding: 0 40px;
}

.flex-caption h1 {
    font-size:35px;
    opacity: 0.8;
    line-height:80px;
    text-align: center;
    width: 573px;
    text-shadow: 0 -1px 1px #fff, 0 1px 1px #000;
}
/* Direction Nav */
.flex-direction-nav {
    *height: 0;
    left: 0%;
    padding: 0;
    position: absolute;
    top: 5%;
    width: 100%;
    -webkit-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
    z-index: 5000;
     transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
} /*fix for IE 7 */


.flex-direction-nav li a {width: 50px; height: 58px; margin: -13px 0 0; display: block;  no-repeat 0 0; position: absolute; top: 45%; cursor: pointer; text-indent: -9999px; }
.flex-direction-nav li a:hover  { opacity: 1; filter:alpha(opacity=100); }
.flex-direction-nav li .next {
    background: url(../images/flex-pfeilrechts-gerade.png) no-repeat;
    right: -9px;
}
.flex-direction-nav li .prev {
    background: url(../images/flex-pfeillinks-gerade.png) no-repeat;
    left: -5px;
}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {
    left: 5%;
    position: absolute;
    text-align: center;
    top: -66px;
    width: 20px;
    z-index: 1000;
}
.flex-control-nav li {margin:0px 0px 0px 0px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(../images/bg_control_nav.png) no-repeat; cursor: pointer; text-indent: -999em;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}
