@charset "utf-8";
/* CSS Document */

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

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

/* FlexSlider Necessary Styles
*********************************/ 
.white .flexslider {margin: 0; padding: 0;}
.white .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.white .flexslider .slides li {position: relative;}
.white .flexslider .slides img {height:565px; width:750px; display: block; -webkit-border-radius: 25%; -moz-border-radius: 25%; -o-border-radius: 25%; border-radius: 25%; }
.white .flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.white .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
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
*********************************/
div.white{
	padding:0 120px 200px 120px; 

}
.white .flexslider {margin: 0 0 60px; background: none; border: none; height: auto; max-height:600px; position: relative; -webkit-border-radius: 100px; -moz-border-radius: 100px; -o-border-radius: 100px; border-radius: 100px; zoom: 1;}
.white .flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.white .loading .flex-viewport {max-height: 300px;}
.white .flexslider .slides {zoom: 1;}
.white .flexslider .slides img {
	border: 4px solid #fff;
	overflow:hidden; 
}

.white .carousel li {margin-right: 5px}
.white #slider {margin: 0 0 10px!important;}
.white #carousel li {margin-right: 5px;}
.white #carousel img {display: block; opacity: .5; cursor: pointer;}
.white #carousel img:hover {opacity: 1;}
.white #carousel .flex-active-slide img {opacity: 1; cursor: default;}

/* Direction Nav */
.white .flex-direction-nav a {width: 88px; height: 85px; display: block; background: url(/tl_files/bh2016/dev/bilder/icons/slider-pfeil.png) no-repeat 0 0; position: absolute; top: 0; bottom: 0; margin: auto; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.white .flex-direction-nav .flex-next {background-position: 100% 0; right: -120px; }
.white .flex-direction-nav .flex-prev {left: -120px;}
.white .flexslider:hover .flex-next {opacity: 1; right: -120px;}
.white .flexslider:hover .flex-prev {opacity: 1; left: -120px;}
.white .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.white .flex-direction-nav .disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}


/* Control Nav */
.white .flex-control-nav {width: 100%; position: absolute; bottom: -135px; left:0px; text-align: center;}
.white .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.white .flex-control-paging li a {font-size: 18px; background: rgba(255, 255, 255); /* Fallback */
	background-color: rgba(255, 255, 255, 0.6); box-shadow: none;}
.white .flex-control-paging li a:hover { background: #ad0049; }
.white .flex-control-paging li a.flex-active { background: #ad0049; }

.white .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.white .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.white .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.white .flex-control-thumbs img:hover {opacity: 1;}
.white .flex-control-thumbs .active {opacity: 1; cursor: default;}

/* Captions */
.white .flex-caption{ position: absolute; width:100%;bottom:-100px; background:none; margin-bottom:0px; left:0px;}
.white .initial{ display: none; -webkit-backface-visibility: hidden;}
.white .caption_title_line{ position: relative;  padding:5px 15px 10px 15px; }
.white .flex-caption h2{ color:#fff;font-size:36px; padding:5px 0 5px 0; margin:0px;}
.white .flex-caption p{ color:#4b0c38;font-size:16px; font-family: roboto_slablight, serif; padding:5px 0 5px 0; margin:0px; line-height:20px; text-shadow: none;}
.white .flex-caption p strong { font-family: roboto_slabregular, serif; color: #4b0c38;}

@media screen and (max-width: 860px) {
  .white .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .white .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}