/***********************************************************************
*
*  Liquid Slider
*  Kevin Batdorf
*
*  http://liquidslider.com
*
*  GPL license 
*
************************************************************************/

/* Oberste Ebene */
.overlay_shadow {
	height: 23px;
	width: 980px;
	position: relative;
	top: 501px;
	z-index: 999 !important;
	float: left;
}

.fader_left {
	width: 35px;
	height: 528px;
	position: absolute;
	top: 85px;
	left: 0px;
	z-index: 999 !important;
}

.fader_right {
	width: 35px;
	height: 528px;
	position: absolute;
	left: 945px;
	top: 85px;
	z-index: 999 !important;
}

.container-slider {
	width: 980px;
	height: 560px;
	position: relative;
}

/* Special für Produktansicht */
.Display {
	width: 980px;
	text-align: center;
	position: relative;
	float: left;
	top: 2px;
}
.Display-content {
	width: 980px;
	text-align: center;
	position: relative;
	top: 300px;
	z-index: 999;
}
.Display-back {
	width: 980px;
	text-align: center;
	position: absolute;
	top: 0px;
}

.title {
	height:0px;
}

.display_hd_cr_35 {
	width: 980px;
	left: 0px;
	z-index: 999 !important;
	position: absolute;
	float: left;
}

/*.icon_pointer {
	height:145px;
	width:115px;
	position:relative;
	top:-200px;
	left:500px;
	z-index:999 !important;
}*/

.screens {
	position:relative;
}
/******************************************************
* No JavaScript
* Use this to apply styles when Javascript is disabled,
* and be sure to include the ".no-js" class in your html 
* markup.
*******************************************************/
.no-js .liquid-slider {
  height:560px;
  overflow:scroll;
}

/******************************************************
* Preloader
* Use this to apply styles when Javascript is disabled,
* and be sure to include the ".no-js" class in your html 
* markup.
*******************************************************/
.liquid-slider-wrapper .liquid-slider-preloader {  
  background: url(../images/loading.gif) no-repeat center 240px;
  opacity:.90;
  /* Do not edit below this line */
  width:100%;
  height:200%;
  position:absolute;
  top:0;
  left:0;
}

/******************************************************************
* Base Styles 
* The styles here will apply to everything. I recommend you keep
* the styles in here specific to mobile defices, then use
* the media queries at the bottom to define further styles for larger
* screen-sizes. Think Mobile First. But be cautious of how
* your site will look in older IE browsers.
*
* Additional media queries are at the bottom of this document
******************************************************************/
.liquid-slider-wrapper {
  /* Do not edit below this line */
  overflow: hidden;
  position: relative;
}

/******************************************************
* Main Container
* This is the main container (minus the navigation).
* Be sure to match the width with the .panel class, 
* or it won't work properly. Also, width only applies
* if you are not using the responsive setting.
*
* The responsive slider will interpret the width as the
* max width instead
*******************************************************/
.liquid-slider-wrapper .liquid-slider {
	background-position: bottom;
	width: 980px;
	height: 560px;
	/* Do not edit below this line */
	float: left;
	z-index: 995 !important;
	position: relative;
	background-image: url(../images/Pager/Thumbnails_HG.png);
	background-repeat: no-repeat;
}
.liquid-slider-wrapper .panel-container {
  /* Do not edit below this line */
  position: relative;
}
.liquid-slider-wrapper .liquid-slider .panel-container .fadeClass {
  /* Do not edit below this line */
  position: absolute;
  top: 0; 
  left: 0;
  display: none;
}

/******************************************************
* Panels
* This is for the panels. If you are using the 
* responsive setting, this will act as the max-width
* for the entire slider.
*******************************************************/
.liquid-slider-wrapper .liquid-slider .panel {
	width: 980px;
	height: 560px;
	float: left;
}

/******************************************************
* These provide a base starting point for images and
* video. However, you will have to add more rules
* based on the content you use. Use the @media queries 
* at the bottom of this file.
*******************************************************/
.liquid-slider-wrapper .liquid-slider .panel img{
 /*
  width:100%;
  height:500px;  
  margin:0 0px;
 */
}

.liquid-slider-wrapper .liquid-slider .panel video {
  /*
  width:100%;  
  height:auto;
  */
}

/******************************************************
* This is mainly used to adjust the padding inside each 
* panel. If you are using the responsive setting, you
* need to use the settings below as this will not apply.
*******************************************************/
.liquid-slider-wrapper .liquid-slider .panel-wrapper {  

  padding: 0px;
  /* Do not edit below this line */
  position:relative;
}

/*****************************************************
* This will adjust styles for all navigation tabs
* less of course the select box used for mobile 
* navigation. The .current styles will apply only to 
* the current tab.
*
* You may use this section to create navigation for
* mobile devices if you set mobileNavigation: false
* Be sure to edit media queries for larger devices below
* I have included an example below in comments.
*
* .currentCrossLink refers to external crosslinking.
*******************************************************/
.liquid-slider-wrapper .liquid-nav a {
  background: url(../images/Pager/pager_dots.png) no-repeat top left;
  margin-right: 0px;
  padding: 12px 6px 0 6px; 
}
.liquid-slider-wrapper .liquid-nav a:hover {
  background: url(../images/Pager/pager_dots_active.png) no-repeat top left;
  text-shadow: none;
}
.liquid-slider-wrapper .liquid-nav .current {
  background: url(../images/Pager/pager_dots_active.png) no-repeat top left;
}
.currentCrossLink {
  /*font-weight: bold;*/
}
.liquid-slider-wrapper .liquid-nav ul {  
  padding:0;
  /* Do not edit below this line */
  clear: both;
  display: inline;
  margin: auto; 
  position: absolute;
  top:507px;
  left:460px;
  z-index:998 !important;
}
.liquid-slider-wrapper .liquid-nav ul li {
  /* Do not edit below this line */
  display: inline;  
}
.liquid-slider-wrapper .liquid-nav ul li a {
  /* Do not edit below this line */
  display: inline;
  float: left;
  text-decoration: none;
}
/*****************************************************
* Mobile Menu
* This will adjust styles for selectbox styles. I have
* included a simple example to create a custom select
* box.
*******************************************************/
.liquid-slider-wrapper .liquid-nav {

  /*overflow:hidden;*/
  clear:both;
}
.liquid-slider-wrapper .liquid-slider-select-box {  
  /* Delete these if you want the standard select box.
     Also delete the rules below */

  /*width: 100%;
  height: 35px;
  overflow: hidden;
  background: url(../img/menu.png) no-repeat right #ddd;
  */
}
.liquid-slider-wrapper .liquid-slider-select-box select {  
  /* If you want the standard select box, use 
  width:100%
  And delete the rest of the styling here */

  width: 150%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance:none;
  background: transparent;
  padding: 0px;
  font-size: 110%;
  border: 1px solid #bbb;
  height: 35px;
  cursor:pointer;
}

/******************************************************
* Arrows
* This section refers to both the non-graphical and 
* graphical navigation arrows. 
*
* Some settings will be overwritten when using the 
* responsive setting.
*******************************************************/
.liquid-slider-wrapper .liquid-nav-left, .liquid-slider-wrapper .liquid-nav-right {
  /* Do not edit below this line */
  float: left; 
}
.liquid-slider-wrapper .liquid-nav-left a, .liquid-slider-wrapper .liquid-nav-right a {
  /* non-graphical arrows */
  background: #000;
  color: #fff;
  padding: 0px;
  width: 100px; 
  /* Do not edit below this line */
  display: block; 
  text-align: center;
  text-decoration: none;  
}
.liquid-slider-wrapper .liquid-nav-left-arrow, .liquid-slider-wrapper .liquid-nav-right-arrow {
  cursor: pointer;
  /* Do not edit below this line */
  float: left; 
}
.liquid-slider-wrapper .liquid-nav-left-arrow a, .liquid-slider-wrapper .liquid-nav-right-arrow a {
  /* Do not edit below this line */ 
  display: block;
}
.liquid-slider-wrapper .liquid-nav-left, .liquid-slider-wrapper .liquid-nav-left-arrow {

  /* Do not edit below this line */
  clear: both;
}
.liquid-slider-wrapper .liquid-nav-right-arrow {
  width: 100px;
  height: 535px;
  background: url(../images/Pager/arrows.png) no-repeat;
  background-position:100% 35%;
  margin-top: 0px;
  margin-right: 0px;
  z-index:999 !important;
  /* Do not edit below this line */

}
.liquid-slider-wrapper .liquid-nav-left-arrow {
  width: 100px;
  height: 535px;
  background: url(../images/Pager/arrows.png) no-repeat;
  background-position:0 35%;
  margin-top: 0px;
  margin-left: 0px;
  /* Do not edit below this line */
  z-index:999 !important;
}
.liquid-slider-wrapper .liquid-nav-left-arrow:hover {
  /* Left graphical arrows hover */
  	background: url(../images/Pager/arrows_hover.png) no-repeat;
	background-position:0 35%;
}
.liquid-slider-wrapper .liquid-nav-left-arrow:active {
	background: url(../images/Pager/arrows_hover.png) no-repeat;
	background-position:0 35%;
  /* Left graphical arrows click */
}
.liquid-slider-wrapper .liquid-nav-right-arrow:hover {
  /* Right graphical arrows hover */
  background: url(../images/Pager/arrows_hover.png) no-repeat;
    background-position:100% 35%;
}
.liquid-slider-wrapper .liquid-nav-right-arrow:active {
	background: url(../images/Pager/arrows_hover.png) no-repeat;
	background-position:100% 35%;
  /* Right graphical arrows click */
}
.arrows .liquid-slider {
  /* Margin between slider and arrows */
  margin: 0 0px;
}

/***************back***************************************
* Responsive Styles
* Here are the main responsive styles. This mostly 
* covers the arrows, and most of the settings can be
* applied above.
*******************************************************/
.liquid-responsive .liquid-slider {
  /* Do not edit below this line */
  width: 100%;
  margin: 0;
}
.liquid-responsive .liquid-slider .panel .panel-wrapper {
  padding: 0px;
  
}
.liquid-responsive .liquid-nav-left {
  /* Left non-graphical arrows */
  /* Do not edit below this line */
  position: absolute;
  left: 0;
  z-index: 999;
}
.liquid-responsive .liquid-nav-left a {
  /* Left non-graphical arrows */
  background: #9A9A9A;
  width: 80px;
}
.liquid-responsive .liquid-nav-left a:hover {
  /* Left non-graphical hover */
  background: #747474;
}
.liquid-responsive .liquid-nav-right {
  /* Right non-graphical arrows */
  /* Do not edit below this line */
  position: absolute;
  right: 0;
  z-index: 1;
}
.liquid-responsive .liquid-nav-right a {
  /* Right non-graphical arrows */
  background: #747474;
  width: 80px;
}
.liquid-responsive .liquid-nav-right a:hover {
  /* Right non-graphical arrows hover */
  background: #747474;
}
.liquid-responsive .liquid-nav-left-arrow {
  /* Do not edit below this line */
  position: absolute;
  left: 0;
  z-index: 999;
}
.liquid-responsive .liquid-nav-right-arrow {
  /* Do not edit below this line */
  position: absolute;
  right: 0;
  z-index: 999;
}

/******************************************************************
* Larger Mobile Devices
* This is for devices like the Galaxy Note or something that's 
* larger than an iPhone but smaller than a tablet. 
******************************************************************/
@media only screen and (min-width: 481px) {
  .liquid-slider-wrapper .liquid-slider .panel img{
    /* Example */
    /*
    width:24%;
    margin:2px;
    */
  }

}

/******************************************************************
* Tablet & Smaller Laptops
* This will include tablets and some netbooks.
******************************************************************/
@media only screen and (min-width: 768px) {
  .liquid-slider-wrapper .liquid-slider .panel img{
    /* Example */
    /*
    width:24%;
    */
  }
  .liquid-responsive .liquid-slider .panel .panel-wrapper {
    padding: 0px 0px;
  }
}

/******************************************************************
* DESKTOP 
* This is the average viewing window. So Desktops, Laptops, and 
* in general anyone not viewing on a mobile device. Here's where
* you can add resource intensive styles.
******************************************************************/
@media only screen and (min-width: 1030px) {
  

}

/******************************************************************
* LARGE VIEWING SIZE 
* This is for the larger monitors and possibly full screen viewers.
******************************************************************/
@media only screen and (min-width: 1030px) {
  

}

/******************************************************************
* RETINA (2x RESOLUTION DEVICES)
* This applies to the retina iPhone (4s) and iPad (2,3) along with 
* other displays with a 2x resolution. You can also create a media
* query for retina AND a certain size if you want. Go Nuts.
******************************************************************/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {
  

}



/* Extra Styles für mehrere Slider */

/* Produktansicht */

.responsive-container .navigation-main ul{
	display:none;
}

.skip-link{
	display:none
}

.cross-link{
	width:100px;
	margin-top:0px;
	text-align:center;
	height:500px;
	float:left;
	display:block;
	text-decoration:none;
	position: absolute;
	top: 80px;
	z-index: 999 !important;
	-webkit-transition:background 0.3s ease;-moz-transition:background 0.3s ease;
	-o-transition:background 0.3s ease;transition:background 0.3s ease
}

.cross-link:hover{background:transparent}
.cross-link:active{background:transparent}

.cross-link-produktansicht-left {background:url(../images/Pager/arrows.png) no-repeat; z-index: 999 !important; position:relative; top:50px; }
.cross-link-produktansicht-right {background:url(../images/Pager/arrows.png) no-repeat; z-index: 999 !important; position:relative; top:50px; }

.cross-link-display{background:url(../images/Pager/arrows.png) no-repeat; float:right; z-index: 998 !important;}

#outer-slider-wrapper{
	max-width: 980px !important;
	height: 380px;
	width: 100% !important;
	float: left;
	clear: none;
}

#outer-slider-wrapper #outer-slider{
	background:transparent; z-index: 998 !important;
}

#outer-slider-wrapper #outer-slider .panel .panel-wrapper{
	padding:0px 0px
}

#produktansicht-slider-wrapper{
	max-width:980px !important;
	z-index:1;
	margin:0px;
}

#display-slider-wrapper{
	max-width: 980px !important;
	height: 528px;
	z-index: 1;
	/*	margin-top:0px; */
	border-bottom: 1px solid #CCC;
	float: left;
}
