/* #####################################################################################################
   This stylesheet describes the pagingControl styles
   ##################################################################################################### */

/*--- standard variables ---*/
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*--- media queries. When using responsive: only mobile & desktop ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 480px)";
@tablet:		~"only screen and (min-width: 999999999px)";
@tabletLand:	~"only screen and (min-width: 768px)";
@desktop:		~"only screen and (min-width: 768px)";

@upToTablet:	~"only screen and (max-width: 767px)";
@upToDesktop:	~"only screen and (max-width: 767px)";*/
/*--- media queries. When not using responsive ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 1px)";
@tablet:		~"only screen and (min-width: 1px)";
@tabletLand:	~"only screen and (min-width: 1px)";
@desktop:		~"only screen and (min-width: 1px)";

@upToTablet:	~"only screen and (max-width: 1px)";
@upToDesktop:	~"only screen and (max-width: 1px)";*/
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
.pagerDropDown {
  margin: 40px 0 0 0;
  padding: 10px 0 20px;
  width: 100%;
}
.pagerDropDown ul {
  margin: 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.pagerDropDown ul li {
  margin: 0;
  padding: 0;
  height: 50px;
  overflow: hidden;
  line-height: initial;
  list-style: none;
  position: relative;
  display: inline-block;
  *display: inline;
}
.pagerDropDown ul li.pageSelect {
  display: inline-block;
  position: relative;
  background: #ffcf00;
  min-width: 120px;
  height: 50px;
  line-height: 50px;
  vertical-align: top;
  font-size: 18px;
  margin: 0 10px;
  padding: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pagerDropDown ul li.pageSelect select {
  border: none;
  float: left;
  height: 50px;
  background: #ffcf00;
  color: white;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 20px;
  width: 150px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pagerDropDown ul li.pageSelect .arrowDown {
  position: absolute;
  top: 0;
  left: 25%;
  pointer-events: none;
  color: white;
}
.pagerDropDown ul li.pageSelect .arrowDown:before {
  content: "\f078";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 50px;
  line-height: 50px;
}
.pagerDropDown ul li.pageSelect .fromPage {
  position: absolute;
  top: 0;
  left: 50%;
  height: 50px;
  line-height: 50px;
  pointer-events: none;
  color: white;
}
.pagerDropDown ul li.pageSelect .last {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
}
.pagerDropDown ul li a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  color: white;
  padding: 0;
  text-decoration: none;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pagerDropDown ul li a.prev,
.pagerDropDown ul li a.next,
.pagerDropDown ul li a.disabled {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.pagerDropDown ul li a.disabled {
  pointer-events: none;
}
.pagerDropDown ul li a.disabled > svg polygon {
  fill: #dedede;
}
.pagerDropDown ul li a.prev {
  color: #ffcf00;
}
.pagerDropDown ul li a.prev:before {
  content: "\f053";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.pagerDropDown ul li a.next {
  color: #ffcf00;
}
.pagerDropDown ul li a.next:before {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
#content .pagerBar {
  margin: 0 0 15px;
  /*end ul*/

}
#content .pagerBar > span {
  display: block;
}
#content .pagerBar ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}
#content .pagerBar ul li {
  margin: 0 0 0 4px;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  *display: inline;
}
#content .pagerBar ul li:first-child {
  margin-left: 0;
}
#content .pagerBar ul li:hover a:not(.spacer),
#content .pagerBar ul li.active a:not(.spacer) {
  -webkit-box-shadow: inset 0 0 0 20px #ffcf00;
  -moz-box-shadow: inset 0 0 0 20px #ffcf00;
  box-shadow: inset 0 0 0 20px #ffcf00;
  color: black;
}
#content .pagerBar ul li.spacer span {
  border: none;
}
#content .pagerBar ul li span,
#content .pagerBar ul li a {
  line-height: 37px;
  min-width: 35px;
  height: 35px;
  color: black;
  text-align: center;
  display: block;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0 0 #ffcf00;
  -moz-box-shadow: inset 0 0 0 0 #ffcf00;
  box-shadow: inset 0 0 0 0 #ffcf00;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
#content .pagerBar ul .prev,
#content .pagerBar ul .next {
  cursor: pointer;
}
#content .pagerBar ul .prev a:before,
#content .pagerBar ul .next a:before {
  text-indent: 0;
  color: #ffcf00;
  text-align: center;
}
#content .pagerBar ul .prev a:hover:before,
#content .pagerBar ul .next a:hover:before {
  color: black;
}
#content .pagerBar ul .prev {
  position: relative;
}
#content .pagerBar ul .prev a:before {
  content: "";
  width: 21px;
  height: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  background-image: url(https://www.tara-m.de//images/arrow-left.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#content .pagerBar ul .next {
  position: relative;
}
#content .pagerBar ul .next a:before {
  content: "";
  width: 21px;
  height: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  background-image: url(https://www.tara-m.de//images/arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
}
/*end .pageNav*/

