/*
 *  Liquid Slider v2
 *  Copyright 2012 Kevin Batdorf
 *  http://liquidslider.com
 *  MIT license
 */

.no-js .liquid-slider {
  height: 350px;
  overflow: scroll;
}

.title.slider-liquid {
  display: none;
}

.ls-wrapper {
  clear: both;
  overflow: visible;
  position: relative;
}
.liquid-slider {
  width: 100%;
  margin: 0 auto;
  /* float: left; */
  overflow: hidden;
  position: relative;
}
#logo-slider-wrapper {
  min-height: 250px;
}
#logo-slider-mob-wrapper {
  min-height: 250px;
}
#header-slider.liquid-slider {
  /* padding-bottom: 187px; */
}

#sm-slider1 {
  min-height: 238px;
}

.arrows .liquid-slider {
  /* Margin between slider and arrows */
  margin: 0 10px;
  min-height: 310px;
}

#logo-slider {
  min-height: 210px;
}

.ls-responsive .liquid-slider {
  width: 100%;
  margin: 0;
  /* height: 100% !important; */
}
.panel-container {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  /* from http://davidwalsh.name/translate3d */
}
.liquid-slider .panel-container .fade {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

/*** Panels ***/
.liquid-slider .ls-panel {
  width: 100%;
  display: block;
  float: left;
}
.panel-wrapper {
  padding: 0 15px;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}

/*** Tabbed Navigation ***/
.ls-nav {
  overflow: hidden;
  clear: both;
}
.ls-nav a {
  color: #333333;
  margin-right: 1px;
  outline: 0;
}
.ls-nav a:hover {
  background: #ffffff;
  color: #0c883f !important;
}
.ls-nav .current a {
  background: #c00d0d;
}
.currentCrossLink {
  font-weight: bold;
}
.ls-nav ul {
  padding: 0;
  clear: both;
  display: block;
  margin: auto;
  /* overflow: hidden; */
  position: absolute;
  bottom: 370px;
  left: 0;
  right: 0;
  z-index: 99;
  text-align: center;
}

.ls-nav ul#sm-slider1-nav-ul {
  bottom: -38px;
}
.ls-nav ul#sm-slider2-nav-ul {
  bottom: -38px;
}
.ls-nav ul#sm-slider3-nav-ul {
  bottom: -38px;
}
.ls-nav ul#sm-slider4-nav-ul {
  bottom: -38px;
}
.ls-nav ul#header-slider-nav-ul {
  left: inherit;
  left: 15px;
  z-index: 999;
  top: 150px;
  bottom: inherit;
  max-width: 1225px;
}

.ls-nav ul#header-slider-nav-ul li {
  display: block;
  text-align: center;
  width: 100%;
  float: left;
  position: relative;
}

.ls-nav ul#header-slider-nav-ul li.current a {
  color: #0c883f;
  font-weight: 700;
  background-color: #fff;
}

.ls-nav ul#header-slider-nav-ul li a {
  color: #ffffff;
  font-weight: 700;
}
.ls-nav ul#main-slider2-nav-ul {
  padding: 0;
  clear: both;
  display: block;
  margin: auto;
  overflow: hidden;
  position: absolute;
  bottom: 61px;
  left: -6px;
  right: 0;
  z-index: 999;
}

.ls-nav ul#privat-slider-nav-ul {
  left: inherit;
  left: 17px;
  z-index: 999;
  top: 152px;
  bottom: inherit;
  width: 1225px;
}

.ls-nav ul#privat-slider-nav-ul li {
  display: block;
  text-align: center;
  width: auto;
  float: left;
  position: relative;
  margin-right: 49px;
}

.ls-nav ul#privat-slider-nav-ul li.current a {
  color: #0c883f;
  font-weight: 700;
  background-color: #fff;
}

.ls-nav ul#privat-slider-nav-ul li a {
  color: #ffffff;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.49);
  width: 20px;
  height: 20px;
}
.ls-nav ul#privat-slider2-nav-ul {
  padding: 0;
  clear: both;
  display: block;
  margin: auto;
  overflow: hidden;
  position: absolute;
  bottom: 61px;
  left: -6px;
  right: 0;
  z-index: 999;
}

.ls-nav ul li {
  display: inline-block;
}
.ls-nav ul li a {
  display: block;
  float: left;
  text-decoration: none;
  width: 11px;
  height: 11px;
  margin: 15px 5px;
  background-size: cover;
  padding: 2px;
  border-radius: 50%;
  font-size: 21px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
}

.ls-nav ul#header-slider-nav-ul li a::after {
  height: 20px;
  width: 2px;
  background-color: white;
  position: absolute;
  content: "";
  bottom: -10px;
  left: 15px;
}
.ls-nav ul li:last-child a::after {
  display: none;
}

.ls-nav ul#privat-slider-nav-ul li a::after {
  height: 3px;
  width: 30px;
  background-color: white;
  position: absolute;
  content: "";
  bottom: 24px;
  left: 29px;
}
.ls-nav ul li:last-child a::after {
  display: none;
}

/*** Mobile Navigation ***/
.ls-select-box {
  width: 100%;
  height: 35px;
  overflow: hidden;
  background: url(../images/menu.html) no-repeat right #ddd;
  display: none !important;
}
.ls-select-box select {
  width: 150%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 5px;
  font-size: 110%;
  border: none;
  height: 35px;
  cursor: pointer;
  outline: 0;
}

/*** Arrow Navigation (non-graphical) ***/
.ls-nav-left,
.ls-nav-right {
  top: 0;
  float: left;
  clear: both;
}
.ls-nav-left a,
.ls-nav-right a {
  background: #000;
  color: #fff;
  padding: 5px;
  width: 100px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.ls-responsive .ls-nav-left {
  position: absolute;
  left: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-left a {
  background: #9a9a9a;
  width: 80px;
}
.ls-responsive .ls-nav-left a:hover {
  background: #747474;
}
.ls-responsive .ls-nav-right {
  position: absolute;
  right: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-right a {
  background: #9a9a9a;
  width: 80px;
}
.ls-responsive .ls-nav-right a:hover {
  background: #747474;
}

/*** Arrow Navigation (graphical) ***/
.ls-nav-left-arrow,
.ls-nav-right-arrow {
  cursor: pointer;
  float: left;
  clear: both;
}
.ls-nav-left-arrow a,
.ls-nav-right-arrow a {
  display: block;
}

.ls-nav-right-arrow {
  background-position: top right;
  margin-right: 5px;
}
.ls-nav-left-arrow {
  background-position: top left;
  margin-left: 5px;
}
.ls-nav-left-arrow:hover {
  background-position: bottom left;
}
.ls-nav-right-arrow:hover {
  background-position: bottom right;
}
.ls-responsive .ls-nav-left-arrow {
  position: absolute;
  left: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-right-arrow {
  position: absolute;
  right: 0;
  z-index: 2;
}
