/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {

  font-family: 'flexslider-icon';
	src: url('/shop/css/fonts/flexslider-icon.eot');
	src: 	url('/shop/css/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), 
			url('/shop/css/fonts/flexslider-icon.woff') format('woff'), 
			url('/shop/css/fonts/flexslider-icon.ttf') format('truetype'), 
			url('/shop/css/fonts/flexslider-icon.svg#flexslider-icon') format('svg');

	font-weight: normal;
	font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  max-width:1060px;
  margin:auto;
  display: block;
}


#slider.small .flexslider .slides img {  max-width:535px;}
body.tablet #slider .flexslider .slides img { max-width:535px;}
body.mobile #slider .flexslider .slides img { max-width:535px;}


#slider 		.flexslider .slides .product_slide img{ max-height:420px; max-width:420px;}
#slider.small 	.flexslider .slides .product_slide img{ max-height:300px; max-width:300px;}
body.tablet #slider .flexslider .slides .product_slide img{ max-height:300px; max-width:300px;}
body.mobile #slider .flexslider .slides .product_slide img{ max-height:300px; max-width:300px;}


.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 auto;
  position: relative;
  zoom: 1;
/*
	background: #ffffff;
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #333333 50%, #333333 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#333333 50%,#333333 100%);
	background: radial-gradient(ellipse at center, #ffffff 0%,#333333 50%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#333333',GradientType=1 );
*/
}
#slider .flexslider {
  background-color:#555;
}


#slider.small .flexslider{ max-height:300px;}
body.tablet #slider .flexslider{ max-height:300px;}
body.mobile #slider .flexslider{ max-height:300px;}

body.tablet #slider.home .flexslider{ max-height: none;}
body.mobile #slider.home .flexslider{ max-height: none;}

.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  margin:0 auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}


.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 50px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
	text-indent:3000px;
	
	
}

/*
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
*/
.flex-direction-nav .flex-prev {
  left: -50px;
  
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
  
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.8;
  left: 40px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.8;
  right: 50px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
  padding:0;
}


.flex-control-nav li {
  margin: 3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;  
  border:2px solid #6a625a;
	border-radius: 50%;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  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%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  /* Pfeile unter 860 imer einblenden: */
  /*
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
  */
}



/*

BOF HAUKE EIDEX KT

*/

#slider{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	
	background-color: #eee;
	overflow:hidden;
    box-sizing: border-box;
	width:100%;
}


.flexslider .slides li {
    position:relative;
	text-align:center;
}

.flex-caption{
    position:absolute;
    left:0;
    right:0;
    z-index:1;
	color:#000;
	margin:0;
	padding:0 100px;
	overflow:hidden;
}

.flex-caption .slider_caption{
	display:block;
	max-width:980px;
	margin:0 auto;
	color:#fff;
	font-size:30px;
	padding-top:2%;
	text-align:center;
}


.flex-caption .slider_caption.txt_left{text-align:left; padding-right:50%;}
.flex-caption .slider_caption.txt_right{text-align:right; padding-left:50%; padding-right:60px;}
.mobile .flex-caption .slider_caption.txt_right{text-align:right; padding-left:50%; padding-right:10px;}


body.tablet .flex-caption .slider_caption{max-width:100%; font-size:20px;}
body.mobile .flex-caption .slider_caption{max-width:100%; font-size:12px;}

#slider.small ul.slides li{ padding:0 222px;}


body.tablet #slider ul.slides li{ padding:0 222px;}
body.mobile #slider ul.slides li{ padding:0 222px;}

body.tablet #slider.home ul.slides li{ padding:0;}
body.mobile #slider.home ul.slides li{ padding:0;}


/* EOF ALLGEMEIN UND GROSSER SLIDER OBEN */


/* fix für fade in IE10+ */
/*
.flexslider .slides > li {-ms-transition: all 0.8s ease-out;}
*/

/* BOF SLIDER IN .newbigbox SPEZIELL: */
.newbigbox .flexslider .slides a.img{
	-moz-user-select: none;
	margin:0 auto;
	display:block;
	width:54%;
	height:100%;
	text-align:center;
}
.newbigbox .flexslider .slides a.img{
	margin:0 auto 40px auto;
}

.newbigbox .flexslider .slides img{
	margin:0 0;
	-moz-user-select: none;
	display:inline-block;
	width: 100%;
}
	.tablet .newbigbox .flexslider .slides a.img,
	.mobile .newbigbox .flexslider .slides a.img{ width: 50%; margin-bottom:10%;}




#content .newbigbox p{ line-height:normal; padding:0 30px;}
.newbigbox .flex-caption{ 
	padding: 0;
	color:#009036;
}
	.tablet .newbigbox .flex-caption{ padding: 10px 0 0 0;}
	
.newbigbox .flex-caption a{ color:#009036;}
.newbigbox .price{	color: #009036;}

.newbigbox .flexslider .slides li{ text-align: left;}
.newbigbox .flex-direction-nav a { border-color:#999; margin-top:-50px;}

	.tablet .newbigbox .flex-direction-nav a{height: 20px; width: 20px;}


.newbigbox .flex-direction-nav .flex-next {right: 40px; opacity:.3;}
.newbigbox .flex-direction-nav .flex-prev {left: 40px; opacity:.3;}

.newbigbox .flexslider:hover .flex-direction-nav .flex-prev{ left: 30px; border-color:#009036;}
.newbigbox .flexslider:hover .flex-direction-nav .flex-next{ right: 30px; border-color:#009036;}

.newbigbox .flex-control-paging li a.flex-active{ background-color:#ccc;}
.newbigbox:hover .flex-control-paging li a.flex-active{ background-color:#009036;}
/* BOF SLIDER IN .newbigbox SPEZIELL */
