



/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * 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 li, .flex-direction-nav li {margin: 0; padding: 0; list-style: none !important;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0; overflow: hidden; }
.flexslider .slides > li {display: none;  list-style: none !important; margin: 0; height: auto; width: 100%; overflow: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides li img {
	/* -moz-user-select works around a firefox bug: https://community.zeta-producer.com/Thread/8066-Slider-Bilder-werden-blau-eingef%C3%A4rbt-beim-anklicken/?postID=43579#post43579 */
	-moz-user-select: none;
} 
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.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 .flexslider .slides > li {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1;}
.flexslider .slides {
	zoom: 1;
	
	-webkit-animation: fadeIn 1800ms ease-out;
	-moz-animation: fadeIn 1800ms ease-out;
	-o-animation: fadeIn 1800ms ease-out;
	-ms-animation: fadeIn 1800ms ease-out;
	animation: fadeIn 1800ms ease-out;
}
.flexslider .slides > li {
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	
	
	min-height: 30vw;
	
}

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

/* Caption style */
/* IE rgba() hack 
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(255,255,255,.3); color: #fff; text-shadow: 0 -1px 0 rgba(255,255,255,.3); font-size: 14px; line-height: 18px;}
*/

/* Direction Nav */
ul.flex-direction-nav  {margin: 0px 0 0 0;}
.flex-direction-nav li a {
	width: 30px; 
	height: 30px; 
	margin: 0; 
	display: block; 
	background: url(stock-images/bg_direction_nav.png) no-repeat 0 0; 
	position: absolute; 
	top: 50%; 
	cursor: pointer; 
	text-indent: -9999px; 
	z-index: 6100;
	opacity: 1; 
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.flex-direction-nav li .flex-next {
	background-position: 100% 0; 
	right: 20px;
}
.flex-direction-nav li .flex-prev {
	left: 20px;
}
.flex-direction-nav li .disabled {
	opacity: .3; 
	filter:alpha(opacity=30); 
	cursor: default;
}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; z-index: 2;margin: 0; bottom: 6px; text-align: center;}
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(255,255,255,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(255,255,255,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(255,255,255,0.5); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(255,255,255,0.7); cursor: default; }

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

div.flex-caption .caption-text{
	width: 72%;
	float: none;
	
	margin: 0 auto;
	
	box-sizing: border-box;
	
	background-color: transparent;
	
	background-color: transparent;
	
	
	padding: 5px 0;
}
div.flex-caption {
  max-width: 930px;
  margin: 0 auto;
  
  margin-top: 110px;
  
  overflow: hidden;
  display: block;
  color: #ffffff;
  text-shadow: 1px 1px 0 #333333;

  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  z-index: 200;

padding: 5% 0 5% 0;
position: relative;
top: 0;
}

.flex-caption .button{
	margin: 0;
}
.flex-caption p  {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}
.flex-caption p:last-child  {
	margin-bottom: 0;
}
.flex-caption h1, .flex-caption h2, .flex-caption h3 {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 46px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 1px 1px 0 #333333;
	
	font-weight: bold;
	
	line-height: normal;
	text-align: center;
}
.flex-caption h1:only-child, .flex-caption h2:only-child, .flex-caption h3:only-child {
	margin: 0;
}
.flex-caption a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
.flex-caption a:hover {
	color: #0983D3;
	text-decoration: none;
}

@media screen and (max-width: 1004px){
	.flex-direction-nav li .flex-prev{
		left: 4px;
	}
	.flex-direction-nav li .flex-next{
		right: 4px;
	}
}
@media screen and (max-width: 960px){
	div.flex-caption .caption-text{
		
		padding-left:  30px;
		padding-right: 30px;
		
	}
}

@media screen and (max-width: 800px){
	.flex-direction-nav li .flex-next {
		background-position: 100% 0; 
	
	}
	.flex-direction-nav li .flex-prev {
		
	}
}

@media screen and (max-width: 768px){
	div#header{
		padding-top: 0;
		padding-bottom: 0;
	}

	.flex-control-nav {
		position: absolute;
		bottom: 0px; 
	}
	
  	div.flex-caption{
		font-size: 100%;
	}
	div.flex-caption h1, div.flex-caption h2{
		font-size: 36px;
	}
}


@media screen and (max-width: 568px){
	div.flex-caption .caption-text{
		width: 100%;
		float: none;
		padding-left:  15px;
		padding-right: 15px;
	}
	div.flex-caption h1, div.flex-caption h2{
		font-size: 29px;
	}
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/*! END $Id: flexslider.css 57269 2018-02-22 08:58:36Z sseiz $ */