



/*
 * 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 */
#headerslider .flex-container a:active, #headerslider.flexslider a:active, #headerslider .flex-container a:focus, #headerslider.flexslider a:focus {outline: none;}
#headerslider .slides, #headerslider .flex-control-nav li, #headerslider .flex-direction-nav li {margin: 0; padding: 0; list-style: none !important;} 

/* override standard css, because of special prev/next buttons which overlap*/
#headerslider.flexslider{
	overflow: visible;
	aspect-ratio: auto;
}


/* FlexSlider Necessary Styles
*********************************/ 
#headerslider .flex-container {width: 100%; margin: 0; padding: 0; overflow: hidden; }
#headerslider .flex-container .slides > li {position: relative; list-style: none !important; margin: 0; height: auto; width: 100%; overflow: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
#headerslider .flex-container .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;
} 
#headerslider .flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
#headerslider .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] #headerslider .slides {display: block;} 
* html #headerslider .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 #headerslider .flex-container .slides > li {display: block;}

/* FlexSlider Default Theme
*********************************/
#headerslider .flex-container {position: relative; zoom: 1;}
#headerslider .flex-container .slides {
	zoom: 1;
	
	-webkit-animation:	fadeIn 500ms ease-out;
	-moz-animation: 	fadeIn 500ms ease-out;
	-o-animation: 		fadeIn 500ms ease-out;
	-ms-animation: 		fadeIn 500ms ease-out;
	animation: 			fadeIn 500ms ease-out;
}
#headerslider .flex-container .slides > li > img {
	position: relative;
	
	object-fit: cover;
	object-position: center center;
	
	
	min-height: 30vw;
	
}

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

/* Direction Nav */
#headerslider ul.flex-direction-nav  {margin: 0px 0 0 0;}
#headerslider .flex-direction-nav li a:not(.flex-disabled) {
	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 !important; 
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#headerslider .flex-direction-nav li .flex-next {
	background-position: 100% 0; 
	right: 20px;
}
#headerslider .flex-direction-nav li .flex-prev {
	left: 20px;
}
#headerslider .flex-direction-nav li .disabled {
	opacity: .3  !important; 
	filter:alpha(opacity=30); 
	cursor: default;
}

/* Control Nav */
#headerslider .flex-control-nav {width: 100%; position: absolute; z-index: 2;margin: 0; bottom: 6px; text-align: center;}
#headerslider .flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1;}
#headerslider .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);}
#headerslider .flex-control-paging li a:hover { background: #333; background: rgba(255,255,255,0.5); }
#headerslider .flex-control-paging li a.flex-active { background: #000; background: rgba(255,255,255,0.7); cursor: default; }

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

#headerslider div.flex-caption{
	position: absolute;
	top: 0;
	
	left: 0;
	right: 0;
	
	
	width: 72%;
	float: none;
	
	margin: 0 auto;
	
	box-sizing: border-box;
	
	
	padding: 5px 0;
	
	
	
	background-color: transparent;
	
	
}
#headerslider div.flex-caption {
	max-width: 1024px;
	margin: 0 auto;
	
	margin-top: 66px;
	
	overflow: hidden;
	display: block;
	color: #ffffff;
	text-shadow: 1px 1px 0 #000000;

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

	padding: 5% 0 5% 0;
}

#headerslider .flex-caption .button{
	margin: 0;
}
#headerslider .flex-caption p  {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}
#headerslider .flex-caption p:last-child  {
	margin-bottom: 0;
}
#headerslider .flex-caption h1, .flex-caption h2, .flex-caption h3 {
	font-family: 'Playfair Display';
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 5em;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 1px 1px 0 #000000;
	
	font-weight: bold;
	
	line-height: normal;
	text-align: center;
}
#headerslider .flex-caption h1:only-child, .flex-caption h2:only-child, .flex-caption h3:only-child {
	margin: 0;
}
#headerslider .flex-caption a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
#headerslider .flex-caption a:hover {
	color: #70C23D;
	text-decoration: none;
}

@media screen and (max-width: 1098px){
	#headerslider .flex-direction-nav li .flex-prev{
		left: 4px;
	}
	#headerslider .flex-direction-nav li .flex-next{
		right: 4px;
	}
}

@media screen and (max-width: 1054px){
	#headerslider div.flex-caption{
		
		padding-left:  30px;
		padding-right: 30px;
		
	}
}

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

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

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


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

@-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;
    }
}
/* $Id: flexslider.css 2023-06-27 13:30:12 +0200 Stefan S  98a5444a079f67705b63f8606a6de38b209c63f7 $ */